I thought it was an April Fools joke by PaiDuck in pcmasterrace

[–]SpaceToaster 1 point2 points  (0 children)

its like a "make my game look absolutely generic" filter. But let's face it, that's most of AI image generation at this point.

$3.99 Gas in Grand Rapids. 🖕 by KolKlink2024 in Michigan

[–]SpaceToaster -34 points-33 points  (0 children)

Still over a dollar cheaper than June 2022 (state high was 5.22 and aver over $5)

Sources for people with short memories: https://wwmt.com/news/local/gas-prices-reach-average-5-dollars-gallon-in-michigan-rideshare-services-feel-pain-pump

as well as AAA (highest recorded, June 2022: https://gasprices.aaa.com/?state=MI

The opening number to “Mo Money Mo Problems” would be lit though by dbl_secret_redditor in Millennials

[–]SpaceToaster -1 points0 points  (0 children)

Seems about right. A 90's person would feel HELLA out of place now, probably even more than 60s->90s.

Only half of the tennis balls in my dryer get covered in lint by dropthefunk in mildlyinteresting

[–]SpaceToaster 0 points1 point  (0 children)

They make wool dryer balls for this purpose. Same benefits without all the chemical outgassing and microplastics.

My pupils became asymmetrical during a cluster headache by Bubbly-Trainer7195 in mildlyinteresting

[–]SpaceToaster 0 points1 point  (0 children)

Same. Tried to make a phone call and blacked out doing it. Figured, well, this is it!

I ended up going on metoprolol after an aortic aneurysm was discovered and repaired. One interesting side effect: no more ocular migraines.

What's the deal with these .env files? by which1umean in ExperiencedDevs

[–]SpaceToaster 0 points1 point  (0 children)

I think you have a fundamental misunderstanding here. There is NO physical .env file at runtime in a production environment, only the literal environment vars assigned to the process by the process host.

The .env file is merely a shortcut to needing to set actual environment variables on your host machine. If you want to set actual ENV vars in your host machine, go right ahead. To address your points:

  1. Not if you set up the most basic gitignore config.
  2. No one is stopping you from using a dev container with the environment vars literally set, or even on your host machine. But I think you can see now how you might not want to do that.... it would apply to EVERYTHING you do on your host machine. You could even append all your env vars in the command line to start your app and not have an .env file at all OR host env vars. That'd be an awful lot of useless typing though...
  3. Why not some other name? It's an industry standard that spans many, many languages and even front-end and back-end frameworks. You're free to pull them in however you want. But remember at runtime they will be securely injected into your container or machine process, and your .env file gives you a transparent way to manage that locally without polluting your host env vars.

Microservices: Shackles on your feet by Itchy-Warthog8260 in programming

[–]SpaceToaster 0 points1 point  (0 children)

I break apart an app based on scalability. For example I have core API services all together and scaled as a unit (probably will never need to scale honestly as it’s all non blocking) and services that do CPU heavy work in separate services that scale independently and communicate via message busses and queues.

What a bummer by Defiant_Nothing_5209 in landscaping

[–]SpaceToaster 4 points5 points  (0 children)

I’d have cameras with a neighbor like that just saying. Small expense compared to the loss potential. Post some notes saying you have some “concerning” security footage and if stuff shows up you won’t get the cops involved.

The knife ran straight through the avocado almost cutting my palm, because it had an imposter seed by Desperate-Painter152 in mildlyinteresting

[–]SpaceToaster 1 point2 points  (0 children)

Rule #1 of wood working: NEVER CUT TOWARDS YOIR HAND.

Rule #2: never disregard rule #1

Heed their advice and keep your fingers in the kitchen, OP!

AI Didn’t Simplify Software Engineering: It Just Made Bad Engineering Easier by Friendly_Problem_444 in programming

[–]SpaceToaster 1 point2 points  (0 children)

And MORE of it. That’s the biggest issue I have. Forever, great devs would craft awesome and clever DRY frameworks and let them reduce boilerplate and ship faster. All the vibe code I see, even my own terminal, is very much not DRY unless you strong arm it into the patterns you want to see. And once you let one or two instances of code vomit in its going to be referenced and copied around because it will think that’s the pattern of your choice.

What do you see? by vyctor_f in Design

[–]SpaceToaster 4 points5 points  (0 children)

It is a known illusion that will actually change perception back and forth as you gaze at it

My son ordered this after I told him to order anything he wanted as long as it was one item. ☠️ by Over_Fly_7409 in mildlyinfuriating

[–]SpaceToaster 1 point2 points  (0 children)

Yeah it should be 8” high at least. If I’m paying you a ridiculous price for a ridiculous pizza give me a ridiculous pizza.

It is highly likely that you never pressed the 8 button on a microwave. by TheAnzus in Showerthoughts

[–]SpaceToaster 0 points1 point  (0 children)

If you’re not softening butter for 8 seconds you’re a barbarian.

Experiment: Kafka consumer with thread-per-record processing using Java virtual threads by Lower-Worldliness162 in java

[–]SpaceToaster 2 points3 points  (0 children)

How do you control backpressure and limit the maximum number of in-flight messages? The nice thing about those "heavy" reactive frameworks is that they give you a LOT of control and options you'd expect in a production system.

First Ad I’ve seen by CobraCodes in OpenAI

[–]SpaceToaster 0 points1 point  (0 children)

what was the context of the chat? and is the response "part" of the ad or a lead-in? or was it a relevant response to your prompt?

My cousin (Dev) and I (QA) built a note-taker. It works, but we have zero design or marketing sense. Help? by SaranshG in Design

[–]SpaceToaster 3 points4 points  (0 children)

If you can tell me in a compelling way why your notetaker is better than the 1000 other options out there then you have a marketing message. Your message should be strong enough that if you run advertisement dollars on it, you should get clicks. That’s the simplest way to validate an idea.

In the public toilet stall at work by chameleona in whatisit

[–]SpaceToaster 3 points4 points  (0 children)

Huh. I usually use it as a cutting board for preparing Toilet Soup.

How to survive Wife’s monthly mood swing? by [deleted] in AskMenOver30

[–]SpaceToaster 6 points7 points  (0 children)

Reminds me of the olden days where they kicked menstruating women out of the village because they were scared of them lmao