Say Weeeeeee!
Ahhhhhh!

Sunday, May 31

Geek

Daily News Stuff 31 May 2026

Nesting Countries Edition

Top Story

  • GitHub Copilot users are aghast at the exponentially higher costs they are facing starting tomorrow with the introduction of usage-based billing.  (Tech Crunch)
    "What a joke," one Redditor recently wrote, claiming that, while they currently only pay around $29 per month, the new rate will balloon their costs to nearly $750 a month.
    He posted this with a screenshot of his estimated bill...  From a visibly unactivated version of Windows.
    Another user posted "WOW, didn’t expect new pricing model to be this ridiculous," sharing a screenshot that appeared to show that their costs had shot up from around $50 to some $3,000.
    Both of them posted to Reddit, and both got dunked on for being obviously incompetent vibe-coders.

    I use Claude Code.  My company pays for the 5X plan, and I rarely hit the 1X mark.  The people who do hit the limit are either experimenting - fair enough - or trying to tell the AI to generate an entire application with a single prompt, which just doesn't work.


Tech News

  • What to expect from Nvidia at Computex.  (WCCFTech)

    A new Arm-based laptop chip.  Which would be great if anybody could afford a new laptop.


  • What to expect from AMD at Computex.  (WCCFTech)

    A new x86-based laptop chip, specifically Medusa Halo, the successor to the Ryzen AI Max 395+.  Up to 24 CPU cores and a bigger GPU upgraded from RDNA 3.5 to RDNA 5.  Which would be great if anybody could afford a new laptop.


  • What to expect from Intel at Computex.  (WCCFTech)

    Updated handheld gaming things, using the new Panther Lake chips with the B390 graphics core, which is actually faster than AMD's mainstream integrated graphics.  Which would be great if anybody could afford a new handheld gaming thing.


  • MSI's Claw 8 EX AI, for example.  (Liliputing)

    It has a 1920x1200 8" 120Hz display, up to 32GB of RAM, and an M.2 2280 slot for storage, along with Intel's new Arc G3 which is a low-power edition of the Panther Lake laptop chip with Arc B390 graphics.

    Don't expect it to be cheap though.


  • You can now print 3D objects in colour on your colour 3D printer.  (Prusa)

    Well, that's novel.

    What they're doing here is taking an existing multi-colour 3D printer (ideally you want a 5-colour model) and then feeding it CMYKW filament spools and printing your model in halftone using a 0.1mm screen.

    That's not very high resolution but it helps that it's 3D so you get some colour from the obscured layers as well as from adjacent dots.

    Really have to wonder what it does to performance though.  3D printers are slow enough as it is.

    You can use it with existing filament, not just the new CMYKW spools designed specifically for the purpose, but you'll need to recalibrate the colour model.



Musical Interlude






Disclaimer: Eight nations though and all bets are off.

Posted by: Pixy Misa at 06:10 PM | Comments (1) | Add Comment | Trackbacks (Suck)
Post contains 485 words, total size 4 kb.

Saturday, May 30

Geek

Daily News Stuff 30 May 2026

Phlegmish Edition

Top Story

  • In the comments yesterday, Seth asked:
    Regarding Anthropic and their IPO.  Why the statement as to it crashing?
    Which is a fair question because Anthropic's Claude Code is actually a useful product and well worth the $20 per month.

    And the answer is that Anthropic (and likewise OpenAI) spend a lot more than $1 to make $1 in revenue.  Subscription plans in particularly are wildly unprofitable;  it's the much more expensive per-token charges on their API services that make the balance sheets look less insane.

    And if they hiked their subscription fees by around 1000% to reflect the real cost of the services, they'd lose the bulk of their customers, which would just make things worse because the training costs for new AI models are fixed regardless of how many people are using them.

    That's why both companies are rushing for an IPO.


  • Microsoft is under fire for threatening a "security researcher" with criminal investigation.  (Tech Crunch)

    The "security researcher" in question is anonymous and definitely no White Hat.  The moment "Nightmare Eclipse" finds a security flaw, he goes public with it, regardless of the chaos that might ensue.

    On the other hand, Microsoft could do well to put fewer security flaws in their code in the first place.


Tech News

  • ChatGPT blindly trusts browser content, turning the page into a payload.  (The Register)

    This is a bigger problem than ChatGPT, and a bigger problem than most people realise.

    Traditional computer programs have code and data.  The code tells the computer what to do; the data tells it what to do it to.  And you never mix the two up.  When you do - because of course that happens - your get a security problem and you fix it.  Languages like Rust, Ada, and Java are designed to prevent that happening in the first place.

    LLMs have a training set, and then after that everything is data.  There's no fundamental distinction between the system prompt which tells the LLM how to deal with your prompt, or the skill file attached to application you're trying to work with, or the data in the application itself.  There's just a sea of tokens.

    And if you use an LLM to try to sniff out problems with prompts or skill files or datasets, a malicious actor can use any of those to infect your AI security system.

    This comes back to the problem I mentioned with ClawHub, a repository for sharing open-source skill files for AI agents.  They were using a security scanner, but it only checked the first 10,000 characters of each file to avoid blowing the its context window - the amount of data it can consider in one place.  (LLMs are bad at chunking.)

    So all a hacker needed to do was put their malware anywhere after the first 10,000 characters.

    But worse than that: They could put malicious code in the file crafted not to infect users but to infect the security scanner itself, and from there they could slip anything in.

    There's no known solution to the problem; it's like trying to teach people not to do stupid shit.  The workaround is to limit the damage the agents can do, like not giving a toddler your car keys.


  • Linux is planning to retire the x32 ABI (application binary interface) next year.  (Tom's Hardware)

    x32 lets developers work with 64-bit data but only use 32-bit addresses, the idea being that this uses less memory while providing the same performance as full 64-bit mode.

    Only problem is, nobody uses it.  And it's Linux-only; neither Windows nor MacOS provides an equivalent mode of operation.


  • Did some work on my own blog today, which somehow resulted in it going offline for about fifteen minutes.  There was a long-existing problem with various log files (both application and database) growing to enormous sizes, and since the containers and since the containers are snapshotted and backed up daily, it was a lot of work to clean up afterwards.

    That's now automated, with proper log rotation.

    And then I cleared out a terabyte of backups and snapshots which pretty much froze ZFS for the entire server for a good ten minutes.


Musical Interlude






Disclaimer: Welcome mats are a plot by Big Vampire.

Posted by: Pixy Misa at 05:22 PM | Comments (1) | Add Comment | Trackbacks (Suck)
Post contains 713 words, total size 6 kb.

Friday, May 29

Geek

Daily News Stuff 29 May 2026

Fiery But Fireful Edition

Top Story



Tech News



Musical Interlude





Disclaimer: Okay, we started the fire.

Posted by: Pixy Misa at 07:04 PM | Comments (1) | Add Comment | Trackbacks (Suck)
Post contains 133 words, total size 2 kb.

Thursday, May 28

Geek

Daily News Stuff 28 May 2026

The Beeg Cat Who Walks Through Walls Edition

Top Story



Tech News




Musical Interlude





Disclaimer: Where did all you zombies come from?

Posted by: Pixy Misa at 06:35 PM | Comments (1) | Add Comment | Trackbacks (Suck)
Post contains 256 words, total size 3 kb.

Wednesday, May 27

Geek

Daily News Stuff 27 May 2026

Stardenburdenhardenbart Edition

Top Story



Tech News



Musical Interlude





Disclaimer: German always works.

Posted by: Pixy Misa at 06:13 PM | Comments (6) | Add Comment | Trackbacks (Suck)
Post contains 304 words, total size 4 kb.

Tuesday, May 26

Geek

Daily News Stuff 26 May 2026

Polka Time Edition

Top Story


Tech News

Musical Interlude





Disclaimer: Cargo space?  No, car go road.

Posted by: Pixy Misa at 06:57 PM | No Comments | Add Comment | Trackbacks (Suck)
Post contains 174 words, total size 2 kb.

Monday, May 25

Geek

Daily News Stuff 25 May 2026

GatHub Edition

Top Story



Tech News


Musical Interlude

I noticed when grabbing the video that they'll be touring the US starting in August.  They released their latest album in March.





Disclaimer: What I tell you three times is truthy.

Posted by: Pixy Misa at 06:26 PM | Comments (1) | Add Comment | Trackbacks (Suck)
Post contains 193 words, total size 2 kb.

Sunday, May 24

Geek

Daily News Stuff 24 May 2026

Fledermoose Edition

Top Story

Tech News

  • What's the best $100 CPU right now?  (Tom's Hardware)

    This probably matters mostly to people who already have RAM and want to revive an old system because they can't afford to build a new one.  The article compared Intel's 12100F ($80) and 14100F ($100)with AMD's Ryzen 5 5500 across a range of games and productivity tasks.

    And the answer is, well, it depends.  The 14100F is faster but runs hotter than the others.  The 5500 is a six-core chip while the two Intel models are four cores (and no efficiency cores) so it pulls ahead on multi-threaded productivity.

    All the chips run on dead platforms with no future upgrade path...  Except that these are the slowest, cheapest chips on each platform so dead or not you have a lot of options.  The 16-core 5950X from AMD and the 24-core 14900K from Intel are still readily available in stores.  The 14900K is significantly faster than the 5950X...  If you run it with DDR5 memory, where this article assumes older DDR4.


  • Why is Vivado 2026.1 dropping Linux support for its free tier?  (AMD)

    Because fuck you, apparently.  An AMD representative responded, but did not answer the question.



Demo Interlude


That might not seem particularly impressive at first glance.  Maybe in 1981.

But if you watch the beginning closely, you'll see the directory listing.  The code that delivers this is 16 bytes.

This article explains how it works, including a complete assembly language listing.



Musical Interlude


Not Hololive's biggest hit - I didn't even know Kaela had an original song - but I like this one.  Even if I don't understand a word of it - it's in Bahasa Indonesian.



Disclaimer: But who isn't these days?

Posted by: Pixy Misa at 06:07 PM | Comments (4) | Add Comment | Trackbacks (Suck)
Post contains 375 words, total size 4 kb.

Saturday, May 23

Geek

Daily News Stuff 23 May 2026

Peak Three Edition

Top Story



Tech News

  • Google's API keys are distributed - as expected of a global platform - and asynchronous.  (Dark Reading)

    The upshot of which is that if you delete an API key because you suspect it might have fallen into the wrong hands, it will disappear instantly from view for you.  But those wrong hands might have access to it for another twenty minutes, which is a long time on this scale.


  • Firefox has stopped crashing on Intel Raptor lake (13th and 14th generation) systems.  (Dark Reading)

    Mozilla initially blamed Intel for the problem, because 13th and 14th generation Intel processors - at least the high-end desktop ones, not so much laptop chips - had a serious problem where they would draw too much power and slowly kill themselves, resulting in much the same instability that showed up in their diagnostic reports.

    Except...  It disproportionately affected Firefox.  Because this time it wasn't Intel's fault.


  • Walmart has announced a new range of Android tablets starting at $97.  (Liliputing)

    Are they any good?  Well, the cheapest model with its 7" 1024x600 screen is most definitely not.

    The next step up, though, an 8.1" model priced at $138, has a 1524x1000 screen, 6GB of RAM, and 64GB of storage.  It's certainly not a high end model but that's not a high-end price, and the screen while not amazing is distinctly better than the 1280x800 resolution found in competitors.  The 6GB of RAM is a useful bump from the more typical 4GB in this price range.

    Worth a look if you live near a Walmart, which I do not.


  • ENReco Chapter 3 starts tomorrow, running from the 24th to the 29th.  There goes all my free time.  Chapter 1 produced - from memory - 400 hours of content in eight days, more than was possible to watch even if you skipped sleep entirely and watched two streams at once.

Musical Interlude





Disclaimer: I love the look of the instruments here: Not polished museum pieces, but the daily tools of workmen (and workwomen), and it shows.

Posted by: Pixy Misa at 05:10 PM | Comments (2) | Add Comment | Trackbacks (Suck)
Post contains 574 words, total size 5 kb.

Friday, May 22

Geek

Daily News Stuff 22 May 2026

Oof Edition

Top Story


Tech News

Musical Interlude





Disclaimer: Splut.

Posted by: Pixy Misa at 08:38 PM | No Comments | Add Comment | Trackbacks (Suck)
Post contains 404 words, total size 4 kb.

<< Page 1 of 725 >>
97kb generated in CPU 0.1016, elapsed 0.3107 seconds.
58 queries taking 0.2833 seconds, 398 records returned.
Powered by Minx 1.1.6c-pink.
Using https / https://ai.mee.nu / 396