Readit News logoReadit News
JambalayaJimbo commented on Rethinking the Linux cloud stack for confidential VMs   lwn.net/Articles/1030818/... · Posted by u/Bogdanp
mnahkies · 3 days ago
The slides were an interesting read, I'd enjoy seeing the talk if it was recorded.

They finish mentioning in "2023" though, we're in the back half of 2025 now - has anything changed significantly in the past couple of years? (I genuinely don't know)

JambalayaJimbo · 5 hours ago
I work in the space as a developer of an SGX based application. In the last few years, VM solutions have become much more popular, and our cloud provider has been pushing us to transition to AMD SEV-SNP. We haven't transitioned yet, so I cannot speak to them in great detail, but they certainly appear to greatly simplify app development.
JambalayaJimbo commented on Everything I know about good API design   seangoedecke.com/good-api... · Posted by u/ahamez
cyberax · 2 days ago
No, I'm just saying that an OAuth layer isn't really adding much benefit when you either use an API key to obtain the refresh token or the refresh token itself becomes a long-term secret, not much better than an API key.

Some way to break out of the "shared secret" model is needed. Mutual TLS is one way that is at least getting some traction.

JambalayaJimbo · a day ago
Refresh tokens aren’t necessarily long lived, you can force the client to exchange for another refresh token.
JambalayaJimbo commented on AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard'   theregister.com/2025/08/2... · Posted by u/JustExAWS
systemf_omega · 5 days ago
> B2B SaaS

Perhaps that's part of it.

People here work on all kinds of industries. Some of us are implementing JIT compilers, mission-critical embedded systems or distributed databases. In code bases like this you can't just wing it without breaking a million things, so LLM agents tend to perform really poorly.

JambalayaJimbo · 5 days ago
I work on brain dead crud apps much of my time and get nothing from LLMs.
JambalayaJimbo commented on The decline of high-tech manufacturing in the United States   blog.waldrn.com/p/the-dec... · Posted by u/giuliomagnifico
FirmwareBurner · 9 days ago
Except American movies(and entertainment in general) haven't been good for about 10 years now, it's all slop based on established IP from 20-30 years ago.

When I was a kid growing up in the post communist 90-00s, we were going nearly weekly to the cinema to watch the latest American movies: Blade, Shrek, Toy Story, The Matrix trilogy, LotR trilogy, American Pie, Batman trilogy, Pirates of the Caribbean trilogy, Fast & Furious, X-Men, Spider-Man, Star Wars, Scary Movie, Rush Hour, etc

We couldn't get enough of US entertainment, while now everyone here avoids the new US releases like the plague since it's only cash grabs injected with $CURRENT_DAY identity politics, diversity box ticking based on focus group testing, resulting in sterile, predictable, zero-humor, zero-edge, zero-creativity slop that's not even worth pirating.

Americans have no idea how much soft power they lost worldwide by forcing their identity politics and ideologies in entertainment. Japanese anime and Koran movies and TV shows now run rings around the US entertainment industry.

JambalayaJimbo · 8 days ago
You just listed a set of blockbuster movies mostly aimed at children and teens. You’re not going to relate to that category as much anymore because you’re not a child.

The superhero movies that have filled that niche are by any measures wildly popular.

JambalayaJimbo commented on 'Tradwife', 'delulu' and 'skibidi' among new words added to Cambridge Dictionary   news.sky.com/story/tradwi... · Posted by u/austinallegro
immibis · 8 days ago
Wikipedia is a guardian and judge, whether it wants to be or not. Look how quickly politicians changed their policies after Wikipedia stopped bothsidesing the Gaza war. There were endless arguments on talk pages about how it shouldn't be called the "Israel-Hamas war" any more, since it's converted into a genocide of one side only. For more than a year. And then suddenly, once they agreed to change it, within only a couple of months, politicians across the USA and Europe start sanctioning Israel for committing a genocide. The same politicians who all the rest of the time said there was no genocide. Wikipedia is more powerful than it thinks.
JambalayaJimbo · 8 days ago
Are you sure you’re not mixing up cause and effect here?
JambalayaJimbo commented on 'Tradwife', 'delulu' and 'skibidi' among new words added to Cambridge Dictionary   news.sky.com/story/tradwi... · Posted by u/austinallegro
h4ch1 · 9 days ago
Is this "progress" or are we glorifying moving backwards by including this sort of language just to be "in"?

I really don't know how to feel about this, maybe it's my education making me bigoted, looking down upon what's clearly ephemeral; slang words like these come and go with time, and I think the timeframe for words to be included in the dictionary has greatly reduced.

Almost no one apart from a very small, terminally online subset of people will ever use these words and an even smaller subset will use these in IRL conversation; adding these is a bad idea and doesn't bode well for dictionaries wrt credibility.

They should release a DLC for dictionaries that covers slang like this, not make it part of the official English specification.

JambalayaJimbo · 8 days ago
It’s 2025 and everyone is terminally online, this is not a small subset of people. There is also a generation divide here.
JambalayaJimbo commented on Streaming services are driving viewers back to piracy   theguardian.com/film/2025... · Posted by u/nemoniac
AnthonyMouse · 12 days ago
This is a case study in why competitive markets are important in general.

Copyright is a government-granted monopoly but the monopoly is hard to enforce. It works because most people actually want to support the creators, not because DRM is effective or anything like that.

So you have the uncommon situation in which a monopoly (the copyright holder) is operating in parallel to a competitive black market for content distribution (pirates). And then the competitive market -- even though it has to operate underground and makes hardly any profit -- provides the better experience.

Lesson for anyone who thinks market consolidation doesn't lead to consumer harm.

JambalayaJimbo · 11 days ago
The black market is only more competitive because it doesn’t bear the costs of actually creating the content.
JambalayaJimbo commented on Irrelevant facts about cats added to math problems increase LLM errors by 300%   science.org/content/artic... · Posted by u/sxv
empath75 · a month ago
I generally will respond to stuff like this with "people do this, too", but this result given their specific examples is genuinely surprising to me, and doesn't match at all my experience with using LLMs in practice, where it does frequently ignore irrelevant data in providing a helpful response.

I do think that people think far too much about 'happy path' deployments of AI when there are so many ways it can go wrong with even badly written prompts, let alone intentionally adversarial ones.

JambalayaJimbo · a month ago
Autonomous systems are advantageous to humans in that they can be scaled to much greater degrees. We must naturally ensure that these systems do not make the same mistakes humans do.
JambalayaJimbo commented on The borrowchecker is what I like the least about Rust   viralinstruction.com/post... · Posted by u/jakobnissen
ActorNightly · a month ago
If you enforce very strict interfaces through language, no matter how many people work on them, the tradeoff still applies.

For example, you can have multiple people working on a code base for the second case, and some sub team has a new requirement for added functionality. Now they have to go refactor a whole bunch of the codebase to make all the types coherent. And consequently, shortcuts happen here, which leads to shit codebases.

JambalayaJimbo · a month ago
Lazy developers are going to choose the path of least resistance. A well designed type system will be intuitive, communicate well the original developer's wishes, and add lots of friction for doing stupid things. A lazy developer will not want to refactor the whole codebase!
JambalayaJimbo commented on When Is WebAssembly Going to Get DOM Support?   queue.acm.org/detail.cfm?... · Posted by u/jazzypants
austin-cheney · a month ago
I have 20 years of experience writing software with hundreds and hundreds of other developers for mega dot coms that indicates many, possibly most, developers do everything possible to hide from tree structures. I don’t know why that is because it’s neither scary nor challenging.

It’s also strange that my prior comment here is maximally downvoted when the similar comment it linked to was upvoted to triple digits. This further reaffirms my assumption that WASM primarily appeals to insecure developers.

JambalayaJimbo · a month ago
I can understand how developers would be scared of tree structures. This doesn't make sense when you specifically call out people with degrees however, as we worked with trees to a fault in my Computer Science degree. But maybe I'm reading too much into this - there are different "college eduction" paths people may take that are not Computer Science.

u/JambalayaJimbo

KarmaCake day139August 7, 2024View Original