I have also heard that English is actually a pretty hard language as well, it has so many goofy nuances like your, you’re, or there, their, they’re. Or words with different meanings like the whole Buffalo Buffalo Buffalo Buffalo Bufalo thing.
RamenJunkie
- 0 Posts
- 167 Comments
The comments stay, a lot of users run scripts that overwrite all their comments eith gibberish before deleting them thought.
Before deleting their account.
I got banned on Reddit and can’t delete my comments which is fucking annoying because I had been using thing for like 15+ years and had a shitload of comments. Now they still get to profit off it.
RamenJunkie@midwest.socialto
Programming@programming.dev•Your Career Isn't Eroding - You're Just Holding the Wrong MoatEnglish
3·8 days agoAI is really great at giving a beginner tier understanding of something, which people then take and run with as if they are now an expert.
Fuck that, just get an old boxed sprimgs and wire it to a plug and warm it up by plugging it in.
How many $10 Dollar General Specials is that?
I don’t understand why you don’t ask your parents for a trust fund safety net then make a scam ass crypto AI startup to funnel money through. What are you stupid?
/s
RamenJunkie@midwest.socialto
Programmer Humor@programming.dev•Probably the most sweat-inducing user input verification code in history.English
18·14 days agoI know people hate AI, but I fed the OP pic to Claude and asked it to explain the code and maybe gice modern comparisons to something like Python.
This is AGC (Apollo Guidance Computer) assembly code from the lunar module’s landing radar routines. Let me walk through it:
P63SPOT3— “Is the antenna in position yet?”CA BIT6 EXTEND RAND CHAN33 EXTEND BZF P63SPOT4Reads a hardware channel (CHAN33) to check the state of the landing radar antenna.
BZFmeans “Branch if Zero” — if the antenna bit is already set, skip ahead.if radar_channel_33 & BIT6 == 0: goto("P63SPOT4")
“Nope, not there yet — bug the astronaut”
CAF CODE500 TC BANKCALL CADR GOPERF1Loads error code 500 and calls
GOPERF1— this triggers a crew alert, literally asking the astronaut to manually crank the antenna into position. The comment says it all: “PLEASE CRANK THE SILLY THING AROUND”display_alert(code=500, message="Antenna not in position, please fix manually") await_crew_response()
“Did they fix it or bail?”
TCF GOTOPOOH # TERMINATE TCF P63SPOT3 # PROCEED — SEE IF HE'S LYINGTwo possible outcomes: crew hits terminate (
GOTOPOOH— yes, really), or hits proceed and the code loops back toP63SPOT3to check again. “See if he’s lying” is the actual comment, meaning: verify they actually moved it.if crew_pressed == "terminate": goto("GOTOPOOH") else: goto("P63SPOT3") # trust but verify
P63SPOT4— “Okay, antenna’s good, initialize radar”TC BANKCALL CADR SETPOS1Calls
SETPOS1to initialize the landing radar into position 1.bankcall(SETPOS1) # configure radar for landing approach
“And we’re off”
TC POSTJUMP CADR BURNBABYBURNBABY. That’s the actual name of the burn routine. Jumps to the powered descent initiation — the engine ignition sequence for landing.goto("BURNBABY") # 🔥 start the descent burn
The whole thing is basically: check hardware → nag human if needed → loop until fixed → initialize systems → light the engine. Written by people with a great sense of humor under enormous pressure, in 4KB of RAM.
RamenJunkie@midwest.socialto
Programming@programming.dev•Rsync author responds to online outrage about his usage of LLMsEnglish
3·15 days agoOk. Also I am sorry the audience of Stack Overflow dried up for folks to use as punching bags.
RamenJunkie@midwest.socialto
Programming@programming.dev•Microsoft Wants to 'Make People Addicted' to its New AI Assistant, Internal Documents RevealEnglish
6·15 days agoAI Companies: “We want to get people addicted.”
Also AI Companies: “Do not ever discuss anything even remotely pornographic.”
I am confused as to their goal here.
RamenJunkie@midwest.socialto
Programming@programming.dev•Rsync author responds to online outrage about his usage of LLMsEnglish
3·15 days agoYes, that is what people are saying, make the effort and contribute.
RamenJunkie@midwest.socialto
Programming@programming.dev•Rsync author responds to online outrage about his usage of LLMsEnglish
5·15 days agoSee, this is what people say when they say “people who can code” are doing good things with these LLMs.
Why the fuck would you ask the model to count elements?
Ask it to make a python script that will do the counting, then run the script.
RamenJunkie@midwest.socialto
Programming@programming.dev•Rsync author responds to online outrage about his usage of LLMsEnglish
3·15 days agoWell you see… subscriptions.
Tomatos are kind of gross on burgers. Like, I have thisnwarm tasty burger, lets throw a slab of cold on it to ruin it. Screw that.
Aren’t Tomatos fruit though?
Isn’t this just a tomato with extra steps?
RamenJunkie@midwest.socialto
Memes@sopuli.xyz•i'm fucking devastated but there are no exceptionEnglish
6·22 days agoI believe you mean “the Devil’s Music”. Getting the kiddos all swinging and gyraten their hips like demons.
RamenJunkie@midwest.socialto
Programmer Humor@programming.dev•The circle of lifeEnglish
19·24 days agoBecause AI use is up! The FUTURE!
RamenJunkie@midwest.socialto
Programmer Humor@programming.dev•The circle of lifeEnglish
18·24 days agoAren’t some of the LLMs moving away from the unlimited token subscriptions since they are losing a ton of money?
I don’t really follow that, I would neverpay for an LLM.

The real question.
Are people watching private repos go public? Or are people watching for exposed credentials?
Like if I make a Snake game in Python, then make it randomly go public, would anyone notice or care?