

This is good. A lot of projects from mega corps to indie devs would be in big trouble if SDL turned into AI slop.


This is good. A lot of projects from mega corps to indie devs would be in big trouble if SDL turned into AI slop.


I got it for free with my cpu


I recently tried playing it again, and I wouldn’t say it’s “trash”. Yes, they completely dropped the ball on the exploration part of their exploration game, but the meat and bones of a Bethesda RPG are still in there. It’s a good time for anyone bored of replaying Skyrim and/or Fallout if you get it on sale.
Also it runs perfectly on Linux


So she was the architect but she had her engineering friend Ben Sigman make a virtual memory palace based off of other open source code.
Not her husband.


Brainlets are getting pissed off over the gender pronouns of a cartoon fox while the real thing to be pissed off about is that this mascot represents their intention to go all-in on shoving AI features into Firefox. Kit is going to be their Claude, Siri, “Hey Google”, etc.


Coincidence?


And just imagine how high it could go this year if fucking RAM prices weren’t exploding and Steam Machine/Deck/Frame could be sane


I wonder how true that is. The author of this blog post seems to just be taking this guy’s word for it. Did Anthropic actually confirm the bug exists by trying to trigger it on real systems, or are they assuming it’s real because it looks plausible? The report claims you cam do it with two cooperating NFS clients, so did they actually do that, or are they just assuming it’ll work?


I self-host forgejo on a spare machine in my home. I also set up automatic encrypted backup using Restic on Backblaze (but any S3 compatible host will work). It might not be a perfect backup strategy, but it’s good enough for me, and perfectly manageable with my limited skills. Using wireguard, I can easily access it from outside my home. I also get much better uptime than Github lol
Importantly, I do NOT share this with anyone. It’s purely for my own private development and personal projects (I have a ton of these). Even when contributing to something on github, I work in a mirror on my private forgejo, and only push to github to create the PR when it’s ready.
Any open source projects I’ve released (I only have a few) go on Codeberg, but I still have a lot of projects I contribute to and rely on that are on Github. That’s really the hard part: getting other people to migrate to something else.


Why the fuck do people who know what a “github” is, much less how to post issues use Telegram?


A bullshit report from commercial CI company peddling AI?!


Sony is a close second, BTW
Do you have any examples? I’m not familiar with any major acquisitions Sony has made. Afaik the “acquire company, fire everyone, and run the business into the ground” strategy is mostly an American phenomenon.


Yes and no. It depends on how you manage symbol visibility. There is such a thing as a “private” dependency. For example:
If LibA links with libZ statically, and doesn’t expose any internal libZ structures through its own APIs, then there’s absolutely no problem. Your code will never directly interact with the internal libZ of libA.
If LibZ is exposed by LibA, or LibA dynamically links with LibZ, then you have a problem. I’m not an expert on dynamic linkers, but they’re might be some platform specific workarounds you can do.
Something else I’ve seen before is some libraries use preprocessor macros for their namespaces. That way, you can change the namespace (and thus symbol names) at compile time. That way, you can have multiple copies of the same library coexisting, even with type safety at compile time.


I really like this version of the internet. Instead of everyone using a megacorp’s giant centralized services, it’s better to have a ton of small services made by and for real communities/groups. Git’s decentralized nature is a perfect candidate for this, and I hope it takes off more.


Idk but you should at least suck a dick or two as a courtesy.


So they’re saying that the AGPL v3 additional terms for Only office include this:
How can you retain the original logo if you don’t have the right to use their trademarks? (I’m assuming they have a trademark for the logo)
This feels like a sleazy attempt to find a loop hole in the AGPL language to restrict commercial use. Afaik, GPL licenses specifically allow commercial distribution, as not doing so would be a restriction on freedom.
If Only Office doesn’t want people to do this, they could have very easily just chosen a different license from the beginning. I find it hard to see them as the good guy here.


You don’t actually need to “split” anything, you just read from different offsets per thread. Mmap might be the most efficient way to do this (or at least the easiest)
Whether or not that’s going to run into hardware bottlenecks is a separate issue from designing a parallel algorithm. Idk what OP is trying to accomplish, but if their hardware is known (eg this is an internal tool meant to run in a data center), they’ll need to read up on their hardware and virtualization architecture to squeeze the most IO performance.
But if parsing is actually the bottleneck, there’s a lot you can do to optimize it in software. Simdjson would be a good place to start.


And in the 38th edition of Gray’s Anatomy in 1995 it was introduced as just “a small version of the penis”.
When in doubt, just say it’s some type of penis.
Never fails.


Yeah waste open source maintainers’ time by acting like a child. That will surely accomplish whatever you’re hoping to accomplish.
And it’s six months of hard labor without access to a smartphone. He’ll either lose his mind or actually reconsider his life choices.