Searching We Love Privacy Club

Twts matching #writing
Sort by: Newest, Oldest, Most Relevant

Bcachefs Tools 1.38.6 Brings Many Performance Improvements
Kent Overstreet announced the release today of Bcachefs-Tools 1.38.6 as the user-space tools built around the Bcachefs copy-on-write file-system. There are a few new features and a lot of performance work in v1.38.6 without bringing any on-disk format breakage… ⌘ Read more

⤋ Read More

Google, Microsoft, and OpenAI Back Linux Foundation’s Appia AI Standards Initiative
BrianFagioli writes: Google, Microsoft, OpenAI, Arm, Mastercard, Siemens, and other companies have joined the newly launched Appia Foundation under the Linux Foundation. The project aims to create common specifications and assessment frameworks that organizations can use to demonstrate AI systems meet emerging s … ⌘ Read more

⤋ Read More

Btrfs Now Enables Large Folios By Default, Lands Huge Folios With Linux 7.2
The Btrfs file-system feature updates have been merged for the Linux 7.2 kernel with a few noteworthy changes for this copy-on-write file-system… ⌘ Read more

⤋ Read More

Linux 7.2 Improves Anonymous/Unnamed Pipe Performance For Shell Pipelines & More
Yet another performance optimization merged for the in-development Linux 7.2 kernel is improving the speed of anon_pipe_write, the kernel function used for writing data into anonymous/unnamed pipes such as when using shell pipelines or standard streams from applications… ⌘ Read more

⤋ Read More

Trump’s ‘Made In the USA’ Phone Is Just a Reskinned HTC U24 Pro
Longtime Slashdot reader necro81 writes: The heavily promoted, $499 T1 “Trump Phone” was originally said to be “Made in the USA” and ship in September 2025. Later, that was downgraded to “Assembled in the USA.” Given the Trump Organization’s lack of engineering or supply chain expertise, many assumed the “T1” would just be a private-label phone made … ⌘ Read more

⤋ Read More

Google CEO Largely Avoids Discussing AI In Stanford Commencement Speech
BrianFagioli writes: Google CEO Sundar Pichai delivered Stanford University’s 2026 commencement address, but despite leading one of the companies at the center of the AI boom, he spent very little time discussing artificial intelligence. Instead, the speech focused on optimism, working on hard things, and following your interests. T … ⌘ Read more

⤋ Read More

Are Many College Students Losing the Ability to Read?
Futurism reports:

in a new essay for The Chronicle Higher Education, university-level literature and writing instructor Tyler Jagt recalls how not a single one of his students could get through an assigned 20-page article, something that he had read “without complaint” as an undergraduate a decade ago.

One student confessed that the reason they didn’t finish was that … ⌘ Read more

⤋ Read More

UK Scientists See Little Evidence for Claims Smartphones Are Rewiring Kids’ Brains
UK’s Members of Parliament (MP) were “looking for proof that smartphones and social media are rotting children’s brains,” writes The Register — but they got “a less satisfying answer from neuroscientists on Wednesday: nobody can really prove it.”

Appearing before the Science, Innovation and Technology Commit … ⌘ Read more

⤋ Read More

As ‘Disclosure Day’ Premieres, Steven Spielberg Says He Believes Aliens Really Have Visited Earth
Steven Spielberg grants that his 1977 UFO film Close Encounters was “speculative,” writes the Associated Press, but “Disclosure Day, he insists, is the real deal.”

“It’s my first film that will be considered science fiction that I do not consider to be science fiction,” Spiel … ⌘ Read more

⤋ Read More
In-reply-to » @lyse Is it this one? https://github.com/rivo/tview It’s almost 10 years old but hasn’t seen a 1.0.0 release yet? 🤔

@lyse@lyse.isobeef.org Interesting approach. 🤔

The master branch should never be in a broken state (apart from bugs I don’t know about). Any intermediate state during the development of a larger feature will happen in a different branch.

I mean, yeah, but … I don’t know, I like having “traditional releases” as a second safety net when I write programs. I like to let things mature for a while and then I cut a new release. So it’s, like, “we have a bunch of new features and fixes here, and to the best of my knowledge this works fine now”. But maybe I’m just paranoid. 🤔

⤋ Read More

How Author Dave Eggers Avoids Smartphones, Internet Access, and Flock Cameras
A few weeks ago on a bike ride “inspiration struck” for Dave Eggers, reports SFGate…

Without a pen and paper handy, he was stuck texting the idea to himself. The problem? Eggers doesn’t own a smartphone. “It takes 20 minutes to write a sentence,” Eggers said… It’s a funny predicament for Eggers, given that he’s arguab … ⌘ Read more

⤋ Read More

Shutterstock ‘Evolves’ Into ‘Human-Led, AI-Powered Creative Platform’
Slashdot reader BrianFagioli writes:
Shutterstock has unveiled what it calls a “human-led, AI-powered” creative platform that combines its massive library of [human] contributor-created content with AI image and video generation, AI editing, conversational search, prompt enhancement, and automated model selection tools. The company says the goa … ⌘ Read more

⤋ Read More
In-reply-to » Oh boy, I absolutely hate this stupid trend of not writing changelogs anymore! Why the fuck would one seriously consider it to be a viable option to just let some shitty bot spew all merge requests on a goddamn GitHub release?! First of all, these merge request titles suck balls. The order of the changes in this "changelog" is completely random (well, probably merge time, which is as useless as the dick on the Pope). They are not grouped by anything at all. Additions, changes, removals, deprecations, etc. randomly mixed up in one giant list. And then "Add feature X", seventeen kilometers further down "Revert 'Add feature X'". Fuck you! Don't include this shit in the first place!

@lyse@lyse.isobeef.org Thanks!

On the AI changelog part, though, I’d rather recommend to just not have a changelog at all.

I’m afraid that ship has sailed. You can rest assured that someone who uses AI/LLMs for their code (which is almost everybody at this point) will most certainly also use it for changelogs.

I actually considered not mentioning AI output at all, because this just opens a huge can of worms … 😞

While going through these terrible GitHub release pages, I also found these “New Project Contributors” sections

Yeah, they play on a nerd’s pride.

Now, it’s just the same auto shitshow with MR titles in a rolling date-versioned release scheme. It’s just our team who has to deal with that, though. I think I’m the only one who is not a fan of it.

I’ve found that this whole situation is much worse at work than it is in the Free Software world. At work, it’s literally work and hardly anybody actually cares. We still don’t have all people convinced that writing good commit messages or using good branch names is worth the time. It’s … oh god, no, I’m going to stop here, this is bad for my mental health. 😅

Suffice it to say, all release notes at work are now AI-generated. Nobody gives a fuck.

⤋ Read More
In-reply-to » Oh boy, I absolutely hate this stupid trend of not writing changelogs anymore! Why the fuck would one seriously consider it to be a viable option to just let some shitty bot spew all merge requests on a goddamn GitHub release?! First of all, these merge request titles suck balls. The order of the changes in this "changelog" is completely random (well, probably merge time, which is as useless as the dick on the Pope). They are not grouped by anything at all. Additions, changes, removals, deprecations, etc. randomly mixed up in one giant list. And then "Add feature X", seventeen kilometers further down "Revert 'Add feature X'". Fuck you! Don't include this shit in the first place!

@movq@www.uninformativ.de Hahaha, great timing! :-D I love your article and agree with almost all your points.

On the AI changelog part, though, I’d rather recommend to just not have a changelog at all.

Another important thing for me is the deprecation notice section. What do I need to look out for in the future? Should I start to migrate to another API soon? Even right now? Or does it have time?

While going through these terrible GitHub release pages, I also found these “New Project Contributors” sections (yeah, for that, they found the time to make a section) annoying. Don’t get me wrong, sure, credit where credit is due. But come on. Soooooo much space for an inefficiently formatted (and also unsorted) list. At least it was easy enough to skip over it.

And then, there are also these changelogs or rather notice documents in general that are infested with multicolored emojis all over the place. My brain’s spam filter kicks in and shoves everything to /dev/null immediately. It’s especially a thing at work.

In my previous work project, we also used the Keep A Changelog Format. That was great. You wouldn’t believe how often I resorted back to that document. At least twice a week, often several times a day. I was very glad that we put in this effort. Of course, writing the changelog took its time, but it was worth every minute and more. Reading a many months old item, it was immediately clear. I was our best customer in that regard.

Now, it’s just the same auto shitshow with MR titles in a rolling date-versioned release scheme. It’s just our team who has to deal with that, though. I think I’m the only one who is not a fan of it.

⤋ Read More

GCC 17 Merges Function Multi-Versioning For APX & AVX10.2
Earlier this month I wrote about Intel working on function multi-versioning support for APX and AVX10.2 with the GCC compiler. This allows developers to write optimized code paths specifically targeting Advanced Performance Extensions (APX) or Advanced Vector Extensions 10.2 capabilities of future processors while being able to otherwise fall-back to generic or other optimized code paths for other ISA target features. This work is now merged for GCC 17.. … ⌘ Read more

⤋ Read More
In-reply-to » Oh boy, I absolutely hate this stupid trend of not writing changelogs anymore! Why the fuck would one seriously consider it to be a viable option to just let some shitty bot spew all merge requests on a goddamn GitHub release?! First of all, these merge request titles suck balls. The order of the changes in this "changelog" is completely random (well, probably merge time, which is as useless as the dick on the Pope). They are not grouped by anything at all. Additions, changes, removals, deprecations, etc. randomly mixed up in one giant list. And then "Add feature X", seventeen kilometers further down "Revert 'Add feature X'". Fuck you! Don't include this shit in the first place!

@lyse@lyse.isobeef.org … I am literally writing a blog post about changelogs at this very moment … 😂 I am certainly adding the “‘add X’ and then later ‘remove X’” to my list of DON’Ts. 😅

⤋ Read More

Oh boy, I absolutely hate this stupid trend of not writing changelogs anymore! Why the fuck would one seriously consider it to be a viable option to just let some shitty bot spew all merge requests on a goddamn GitHub release?! First of all, these merge request titles suck balls. The order of the changes in this “changelog” is completely random (well, probably merge time, which is as useless as the dick on the Pope). They are not grouped by anything at all. Additions, changes, removals, deprecations, etc. randomly mixed up in one giant list. And then “Add feature X”, seventeen kilometers further down “Revert ‘Add feature X’”. Fuck you! Don’t include this shit in the first place!

Fits absolutely perfect in the pattern of rapid decline.

I must rip out all dependencies as soon as possible whose maintainers just don’t give a shit.

⤋ Read More

Supriya Ganesh on Leaving The Pitt, Fan Support & Dr. Mohan’s Unfinished Story
Supriya Ganesh once again addressed their exit from The Pitt, following the show’s creative decision to write her out. In a recent interview, she expressed gratitude for the fan support during her 2-year run on the series. Supriya Ganesh is ‘so grateful’ for The Pitt after exit Ganesh, who played Dr. Samira Mohan in The […]

The post [Supriya Ganesh on Leaving The Pitt, Fan Support & Dr. Mohan’s Unfini … ⌘ Read more

⤋ Read More

Netflix Is Developing a Show Based on 1 of Glen Powell’s Biggest Hits
Netflix and Glen Powell are teaming up again to turn one of his biggest hits into a full television series. The streamer is developing a show inspired by the actor’s 2024 breakout film with an acclaimed showrunner attached to write. Stephen Falk is writing the Hit Man Netflix series inspired by Glen Powell’s movie Netflix is developing a […]

The post [Netflix Is Developing a Show Based on 1 of Glen … ⌘ Read more

⤋ Read More

Wonder Woman Writer Shares New Details About Approach to DCU Character
Wonder Woman writer gives a peek into her approach to the DCU character. Supergirl and Wonder Woman writer Ana Nogueira has revealed how she approaches writing every character, including the Princess of Themyscira. Her comments come as Supergirl gears up for a release later this month. Better known for her acting work, Nogueira has appeared […]

The post [Wonder Woman Writer Shar … ⌘ Read more

⤋ Read More

The Social Reckoning Trailer Review: Jeremy Strong’s Unwanted Sequel Shows Promise
The teaser trailer for The Social Reckoning has been released. Even though many did not ask for a sequel to The Social Network, the first footage is surprisingly effective. The Social Reckoning has been described as a companion piece to The Social Network. Aaron Sorkin, who won an Oscar for his Social Network screenplay, writes […]

The post [The Social Reckoning Trail … ⌘ Read more

⤋ Read More
In-reply-to » @movq Related reading (if you're interested): Let's Talk about LLMs by James Bennett

@itsericwoodward@itsericwoodward.com That DORA quote is 🤯 — and it perfectly explains why AI coding tools terrify me in certain contexts. Dropping Copilot into a codebase full of technical debt isn’t gonna fix the debt, it’s just gonna write more of it faster 🤣 Fred Brooks would be nodding his head right now 🙏

⤋ Read More
In-reply-to » @movq Related reading (if you're interested): Let's Talk about LLMs by James Bennett

(#xbh2sbq) @itsericwoodward@itsericwoodward.com That DORA quote is 🤯 — and it perfectly explains why AI coding tools terrify me in certain contexts. Dropping Copilot into a codebase full of technical debt isn’t gonna fix the debt, it’s just gonna write more of it faster 🤣 Fred Brooks would be nodding his head right now 🙏

⤋ Read More

Ask HN: Why is the HN crowd so anti-AI?
Genuine question.

Over the past six months, there hasn’t been a single day where I’ve checked the HN Best RSS feed without seeing a post about how AI “writes bad code,” “introduces bugs,” “creates technical debt,” or something along those lines.

I’ll probably make a lot of enemies by saying this, but do people realize that code is just a means to an end?

Users don’t care whether the code was written by AI or by hand, or which framework you used. They care that the product works.
… ⌘ Read more

⤋ Read More

Netflix Adds Pierce Brosnan & Morena Baccarin’s Underrated Action Movie Today
Vertical’s underrated 2023 action thriller movie has finally been added to Netflix‘s library. Beginning today, Pierce Brosnan and Morena Baccarin‘s Fast Charlie is now available to stream on Netflix. What do we know about Pierce Brosnan’s Fast Charlie movie? Fast Charlie was directed by Phillip Noyce, with Richard Wenk writing the script. It was based […]

The post [Netflix Adds Pierce … ⌘ Read more

⤋ Read More

BSA Lashes Out At Mandatory Open-Source Licensing
Longtime Slashdot reader Elektroschock writes: The American Business Software Alliance (BSA) does not consider mandatory open-source licensing to be an appropriate indicator of sovereignty. This is among the “pointed messages” they sent to the French government consultation (closed) today. “What protects Europe is the ability to govern, audit, and mitigate risk, not where a c … ⌘ Read more

⤋ Read More

Hulu Adds Tatiana Maslany’s Divisive Horror Movie Today
One of Neon’s divisive horror movies starring Emmy winner Tatiana Maslany has finally been added to Hulu‘s library. As of today, Maslany’s 2025 supernatural thriller film Keeper is officially available to stream on Hulu. What do we know about Tatiana Maslany’s Keeper movie? Keeper was directed by Osgood Perkins, with Nick Lepard writing the screenplay. […]

The post [Hulu Adds Tatiana Maslany’s Divisive Horror Movie Tod … ⌘ Read more

⤋ Read More

CUDA-Oxide 0.2 Brings Early Improvements To Pure Rust CUDA Kernels
Last month CUDA-Oxide was introduced as an experimental Rust-to-CUDA compiler. From pure Rust programming language code, one can write CUDA GPU kernels in a “safe(ish)” manner with the CUDA-Oxide compiler emitting NVIDIA PTX output directly. Out today is the second update to CUDA-Oxide… ⌘ Read more

⤋ Read More

Is By Any Means Based on a True Story? Mark Wahlberg’s Hitman Movie Explained
Mark Wahlberg‘s upcoming By Any Means movie is based on the true story of mafia hitman Greg Scarpa. Ahead of its theatrical debut on September 4, we’ve looked into the historical events and figures that inspired Wahlberg’s newest crime drama. By Any Means is directed by Elegance Bratton, with Sascha Penn writing the screenplay. Besides […]

The post [Is By Any Means … ⌘ Read more

⤋ Read More

House of the Dragon Season 4 Filming Window Hints at Final Season’s Release Date
House of the Dragon Season 4 filming window is revealed, which has led to a possible release date. Showrunner Ryan Condal says it will be the biggest season yet. With Season 3 releasing on HBO and Max on June 21, Condal is already deep into writing the final season of the Game of Thrones prequel, […]

The post [House of the Dragon Season 4 Filming Window Hints at Final Season’s Release Date](ht … ⌘ Read more

⤋ Read More
In-reply-to » @lyse By the way, which site generator are you using? I kind of miss having code blocks with syntax highlighting and that generic yellow highlighting thing is pretty cool, too.

@lyse@lyse.isobeef.org Ah, I almost thought so (that you wrote it by hand), but then I looked at the source code and saw the TOC and I was like: “Naah, probably not. I would be way too lazy to do that manually.” 😅 And indeed … ha.

Oh god, yeah, that’s a lot of <span>. 🤔 Can’t really avoid that, I guess, especially if you want to do syntax highlighting of code blocks.

You wrote your own site generator, didn’t you?

In parts. I write everything in Markdown (it’s online, even: https://movq.de/blog/postings/2026-05-29/0/POSTING-en.md), plus a few Vim shortcuts (to generate thumbnails, for example), and then python-markdown renders it: https://pypi.org/project/Markdown/ This process is wrapped in a shell script, like “re-render every page if the .md file is newer than the .html file” and that’s mostly it. And the Atom feed generator is completely custom. 🤔

⤋ Read More

Hannah Waddingham Sets the Record Straight on ‘Rift’ With Jason Sudeikis Claims
Hannah Waddingham recently addressed the rumors surrounding her alleged “rift” with Jason Sudeikis. She clarified that they continue to be good friends and acting partners while promoting the series next installment. The rumors emerged when she revealed that she shares a love-and-hate relationship with Sudeikis due to his frequent writing tweaks. Hannah Waddingham calls ‘rift’ […]

The p … ⌘ Read more

⤋ Read More

Fedora Linux 43 Exposes 20-Year-Old Microsoft Outlook Security Failure
BrianFagioli writes: Fedora Linux 43 users upgrading to the latest Dovecot mail server discovered something rather unsettling: some older Microsoft Outlook configurations may have been silently ignoring SSL/TLS settings for POP3 email connections for years. According to a Fedora community blog post, affected Outlook clients reportedl … ⌘ Read more

⤋ Read More

QuiznessDesk, Wednesday, June 03
New Zealander Taika Waititi has only directed one film that he did not write. It was a Marvel Cinematic Universe film. What’s the film?
The Ural Mountains form a natural border between which two continents?
The Barbary lion went extinct in the wild around how many years ago? 80, 120, or 200?
What “C” peak in Queenstown, New Zealand, is a skiing mountain, whose name is the same as a crown that is commonly worn by lesser royalties, such as those with peerage?
In … ⌘ Read more

⤋ Read More
In-reply-to » @lyse By the way, which site generator are you using? I kind of miss having code blocks with syntax highlighting and that generic yellow highlighting thing is pretty cool, too.

@movq@www.uninformativ.de It’s the “Lyse types the entire HTML by hand” generator. Yes, no kidding. I write articles so rarely, that I can do that once in a while. It’s fun to some degree, but also not.

After some time, I finally recorded some Vim macros to insert <b>…</b>, <var>…</var>, <span class=s>…</span> etc. around the tokens. This helped a little bit. But I was still questioning my mental state doing it like that. I also had to fix a bunch of the end tags by hand, because the word movement wasn’t enough or the end movement went too far. Quite the annoying process for sure.

But I think the HTML looks a wee bit nicer and is maybe even semantically a little bit better than having only <span>s everywhere. I find the <span class="whatever"> just soo awfully long. Of course, I never look at the code again, but knowing, that e.g. there is a <b> and it saves so many bytes in comparison, makes me happy. It is a more elegant solution in my opinion. Not by much, but better nonetheless. It’s a matter of simplicity. Admittedly, even I can’t avoid the <span>s alltogether. Oh well. On the other hand, I’m sure that this does not make any difference whatsoever. I bet, nobody and nothing, like a screenreader, analyzes the HTML for that, where this would be truly useful.

Oh! Maybe text browsers, though. It just occurred to me while composing this reply. :-) Haha, I lost my bet quickly. w3m picks up at least the <b> for keywords and builtin types, <u> for filenames and <i> for comments. Yey. No different styles for <var> and <mark>, unfortunately. elinks only renders the bold. It’s cool that I had the right intuition right from the beginning, despite being unable to pinpoint it. :-)

All the <span> hell with common syntax highlighters is a downer for me that keeps me from looking more into them. If I wrote more articles, I might rig something up with Pygments. At least that’s somehow positively connotated in my brain. Not sure if it actually deserves it, but I dealt with that in some loose form (can’t even remember) years and years ago. Apparently, it wasn’t too terrible.

To prepare the table of contents, I used grep and sed with some manual intervention in the end. The entire process can be improved. Absolutely.

You wrote your own site generator, didn’t you?

⤋ Read More

Hackers Simply Asked Meta’s AI To Take Over High-Profile Instagram Accounts
“Hackers used Meta’s AI support chatbot to change email addresses associated with high-profile Instagram accounts, such as Barack Obama’s White House account, allowing them to change the passwords and gain control over the accounts,” writes Slashdot reader fropenn. Other accounts affected include the Chief Master Sergeant of … ⌘ Read more

⤋ Read More

Ombredanne: An AI agent ported our codebase from Python to Rust
Over on the AboutCode blog, lead
maintainer Philippe Ombredanne writes
about an agentic LLM system porting the ScanCode\
Toolkit to Rust. In the process, the LLM (or the people behind it)
infringed the ScanCode trademark, stripped copyright and license notices,
“and started an outreach campaign, without ev … ⌘ Read more

⤋ Read More

AI-Driven Security Disclosures, NVIDIA Vera & Linux 7.1 Features That Made An Exciting May
May 2026 is now in the books after writing 275 original Linux/open-source minded news articles and another 20 featured-length benchmark articles / Linux hardware reviews. There was a lot of exciting topics in May to keep the month interesting and as we approach the Phoronix 22nd birthday this week… ⌘ Read more

⤋ Read More

Thoughts on the lobbying debate
Being a kindly soul who has spent many years around Wellington in journalism, public relations and then journalism again, twice, my first reaction to last week’s news of unrecorded meetings and documents between corporate lobbyists and the Prime Minister’s Office left me cold.

People forget to write things down that they ought to. ⌘ Read more

⤋ Read More

AI Agents Get Their Own Directory Built Atop DNS
“In the future, AI agents will be able to find one another using the Domain Name System (DNS), instead of crawling about and probing ports or checking configured resources,” writes The Register.

InfoWorld writes that “numerous proprietary agent registries are on the market, but the Linux Foundation suggests we simply extend the distributed, open Domain Name System (DNS) infras … ⌘ Read more

⤋ Read More