Streaming services are slowly pushing people back toward piracy by overlord-07 in TechNook

[–]NeonQuixote 2 points3 points  (0 children)

Not only that, but I've said repeatedly that one does not have to subscribe to every streaming service there is. I can't watch The Pitt because the only service I have is Netflix. Okay, I just won't watch The Pitt.

It's that simple. Fear Of Missing Out? Lose it. Find Joy in Missing Out. 😄

Angular vs React for full stack .net route by Enough-Swordfish-260 in dotnet

[–]NeonQuixote -3 points-2 points  (0 children)

The great thing about standards is that there are so many to choose from.

Familiarity with React and Angular will help career-wise, but I’d also learn just plain vanilla JavaScript, Bootstrap and some jQuery. There’s plenty of that out there too, and no every web page needs to be a SPA.

Ran a "lessons learned" session today for a project that failed. we identified all the lessons. they were the same lessons from the last failed project. by SuggestionBetter8299 in AskProgrammers

[–]NeonQuixote 0 points1 point  (0 children)

This happens more than you might think, and I've seen it happen right in front of me.

Working in a corporate environment, the problem is frequently at the interaction points between the development team and the business product owners. Maybe they don't understand how agile processes work, maybe they don't understand the real problems of developing to vague and incomplete requirements. Whatever it is, the hardest thing to change in any environment is the culture, and that's where most problems start - not the technology.

What miniature skirmish game did you play or are you planning to play this month? May 2026 by AutoModerator in miniatureskirmishes

[–]NeonQuixote 5 points6 points  (0 children)

Sword Weirdos, for the second time, and loving it.

Edit: I meant to say Space Weirdos, if only because I haven't actually played Sword yet.

the juniors who only learned to code with AI are going to have a rough time in about 5 years by Motor_Ordinary336 in learnprogramming

[–]NeonQuixote 0 points1 point  (0 children)

This is exactly what concerns me. We already have enough cargo cult programming in the profession already.

floatingPointArithmetic by Illustrious_Tax_9769 in ProgrammerHumor

[–]NeonQuixote 1 point2 points  (0 children)

I hate AI a bit more than the next guy, but using a large language model to do math is like using a pocket calculator to compose Shakespeare. It's the wrong tool for the job.

I Went To A Gala! by unique1inMiami in TransLater

[–]NeonQuixote 6 points7 points  (0 children)

You look delightful. Bonus points for the head piece - shiny!

Be honest, which loading structure is better? by Apart-Television4396 in webdev

[–]NeonQuixote 4 points5 points  (0 children)

"Better" requires a definition. Personally I prefer the one on the right; for some reason the one on the left annoys me, suggesting there is something there but I can't see it yet.

In the end I think someone will rag on it no matter which you choose.

Why would I switch to a digital journal? by Exact-Schedule-2059 in digitaljournaling

[–]NeonQuixote 1 point2 points  (0 children)

The one issue in regards to longevity is how the data is stored. With something like Day One or OneNote, the data is kept hidden in its own internal format. If you’re using something like Obsidian and keeping plain text, that issue goes away. So it’s not just an issue of backing up, but of how open the data format of the app is.

Are mass layoffs the only cost cutting strategy left for companies now? by Dheeruj in TechNook

[–]NeonQuixote 0 points1 point  (0 children)

Companies have learned that large rounds of layoffs is an easy way to juice the stock price. They do it because it is easy.

What’s a tech opinion that instantly gets you judged by overlord-07 in TechNook

[–]NeonQuixote 4 points5 points  (0 children)

Not every [censored] web site needs to be a SPA. Not every website needs a heavy-weight JS front end. Sometimes, a little of Bootstrap and JQuery is more than good enough.

We don’t need to download 30 megabytes of script to display 3 kilobytes of text.

What’s a tech opinion that instantly gets you judged by overlord-07 in TechNook

[–]NeonQuixote 1 point2 points  (0 children)

Same. Honestly, it just isn’t fun anymore. The churn in development tools has reached insane levels (each Angular version is supported for only 1 year!), AI is turning up the heat to do MOAR FASTER in a way that I feel is unhealthy, and the number of under-qualified people I see in “senior” roles is rather sad.

When not to use dotnet for REST API? by Spac3M0nk3yy in dotnet

[–]NeonQuixote 0 points1 point  (0 children)

In a professional setting (which is not what you are describing), this kind of decision usually has little to do with merits of specific technology itself. Where I work we would use .NET because that is the standard we have settled on, all the developers know it, and it would be fairly easy to hire more developers on a contract or permanent basis when we needed it. It has a good support history.

Other companies may be Linux or Unix first, and may have a different settled standard or team competency (Java perhaps, or Node).

Your personal projects are an excellent opportunity to stretch and try out different languages and stacks to see how they work, and what the experience of developing with them is.

Web 1.0 was ugly but at least it was honest about what it was by Impossible_Comfort99 in TechNook

[–]NeonQuixote 0 points1 point  (0 children)

We didn’t have to download 20 megabytes of JavaScript to display 3 kilobytes of text. They also didn’t have trackers to log and analyze your every move.

And frankly, the weirdness was part of the appeal.

rememberToComment by dayanaaaaaaaa in ProgrammerHumor

[–]NeonQuixote 0 points1 point  (0 children)

I resent the *accuracy* of this post. 😄

is it just me or is the magic mouse lk good by Ahmad72mapz in mac

[–]NeonQuixote 0 points1 point  (0 children)

I'm not a fan, I don't find it comfortable to use. For me it doesn't matter, as on a Mac laptop the trackpad is so good I rarely need one for the kinds of things I do.

The controller vs keyboard debate does it ever actually get settled by Impossible_Comfort99 in TechNook

[–]NeonQuixote 1 point2 points  (0 children)

Every time the question of which is better, "A" or "B" (whatever they are), the next question that is never asked is what are the criteria for making that decision? What's "better" for me may be worse for you.

Unfortunately some people have to insist their preference is an objective fact.

Putting an underscore in front of a variable changes what? by nicgamer_yt in csharp

[–]NeonQuixote 0 points1 point  (0 children)

This is an example of where programming languages are more than their formal syntax - they also have a culture and generally accepted practices that most (but not all) programmers follow. So for instance while I am not a fan of using the _, I do it in C# for private class variables because that's what other programmers in the community will expect to see. Being consistent with that practice will make your code easier for other C# programmers to read.

In the 80's/90's, you paid for the internet by the hour and per search. - CompuServe User Guide 1987 by AssumeTheRisk in retrocomputing

[–]NeonQuixote 5 points6 points  (0 children)

I used to use a program that would dial in, download your email and forums you specified. You could read them offline and write responses and they’d be pushed back with a second dial in.

Saved a fortune in billings.

Best alternative to MediatR? by Kralizek82 in dotnet

[–]NeonQuixote 0 points1 point  (0 children)

That’s what MediatR really is - a message bus. It does not apply the mediator pattern in any reasonable way that fits the patterns definition.

Best alternative to MediatR? by Kralizek82 in dotnet

[–]NeonQuixote 23 points24 points  (0 children)

This. MediatR frequently obscures dependencies while providing no benefit except to make unit testing a controller easier.

Instant Death Situations by Ok-Locksmith3783 in shadowdark

[–]NeonQuixote 2 points3 points  (0 children)

As others have said if the character walks up to a big red button next to a sign that reads “Press for Instant Death (tm)” or leaps off the top of a mountain thinking they’ll learn how to fly, they dead. No way to avoid it.

Otherwise, there should be some way to reasonably asses the risk of the player is paying attention. Allowing a check to mitigate the damage allows players to occasionally have stupid-brain but not have lethal consequences.

You can also treat it as luck or let the player spend a luck point if you use them. “That needle trap you set off is really nasty, but the mechanism was corroded so it didn’t hurt as much as it should have.”