Microsoft’s $450 Billion Jump Is Biggest In Stock Market History
Microsoft shares surged as much as 17% after reporting 43% growth in Azure revenue, putting the company on track to add a record $490 billion in market value in a single day. Bloomberg notes that it “would eclipse Nvidia’s $440 billion addition, following President Donald Trump’s announcement of a 90-day tariff pause last year, as the biggest ever. … ⌘ Read more
Apple Retires iPhone Upgrade Program For Klarna-Backed Leases
Apple has replaced its iPhone Upgrade Program with Apple Upgrade, a Klarna-backed U.S. leasing service covering most iPhones, iPads, Macs, and Apple Watches. MacRumors reports: Apple Upgrade has lower base prices than the iPhone Upgrade Program, with iPhones available starting at $17.99 per month and the Apple Watch available starting at $11.99 per m … ⌘ Read more
@david@daiwei.me I first thought that this is a real lake, but it’s just a lake of craziness. :-D A town owned by a company (or so it reads to me), that’s insane.
Let me send you some nice 17°C.
SteamVR Beta gets a big update ahead of the Steam Frame release
Valve released SteamVR Beta version 2.17.4 which brings more Steam features into the VR environment, as they continue preparing for the Steam Frame release.
Read the full article on GamingOnLinux. ⌘ Read more
I really think I should go back to Java.
Writing programs in Python is so exhausting. I want a compiler and I want static typing. No, linters and type checkers and IDEs are not good enough. Compilers catch way more errors in advance.
Rust is also exhausting. They’re constantly adding language features and, at the same time, the runtime library remains tiny and you need 3rd party libraries for everything. Many of those are still at version 0.x (SemVer!) and you can’t rely on anything. Often times, you need the latest Rust nightly compiler.
Go is … I don’t like it. And huge binaries.
I like C as a language, but it’s too fragile. I want to have a proper HashMap every now and then.
None of the above have good GUI libraries, at least not on Linux.
And then there’s Java. This is my fractal renderer that I wrote over 17 years ago:
https://movq.de/v/fcd3c4e557/vid-1784121825.mp4
It’s fast. It has a GUI with custom widgets and those weren’t even hard to make. It still works without changing a single line of code. The source code files have timestamps from 2009 and I just noticed that the JAR file I’m using in the video was compiled in 2010.
Java as a language is relatively easy to learn and to master. There are few surprises. The source code organization with packages is good. Java API docs are clear and well written.
The JVM ramp-up times have improved considerably:
https://movq.de/v/e7314e521e/vid-1784121998.mp4
This isn’t like the Dark Ages anymore. Might even be usable for some CLI tools.
The only thing where Java really sucks is anything close-ish to the kernel. Try issuing an ioctl() … I couldn’t have made my TUI framework in Java, but then again, I wouldn’t have needed to because Swing already exists and it just works.
I will very likely add a way to delete your feed(s) from the search engine, because I do thing that’s important. But as Art 17 points out, we can’t really guaranteed deletion in everyone’s caches around the planet haha 😆
The only place where this would be an issue is the Twtxt Search Engine – But as the GDPR also points out:
Art. 17
The one place the “it propagated and I can’t recall it” problem is legally acknowledged is Art. 17(2), and it explicitly scales to what’s technically feasible:
“…the controller, taking account of available technology and the cost of implementation, shall take reasonable steps, including technical measures, to inform controllers which are processing the personal data that the data subject has requested the erasure…”
Best-effort, given the technology. A decentralised, append-only, content-addressed feed is the available technology, and its limits are baked into the standard the law applies. Nobody — not the user, not you — is obliged to guarantee every cached copy vanishes.
So just because I enjoy this kind of thing (looking into laws and trying to understand them…):
GDPR is about roles, not ownership
There’s no property right in personal data under GDPR. The whole regime hangs on three roles:
- Data subject — the person the data is about.
- Controller (Art. 4(7)) — “the natural or legal person … which, alone or jointly with others, determines the purposes and means of the processing of personal data.”
- The rights in Arts. 16 and 17 are exercised by a data subject against a controller. They compel a third party to rectify or erase. They are not self-executing duties that a piece of software must expose.
That’s the key. In your architecture, for a user’s own posts about themselves sitting in their own feed on their own device:
- the user is the data subject, and
- the user is also the only person “determining the purposes and means” of that data.
There is no third party controller to compel. The “right to erasure” is a right to make someone else delete — and there is no someone else. It is satisfied the instant the user can change the file. A UI button is a convenience, not a legal requirement. Omitting it removes zero rights, because the data is a plain-text file the user can edit or delete by any means — editor, sed, git, their file manager. Full practical control is retained; nobody is being denied anything by anyone.
Nice product, I should probably buy it: 
@bender@twtxt.net No idea. I can only tell you that the correct hash would have been rwzz277nkyju for this line:
[2026-07-11 14:47:17+00:00] [(#5bpwpdcjnhcz) <a href="https://we.loveprivacy.club/external?uri=https://daiwei.me/twtxt.txt">@david<em>@daiwei.me</em></a> (This thread is broken again on my end. Another bug or fix not released yet? 😅)]
AOL’s Owner Bending Spoons Hits Wall Street with $1.7 billion IPO
“The owner of AOL and other tech businesses hit Wall Street with a $1.7 billion initial public offering Wednesday,” reports the Associated Press:
The company is getting $1 billion in proceeds, while the rest is going to shareholders. The stock surged 39.7% in its first day of trading under the symbol “BSP” on the Nasdaq, giving it a market value of $2 … ⌘ Read more
GCC 17 Compiler Lands SpacemiT X100 Core Targeting
The newest GCC 17 compiler code has landed support for -mcpu=spacemit-x100 and -mtune=spacemit-x100 targeting for the SpacemiT X100 RISC-V core… ⌘ Read more
Linux MD RAID5 Seeing Scalability Improvements Up To 17%
Posted to the Linux kernel mailing list this week was a new patch series working on scalability enhancements to the MD RAID5 software RAID code. Up to a 10~17% improvement was observed in some configurations with these RAID5 scalability patches… ⌘ Read more
Interesting, HTTPS is almost twice as slow as plain HTTP on my server (~72 ms vs. ~135 ms):
$ hyperfine -r 50 "curl -so /dev/null 'http://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'"
Benchmark 1: curl -so /dev/null 'http://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'
Time (mean ± σ): 72.7 ms ± 17.2 ms [User: 6.2 ms, System: 4.8 ms]
Range (min … max): 49.5 ms … 99.7 ms 50 runs
$ hyperfine -r 50 "curl -so /dev/null 'https://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'"
Benchmark 1: curl -so /dev/null 'https://movq.de/blog/postings/2024-05-23/0/t/word11a.jpg.jpg'
Time (mean ± σ): 135.5 ms ± 28.9 ms [User: 17.8 ms, System: 5.6 ms]
Range (min … max): 93.2 ms … 198.5 ms 50 runs
@lyse@lyse.isobeef.org Mhm, yeah, I also think I like date := time.Date(2026, time.June, 19, /**/ 17, 0, 0, 0, time.UTC) the most. 🤔 (My only gripe with this is that it isn’t obvious whether the third 0 is milli-, micro- or nanoseconds. These days it’s probably nanoseconds, but you never know.)
Trump Admin Announces $17.5 Billion In Loans For 10 New Large Nuclear Reactors
An anonymous reader quotes a report from the Associated Press: The Trump administration is providing $17.5 billion to speed the development of 10 new large nuclear reactors to meet the skyrocketing power demand from massive data centers. Energy Secretary Chris Wright cited “tremendous interest” among developers of da … ⌘ Read more
@movq@www.uninformativ.de Yeah, that would also be fine with me. I certainly do like the “arbitrary” in your comment.
While writing the article, I also thought about something like that:
date := time.Date(2026, 6, 19,
17, 0, 0, 0, time.UTC)
Or possibly:
date := time.Date(
2026, 6, 19,
17, 0, 0, 0, time.UTC,
)
But it’s four lines for a damn timestamp. I also contemplated whether a comment acting as a separator is all that’s needed:
date := time.Date(2026, 6, 19, /**/ 17, 0, 0, 0, time.UTC)
I might like that the most. Not entirely sure yet. It kinda feels like a hack, but still a little elegant. Add your comment on top and we’re golden. Maybe?
I deliberately excluded them as this only distracted from the points I wanted to make. And I also realized that this example was just not ideal at all. Perhaps I should add them nevertheless?
If I ever invented a programming language, a much more human readable timestamp representation of some sort, RFC 3339 or very close to that would be part of that language. Something along the lines of /pattern/ for regexes in certain languages.
@lyse@lyse.isobeef.org Oh wow, we’re talking about such a detailed level. 🤔
I agree with most of what you said.
I probably would have written it like this:
// Arbitrary reference date.
// Y m d H M S nano
date := time.Date(2026, 6, 19, 17, 0, 0, 0, time.UTC)
Would this be better or worse? 😅
Android 17 Drops For Pixel Phones and Watch
Google has begun rolling out Android 17, the June Pixel Feature Drop, and Wear OS 7 simultaneously across supported Pixel phones and watches. Highlights include floating app bubbles, improved foldable multitasking and gaming, tighter location and contact permissions, stronger lost-device protections, new Pixel AI tools, and up to 10% better Pixel Watch battery life. PhoneArena reports: … ⌘ Read more
Oh come on! Why such a stupid anti-feature!?
WARNING: Your yt-dlp version (2026.03.17) is older than 90 days!
It is strongly recommended to always use the latest version. You cannot update when running from source code; Use git to pull the latest changes. To suppress this warning, add --no-update to your command/config.
Tesco Moving 40,000 Server Workloads Off VMware Amid Broadcom’s ‘Abusive Conduct’
An anonymous reader quotes a report from Ars Technica: Tesco, a retail conglomerate headquartered in the United Kingdom, is moving 40,000 server workloads off of VMware amid “abusive conduct” from Broadcom, recent legal filings claim. Tesco filed a lawsuit in the UK’s High Court against Broadcom alleging breach of con … ⌘ Read more
Microsoft Working To Patch ‘RoguePlanet’ Zero-Day
wiredmikey shares a report from SecurityWeek: Microsoft on Wednesday published an advisory acknowledging the public disclosure of a vulnerability in Defender that could lead to privilege escalation. The security defect, tracked as CVE-2026-50656 (CVSS score of 7.8), was dropped last week by security researcher Nightmare Eclipse (also known as Chaotic Eclipse). “We are working to … ⌘ Read more
Smartphone Market To Shrink 15% This Year Due To Memory Crisis
CCS Insight expects global smartphone shipments to fall 15% this year as AI-driven demand pushes memory manufacturers toward higher-margin server chips. “[S]ome entry-level devices have already seen their sticker prices go up by more than 50 percent since last year,” reports The Register. From the report: The firm found that the primary smartphone … ⌘ Read more
@bender@twtxt.net Hell yeah, we’ve seen the first fireflies of the season! \o/ \o/ \o/ How cool! Maybe 50-70 in total. Gotta check every evening now. :-)
The sunset wasn’t too bad when I left the house to pick up my mate: https://lyse.isobeef.org/abendhimmel-2026-06-17/
It’s Venus over the moon. And Jupiter is further diagonally down between the clouds.
Carvana Is Turning Dealerships Into ‘Playgrounds,’ Test-Drive Centers With Sales All Online
Carvana is testing a radically different new-car dealership model in Dallas, turning the location into a test-drive center and themed “playground” while requiring every purchase to be completed through its online platform. “Every single car that we sell, whether it’s used or new, is online,” said … ⌘ 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
Anthropic Employees Accuse Trump Administration of Targeting Them
Anthropic employees say they remain confused and increasingly convinced that the Trump administration is singling out the company after officials gave it less than 90 minutes to disable Fable 5 and Mythos 5 over alleged national security concerns. Cybersecurity experts, however, argue that the cited behavior of helping to identify vulnerabilitie … ⌘ Read more
AI Will Lead To Labor Shortages, Bezos Says In Optimistic Talk
An anonymous reader quotes a report from Reuters: Artificial Intelligence will lead to labour shortages, not the replacement of humans, Amazon founder Jeff Bezos predicted in a highly optimistic appearance at the VivaTech technology conference in Paris on Wednesday. Bezos put forward a rosy vision of how technology will help humanity, speaking about projec … ⌘ Read more
Epic Games Announces Lore Open-Source Version Control System
Epic Games has released Lore, an MIT-licensed version control system written in Rust and designed specifically for “games and entertainment purposes with large file sizes,” reports Phoronix. From the report: While there is Git LFS for large file storage with Git, Epic Games has crated Lore as a version control system designed entirely around the large fi … ⌘ Read more
Hacking Group Claims Major Hack of Novo Nordisk, Attempted $25 Million Extortion
Reuters reports a cyber extortion group has claimed responsibility for breaching Novo Nordisk’s network, stealing roughly 1.3 terabytes of data, including source code, drug research, clinical-trial records, employee and physician information, production-system details, and internal AI model data. The group says it’s e … ⌘ Read more
OpenAI Losses Increased Nearly 8X In 2025, With Spending Hitting $34 Billion
An anonymous reader quotes a report from independent journalist Ed Zitron: Today, I can exclusively report, based on audited financial documents viewed by this publication that have been independently verified by the Financial Times, that OpenAI lost around $38.5 billion in 2025, as well as other crucial details about the financi … ⌘ Read more
Stop Killing Games Fails To Secure EU Law Despite 1.3 Million Signatures
The European Commission has declined (PDF) to propose a law requiring publishers to keep discontinued video games playable, despite the Stop Killing Games initiative collecting nearly 1.3 million verified signatures. Instead, it plans to develop a voluntary industry code covering end-of-life transparency and preservation. Dextero … ⌘ Read more
GCC 17 Lands Initial Infrastructure For C++29
Merged yesterday to the GCC Git development codebase for next year’s GCC 17 release is the initial infrastructure laying out support for -std=c++29 and the like for targeting the C++29 standard not anticipated for release until around 2029… ⌘ Read more
Linux Finally Ends AppleTalk Protocol Support
While the AppleTalk networking protocols were innovative when they first appeared for their plug-and-play capabilities, Apple itself ended their AppleTalk support back in 2009. Now 17 years later, the Linux kernel is ending AppleTalk support due to a recent surge of AI-generated patches… ⌘ Read more
In Magic today, the Phyrexian Invasion failed in the first game, but the second game was EPIC!
I played my (unlisted) Dragons 2: Draconic Boogaloo deck, and…
Turn 1: Nothing special
Turn 2: Miirym (when a dragon enters, copy it)
Turn 3: Tiamat (choose 5 dragons from deck, put in hand)
Turn 4: Klauth (when dragons attack, create mana equal to their total power)
I attacked with all 5 dragons, which made 28 mana x2 = 56(!) mana.
Then (still turn 4) I played Scourge of Valkas (when a dragon enters, deal damage to target equal to number of dragons) + 5 other dragons, dealing 6 + 2 x (7+8+9+10+11+12+13+14+15+16+17) = 270(!) direct damage (more than double enough to kill the other 3 players).
Damn fine win, if I do say so myself.
How America’s Energy Department is Building a National Platform for Doing Science with AI
America’s Energy Department “wants to build a single national platform for doing science with AI,” reports Communications of the ACM:
It is called the Genesis Mission, and the idea is to connect the country’s 17 national laboratories, their supercomputers, scientific datasets, and a growing layer o … ⌘ Read more
Australia unveil swimming teams for Commonwealth Games and Pan Pacs
Australia will take a team of 60 swimmers to Glasgow for next month’s Commonwealth Games, including a 17-year-old bolter, as they chase history in the pool. ⌘ Read more
Team Gen 6: Deutschland und Spanien wollen Europas Kampfjet retten
Frankreich hat das FCAS-Projekt verlassen, der Plan liegt in Trümmern. Airbus versucht, trotzdem weiterzumachen. ( Militär, Politik)
Applied AI-Team: Metas KI-Umbau macht Tausende Entwickler zu Statisten
Der Meta-Konzern opfert Mitarbeiterzufriedenheit für seine KI-Ambitionen. Mit spürbaren Folgen. ( KI, Mark Zuckerberg)
Anzeige: Smartwatch Huawei Watch Fit 5 zum Tiefpreis bei Amazon
Die Smartwatch Huawei Watch Fit 5 mit hellem AMOLED-Display, GPS und Sturzerkennung gibt es bei Amazon zum reduzierten Preis. ( Smartwatch, Huawei)
Ladebuchse: Xiaomi will mit Roboterarm E-Autos aufladen
Tesla hat es 2015 vorgeführt und dann aufgegeben. Xiaomi zeigt jetzt, wie ein Roboterarm das Elektroauto in der Garage selbstständig ansteckt. ( Wallbox, Roboter)
Gears of War: Selbst die Plastik-Lancer war gefährlich
Aua! Ein kleiner Schnitt bei der Präsentation, ein starker Eindruck vom Spiel: E-Day kehrt zum Beginn der Gears-of-War-Saga zurück. Von Peter Steinlechner ( Gears of War, Spiele)
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
Konzeptfahrzeug: BMW zeigt Elektro-Sportler der Zukunft
Das M Concept Neue Klasse gibt bei den 24 Stunden von Le Mans einen Ausblick auf die nächste Generation elektrischer M-Modelle von BMW. ( BMW, Auto)
Общият обем на социалното финансиране в Китай се е увеличил със 7,7% през май
През първите пет месеца на 2026 г. общото социално финансиране е нараснало със 17,48 трилиона … ⌘ Read more
Nationale Sicherheit: Anthropic schaltet Top-KI auf Anordnung der USA ab
Die US-Regierung hat den Zugang zu Anthropics leistungsfähigster KI eingeschränkt. Das Unternehmen schaltete die Systeme daraufhin weltweit ab. ( Anthropic, KI)
Катастрофа затруднява движението между Симитли и Разлог
От Областната дирекция на МВР съобщиха във … ⌘ Read more
Zukunft des Franchise: George Miller plant weiteren Mad-Max-Film
Nach Furiosa ist Mad Max offenbar noch nicht am Ende. George Miller verfolgt bereits neue Pläne. ( Mad Max, Science-Fiction)
Elon Musk: SpaceX legt zum Börsenstart kräftig zu
Der größte Börsengang der Geschichte ist geglückt: SpaceX steigt in die Liga der wertvollsten Konzerne der Welt auf. ( SpaceX, Börse)
Anzeige: Neues Samsung-Smartphone gegen altes eintauschen und 300 Euro sichern bei Vodafone
Bei Vodafone läuft eine neue Tauschaktion, bei der Kunden ihr altes Smartphone eintauschen und 300 Euro Bonus sichern können. ( Vodafone, Samsung Galaxy)