Searching We Love Privacy Club

Twts matching #follows.
Sort by: Newest, Oldest, Most Relevant

‘STAGED’: Conspiracy Theories Are Everywhere Following White House Correspondents’ Dinner Shooting
The word “staged” exploded on social media following the attack, as both right and left-wing influencers and anonymous accounts spread unfounded conspiracy theories. ⌘ Read more

⤋ Read More

Linux 7.1 Brings Audio Support For The Line6 POD HD PRO & NexiGo N930W Webcam
Following last week’s Linux 7.1 sound subsystem feature pull that added bus keeper support in working toward better Apple Silicon support along with a variety of other new audio hardware support, a secondary set of sound updates were merged as we approach the end of the Linux 7.1 merge window… ⌘ Read more

⤋ Read More

System76 Thelio Major Workstation Updated For Better Thermals, More Performance
Following the recently-launched Thelio Mira redesign, System76 today announced the new Thelio Major workstation with improved thermals and more performance… ⌘ Read more

⤋ Read More

Ubuntu Looks Toward More Snap-Based Devpacks Moving Forward
Canonical is out with a new blog post today outlining toolchain changes to Ubuntu Linux from Ubuntu 24.04 LTS to Ubuntu 26.04 LTS due for release tomorrow. While those changes over the past two years aren’t too news worthy if you have been following the interim Ubuntu releases, what’s interesting is their road ahead on the Ubuntu toolchain front for developers… ⌘ Read more

⤋ Read More

F2FS, EXT4 & XFS Focus On Fixes For Linux 7.1
The Flash Friendly File-System (F2FS) updates have been merged for the ongoing Linux 7.1 merge window that will wrap up on Sunday. This follows earlier merges for the XFS and EXT4 drivers too… ⌘ Read more

⤋ Read More

NSA Using Anthropic’s Mythos Despite Blacklist
Axios reports that the NSA is using Anthropic’s restricted Mythos Preview model despite the Pentagon insisting the company poses a “supply chain risk.” Axios reports: The government’s cybersecurity needs appear to be outweighing the Pentagon’s feud with Anthropic. The department moved in February to cut off Anthropic and force its vendors to follow suit. That case is ongoing. The mil … ⌘ Read more

⤋ Read More

GIMP 3.2.4 Released With A Fix For Its XCF Code That Has Existed Since 1999
Following last month’s GIMP 3.2 feature release that was followed by the GIMP 3.2.2 point release at the end of March, out now is GIMP 3.2.4 to ship more fixes to users of this open-source alternative to Adobe Photoshop and other imaging applications… ⌘ Read more

⤋ Read More

The “NTFS Resurrection” Has Occurred For Linux 7.1
As a very exciting follow-up to the recent article around the new NTFS driver being submitted for Linux 7.1 to address the shortcomings of the current Paragon NTFS3 driver and the prior read-only NTFS kernel driver, that work has been merged!.. ⌘ Read more

⤋ Read More

New/Overhauled NTFS Driver Merged For Linux 7.1
As a very exciting follow-up to the recent article around the new NTFS driver being submitted for Linux 7.1 to address the shortcomings of the current Paragon NTFS3 driver and the prior read-only NTFS kernel driver, that work has been merged!.. ⌘ Read more

⤋ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@kiwu@twtxt.net I returned home from an on-site week at work. Commute was an adventure every day. It started off with a canceled train on Monday morning. Luckily, some very good mates granted my asylum. But even with shorter rides, I faced delays due to fuckwits on the tracks, then the train was terminated early due to the large delay, so we had to change trains. On the bright side, they then sent an entirely empty one, but I don’t get why they just didn’t continue with the first one instead. Due to another delayed train I didn’t catch my connection and the next one was canceled, so I had to wait for the following one. Super great fun. I’m very exhausted now and am very glad that I had already filed in flex time for tomorrow before the on-site event was scheduled.

Meeting my workmates in person was actually nice. It’s okay to do that once a quarter, I don’t need to do that more often. We should have had more meetings, though, trying to work in the office was expectedly incredibly inefficient. We certainly would have had more topics to actually discuss and think about. And most of them would have really benefited from nearly everybody being in the same room. Anyway.

Today, I even met my workmates from past projects in the office, too. So, the socializing was great.

⤋ Read More

Anthropic Rolls Out Claude Opus 4.7, an AI Model That Is Less Risky Than Mythos
Anthropic released Claude Opus 4.7, calling it its strongest generally available model and an improvement over Opus 4.6 in areas like software engineering, instruction-following, tool use, and agentic coding. But the company says it is “less broadly capable” than the restricted Claude Mythos Preview, “which Anthropic rolled … ⌘ Read more

⤋ Read More

Live Nation Illegally Monopolized Ticketing Market, Jury Finds
A Manhattan federal jury found that Live Nation and Ticketmaster illegally maintained monopoly power in the ticketing market. The findings follow an antitrust case brought by states after a separate DOJ settlement. CNN reports: The verdict was reached following a lengthy trial in New York federal court that included testimony from top executives in the … ⌘ Read more

⤋ Read More

Linus Torvalds Merged The Code Beginning To Remove Intel 486 CPU Support In Linux 7.1
As a follow-up to the news first-covered on Phoronix earlier this month about Linux 7.1 expected to begin removing i486 CPU support: it indeed happened. Linus Torvalds took the initial removal bits today without any fuss today for beginning the phase out of M486 / M486SX / ELAN kernel support… ⌘ Read more

⤋ Read More

Apple AI Glasses Will Rival Meta’s With Several Styles, Oval Cameras
Bloomberg’s Mark Gurman reports that Apple is developing display-free AI smart glasses aimed at rivaling Meta’s Ray-Bans, with multiple frame styles, a distinctive oval camera design, and tight iPhone integration. “The idea is to unveil the product at the end of 2026 or early the following year, with the actual release coming in 2027,” writ … ⌘ Read more

⤋ Read More

Another AI rant:

One of the “key features” of LLMs is that you can use “natural language”, because that is supposed to be easier than having to learn a programming language. So, when someone says to me, “I automated this process using AI!”, what they mean is: They have written a very, very large Markdown document. In this document, they list what the AI is supposed to do.

In prose.

This is a complete disaster.

Programming and programming languages have one crucial property: They follow a well-defined structure and every word has a well-defined meaning. That is absolutely brilliant, because I can read this and I can follow the program in my head. I can build a mental model. I can debug this, down to the precise instructions that the CPU executes. This all follows well-defined patterns that you can reason about.

But with these Markdown files, I am completely lost. We lose all these important properties! No debugging, no reasoning about program flow, nothing. It’s all gone. It’s a magic black box now, literally randomized, that may or may not do what you wanted, in some order.

People now throw these Markdown files at me … and … am I supposed to read this? Why? It’s completely random and fuzzy.

Sadly, these AI tools are good enough to be able to mostly grasp the authors intentions. Hence people don’t see the harm they cause, because “it works”.

We already have a ton of automations like this at work: Tickets get piped through an LLM and these Markdown files / prompts determine what will happen with the ticket, and maybe they trigger additional actions as well, like account creation or granting permissions. All based on fuzzy natural language – that no two humans will ever properly agree on.

Jesus Christ, we’re now INTENTIONALLY bringing the ambiguity of legal texts and lawyers into programming.

Using natural language is NOT easier than using a programming language. It is HARDER. Have you people never read a legal contract? And that stuff can STILL be debated in a court room.

I can’t begin to comprehend why we, tech folks, push this so hard. What is wrong with you? Or me?

(And, once again, we’re ignoring other factors here. LLMs use a ton of energy and ressources, that we don’t have to spare. It’s expensive as fuck. It doesn’t even run locally on our servers, meaning we give all these credentials and permissions to some US company. It’s insane.)

⤋ Read More
In-reply-to » Eehhh, what the hell is going on here!?

@lyse@lyse.isobeef.org AI result ahead, feel free to ignore.

I “asked” the AI at work the same question out of morbid curiousity. It “said” that SQLite converts that integer to floating point internally on overflows and then, when converting back, the x86 instruction cvttsd2si will turn it into 0x8000000000000000, even if the actual floating point value is outside of that range. So, yes, it allegedly actually saturates, as a side effect of the type conversion.

I couldn’t find anything about that automatic conversion in SQLite’s manual, yet, but an experiment looks like it might be true:

sqlite> select typeof(1 << 63);
╭─────────────────╮
│ typeof(1 << 63) │
╞═════════════════╡
│ integer         │
╰─────────────────╯

sqlite> select typeof((1 << 63) - 1);
╭──────────────────────╮
│ typeof((1 << 63) ... │
╞══════════════════════╡
│ real                 │
╰──────────────────────╯

As for cvttsd2si, this source confirms the handling of 0x8000000000000000 on range errors: https://www.felixcloutier.com/x86/cvttsd2si

The following C program also confirms it (run through gdb to see cvttsd2si in action):

<a href="https://we.loveprivacy.club/search?q=%23include">#include</a> <stdint.h>
<a href="https://we.loveprivacy.club/search?q=%23include">#include</a> <stdio.h>

int
main()
{
    int64_t i;
    double d;

    /* -3000 instead of -1, because `double` can’t represent a
     * difference of -1 at this scale. */
    d = -9223372036854775808.0 - 3000;

    i = d;
    printf("%lf, 0x%lx, %ld\n", d, i, i);

    return 0;
}

(Remark about AI usage: Fine, I got an answer and maybe it’s even correct. But doing this completely ruined it for me. It would have been much more satisfying to figure this out myself. I actually suspected some floating point stuff going on here, but instead of verifying this myself I reached for the unethical tool and denied myself a little bit of fun at the weekend. Won’t do that again.)

⤋ Read More

Supreme Court Wipes Piracy Liability Verdict Against Grande Communications
An anonymous reader quotes a report from TorrentFreak: Following on the heels of the landmark Cox v. Sony ruling, the Supreme Court has vacated the contributory copyright infringement verdict against ISP Grande Communications, ordering the Fifth Circuit to reconsider its decision in light of the new precedent. […] The order … ⌘ Read more

⤋ Read More

Via https://github.com/newsboat/newsboat/issues/3220#issuecomment-4198066671 I came across this nice selection on why not to use AI: https://github.com/Vxrpenter/AIMania/blob/main/WHY.md#why

This then lead me to the slopware list: https://codeberg.org/small-hack/open-slopware

Holy shit, there’s even more than I thought. :-O In addition to Vim, the following affects me more or less daily (but hopefully not my ancient versions): curl, VLC, ImageMagick, rsync, Python, systemd and even the Linux Kernel itself. Oh fuck me dead. :‘-(

⤋ Read More

Cloudflare Fast-Tracks Post-Quantum Rollout To 2029
Cloudflare is accelerating its post-quantum security plans and now aims to make its entire platform fully post-quantum secure by 2029. “The updated timeline follows new developments in quantum computing research that suggest current cryptographic standards could be broken sooner than previously expected,” reports SiliconANGLE. From the report: The decision by Cloudflare t … ⌘ Read more

⤋ Read More

Stanford Daily Ponders Fate of Bill Gates Namesake Building On April Fools’ Day
theodp writes: “Gates Computer Science Building renamed Peter Thiel Center for Panoptic Computing” reads the headline of an April Fools’ Day story that ran in the Humor section of The Stanford Daily (with the further disclaimer that “This article is purely satirical and fictitious”). The story begins: “Following revel … ⌘ Read more

⤋ Read More

Lemonade 10.1 Released For Latest Improvements For Local LLMs On AMD GPUs & NPUs
Following last month’s Lemonade SDK 10.0 release that finally makes AMD Ryzen AI NPUs under Linux useful for running large language models (LLMs) where as before the Linux build could only target GPUs, released on Monday was Lemonade 10.1 with more enhancements to this local LLM solution… ⌘ Read more

⤋ Read More

Peter Thiel Is Betting Big On Solar-Powered Cow Collars
Halter, a New Zealand agtech startup now valued at $2 billion, has raised $220 million to expand its AI-powered cattle management system. “Halter is now valued at $2 billion following the Series E, which was led by Peter Thiel’s Founders Fund with participation from Blackbird, DCVC, Bond, Bessemer, and several others,” reports Inc. From the report: alter plans to … ⌘ Read more

⤋ Read More

NetBSD 11.0 Nears Release With RC3 Released For Testing
For the better part of the past year NetBSD developers have been preparing for the NetBSD 11.0 release and in February NetBSD 11.0-RC1 released followed by 11.0-RC2 and now a third release candidate was announced today… ⌘ Read more

⤋ Read More

Wine Staging 11.6 Ships Big Patch Series For Working On DirectComposition
Following Friday’s release of Wine 11.6 with reviving the Android driver and improving game mod support as part of DLL loader updates, Wine-Staging 11.6 is out today with extra patches atop… ⌘ Read more

⤋ Read More

Gentoo Releases Experimental Images Using GNU/Hurd
Following an April Fools’ Day tease of Gentoo claiming they were going to switch to GNU Hurd as their primary kernel moving forward, they have now acknowledged the joke but in fact also announcing there are now experimental Gentoo GNU/Hurd images available… ⌘ Read more

⤋ Read More

IBM Teams Up With Arm To Run Arm Workloads On IBM Z Mainframes
IBM and Arm are teaming up to let Arm-based software run on IBM Z mainframes. Network World reports: The two companies plan to work on three things: building virtualization tools so Arm software can run on IBM platforms; making sure Arm applications meet the security and data residency rules that regulated industries must follow; and creating common techn … ⌘ Read more

⤋ Read More

NVIDIA Provides Preview Driver With DRM Color Pipeline API Support
Following the DRM Color Pipeline API making it into the Linux 6.19 kernel, NVIDIA today released a preview Linux driver with their support for the DRM per-plane color pipeline API that will benefit the broader Linux/Wayland desktop HDR ambitions… ⌘ Read more

⤋ Read More
In-reply-to » My first pull request to Perl has been merged! https://github.com/Perl/perl5/commit/2aea97bf3f5c2ea62cf5e701858694b7378ed58c

@lyse@lyse.isobeef.org Oops, I guess the new text is a bit obscure. If you follow the link, the text is a bit more explicit, but you still need to know what a lexical scope is. Anyway, this is part of Perl moving very carefully toward being UTF-8 by default while also not breaking code written in the 90s. If you name a recent version like “use v5.42;” then Perl stops letting you use non-ASCII characters unless you also say “use utf8;”. The “lexically” part basically means that strictness continues until the next “}”, or the end of the program. That lets you fix up old code one block at a time, if you aren’t ready to apply the new strictness to a whole file at once.

⤋ Read More

Gedit Aims For More Frequent Releases, Bans AI / LLM Contributions
Following the release of GNOME 50, Gedit 50 was released on Friday as the newest version of this graphical text editor aligned with the GNOME desktop. Moving forward the Gedit developers are banning AI / large language model (LLM) driven developments and aim to ship more releases faster… ⌘ Read more

⤋ Read More

Intel Xe Driver Improves Memory Pressure / Out-Of-Memory Behavior For vRAM With Linux 7.1
Following the Intel Xe kernel graphics driver pull request landing transparent hugepages for device pages as an SVM win, another round of Intel Xe driver updates were sent out this week ahead of next month’s Linux 7.1 merge window. This latest pull request lands a new user-space API for helping the Intel Xe driver better cope with situations of video memory pressure / out-of-memory behavior for vRAM… ⌘ Read more

⤋ Read More

wlroots 0.20 Released,Sway 1.12-rc1 Available For Testing With Color Management
Released today was wlroots 0.20 as this Wayland support library used by some Wayland compositors for doing much of the “heavy lifting” of compositor bring-up. Following wlroots 0.20, Sway 1.12-rc1 was released for testing as this closely-aligned Wayland compositor inspired by the i3 window manager… ⌘ Read more

⤋ Read More

Researchers At CERN Transport Antiprotons By Truck In World-First Experiment
An anonymous reader quotes a report from Physics World: Researchers at the CERN particle-physics lab have successfully transported antiprotons in a lorry across the lab’s main site. The feat, the first of its kind, follows a similar test with protons in 2024. CERN says the achievement is “a huge leap” towards being able … ⌘ Read more

⤋ Read More
In-reply-to » @zvava how is that client coming along? "/me gently pushes zvava towards a working desk" 😂

@zvava@twtxt.net rooting for it, and you! As soon as there is a stable (no future truly breaking changes) working alpha (can post, can follow, can reply), I will give it a spin! And yes, I understand the contradiction of “stable” and “alpha”; hoping my meaning comes through, LOL.

⤋ Read More

Anthropic’s Claude Can Now Use Your Computer To Finish Tasks
Anthropic is testing a new Claude feature that lets users send a request from their phone and have the AI carry it out directly on their computer, such as opening apps, using a browser, or editing files. The move follows the viral spread of OpenClaw earlier this year, which has gained cult popularity among devs for the ability to run local, 24/7 personal workf … ⌘ Read more

⤋ Read More

Patch Posted To Enable Intel FRED By Default On Linux
Following today’s article exploring the performance benefits of Intel Flexible Return and Event Delivery “FRED” with Panther Lake and also pointing out the rather obscure nature of FRED being disabled-by-default, an Intel Linux kernel engineer posted a patch to now enable FRED by default for better performance… ⌘ Read more

⤋ Read More

In the interest of fairness and hopefully for the last time, I ever have to address this, Google has flip-flopped again and promised “sideloading” will not be removed from their version of Android, but instead have to be enabled in the developer settings, using the following “advanced flow”:

To be perfectly clear, this still falls short of what I wanted, but at this point, it is a compromise I’m willing to take, over further pursuing this, through the various available European courts, myself.

Here is their full statement:
https://android-developers.googleblog.com/2026/03/android-developer-verification.html

⤋ Read More

4Chan Mocks $700K Fine For UK Online Safety Breaches
The UK regulator Ofcom fined 4chan nearly $700,000 (520,000 pounds) for failing to implement age checks and address illegal content risks under the Online Safety Act, but the platform mocked the penalty and signaled it won’t pay. A lawyer representing the company responded with an AI-generated cartoon image of a hamster, writing in a follow-up post on X: “In the only coun … ⌘ Read more

⤋ Read More

Intel Compute Runtime 26.09.37435.1 Brings More Features & Performance Optimizations
Following this morning’s Intel Graphics Compiler 2.30.1 release, the Intel Compute Runtime 26.09.37435.1 is now available for this open-source OpenCL and Level Zero compute stack for Intel graphics hardware on Windows and Linux… ⌘ Read more

⤋ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@rdlmda@rdlmda.me I am reasonably happy with jenny. If I find time for a twtxt project, I would like to make a web page that works as follows: you point it to your own twtxt feed (as a URL parameter), and then it shows you all the feeds referenced by your “# follow =” lines. So, if I put this up, anyone could use it to view their own feed, with no login required. (Probably a difficult project. For example, I’d want to make sure the backend couldn’t be tricked into helping ddos a web server by trying to fetch lots of “feeds” from it. Anyway, I have too many other projects.)

⤋ Read More

Linux 7.0 AMDGPU Fixing Idle Power Issue For RDNA4 GPUs After Compute Workloads
A fix is on the way to the Linux 7.0 kernel today for addressing an idle power issue with AMD RDNA4 GPUs reporting high power consumption and full utilization even after being “idle” following compute workloads like Llama.cpp… ⌘ Read more

⤋ Read More
In-reply-to » Registries suck. Or, should I say, "bend". I say look at the people @prologic is following, and you have found the whole twtxt world. 😅

Yes… Look at everyone @prologic@twtxt.net is following! Next, look at everyone each one of them is following… Next… Hmm… Build a graph of follows and mentions, it’ll be so FUN and not at all time-consuming

– My evil ADHD brain

Image

⤋ Read More

Microsoft’s ‘Xbox Mode’ Is Coming To Every Windows 11 PC
In April, Microsoft will be rolling out a full-screen “Xbox mode” to all Windows 11 PCs, including laptops, desktops, and tablets. The move follows last week’s confirmation of its next-generation Xbox console, known internally as Project Helix, which will be capable of running both Xbox titles and PC games. The Verge reports: Technically, you’ve been able to try t … ⌘ Read more

⤋ Read More
In-reply-to » Last year, I made a huge mistake. I repeated on here, what multiple sourcea at Google told me, and what is to this day, written on their blog about Android. I failed to take into consideration, that people who work at Google, often just lie, or present things intentionally vaguely, so they do not have to follow through with their promises. I would like to apologize to everyone, who took my previous posts here, as assurance software not explicitly approved by Google, will continue working on Android, past this year (or even just a couple months from now) and that everything has been resolved, as things are now in fact even worse, than they were before. To follow the current state of "Open Android", please check: https://keepandroidopen.org/

@bender@twtxt.net Yes, really should have chosen my words more wisely. As @movq@www.uninformativ.de mentions, we got a vague promise of an “advanced flow” being implemented, and in my case also a vague promise of a video call, with someone at Google, regarding it. Now when the backlash died down, it does not look like Google plans to follow through, with any of this and they’re completely unwilling to elaborate and get back to us, about if and how any of this will be implemented.

⤋ Read More

Last year, I made a huge mistake. I repeated on here, what multiple sourcea at Google told me, and what is to this day, written on their blog about Android.
I failed to take into consideration, that people who work at Google, often just lie, or present things intentionally vaguely, so they do not have to follow through with their promises.
I would like to apologize to everyone, who took my previous posts here, as assurance software not explicitly approved by Google, will continue working on Android, past this year (or even just a couple months from now) and that everything has been resolved, as things are now in fact even worse, than they were before. To follow the current state of “Open Android”, please check: https://keepandroidopen.org/

⤋ Read More
In-reply-to » Just found out there's something called "twtxt registries". There are at least two of them online and it... aggregates twtxts on a semi-centralized consumable API?

Registries suck. Or, should I say, “bend”. I say look at the people @prologic@twtxt.net is following, and you have found the whole twtxt world. 😅

⤋ Read More