Just my blogroll - BlogFlock 2026-03-06T05:51:46.473Z BlogFlock Protesilaos Stavrou: News and Announcements, The Emacs Cat, Irreal, manuel uberti, Justin Barclay, BuzzMachine, GamingOnLinux Latest Articles, Bowmansarrow, Philip KALUDERCIC, Karthinks, Xah Lee, Emacs@ Dyerdwelling, Arialdo Martini, Jeff Kreeftmeijer, MacAdie Web Blog, Take on Rules, LWN.net, Bicycle For Your Mind, Wilfred Hughes::Blog, McSweeney’s, Rock Paper Shotgun Latest Articles Feed, Sacha Chua Pragmata gets a release date change once again, albeit in a good way this time - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/pragmata-gets-a-release-date-change-once-again-albeit-in-a-good-way-this-time 2026-03-05T22:56:50.000Z <img src="https://assetsio.gnwcdn.com/Pragmata-Gamescom-4.png?width=690&quality=85&format=jpg&auto=webp" /> <p> Somehow, <a href="https://www.rockpapershotgun.com/games/pragmata">Pragmata</a> was <a href="https://www.rockpapershotgun.com/i-dont-know-what-capcoms-pragmata-is-and-im-okay-with-that">announced almost six whole years ago</a>. Where did those years go? I certainly didn't allow them to go anywhere! Originally slated for release in 2022, it was eventually delayed into 2023, <a href="https://www.rockpapershotgun.com/capcom-delays-pragmata-indefinitely">then indefinitely</a>, before Capcom finally <a href="https://www.rockpapershotgun.com/pragmata-still-exists-and-capcom-say-the-sci-fi-action-game-is-coming-in-2026-for-real-this-time">locked in a 2026 release date</a>. Which it will not be making, technically, as while it was originally slated to launch on April 24th, it'll no longer be doing so&hellip; because it's coming out earlier. Teehee, I fooled you, what a little trickster I am! </p> <p><a href="https://www.rockpapershotgun.com/pragmata-gets-a-release-date-change-once-again-albeit-in-a-good-way-this-time">Read more</a></p> Almost 10 years on from the first one, Ruiner is getting a sequel, and this time with co-op - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/almost-10-years-on-from-the-first-one-ruiner-is-getting-a-sequel-and-this-time-with-co-op 2026-03-05T21:32:42.000Z <img src="https://assetsio.gnwcdn.com/ruiner-2.jpg?width=690&quality=85&format=jpg&auto=webp" /> <p> Not all that long off the heels of releasing parkour boomer shooter Metal Eden, developer Reikon Games have now announced that they'll be returning to their cyberpunk world <a href="https://www.rockpapershotgun.com/games/ruiner">Ruiner</a> in the form of&hellip; well, it's just called Ruiner 2. And it's a sequel that sure, looks like more of the same, but the immediately noticeable difference in this one will be that you can play it with a couple of your buddies. </p> <p><a href="https://www.rockpapershotgun.com/almost-10-years-on-from-the-first-one-ruiner-is-getting-a-sequel-and-this-time-with-co-op">Read more</a></p> Prepare your decks once more, Slay the Spire 2 is now out in early access - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/prepare-your-decks-once-more-slay-the-spire-2-is-now-out-in-early-access 2026-03-05T20:03:46.000Z <img src="https://assetsio.gnwcdn.com/slay-the-spire-2-early-access.jpg?width=690&quality=85&format=jpg&auto=webp" /> <p> Hear ye, hear ye! It is time to play your hand, for the day of prophecy has come: <a href="https://www.rockpapershotgun.com/games/slay-the-spire-2">Slay the Spire 2</a> has, finally, launched into early access. I know, I know, there's some game about running a marathon or something by a team of folks that run a bungee jumping business out today too. Forget that! Running is difficult, deckbuilding is&hellip; also difficult, but, I don't like running, so there. </p> <p><a href="https://www.rockpapershotgun.com/prepare-your-decks-once-more-slay-the-spire-2-is-now-out-in-early-access">Read more</a></p> Rust 1.94.0 released - LWN.net https://lwn.net/Articles/1061550/ 2026-03-05T19:43:09.000Z <a href="https://blog.rust-lang.org/2026/03/05/Rust-1.94.0/">Version 1.94.0</a> of the Rust language has been released. Changes include <a href="https://doc.rust-lang.org/stable/std/primitive.slice.html#method.array_windows">array windows</a> (an iterator for slices), some Cargo enhancements, and a number of newly stabilized APIs. A GitHub Issue Title Compromised 4,000 Developer Machines (grith.ai) - LWN.net https://lwn.net/Articles/1061548/ 2026-03-05T19:21:21.000Z The grith.ai blog <a href="https://grith.ai/blog/clinejection-when-your-ai-tool-installs-another">reports</a> on an LLM prompt-injection vulnerability that led to 4,000 installations of a compromised version of the Cline utility. <p> <blockquote class="bq"> For the next eight hours, every developer who installed or updated Cline got OpenClaw - a separate AI agent with full system access - installed globally on their machine without consent. Approximately 4,000 downloads occurred before the package was pulled. <p> The interesting part is not the payload. It is how the attacker got the npm token in the first place: by injecting a prompt into a GitHub issue title, which an AI triage bot read, interpreted as an instruction, and executed. </blockquote> [$] The relicensing of chardet - LWN.net https://lwn.net/Articles/1061534/ 2026-03-05T19:13:29.000Z <a href="https://github.com/chardet/chardet?tab=readme-ov-file#chardet">Chardet</a> is a Python module that attempts to determine which character set was used to encode a text string. It was originally written by Mark Pilgrim, who is also the author of a number of Python books; the <a href="https://pypi.org/project/chardet/1.0/">1.0 release</a> happened in 2006. For many years, this module has been under the maintainership of Dan Blanchard. Chardet has always been licensed under the LGPL, but, with the <a href="https://github.com/chardet/chardet/releases/tag/7.0.0">7.0.0 release</a>, Blanchard changed the terms to the permissive MIT license. That has led to an extensive (and ongoing) discussion on when code can be relicensed against the wishes of its original author, and whether using a large language model to rewrite code is a legitimate way to strip copyleft requirements from code. Theme park building game Parkitect gets its first ever Steam Free Weekend - GamingOnLinux Latest Articles https://www.gamingonlinux.com/2026/03/theme-park-building-game-parkitect-gets-its-first-ever-steam-free-weekend/ 2026-03-05T18:40:00.000Z Parkitect is an absolute gem and if you've not played this theme park builder before - well, now is your best chance because it's free for a while.<p><img src="https://www.gamingonlinux.com/uploads/articles/tagline_images/1628289096id28612gol.jpg" alt /></p><p>Read the full article on <a href="https://www.gamingonlinux.com/2026/03/theme-park-building-game-parkitect-gets-its-first-ever-steam-free-weekend/">GamingOnLinux</a>.</p> Buildroot 2026.02 released - LWN.net https://lwn.net/Articles/1061543/ 2026-03-05T18:33:12.000Z <p>Peter Korsgaard has <a href="https://lore.kernel.org/buildroot/87ecm0huqz.fsf@dell.be.48ers.dk/T/#u"> announced version 2026.02</a> of <a href="https://buildroot.net/">Buildroot</a>, a tool for generating embedded Linux systems through cross-compilation. Notable changes include added support for HPPA, use of the 6.19.x kernel headers by default, better SBOM generation, and more.</p> <blockquote class="bq"> Again a very active cycle with more than 1500 changes from 97 unique contributors. I'm once again very happy to see so many "new" people next to the "oldtimers". </blockquote> <p>See the <a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.02/CHANGES">changelog</a> for full details. Thanks to Julien Olivain for pointing us to the announcement.</p> Hard drive space for all! Helldivers 2's slimmer install size is rolling out to everyone later this month - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/hard-drive-space-for-all-helldivers-2s-slimmer-install-size-is-rolling-out-to-everyone-later-this-month 2026-03-05T18:00:27.000Z <img src="https://assetsio.gnwcdn.com/helldivers-2-devs-delaying-additions-performance-fixes-01.jpg?width=690&quality=85&format=jpg&auto=webp" /> <p> There is no greater source of tepid rage than when I see a game, I buy it, I proceed to download it, and it tells me it needs to take up one billion gigabytes of my hard drive space (NB: one billion is an exaggeration). It fills every corner of my being with a potent darkness, and I would like it to stop. This is a feeling many had with <a href="https://www.rockpapershotgun.com/games/helldivers">Helldivers</a> and its ludicrously large 154GB install size, leading to a <a href="https://www.rockpapershotgun.com/helldivers-2-install-size-reduction-effort-yields-131gb-in-cuts-and-you-can-try-the-slim-build-right-now">test build of the game</a> to be released by Arrowhead last year knocking it way down to only 23GB in size. And now, after some testing, this build will be available to everyone! </p> <p><a href="https://www.rockpapershotgun.com/hard-drive-space-for-all-helldivers-2s-slimmer-install-size-is-rolling-out-to-everyone-later-this-month">Read more</a></p> Social Media Post Template for Influencers Stranded by the War - McSweeney’s https://www.mcsweeneys.net/articles/social-media-post-template-for-influencers-stranded-by-the-war 2026-03-05T17:40:00.000Z <p><i>&#8220;Dubai influencers’ lives of luxury interrupted by Iran strikes: ‘The image of safety has been shattered.’&#8221;</i> &#8212; <a href="https://www.theguardian.com/world/2026/mar/03/dubai-influencers-iran-war-strikes">The Guardian</a></p> <div class='break'>- - -</div><p>Thanks to everyone who has reached out to me. Never did I imagine that my [<small><span class="caps">HOLIDAY</span> / <span class="caps">EXOTIC</span> <span class="caps">FOOD</span> <span class="caps">CRAWL</span> / <span class="caps">COMPED</span> <span class="caps">STAY</span> IN <span class="caps">THIS</span> <span class="caps">SIX</span>-<span class="caps">STAR</span> <span class="caps">HOTEL</span> &amp; <span class="caps">SPA</span></small>] would be interrupted by a war whose geopolitical consequences would be so unfathomable, and whose timing would be so inconvenient to me personally.</p> <p>When I first planned this trip, I had no idea that war was even on the horizon. I guess that’s what happens when you get your news from [<small><span class="caps">MEMES</span> / <span class="caps">GROK</span> / <span class="caps">COTTAGECORE</span> <span class="caps">TOK</span> / <span class="caps">THE</span> <span class="caps">CBS</span> <span class="caps">SUBSTACK</span></small>]. My spidey sense did tell me that something bad was coming, but I thought that was just the effects of the seafood-themed buffet. By the time I put two and two together, all the plane tickets were sold out, while I was still a little drunk from the bottomless ouzo fountain.</p> <p>I can’t believe how many people around the world are suffering so needlessly. Last night, for example, I was with about thirty other stranded [<small><span class="caps">EXPATS</span> / <span class="caps">CULINARY</span> <span class="caps">TOURISTS</span> / <span class="caps">VLOGGERS</span> / <span class="caps">MLM</span> <span class="caps">FINANCIERS</span></small>]. In the middle of an arak pong tournament, we heard sirens and then a boom. Everyone quickly rushed to pour their drinks into pitchers so we could continue playing in the basement shelter. We posted everything live, but there’s still a reel you can like and comment on, if you want to support me during this difficult time. Don’t forget to subscribe!</p> <p>It’s wild that the skies have been closed for so many days in a row. I admit that I’m beginning to feel restricted and constrained. Ordinarily, I’m accustomed to the complete freedom to [<small><span class="caps">TRAVEL</span> / <span class="caps">SPEND</span> MY <span class="caps">INHERITED</span> <span class="caps">FORTUNE</span> / <span class="caps">TAKE</span> <span class="caps">CAMEL</span> <span class="caps">JOY</span> <span class="caps">RIDES</span> TO <span class="caps">LUXURY</span> <span class="caps">TENT</span> <span class="caps">PIAZZAS</span> <span class="caps">SET</span> UP <span class="caps">JUST</span> <span class="caps">FOR</span> ME <span class="caps">AND</span> MY <span class="caps">ENTOURAGE</span></small>]. Everything is truly a learning experience.</p> <p>Like many of you back home, I’m afraid that this war will escalate further. And if there is indeed a conflagration, I know you’re probably asking yourselves the same question: What will it mean for people like me? I’m supposed to travel to at least fifty-eight countries in the next fiscal quarter, and I don’t see how I’m going to hit that target under these circumstances. Why can’t world leaders ever think of the [<small><span class="caps">LITTLE</span> <span class="caps">GUY</span> / <span class="caps">DIGITAL</span> <span class="caps">NOMADS</span> / ME <span class="caps">AND</span> MY <span class="caps">COTERIE</span> OF <span class="caps">STYLISTS</span>, <span class="caps">ALGORITHM</span> <span class="caps">ANALYSTS</span>, <span class="caps">AND</span> <span class="caps">PORTABLE</span>-<span class="caps">RING</span>-<span class="caps">LIGHT</span> <span class="caps">HOLDERS</span></small>]?</p> <p>It’s really nice when people check up on me, given how worried I am about the situation. I appreciate it when they ask how I’m holding up. It’s especially gratifying when they tell me how brave I am to be enduring this war with my forward-looking attitude and my [<small><span class="caps">GORILLA</span> <span class="caps">MINDSET</span> / <span class="caps">SIGMA</span> <span class="caps">LOOKSMAXXING</span> <span class="caps">APPROACH</span> / <span class="caps">TOXIC</span> <span class="caps">POSITIVITY</span></small>]. Rest assured, as of this writing, I still have access to [<small><span class="caps">FOOD</span> / <span class="caps">WATER</span> / <span class="caps">CAVIAR</span> / <span class="caps">TANGHULU</span> <span class="caps">SKEWERS</span> /<span class="caps">THE</span> <span class="caps">ACROBATIC</span> <span class="caps">GYMNASTIC</span> <span class="caps">WORKSHOP</span> IN <span class="caps">THE</span> <span class="caps">MAIN</span> <span class="caps">POOL</span></small>].</p> <p>I guess I must learn the deep lesson that nothing, in fact, is under my control. Try as we might to write our destinies, in the end, the [<small><span class="caps">GODS</span> / <span class="caps">FATES</span> / <span class="caps">LEADERS</span> <span class="caps">WHO</span> <span class="caps">MEASURE</span> <span class="caps">THEIR</span> <span class="caps">DICKS</span></small>] have the final say. That’s a bitter pill to swallow, along with [<small><span class="caps">GLOBAL</span> <span class="caps">UNCERTAINTY</span> / <span class="caps">REDUCED</span> <span class="caps">CONNECTIVITY</span> / MY <span class="caps">MITOCHONDRIA</span>-<span class="caps">LONGEVITY</span> <span class="caps">TABLET</span></small>].</p> <p>I’ll say one thing this experience has taught me: The war has made me feel connected to other people. Even though the vast majority of people impacted by the missile and drone barrages don’t have the means to [<small><span class="caps">TRAVEL</span> / <span class="caps">MONETIZE</span> <span class="caps">PHOTOGRAPHS</span> OF <span class="caps">THEIR</span> <span class="caps">MATCHA</span> <span class="caps">DRINKS</span> / <span class="caps">SELL</span> <span class="caps">PREMIUM</span> <span class="caps">REAL</span> <span class="caps">ESTATE</span> TO <span class="caps">OIL</span> <span class="caps">TYCOONS</span></small>], this conflict just shows how we’re all in this together. And that’s the beautiful and spiritual message I’ll take with me when I leave on the first [<small><span class="caps">JET</span> / <span class="caps">YACHT</span> / <span class="caps">HOVERCRAFT</span></small>] out of here.</p> Two genres and seven years on, Remedy attempt to define what a Control game even is in the lead-up to Resonant - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/two-genres-and-seven-years-on-remedy-attempt-to-define-what-a-control-game-even-is-in-the-lead-up-to-resonant 2026-03-05T17:01:29.000Z <img src="https://assetsio.gnwcdn.com/Control-Resonant-push.jpg?width=690&quality=85&format=jpg&auto=webp" /> <p> What is a Control game? It's a fairly reasonable question to ask, as the only follow-up there's been to the original 2019 game in the intervening years (apart from some DLC) was <a href="https://www.rockpapershotgun.com/games/fbc-firebreak">FBC: Firebreak</a>, a live service FPS spin-off that&hellip; <a href="https://www.rockpapershotgun.com/following-fbc-firebreak-flopping-remedy-have-a-sense-of-urgency-and-are-banking-on-hits-from-their-established-series">well, you know</a>. And then last year Remedy revealed what was long dubbed to be <a href="https://www.rockpapershotgun.com/games/control-2">Control 2</a> is <a href="https://www.rockpapershotgun.com/its-official-control-2-is-control-resonant-a-paranatural-melee-brawler-with-shapeshifting-hittin-sticks">actually Control Resonant</a>, and that we won't be playing as Jesse this time around, oh and also, it's a <a href="https://www.rockpapershotgun.com/games/devil-may-cry">Devil May Cry</a>-esque <a href="https://www.rockpapershotgun.com/best-action-games">action</a> game. So with all these shifts, in a new interview some of the leads behind the sequel have shared their perspective on what a Control game actually is. </p> <p><a href="https://www.rockpapershotgun.com/two-genres-and-seven-years-on-remedy-attempt-to-define-what-a-control-game-even-is-in-the-lead-up-to-resonant">Read more</a></p> One of Marathon's more controversial mechanics brings back a neat idea from Anthem - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/one-of-marathons-more-controversial-mechanics-brings-back-a-neat-idea-from-anthem 2026-03-05T17:01:21.000Z <img src="https://assetsio.gnwcdn.com/marathon-thief-shell.jpg?width=690&quality=85&format=jpg&auto=webp" /> <p> Bungie's <a href="https://www.rockpapershotgun.com/games/marathon">Marathon</a> reboot is <a href="https://www.rockpapershotgun.com/marathon-release-time">out on PC today</a>. Based on last weekend's playtest, it has already been deemed the most difficult, aka "sweatiest" extraction shooter in a while. For as the old Victorian saying goes, women glow, men perspire, and gamers sweat. </p> <p><a href="https://www.rockpapershotgun.com/one-of-marathons-more-controversial-mechanics-brings-back-a-neat-idea-from-anthem">Read more</a></p> Activision pressured Call of Duty studio Infinity Ward to make a game about Iran invading Israel, claims former developer - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/activision-pressured-call-of-duty-studio-infinity-ward-to-make-a-game-about-iran-invading-israel-claims-former-developer 2026-03-05T16:31:16.000Z <img src="https://assetsio.gnwcdn.com/call-of-duty-modern-warfare-2-01.jpg?width=690&quality=85&format=jpg&auto=webp" /> <p>Chance Glasco, an ex-lead animator on the Call of Duty series, has claimed that Activision once pressured Infinity Ward to make an entry in which Iran attacked Israel. He did so in response to a video montage posted on the official White House Xitter account, which combines the USA's real life military strikes against Iran with <a href="https://kotaku.com/trump-white-house-uses-call-of-duty-modern-warfare-kill-streak-to-celebrate-killing-people-in-iran-2000675983">killstreak animations and Call of Duty interface elements</a>.</p> <p><a href="https://www.rockpapershotgun.com/activision-pressured-call-of-duty-studio-infinity-ward-to-make-a-game-about-iran-invading-israel-claims-former-developer">Read more</a></p> Oh dear - ARC Raiders was logging your private Discord chats - GamingOnLinux Latest Articles https://www.gamingonlinux.com/2026/03/oh-dear-arc-raiders-was-logging-your-private-discord-chats/ 2026-03-05T16:29:50.000Z Here's a reminder that when you connect up various accounts - you may end up just increasing the risk of your private data going somewhere else.<p><img src="https://www.gamingonlinux.com/uploads/articles/tagline_images/1794729837id28611gol.jpg" alt /></p><p>Read the full article on <a href="https://www.gamingonlinux.com/2026/03/oh-dear-arc-raiders-was-logging-your-private-discord-chats/">GamingOnLinux</a>.</p> Resident Evil Requiem's mystifying Final Puzzle is case-closed after its solution was discovered by accident - Rock Paper Shotgun Latest Articles Feed https://www.rockpapershotgun.com/resident-evil-requiems-mystifying-final-puzzle-is-case-closed-after-its-solution-was-discovered-by-accident 2026-03-05T16:24:28.000Z <img src="https://assetsio.gnwcdn.com/Resident-Evil-Requiem-Grace-holding-gun.jpeg?width=690&quality=85&format=jpg&auto=webp" /> <p>The chillingly named 'Final Puzzle' in <a href="https://www.rockpapershotgun.com/resident-evil-requiem-walkthrough">Resident Evil Requiem</a> filled much of the action-horror game&rsquo;s launch week with cheevo-hunting intrigue. What began as a simple search, a box-checking exercise to complete the last of Requiem&rsquo;s optional challenges, has since shredded nerves (and driven at least two RPS guides writers into frazzled despair) as the puzzle revealed itself an almost sadistically opaque game of Simon Says, where Simon doesn&rsquo;t actually say anything. He wants you to do something with that severed arm, though.</p> <p>Earlier this week, however, the code was cracked, seemingly after a Pokemon card YouTuber stumbled into the solution by accident. <a href="https://www.youtube.com/watch?v=mU6KsEu1jBA">Gengar Collects</a>, whose videos typically involve showing off colourful paper rectangles rather than borrowing creepy dolls from flesh monsters, is now widely credited with 'discovering' the requisite steps through sheer luck, with the precise details <a href="https://www.reddit.com/r/residentevil/comments/1rj0cih/re9_final_puzzle_solved_lore_explanation/">confirmed hours later</a> by dataminers. Here&rsquo;s Jeremy and Callum&rsquo;s <a href="https://www.rockpapershotgun.com/resident-evil-requiem-how-to-solve-the-final-puzzle">Final Puzzle guide</a>, if you want to see them for yourself.</p> <p><a href="https://www.rockpapershotgun.com/resident-evil-requiems-mystifying-final-puzzle-is-case-closed-after-its-solution-was-discovered-by-accident">Read more</a></p> New stable kernels to address build failures - LWN.net https://lwn.net/Articles/1061524/ 2026-03-05T16:01:07.000Z <p>Sasha Levin has announced the release of the <a href="https://lwn.net/Articles/1061525/">6.12.76</a>, <a href="https://lwn.net/Articles/1061526/">6.6.129</a>, and <a href="https://lwn.net/Articles/1061527/">6.1.166</a> stable kernels. These releases address a regression <a href="https://lwn.net/ml/all/0be301c0-f9be-4d70-9fdb-7a260ccf83ac%40googlemail.com/">reported</a> by Peter Schneider; Levin said that an upgrade is only necessary for those who have observed a build failure with the 6.12.75, 6.6.128, or 6.1.165 kernels.</p> <p></p> [$] Reconsidering the multi-generational LRU - LWN.net https://lwn.net/Articles/1060967/ 2026-03-05T15:47:23.000Z The <a href="https://lwn.net/Articles/894859/">multi-generational LRU</a> (MGLRU) is an alternative memory-management algorithm that was merged for the 6.1 kernel in late 2022. It brought a promise of much-improved performance and simplified code. Since then, though, progress on MGLRU has stalled, and it still is not enabled on many systems. As the <a href="https://events.linuxfoundation.org/lsfmmbpf/">2026 Linux Storage, Filesystem, Memory-Management and BPF Summit</a> (LSFMM+BPF) approaches, several memory-management developers have indicated a desire to talk about the future of MGLRU. While some developers are looking for ways to improve the subsystem, another has called for it to be removed entirely. NVIDIA Beta driver 595.45.04 released for Linux - looks to be an exciting one - GamingOnLinux Latest Articles https://www.gamingonlinux.com/2026/03/nvidia-beta-driver-595-45-04-released-for-linux-looks-to-be-an-exciting-one/ 2026-03-05T15:40:36.000Z NVIDIA released Beta driver 595.45.04 for Linux and it includes support for some new Vulkan extensions that could help improve gaming performance.<p><img src="https://www.gamingonlinux.com/uploads/tagline_gallery/nvidia-logo.jpg" alt /></p><p>Read the full article on <a href="https://www.gamingonlinux.com/2026/03/nvidia-beta-driver-595-45-04-released-for-linux-looks-to-be-an-exciting-one/">GamingOnLinux</a>.</p> Choi’s Casual Suite Is Now Available on NonGnu ELPA - Irreal https://irreal.org/blog/?p=13653 2026-03-05T15:17:51.000Z <p> After a considerable amount of back and forth on the <a href="https://lists.gnu.org/archive/html/emacs-devel/">Emacs Devel Mailing List</a>, Charles Choi&rsquo;s <a href="http://yummymelon.com/devnull/announcing-casual-suite.html">Casual Suite</a> has <a href="http://yummymelon.com/devnull/casual-now-available-on-nongnu-elpa.html">been accepted for inclusion on the NonGnu ELPA repository</a>. If you&rsquo;re already a Casual user, this makes no substantive difference. You can still get the suite from MELPA as you always have but it will also be available on the NonGnu repository. </p> <p> Evidently Choi decided to seek NonGnu placement because some folks object to MELPA on philosophical grounds. I&rsquo;m not sure I understand what the issue is other than MELPA is not officially canonized by the FSF. </p> <p> To me, that&rsquo;s just like <a href="https://irreal.org/blog/?p=13618">insisting on a small <code>init.el</code> on religiously grounds</a>. It merely means that you can&rsquo;t take advantage of all Emacs has to offer. Whatever the FSF&rsquo;s feeling on the issue, MELPA is, in fact, the premier ELPA repository and almost every package worth having is represented there, and many of them <i>only</i> there. </p> <p> Still, choices are good and now we have more of them. If, for whatever reason, you have an objection to MELPA, you can still take advantage of the Casual Suite.</p> Upcoming co-op driving and looting horror game The Road looks like a good laugh - GamingOnLinux Latest Articles https://www.gamingonlinux.com/2026/03/upcoming-co-op-driving-and-looting-horror-game-the-road-looks-like-a-good-laugh/ 2026-03-05T14:47:01.000Z I hesitate to use the term "friendslop" but The Road seems to fit in nicely with the recent rise of online co-op games and actually looks good fun.<p><img src="https://www.gamingonlinux.com/uploads/articles/tagline_images/833563116id28608gol.jpg" alt /></p><p>Read the full article on <a href="https://www.gamingonlinux.com/2026/03/upcoming-co-op-driving-and-looting-horror-game-the-road-looks-like-a-good-laugh/">GamingOnLinux</a>.</p>