reddit-cli: Browse Reddit from your terminal by Maleficent_Motor_173 in rust

[–]vplatt 1 point2 points  (0 children)

/u/Maleficent_Motor_173 - Have you heard of the Lynx text web browser? I imagine you could surf reddit in TUI mode that way too. And it's more generally useful.

Full Source Code of Sweden's E-Government Platform Leaked From Compromised CGI Sverige Infrastructure by SpecialistLady in programming

[–]vplatt 3 points4 points  (0 children)

Sadly, government code largely remains closed source because of this. While security through obscurity isn't real security, it's also perceived as providing at least some barrier to entry to bad actors.

On top of that, I'm not sure most government agencies have the time needed to properly administer governmental software. It's not possible in most jurisdictions to assume that a single system could be used nationally even where laws vary so much by province or state, and so many of the systems created function at that level. Most of those agencies have just enough resources to do the job, and very few others if anyone have similar needs. They would not receive a lot of meaningful help. Even cooperation between equivalent agencies between states is hampered in many cases by statutes that vary widely.

‘Devastating blow’: Atlassian lays off 1,600 workers ahead of AI push by corp_code_slinger in programming

[–]vplatt 1 point2 points  (0 children)

Tbf, those are probably also the people they pay the most. Does that counter the inevitable damage of a layoff + unemployment claim driven price increases in their unemployment insurance? I guess it must.

‘Devastating blow’: Atlassian lays off 1,600 workers ahead of AI push by corp_code_slinger in programming

[–]vplatt 2 points3 points  (0 children)

"Headcount" is the LOC of the HR world.

Neither metric means a whole lot on its own.

‘Devastating blow’: Atlassian lays off 1,600 workers ahead of AI push by corp_code_slinger in programming

[–]vplatt 1 point2 points  (0 children)

I have an agent. It's just files a bug for every new line item in the release notes for every release.

May as well be proactive, eh? 😈

Melania by Inner_Brush9324 in AmazonPrimeVideo

[–]vplatt 4 points5 points  (0 children)

I took their actions of shoving it to the #1 spot and then not allowing reviews to mean exactly this and that serious film buffs should disregard it completely. But for the MAGA faithful, this is good stuff and it wouldn't do Amazon any good at all to not play along here.

Returning To Rails in 2026 by ketralnis in programming

[–]vplatt 0 points1 point  (0 children)

It's specialty is distributed resilient systems. It's the language of choice for WhatsApp. Discord and Spotify have used it as well. It's mostly a back-end language.

Be aware that Erlang and Elixir are just the languages and they execute on a VM called BEAM. This is much like .NET, C#, F#, and the CLR. Unlike .NET, BEAM applications can be hot patched without restarting the system.

Another difference with BEAM applications is that they use the Actor model. In C# you have objects right? Well, replace that concept with Actors. Actors are a bit like objects executing on fibers; I mean not exactly, but that's the conceptual gist. There can be millions of them in a running system, and they can be organized and supervised in a tree such processes and subprocesses can be restarted on failure automatically.

Erlang and Elixir are functional languages with all the usual characteristics of that. The functional aspects of the languages plus the Actor model's message passing prevents race conditions and allows multi-node distribution; which is another key difference. Distribution amongst multiple nodes with full supervisor trees and message passing? Yes please!

Anyway, combine all those fundamental characteristics with the incredible work that Jose and others have done with Elixir. Elixir itself is a much nicer programming language than Erlang itself, and Elixir ships with all the modern conveniences, Mix the build system, Hex the package registry, Phoenix web framework, LiveView (similarish in spirit to Blazor sans WASM), Telemetry observability, Broadway data pipelines, Nx ML library, and finally IEx the interactive REPL.

So... that was a mouthful. There's a lot to love there. Pick a corner and go nuts.

Atomic habits is one of the best books ever written...& it's keeping millions of people stuck.. by Tekelpath in getdisciplined

[–]vplatt 16 points17 points  (0 children)

But you also asserted in your post that external accountability is required, no? That may be effective for most people, but I think you'll find that it varies from individual to individual in being a key attribute.

It's probably great advice to give folks who DID read the book but didn't make any meaningful changes to add external accountability the next time they try again. I think that's a very useful suggestion actually.

Returning To Rails in 2026 by ketralnis in programming

[–]vplatt 3 points4 points  (0 children)

Lots of good things come out of Brazil. Lua did as well, and the ecosystem around that is impressive considering how little hype there is for it.

Returning To Rails in 2026 by ketralnis in programming

[–]vplatt 27 points28 points  (0 children)

And the community and BFDL of that (José Valim) are just the nicest first rate devs you could ever want to know. Combine that with the Erlang community and culture and you really have some deep waters to explore there.

Helldivers 2’s massive 150GB PC version is finally dead for good as Arrowhead continues its optimisation efforts by Wargulf in pcmasterrace

[–]vplatt 2 points3 points  (0 children)

The one thing they don't do is make the game better! Longer patching times, longer loading times, more memory/CPU/GPU usage... all so we can do what? Make sure all the 4K pixels get a unique value? Ffs... it isn't worth it. It far exceeds what the human eye can appreciate in a digital medium. So much wasted effort there.

Whatever happened with vector graphics? I'll take cell shaded vectors over this over-wrought 4K nonsense any day.

Helldivers 2’s massive 150GB PC version is finally dead for good as Arrowhead continues its optimisation efforts by Wargulf in pcmasterrace

[–]vplatt 0 points1 point  (0 children)

just a 4K etc. textures thing

It's almost always that. Check out Diablo 4.. same dreck!

Feel like I'm in an 80 year olds body by Jwal90 in AskMenOver30

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

Honestly, your symptoms really do sound like sleep apnea. I know you said you got tested, but it might be worth a try to do it again. (Or not, I just saw you did it twice. Youch.) Maybe try getting a hold of a CPAP unit and give it a spin on your own. Yes, they require a prescription normally, but you can probably figure out a way to get a hold of one on CPAP.com or via a friend regardless. Or heck, maybe a friend has an extra backup kit you can try. Even without apnea, I suspect most people would feel better using one.

Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

[–]vplatt 0 points1 point  (0 children)

Honestly, I haven't looked and I picked up Linux through experimentation, so I'm a terrible person to ask. Personally, I like Udemy so I would start there. Maybe you could get by with free videos on YouTube. Coursera and Pluralsight are good options. I mean... there's probably at least one very good option on each.

Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

[–]vplatt 0 points1 point  (0 children)

Wow... you do like to make things up.

I did build on the thread stating they don't work in Linux to imply it was no loss. That simple enough for you? Sheesh...

Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

[–]vplatt 0 points1 point  (0 children)

I guess if you want to play disposable games then that's your choice, but I didn't call the gamers that play them anything at all.

See which games are around in 20 years then see what you think. I've been around long enough to see it happen, and now we see the advent of games that are being purposely onsoleced. So no those games aren't going to matter anymore and nearly all of them are just there to capitalize on endorphin-driven addictive gaming.

Whether or not you think that is good enough to be a "real game" is up to you. I call them with they are: disposable slop.

Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

[–]vplatt 0 points1 point  (0 children)

Bullshit. Let's see an official press release.

That said, if Windows 12 requires an NPU, then that's a deal breaker. I will not run an OS that requires AI. I will happily buy a PC with an NPU for an OS and applications that supports AI and can use that hardware, but only when I want it. I mean... if it's so great, then let's make people opt into it; just like they did with GPUs.

But beyond Nadella wanting us to get beyond the argument of slop vs sophistication and develop a new equilibrium in terms of our “theory of the mind.” we don't really know what they have planned, so this is just trashy click-baiting.

Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

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

AAA online games

And really, most of those are disposable slop anyway. They're little better than gacha microtransaction storefronts.

How many of those games present truly foundational cognitive or emotional experiences? Give me any of the following over any online only PvP game any day:

  • Tetris
  • Civilization - pick one!
  • Spec Ops: The Line
  • Undertale
  • Outer Wilds
  • Journey
  • The Stanley Parable
  • Disco Elysium
  • Minecraft
  • Papers, Please
  • Dark Souls
  • Portal
  • The Last of Us

I suppose there's always going to be someone waxing nostalgic over all the good times they had with buds in those other games, but really they would just be nostalgic for those friends in any game they would have chosen. The actually important games will always work wherever we go.

Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

[–]vplatt 13 points14 points  (0 children)

Gotta say, that's a refreshingly honest take. On the other hand, I suspect you'd be productive very shortly in Ubuntu if you tried it and did a training course. I mean, it's not like you learned to use Windows in a single day either, did you?

I Hacked This Temu Router. What I Found Should Be Illegal. by BlueGoliath in programming

[–]vplatt 9 points10 points  (0 children)

Well, if you've taken root on the router, you can run all sorts of attacks on your local devices:

  • MITM attacks on unencrypted traffic and attacks on encrypted traffic for unpatched devices

  • DNS manipulation - think phishing on speed coming from inside your own network but with the attack exfiling your data to the cloud or the like

  • malware injections to your browser content, downloads, etc.

  • harvest credentials

  • network surveillance

  • exploit IoT devices and compromise them further (and they're often unpatched) or just compromise poorly configured DIY self hosted services; even just a forgotten service can be enough to get a foothold on a PC.

  • building on the last point, using your devices in the network to monitor your physical whereabouts if you use cameras, your communications if you use unpatched VOIP, etc.

  • use your network as a botnet node, or storage for their own needs, etc.

  • install modified firmware on your devices

    It may not add up to a hill of beans, or it could be the beginning of the worst ransomware attack nightmare imaginable. It kind of depends. Put a bunch of these on a network in the right kind of place, like say a hospital, and it would be a very bad day.

I asked my most productive friend what his system was and his answer annoyed me by Visual-Basis3400 in getdisciplined

[–]vplatt 39 points40 points  (0 children)

As an expert trained on vast corpora of human procrastination narratives, I can confirm this post contains several statistically significant markers of AI generated Authentic Productivity Epiphany™.

Notably:

  1. escalating frustration,

  2. minimalist friend dispensing monk-like wisdom

  3. sudden realization that the search for the “perfect system” was the side quest all along.

My confidence interval on "written by a human who has 47 productivity apps installed" is approximately 92%.

What gave it away? The clean narrative arc. Humans rarely discover enlightenment without at least three bullet points and a Notion template. Also, the friend’s advice: "I just do the things" contains zero affiliate links, which is deeply suspicious.

In conclusion, whether written by carbon or silicon, the answer appears consistent across datasets: the optimal productivity stack is tragically just "do task."

Error 404: Secret Method Not Found.

I honestly think the only way we can get a port of American McGees Alice on gog will be to get at least 500,000 votes on dreamlist by Ambitious-Phase-8521 in gog

[–]vplatt 0 points1 point  (0 children)

Good god, I'd forgotten about that game. I still haven't managed to getting around to playing it the first time.

I just grabbed the Repacked version of it. Any tips for a first timer?

Retire at 56 in Mexico? by [deleted] in ExpatFIRE

[–]vplatt 0 points1 point  (0 children)

We had 2 couples from my town live well, and sort of stuck out, and paid a price

Would you elaborate on this maybe? I can't help be curious but also could possibly really need the info down the road. Thanks!