@GabesArcade@gabesarcade.com Not sure if @mariam@twtpub.com will ever see or respond to our welcomes tbh 😢 I caught the new user trying out the Twtxt App 4 days too left 🤦♂️ – I think I need to make some improvements to the app, some nudges, something to encourage users to stick around? Maybe some periodic push notifications? 🤔
I am sooooooooooooooooooooooooooooooooooooooooooooooooOOOOOOOOOOOOOOoooooooooooooooo tired of “fast-moving” software. ruff changed a ton of stuff and now all my code bases “need fixing”. Blah.
And SemVer is worth nothing if your 4 year old program with over 16’000 commits is still at “version 0.x”. Blah!
Everything is horrible.
i think there should be at least 4 we know of right?
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.
Yeah, lol, fuck off. Tried to reproduce that hashing issue, thus playing around with Go a little bit. And what did I find?
$ tree ~/.config/go
/home/user/.config/go
└── telemetry
├── local
│ ├── asm@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── compile@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── go@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── link@devel-devel-linux-amd64-2026-07-14.v1.count
│ ├── upload.token
│ └── weekends
└── upload
4 directories, 6 files
It collects and uploads “telemetry” now.
No.
(Don’t tell me how I can turn that off. Not interested. This is a compiler and it wants to track me, without asking for consent. That’s a no-go.)
🥳 Finally! After nearly 4 years, yarnd v0.16.0 “Silver Sojourner” is out! 🚀 Twt Hash v2, SQLite FTS5 search, HTMX-powered UI, first-time setup wizard and literally hundreds of bug fixes 🐛
Release notes: https://git.mills.io/yarnsocial/yarn/releases/tag/0.16.0
Upgrading is fully automatic — the Twt Hash v2 migration re-fetches all feeds on first start, so expect the first cycle to be a bit heavier. Images on Docker Hub as prologic/yarnd:0.16.0 👌
cc @kat@yarn.girlonthemoon.xyz @abucci@anthony.buc.ci @shinyoukai@yume.laidback.moe @eldersnake@we.loveprivacy.club 🙏
Windows NT 4 didn’t have a Device Manager. You know, this thing right here that got introduced with Windows 95:
And that’s super awkward in NT4.
You know what doesn’t have a Device Manager, either? Linux. Why? 🤔 Isn’t this one of the most useful system tools? It gives you an overview of the devices in your system and tells you which driver is used for them. Linux could really use such a tool, I think? 🤔
(There are programs like “hardinfo” and I remember ancient KDE providing such a tool, but they’re all an afterthought. Hardly integrated into the overall system.)
@GabesArcade@gabesarcade.com The no-JS part is one thing, but you also have to disable the (nowadays common) forced-HTTP-to-HTTPS-redirect, because those old browsers can’t do modern crypto. And make sure that your webserver serves the correct page even if no Host header is sent by the client. And don’t even think about serving UTF-8 or even just putting utf-8 in the content type. 😅 And for the JPEG thumbnails I pass a special flag to ImageMagick so that IBM Web Explorer from OS/2 won’t trip. 🤣 And always use link rel="stylesheet" for CSS, because some browsers render inlined CSS as literal text. And … probably more that I forgot by now. 😂
@david@daiwei.me Not sure, actually. Let’s see. Those are the ones where I still have the original disks (or have bought them on eBay again):
- SuSE Linux 6.4 (it’s a massive 7 CD distro with a huge manual, best thing ever)
- OS/2 2.1
- OS/2 Warp 3 (red and blue spine because
$reasons)
- OS/2 Warp 4
- PC DOS 7
- MS-DOS 6.22
- Windows 3.1
- Windows for Workgroups 3.11
- Windows 95 C
- Windows 98
- Windows NT 4 Workstation (still in the mail, though 😅)
- Windows 2000
- Windows XP Professional (last Windows I ever used on my private PCs)
(Plus a few “classic” office products as can be seen here: https://movq.de/blog/postings/2024-05-23/0/POSTING-en.html )
Okay, wow. Windows NT 4 wasn’t part of my timeline back then, so this is the first time I’m seeing it in action. And this thing came with IE 2, which I’ve also never seen before. (That’s interesting, because I remember using IE even on Win 3.x, but apparently that was already IE 3?)
It also makes me really happy to see my website work in these old browsers. Fullscreen images are “broken” because those are PNG or WebP, but the rest works just fine. 🥳
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
Klein should stand down from Origin duties following gambling revelations
As the NRL closes in on what it hopes will be a $4 billion broadcast rights deal, it is now dealing with unwanted attention. ⌘ Read more
Rio de Janeiro’s city government model Rio3.5 beats Qwen3.7 in recent benchmarks
Article URL: https://twitter.com/zenmagnets/status/2065796012820848699
Comments URL: https://news.ycombinator.com/item?id=48527634
Points: 10
# Comments: 4 ⌘ Read more
Conversations with a six-year-old on functional programming (2018)
Article URL: https://byorgey.wordpress.com/2018/05/06/conversations-with-a-six-year-old-on-functional-programming/
Comments URL: https://news.ycombinator.com/item?id=48527377
Points: 4
# Comments: 0 ⌘ Read more
How to Earn a Billion Dollars
Article URL: https://paulgraham.com/earn.html
Comments URL: https://news.ycombinator.com/item?id=48526360
Points: 4
# Comments: 0 ⌘ Read more
Laduora Duo 4-in-1 Red Light Therapy Scalp and Hair Care Device Review: Custom Goals
This handheld device combines red light therapy, microcurrents, sonic vibration, warmth, and a serum to support healthy hair growth. ⌘ Read more
Free SQL→ER diagram tool, runs in the browser, nothing uploaded
Article URL: https://sqltoerdiagram.com/
Comments URL: https://news.ycombinator.com/item?id=48523992
Points: 4
# Comments: 1 ⌘ Read more
Apt Encounters of the Third Kind
Article URL: https://igor-blue.github.io/2021/03/24/apt1.html
Comments URL: https://news.ycombinator.com/item?id=48523550
Points: 4
# Comments: 0 ⌘ Read more
4 things to know about the new sunscreen ingredient the FDA approved
Article URL: https://www.npr.org/2026/06/13/nx-s1-5856385/sunscreen-skin-protection-bemotrizinol
Comments URL: https://news.ycombinator.com/item?id=48523203
Points: 7
# Comments: 0 ⌘ Read more
Every now and then, I think that I have carefully proof-read my message enough times and hit the “Add message” button in tt. But then, in the message tree, I spot another missed typo. My process is then to go to my twtxt.txt and fix it by hand. However, I still have to clean up tt’s cache. This is rather tidious:
- Recall the
sqlitebrowser ~/.local/share/twtxt/tt2.sqlitefrom my shell history.
- Switch to the “Browse data” tab.
- Go to the
messagestable and wait a second or two until it’s loaded.
- Sort by the
created_atcolumn twice, so that I get descending order.
- Select the first message, which is typically the one in question.
- Find the “Remove currently selected row” button in the tool bar.
- Commit the changes.
- Close sqlitebrowser.
So, I finally implemented the removal of messages from the cache in tt. I can now hit d and confirm the removal. Bam! Should have done that ages ago!
Next up is the search, I think.
Our response to the US ban on Fable 5 and Mythos 5
Article URL: https://isaacus.com/blog/our-response-to-the-us-ban-on-fable-5-and-mythos-5
Comments URL: https://news.ycombinator.com/item?id=48512915
Points: 4
# Comments: 0 ⌘ Read more
Show HN: Putt.day a daily mini golf game
Article URL: https://putt.day/
Comments URL: https://news.ycombinator.com/item?id=48510341
Points: 4
# Comments: 1 ⌘ Read more
Cosmodial Sky Atlas
Article URL: https://killedbyapixel.github.io/Cosmodial/
Comments URL: https://news.ycombinator.com/item?id=48507571
Points: 4
# Comments: 0 ⌘ Read more
How to Setup a Local Coding Agent on macOS
Article URL: https://ikyle.me/blog/2026/how-to-setup-a-local-coding-agent-on-macos
Comments URL: https://news.ycombinator.com/item?id=48507020
Points: 4
# Comments: 0 ⌘ Read more
4 Best Floodlight Security Cameras (2026) After Thorough Testing
Light up and secure your driveway, backyard, or porch with a floodlight security camera. ⌘ Read more
Israel’s Paid U.S. Influencer Network Exposed – – Imemc News
Article URL: https://imemc.org/article/israels-paid-u-s-influencer-network-exposed/
Comments URL: https://news.ycombinator.com/item?id=48493704
Points: 4
# Comments: 0 ⌘ Read more
Running Claude Code Offline on an M3 Pro with Qwen3.6
Article URL: https://har-ki.github.io/claude-code-sre-handbook/handbook/06-air-gapped/
Comments URL: https://news.ycombinator.com/item?id=48492579
Points: 4
# Comments: 0 ⌘ Read more
More AI-generated code doesn’t make your team faster. It might slow you
Article URL: https://twitter.com/awscloud/status/2064449711155589396
Comments URL: https://news.ycombinator.com/item?id=48489835
Points: 19
# Comments: 4 ⌘ Read more
PgDog is funded and coming to a database near you
Article URL: https://pgdog.dev/blog/our-funding-announcement
Comments URL: https://news.ycombinator.com/item?id=48476466
Points: 4
# Comments: 0 ⌘ Read more
I Hate (Most) Keyboard ‘Fn’ Keys
Article URL: https://danq.me/2026/06/09/fn-keys/
Comments URL: https://news.ycombinator.com/item?id=48475938
Points: 28
# Comments: 4 ⌘ Read more
Google Chrome is killing all uBlock Origin bypasses, Edge, Opera to follow
Article URL: https://www.neowin.net/news/google-chrome-is-killing-all-ublock-origin-bypasses-microsoft-edge-opera-to-follow/
Comments URL: https://news.ycombinator.com/item?id=48471970
Points: 17
# Comments: 4 ⌘ Read more
The Evolution of ‘More Like This’
Article URL: https://manticoresearch.com/blog/the-evolution-of-more-like-this/
Comments URL: https://news.ycombinator.com/item?id=48470975
Points: 4
# Comments: 0 ⌘ Read more
Can LLMs Beat Classical Hyperparameter Optimization Algorithms?
Article URL: https://arxiv.org/abs/2603.24647
Comments URL: https://news.ycombinator.com/item?id=48462062
Points: 4
# Comments: 0 ⌘ Read more
Albania Is Not for Sale: Kushner’s $4B Resort Triggers’Flamingo Revolution’
Article URL: https://www.yacnews.com/albania-is-not-for-sale-kushners-4-billion-resort-triggers-flamingo-revolution-asset-freeze-and-an-eu-warning/
Comments URL: [https://news.ycombinator.com/item?id=48461012](https://news. … ⌘ Read more
Eagle Computer: The rise and fall of an early PC clone
Article URL: https://dfarq.homeip.net/eagle-computer-the-rise-and-fall-of-an-early-pc-clone/
Comments URL: https://news.ycombinator.com/item?id=48458636
Points: 4
# Comments: 0 ⌘ Read more
Forever Young: how one molecule can lock plants in a youthful state.(2025)
Article URL: https://omnia.sas.upenn.edu/story/biologist-scott-poethig-plants-never-age
Comments URL: https://news.ycombinator.com/item?id=48458257
Points: 4
# Comments: 0 ⌘ Read more
Surveillance Is Not Safety: A statement on the UK’s latest threat to privacy [pdf]
Article URL: https://signal.org/blog/pdfs/2026-06-08-uk-surveillance-is-not-safety.pdf
Comments URL: https://news.ycombinator.com/item?id=48450646
Points: 4
# Comments: 0 ⌘ Read more
Siri AI
Article URL: https://www.apple.com/apple-intelligence/
Comments URL: https://news.ycombinator.com/item?id=48449084
Points: 16
# Comments: 4 ⌘ Read more
The Cypherpunk Library
Article URL: https://www.cypherpunkbooks.com
Comments URL: https://news.ycombinator.com/item?id=48442725
Points: 4
# Comments: 0 ⌘ Read more
GitHub Is Down
Article URL: https://www.githubstatus.com/incidents/m7n7sm0sr1pz
Comments URL: https://news.ycombinator.com/item?id=48442470
Points: 9
# Comments: 4 ⌘ Read more
Richard Scolyer Has Died
Article URL: https://www.bbc.com/news/articles/c14yz5jg476o
Comments URL: https://news.ycombinator.com/item?id=48441242
Points: 4
# Comments: 2 ⌘ Read more
DeepSeek V4 Pro beats GPT-5.5 Pro on precision
Article URL: https://runtimewire.com/article/deepseek-v4-pro-beats-gpt-5-5-pro-on-precision
Comments URL: https://news.ycombinator.com/item?id=48440448
Points: 48
# Comments: 4 ⌘ Read more
The Smallest Brain You Can Build: A Perceptron in Python
Article URL: https://ranpara.net/posts/perceptron-explained-from-scratch/
Comments URL: https://news.ycombinator.com/item?id=48440064
Points: 4
# Comments: 0 ⌘ Read more
The curious case of low-protein diets
Article URL: https://knowablemagazine.org/content/article/living-world/2026/low-protein-diet-animals-live-longer
Comments URL: https://news.ycombinator.com/item?id=48437450
Points: 4
# Comments: 0 ⌘ Read more
My automated doubt development process
Article URL: https://www.alexself.dev/blog/automated-doubt
Comments URL: https://news.ycombinator.com/item?id=48437305
Points: 4
# Comments: 1 ⌘ Read more
Ripping a DVD, a federal crime in 1999, requires $22 and free software in 2026
Article URL: https://ringmast4r.substack.com/p/in-1999-this-was-a-federal-crime
Comments URL: https://news.ycombinator.com/item?id=48436542
Points: 4
# Comments: 0 ⌘ Read more
@movq@www.uninformativ.de Exactly! :-D
I just came across these two covers which stood out to me:
- https://www.youtube.com/watch?v=tVvhHydubR0 played a bit faster, and faster is almost always better
- https://www.youtube.com/watch?v=rpwGUx0Sz_4 a choire’s polyphony usually makes things automatically better
Valve P2P networking broken for more than 2 months
Article URL: https://github.com/ValveSoftware/GameNetworkingSockets/issues/398
Comments URL: https://news.ycombinator.com/item?id=48431461
Points: 23
# Comments: 4 ⌘ Read more
Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
Article URL: https://arxiv.org/abs/2601.14470
Comments URL: https://news.ycombinator.com/item?id=48430923
Points: 4
# Comments: 0 ⌘ Read more
Public Domain Image Archive
Article URL: https://pdimagearchive.org/
Comments URL: https://news.ycombinator.com/item?id=48430539
Points: 4
# Comments: 0 ⌘ Read more
DoD Officially Drops 180 Faiths from Military’s Recognized Religion List
Article URL: https://www.military.com/dod-officially-drops-180-faiths-from-militarys-recognized-religion-list
Comments URL: https://news.ycombinator.com/item?id=48430212
Points: 10
# Comments: 4 ⌘ Read more
Universal Memory Protocol – a shared format for agent memory
Article URL: https://universalmemoryprotocol.io/
Comments URL: https://news.ycombinator.com/item?id=48428796
Points: 4
# Comments: 0 ⌘ Read more
Ntsc-rs – open-source video emulation of analog TV and VHS artifacts
Article URL: https://ntsc.rs/
Comments URL: https://news.ycombinator.com/item?id=48428025
Points: 4
# Comments: 0 ⌘ Read more
Man dies after being bitten by shark
A man has died after he was bitten by a suspected 4.5-metre shark off the coast of Albany in Western Australia’s south. ⌘ Read more
Man dies after being bitten by shark
A man has died after he was bitten by a suspected 4.5-metre shark off the coast of Albany in Western Australia’s south. ⌘ Read more
Microsoft wants users to be addicted to Scout, their AI personal assistant
Article URL: https://disassociated.com/microsoft-users-addicted-ai-personal-assistant/
Comments URL: https://news.ycombinator.com/item?id=48419023
Points: 4
# Comments: 0 ⌘ Read more
Three of our worst VC stories
https://xcancel.com/eastdakota/status/2062860530360959273
Comments URL: https://news.ycombinator.com/item?id=48416845
Points: 4
# Comments: 0 ⌘ Read more
Sakana AI’s Recursive Self-Improvement (RSI) Lab
Article URL: https://sakana.ai/rsi-lab/
Comments URL: https://news.ycombinator.com/item?id=48415633
Points: 4
# Comments: 0 ⌘ Read more
New York just passed a one-year temporary ban on data centers
Article URL: https://scienceaim.com/new-york-just-passed-a-one-year-temporary-ban-on-data-centers/
Comments URL: https://news.ycombinator.com/item?id=48413303
Points: 9
# Comments: 4 ⌘ Read more
India’s surprise baby bust is a warning to the world
Article URL: https://www.economist.com/leaders/2026/06/04/indias-surprise-baby-bust-is-a-warning-to-the-world
Comments URL: https://news.ycombinator.com/item?id=48413254
Points: 4
# Comments: 2 ⌘ Read more
Fine-tuning an LLM to write docs like it’s 1995
Article URL: https://passo.uno/fine-tuning-docs-llm/
Comments URL: https://news.ycombinator.com/item?id=48408442
Points: 4
# Comments: 0 ⌘ Read more
SpaceX: Flying High on Impunity
Article URL: https://georgiebc.wordpress.com/2026/06/01/flying-high-on-impunity/
Comments URL: https://news.ycombinator.com/item?id=48407753
Points: 4
# Comments: 0 ⌘ Read more
Alibaba/Open-Code-Review
Article URL: https://github.com/alibaba/open-code-review
Comments URL: https://news.ycombinator.com/item?id=48406358
Points: 4
# Comments: 0 ⌘ Read more
Show HN: Formally verified polygon intersection – Opus 4.8 oneshots, prev failed
To my knowledge, this is the first formally verified implementation of an intersection algorithm for polygons.
The experience of working with AI agents on this project changed a lot with recent model releases, as I describe in the readme. Opus 4.8 is able to provide algorithm implementation with formal proof in one shot, whereas previous models required me to provide proof strategies in multiple steps.
Trust in the correctness c … ⌘ Read more
Fear and Social Pressure Are ‘Overarming’ the U.S.
Article URL: https://home.dartmouth.edu/news/2026/06/how-fear-and-social-pressure-are-overarming-us
Comments URL: https://news.ycombinator.com/item?id=48402052
Points: 4
# Comments: 1 ⌘ Read more
When su replaced login for becoming another Unix login
Article URL: https://utcc.utoronto.ca/~cks/space/blog/unix/SuAsLoginReplacement
Comments URL: https://news.ycombinator.com/item?id=48397199
Points: 4
# Comments: 0 ⌘ Read more
American capitalism has taken an apocalyptic turn
Article URL: https://economist.com/business/2026/06/03/american-capitalism-has-taken-an-apocalyptic-turn
Comments URL: https://news.ycombinator.com/item?id=48393043
Points: 4
# Comments: 1 ⌘ Read more
World in pictures, June 4, 2026
The best photos from the international wire agencies as chosen by The Age picture editors ⌘ Read more
I built a vulnerable app and spent $1,500 seeing if LLMs could hack it
Article URL: https://kasra.blog/blog/i-spent-1500-seeing-if-llms-could-hack-my-app/
Comments URL: https://news.ycombinator.com/item?id=48392343
Points: 4
# Comments: 0 ⌘ Read more
The ways we contain Claude across products
Article URL: https://www.anthropic.com/engineering/how-we-contain-claude
Comments URL: https://news.ycombinator.com/item?id=48392082
Points: 4
# Comments: 0 ⌘ Read more
Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)
Article URL: https://github.com/zaydmulani09/mnemo
Comments URL: https://news.ycombinator.com/item?id=48389586
Points: 4
# Comments: 0 ⌘ Read more
Rootshell: A new E2EE email service hosted in Iceland
Article URL: https://rootshell.is
Comments URL: https://news.ycombinator.com/item?id=48388253
Points: 8
# Comments: 4 ⌘ Read more
Gemma 4 12B: A unified, encoder-free multimodal model
Article URL: https://blog.google/innovation-and-ai/technology/developers-tools/introducing-gemma-4-12b/
Comments URL: https://news.ycombinator.com/item?id=48385906
Points: 47
# Comments: 10 ⌘ Read more
Claude Opus 4.8 Max responding to an empty message
Article URL: https://xcancel.com/davidad/status/2061858258046898518
Comments URL: https://news.ycombinator.com/item?id=48383564
Points: 8
# Comments: 0 ⌘ Read more
Take Action: LAPD Removed Crime Location Data. Here’s Why It Matters
Article URL: https://blog.spotcrime.com/2026/06/take-action-lapd-removed-crime-location.html
Comments URL: https://news.ycombinator.com/item?id=48383451
Points: 4
# Comments: 1 ⌘ Read more
Hacking your PC using your speaker without ever touching it
Article URL: https://blog.nns.ee/2026/06/03/katana-badusb/
Comments URL: https://news.ycombinator.com/item?id=48382310
Points: 4
# Comments: 0 ⌘ Read more
Small business should not dictate wages
Readers respond to business leaders’ negative take on the 4.75 per cent wage rise for Australia’s lowest-paid workers. ⌘ Read more
The American Missile Crisis
Article URL: https://research.contrary.com/report/the-american-missile-crisis
Comments URL: https://news.ycombinator.com/item?id=48379551
Points: 4
# Comments: 0 ⌘ Read more
AI Outperforms Law Professors in Stanford Law Study
Article URL: https://law.stanford.edu/press/ai-outperforms-law-professors-in-stanford-law-study/
Comments URL: https://news.ycombinator.com/item?id=48377761
Points: 4
# Comments: 0 ⌘ Read more
4 Best Alexa Speakers (2026): Echo Dot Max, Echo Dot, Echo Show 11
I’ve rounded up the best smart speakers that let you talk to Alexa, from the popular Echo Dot to the newest Echo Studio. ⌘ Read more
A Viral YouTube Show About an Unhinged AI Is Hitting Theaters. It’s a Big Test for Hollywood
The Amazing Digital Circus finale will hit more than 4,000 theaters around the world Thursday. Two weeks later it’ll be on YouTube, bucking Hollywood trends and testing the power of online fandom. ⌘ Read more
Why Janet?
Article URL: https://ianthehenry.com/posts/why-janet/
Comments URL: https://news.ycombinator.com/item?id=48367907
Points: 4
# Comments: 0 ⌘ Read more
Australia news as it happened: Fair Work Commission lifts minimum wages by 4.75 per cent; Peter Garrett to lead AUKUS inquiry; Israel’s planned assault on Beirut to be halted, Trump says
Follow along as we bring you the latest live news updates from Australia and beyond. ⌘ Read more
Australia news LIVE: Fair Work Commission lifts minimum wages by 4.75 per cent; Peter Garrett to lead AUKUS inquiry; Israel’s planned assault on Beirut to be halted, Trump says
Follow along as we bring you the latest live news updates from Australia and beyond. ⌘ Read more
strace-ui, Bonsai_term, and the TUI renaissance
Article URL: https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
Comments URL: https://news.ycombinator.com/item?id=48365904
Points: 4
# Comments: 0 ⌘ Read more
Australia news LIVE: Fair Work Commission lifts minimum wages by 4.75 per cent; Peter Garrett to lead AUKUS inquiry; Israel’s planned assault on Beirut to be halted, Trump says
Follow along as we bring you the latest live news updates from Australia and beyond. ⌘ Read more
U.S. Midterms Have a Cyber Problem, but It’s Not at the Ballot Box
Article URL: https://blog.checkpoint.com/exposure-management/the-2026-u-s-midterms-have-a-cyber-problem-but-its-not-at-the-ballot-box/
Comments URL: https://news.ycombinator.com/item?id=48365237
Points: 4
# … ⌘ Read more
ACTU welcomes minimum wage increase
Secretary Sally McManus told reporters that the 4.75 per cent minimum wage increase would ease pressure on workers. ⌘ Read more
Australia news LIVE: Fair Work Commission lifts minimum wages by 4.75 per cent; Peter Garrett to lead AUKUS inquiry; Israel’s planned assault on Beirut to be halted, Trump says
Follow along as we bring you the latest live news updates from Australia and beyond. ⌘ Read more
Australia news LIVE: Fair Work Commission lifts minimum wages by 4.75 per cent; Peter Garrett to lead AUKUS inquiry; Israel’s planned assault on Beirut to be halted, Trump says
Follow along as we bring you the latest live news updates from Australia and beyond. ⌘ Read more
No Raise, No Promotion: 1 in 4 White-Collar Workers Are Stalling Out
Article URL: https://www.wsj.com/lifestyle/careers/white-collar-workers-career-nyu-study-a81a7d9c
Comments URL: https://news.ycombinator.com/item?id=48357063
Points: 22
# Comments: 2 ⌘ Read more
Nvidia announces new AI chip for personal computers
Article URL: https://www.bbc.com/news/articles/crmp9mppvzro
Comments URL: https://news.ycombinator.com/item?id=48354967
Points: 4
# Comments: 2 ⌘ Read more
Karpathy LLM Wiki pattern integrated into Obsidian agenic workflow
Article URL: https://github.com/pssah4/vault-operator
Comments URL: https://news.ycombinator.com/item?id=48351115
Points: 4
# Comments: 0 ⌘ Read more
Kore: Binary File Format Optimized for Modern Data Systems (Open Source)
Article URL: https://github.com/arunkatherashala/Kore
Comments URL: https://news.ycombinator.com/item?id=48340528
Points: 4
# Comments: 1 ⌘ Read more
Werner Herzog in conversation with Paul Cronin (2014)
Article URL: https://fsgworkinprogress.com/2014/09/26/insignificant-bullets-evil-poachers-and-l-a-culture/
Comments URL: https://news.ycombinator.com/item?id=48337808
Points: 4
# Comments: 0 ⌘ Read more
Anthropic surpasses OpenAI to become most valuable AI startup
Article URL: https://qazinform.com/news/anthropic-surpasses-openai-to-become-worlds-most-valuable-ai-startup
Comments URL: https://news.ycombinator.com/item?id=48336233
Points: 9
# Comments: 4 ⌘ Read more
‘This is not about whether people like or hate Peter’: Inside the audacious idea of V’landys ruling the NRL
The next few months of the NRL chairman’s life will be dictated by three key numbers: 16, two, and $4 billion. ⌘ Read more
Real-time LLM Inference on Standard GPUs: 3k tokens/s per request
Article URL: https://blog.kog.ai/real-time-llm-inference-on-standard-gpus-3-000-tokens-s-per-request/
Comments URL: https://news.ycombinator.com/item?id=48321076
Points: 13
# Comments: 4 ⌘ Read more
Zot now supports Claude Opus 4.8
Article URL: https://www.zot.sh
Comments URL: https://news.ycombinator.com/item?id=48319524
Points: 12
# Comments: 1 ⌘ Read more
Minimax M3
Article URL: https://www.minimax.co.uk/products/water-softeners/minimax-m3-water-softener/
Comments URL: https://news.ycombinator.com/item?id=48316462
Points: 9
# Comments: 4 ⌘ Read more
Ask HN: Entrepreneurs, how long did it take you to succeed?
How long did it take? How many ideas did you go through? What made you stick to an idea vs pivot?
Comments URL: https://news.ycombinator.com/item?id=48315206
Points: 4
# Comments: 0 ⌘ Read more