The new Aldi layout at mine is terrible. The vegetables are right at the entrance, which clogs things up because everyone browses vegetables. Plus basically all the regular groceries are in one aisle now, so its all crowded.
RamenJunkie
- 0 Posts
- 171 Comments
RamenJunkie@midwest.socialto
Memes@sopuli.xyz•We have brownouts in the summer and Kevin O'Leary wants a Data Center built here.English
12·11 days agoThats part of the backlash though.
The people, would MUCH prefer the infrastructure get updated for EVs, not just a single pipe for Data Center kickbacks to council members.
RamenJunkie@midwest.socialto
Memes@sopuli.xyz•I used to be an uber eats driver and lowkeyEnglish
4·13 days agoThis is 100% why these services exist. Running a.business with emplpyees who are delivery deivers is expensive, especially when benefits and insurance are required.
Hence the push for these bull shit “gig work” style apps.
Now you get people who maybe make 10% more as a Door Dasher than they wpuod directly working as say, a Pizza Hut driver dirrctly. Without realizing they are making basically halfnas much because they also get to cover all the backend expense Pizza Hutt wpuld cover.
RamenJunkie@midwest.socialto
Programming@programming.dev•We made 75 private repos public on a timer. The internet noticed in 6 minutes.English
12·21 days agoThe 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?
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.
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·23 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·29 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·29 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·30 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·30 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·30 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·30 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?

This is what really gets me with AI and why its 1000% a bubble.
Putting aside all the ethical problems.
Putting aside the environment problems.
Putting aside how basically everyone hates it.
Lets say its popular and will take off etc.
Its all going to become more efficient enough you can run it all locally. Why are we trying to piss away zillions of dollars on data centers and these stupid companies, when 99.9% of uses will work with a model running locally on the GPU/NPU?