Benchmarking The AMD EPYC 9V64H: Azure HBv5’s Custom AMD CPU With HBM3
Nearly one year ago Microsoft announced the HBv5 virtual machines powered by a custom-designed AMD 4th Gen EPYC processor with high bandwidth memory (HBM3). Finally today the Azure HBv5 series is reaching general availability for those with memory-intensive HPC applications and other workloads. Microsoft kindly provided Phoronix with HBv5 access in advance to begin testing these new VMs with the AMD EPYC 9V64H CPUs featuring HBM memory, so … ⌘ Read more
USDA Tells Grocery Stores They Can’t Give Discounts to People Hit by Trump’s Food Stamp Freeze
Stephen Prager, Staff Writer - Common Dreams
_Stephan: This story, and the Trump administration, are so vile, I am not sure I have the adjectives to describe Trump and his incompetent vassals. What Trump has done is make it illegal for a generous grocer to help families who have lost SNAP by giving them discounts. If you know someone wh … ⌘ Read more
Announcing cgp-serde: A modular serialization library for Serde powered by Context-Generic Programming
Comments ⌘ Read more
The Political State of Generation Z
Oct 30, 2025, CEO of PRRI - PRRI
Stephan: Gen Z, individuals born between 1997 and 2012, played a role in ‘king” Trump’s election to his second term, and I have been wondering what role they will play in the 2026 elections. We will get a first glimpse on Tuesday, and here is the best fact-based research I could find on the attitudes of Gen Zers.
… ⌘ Read more
Microsoft breaks Task Manager in Windows 11, hard
Let’s take a look at how things are going at Microsoft, whose CEO claimed a few months ago that 30% of their code was generated by “AI”. After installing Windows Updates released on or after October 28, 2025 (KB5067036), you might encounter an issue where closing Task Manager using the Close (X) button does not fully terminate the process. When you reopen Task Manager, the previous instance continues running in the background even th … ⌘ Read more
Medical Societies Are Facing an Existential Crisis
Hemant Kalia MD, MPH, Mark Adams, MD, MBA, and David Jakubowicz, MD, -
_Stephan: I grew up in a multi-generational medical family. My father was an internationally recognized anesthesiologist, my mother was a nurse, two of my great aunts were nurses who founded national organizations, two uncles were physicians, and it all traced back generations. Nurses were employees of medical corporations, universities, and foundatio … ⌘ Read more
Stephen Miller Is Hiding From Protesters by Living on Military Base
Edith Olmsted, Staff Writer - The New Republic
_Stephan: Have you noticed how dictator Trump’s vassals all seek to emulate him? Did you realize that Christie Noem, Stephen Miller, and others have forced generals and admirals out of their homes so they can live on military bases, just as the Vice President now lives in what used to be the home of the Chief of Naval Operations, on the Nava … ⌘ Read more
@movq@www.uninformativ.de Yeah, give it a shot. At worst you know that you have to continue your quest. :-)
Fun fact, during a semester break I was actually a little bored, so I just started reading the Qt documentation. I didn’t plan on using Qt for anything, though. I only looked at the docs because they were on my bucket list for some reason. Qt was probably recommended to me and coming from KDE myself, that was motivation enough to look at the docs just for fun.
The more I read, the more hooked I got. The documentation was extremely well written, something I’ve never seen before. The structure was very well thought out and I got the impression that I understood what the people thought when they actually designed Qt.
A few days in I decided to actually give it a real try. Having never done anything in C++ before, I quickly realized that this endeavor won’t succeed. I simply couldn’t get it going. But I found the Qt bindings for Python, so that was a new boost. And quickly after, I discovered that there were even KDE bindings for Python in my package manager, so I immediately switched to them as that integrated into my KDE desktop even nicer.
I used the Python KDE bindings for one larger project, a planning software for a summer camp that we used several years. It’s main feature was to see who is available to do an activity. In the past, that was done on a large sheet of paper, but people got assigned two activities at the same time or weren’t assigned at all. So, by showing people in yellow (free), green (one activity assigned) and red (overbooked), this sped up and improved the planning process.
Another core feature was to generate personalized time tables (just like back in school) and a dedicated view for the morning meeting on site.
It was extended over the years with all sorts of stuff. E.g. I then implemented a warning if all the custodians of an activitiy with kids were underage to satisfy new the guidelines that there should be somebody of age.
Just before the pandemic I started to even add support for personalized live views on phones or tablets during the planning process (with web sockets, though). This way, people could see their own schedule or independently check at which day an activity takes place etc. For these side quests, they don’t have to check the large matrix on the projector. But the project died there.
Here’s a screenshot from one of the main views: https://lyse.isobeef.org/tmp/k3man.png
This Python+Qt rewrite replaced and improved the Java+Swing predecessor.
Measuring what matters: How offline evaluation of GitHub MCP Server works
Take a look inside our automated pipeline for rapid, rigorous evaluation for the GitHub MCP Server.
The post Measuring what matters: How offline evaluation of GitHub MCP Server works appeared first on The GitHub Blog. ⌘ Read more
‘Change course now’: humanity has missed 1.5C climate target, says UN head
Jonathan Watts and Wajã Xipai, Environmental Writers - The Guardian (U.K.)
_Stephan: The 2040 catastrophe I have long been warning you about looks ever more inevitable. As the Secretary General of the UN has warned, after studying the scientific research, “Humanity has failed to limit global heating to 1.5C and must change course immediately.” Trump and the Republicans, of cou … ⌘ Read more
@movq@www.uninformativ.de Uh, that actually looks not that terrible. Somehow, I remember Swing GUIs being way uglier.
As for Visual Basic, I only had to use VBA once in my life. That was in the beginning of my career when I inherited a project from a leaving coworker. Fuck me, was that awful. Just alone the damn compiler error dialog box popping up in my face all the time while editing and the compiler already trying to parse the unfinished and hence of course uncompilable code. Boy, that left a lasting impression on me. I ported everything to Java very quickly. Luckily, the code base wasn’t all that large at that point in time. I had to add a bunch of new features after that, so I was very glad that I convinced my workmate/project manager to do that first. We didn’t even need a GUI, the button in Excel was transformed to a command line program that just generated the large file.
But I cannot comment on the VB GUI designer, I never used that. Your screenshot looks very similar to the Delphi one, though. Only towards the end of my Delphi days I found out about the possibility to make the widgets snap to window edges and corners (I don’t remember how that was called), so that resizing the windows was actually possible without messing up their entire contents.
Switching to Linux, Delphi wasn’t an option anymore. For some reason I couldn’t use Kylix. Maybe it was already dead by the time I changed OSes. Or I couldn’t get it to run. I just don’t remember. I just recall that the unavailability of Delphi was the reason it took me a while to actually settle on Linux. I then fully switched to Java. The GridBagLayout was my absolutely favorite Swing layout manager. I reckon I used it 98% of the time, because it was so powerful and made the windows resize properly, just as I had learned to do in Delphi shortly before.
Up until discovering Swing, I used Java’s AWT for a short amount of time. That was very limited I think and I hit the limits fairly quickly. Later at uni, we had one project making use of SWT. Didn’t convince me either. I could be wrong, but I think there was also a SWT GUI designer plugin for Eclipse. If there really was, that one wasn’t in the same street as Delphi’s (there must be a reason I forgot about it ;-)).
OpenIndiana 2025.10 released
OpenIndiana, the Illumos distribution for general use, has released its latest snapshot release, and there’s some really interesting things in there. To refresh your memory: Illumos is a fork of the final OpenSolaris release, based on Solaris 11, before Oracle closed Solaris back up. It’s been in development ever since that fateful day back in 2010, and several Illumos distributions with unique identities have sprung up around the project. OpenIndiana is one of them, and fu … ⌘ Read more
Now in 3D, maps begin to bring exoplanets into focus
Astronomers have generated the first three-dimensional map of a planet orbiting another star, revealing an atmosphere with distinct temperature zones—one so scorching that it breaks down water vapor, a team co-led by a Cornell expert reports in new research. ⌘ Read more
Can a leftist position on the use of generative AI be materially held? - Jacky Alciné
Comments ⌘ Read more
@lyse@lyse.isobeef.org (… I am making a Zalgo Generator in Python right now, because I need it for something else … 🤣)
Young stars ejecting plasma could offer clues into the sun’s past
The sun is frequently ejecting huge masses of plasma, called coronal mass ejections (CMEs), into space. They often occur together with sudden brightenings called flares, and sometimes extend far enough to disturb Earth’s magnetosphere, generating space weather phenomena including auroras or geomagnetic storms, and even damaging power grids on occasion. ⌘ Read more
Property-Based Testing in Practice
Property-based testing (PBT) is a testing methodology where users
write executable formal specifications of software components and
an automated harness checks these specifications against many
automatically generated inputs. From its roots in the QuickCheck
library in Haskell, PBT has made significant inroads in mainstream
languages and industrial practice at companies such as Amazon,
Volvo, and Stripe. As PBT extends its reach, it is important to understand
how developers are usin … ⌘ Read more
‘This Is Astounding’: Overnight, Millions More Americans Could Be Labeled Obese
, - Sttudy Finds
_Stephan: The other day, I published a lengthy academic study showing that Americans have shorter lives, and are less healthy in general than populations in other developed countries. Now another study has just been published showing that research data has redefined obesity. It turns out that Americans, under the new research data, have gone from 42 … ⌘ Read more
How to find, install, and manage MCP servers with the GitHub MCP Registry
Learn how to bring structure and security to your AI ecosystem with the GitHub MCP Registry, the single source of truth for managing and governing MCP servers.
The post How to find, install, and manage MCP servers with the GitHub MCP Registry appeared first on … ⌘ Read more
“AI” assistants misrepresent news content 45% of the time
An extensive study by the European Broadcasting Union and the BBC highlights just how deeply inaccurate and untrustworthy “AI” news results really are. “AI” sucks even at its most basic function. It’s incredible how much money is being pumped into this scam, and how many people are wholeheartedly defending these bullshit generators as if their lives depended on it. If these tools can’t even summarise a text – something … ⌘ Read more
@prologic@twtxt.net Ah, I see. Yeah, you might be right. (Still a fragile process due to the general AI wonkiness, but it can help to some degree, yes.)
@movq@www.uninformativ.de My impression also is that good sysadmins are missing. No wonder if they all get laid off because they’re “not doing anything” and developers can just operate their shit themselves. Or so the bosses and plenty devs think. Sadly, that’s the general view.
Hell no, devops is bullshit in my opinion. Most developers (including myself) are rather bad at administrating. A good sysadmin offers other skills. Great admins appear to just sit around, but they’re much more proactively working than programmers who also operate the same stuff. The latter have a waaay more reactive work model in comparison. When things have already gone south. The sysadmin, on the other hand, would have noticed and thus prevented the vast majority very early on when it was far from becoming a problem in the future.
At least that’s my personal experience in all those years in different projects and what my mates tell me from their companies. Sure, skills can be learned, but it’s just not happening (enough). And obviously, there are people out there who excel in both disciplines, but they are rare. Most fall in one of the categories. Not to forget, plenty are just bad at everything. :-)
What about the icons in pifmgr.dll?
Raymond Chen has another great post about some of the classic icons from Windows 95, this time focusing on pifmgr.dll. In this file, there are a variety of random-seeming icons, and it turns out they’re random for a reason: they were just a bunch a fun, generic icons intended for people to use when creating PIF files. The icons in pifmgr.dll were created just for fun. They were not created with any particular programs in mind, with one obvious exception. They w … ⌘ Read more
Simple, minimal SQL database migrations written in Go with generics. Std lib database/sql and SQLX supported OOTB
I built GoSMig for personal projects and open-sourced it. It’s a tiny library for writing migrations in Go (compile-time checks via generics). Supports both transactional and non-transactional steps, rollback, status/version commands, and a built-in CLI handler so you can ship your own tool.
- Zero dependencies (std lib; golang.org/x/term used for pager support)
- database/sql and sqlx supported out of the box, others w … ⌘ Read more
No, Em Dash is Not Indicative of AI Generated Text
The Em Dash ( — ) has been in use for centuries by some of the most renowned writers — from journalists to classic literature to modern Sci-Fi authors. ⌘ Read more
How Sora2’s AI Video Generator Can Clone You - Computerphile ⌘ Read more
@dce@hashnix.club Arch is the most stress-free OS I’ve ever run (I last reinstalled it 14 years ago, only rolling updates since then) – but to be honest, I sometimes wonder what role my general choice of software plays. I mostly run minimalistic software or programs that I wrote myself. I guess that greatly reduces the chance of breakage. 🤔
Generation of harmful slow electrons in water is a race between intermolecular energy decay and proton transfer
When high-energy radiation interacts with water in living organisms, it generates particles and slow-moving electrons that can subsequently damage critical molecules like DNA. Now, Professor Petr Slavíček and his bachelor’s student Jakub Dubský from UCT Prague (University of Chemistry and Technology, Prague) have described in detail one of the key mechanisms for the creation … ⌘ Read more
Poorer health linked to more votes for Reform UK, 2024 voting patterns suggest
Poorer health is linked to a higher proportion of votes for the populist right wing political party, Reform UK, indicates an analysis of the 2024 general election voting patterns in England, published online in the open access journal BMJ Open Respiratory Research. ⌘ Read more
Modern iOS Security Features – A Deep Dive into SPTM, TXM, and Exclaves
The XNU kernel is the basis of Apple’s operating systems. Although labeled as a hybrid kernel, it is found to generally operate in a monolithic manner by defining a single privileged trust zone in which all system functionality resides. This has security implications, as a kernel compromise has immediate and significant effects on the entire system. Over the past few years, Apple has taken steps towards a more compartmentalized kernel architecture and a more micr … ⌘ Read more
10 Unique Ancient Peoples Whose Cultural Footprints Still Shape the World
History has a funny way of remembering the loudest voices—the emperors, conquerors, and generals whose names echo through textbooks and tourist guides. But for every Caesar or Alexander, countless quieter civilizations shaped the world we live in today. Their contributions hide in plain sight, etched into our laws, our languages, our festivals, and even the […]
The post [10 Unique Anci … ⌘ Read more
@bender@twtxt.net I guess most clocks don’t support that. 😅 My wrist watch can do it, you can select it in the menu:
https://movq.de/v/ccb4ffcbc5/s.png
In general, different transmitter means different frequency and different encoding, for example these two:
AI advance helps astronomers spot cosmic events with just a handful of examples
A new study co-led by the University of Oxford and Google Cloud has shown how general-purpose AI can accurately classify real changes in the night sky—such as an exploding star, a black hole tearing apart a passing star, a fast-moving asteroid, or a brief stellar flare from a compact star system—and explain its reasoning, without the need for complex training. ⌘ Read more
10 Shocking Crimes Where the Perpetrator Walked Free
The legal system operates on a fundamental principle: a person is presumed innocent until proven guilty beyond a reasonable doubt. For the general public, this can sometimes lead to jarring and controversial outcomes. In certain high-profile cases, the facts of a crime seem clear. Yet, the legal defenses and trial procedures result in a stunning […]
The post [10 Shocking Crimes Where the Perpetrator Walked Free](https://listve … ⌘ Read more
The case against generative AI: the numbers just don’t add up (i.e., it’s a scam)
Every single “vibe coding is the future,” “the power of AI,” and “AI job loss” story written perpetuates a myth that will only lead to more regular people getting hurt when the bubble bursts. Every article written about OpenAI or NVIDIA or Oracle that doesn’t explicitly state that the money doesn’t exist, that the revenues are impossible, that one of the companies involved bur … ⌘ Read more
@prologic@twtxt.net I wouldn’t know where to look for little cockroaches, or roaches, in general! LOL. We buy seeds to feed them. But not around the neighborhood, otherwise we would have a problem. 😅
Chemists create red fluorescent dyes that may enable clearer biomedical imaging
MIT chemists have designed a new type of fluorescent molecule that they hope could be used for applications such as generating clearer images of tumors. ⌘ Read more