frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory

https://mathstodon.xyz/@iblech/116769502749142438
243•IngoBlechschmid•3h ago•120 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
239•doener•7h ago•71 comments

Android Developer Verification: Threat masquerading as protection

https://f-droid.org/2026/07/01/adv-malware.html
1408•drewfax•15h ago•583 comments

Launch HN: Manufact (YC S25) – MCP Cloud

https://manufact.com
71•pzullo•3h ago•45 comments

How to ask for help from people who don't know you

https://pradyuprasad.com/writings/how-to-ask-for-help/
174•FigurativeVoid•5h ago•26 comments

AI can't be listed as inventor on patent applications, Japan's top court rules

https://japannews.yomiuri.co.jp/science-nature/technology/20260306-314930/
252•mushstory•4h ago•130 comments

Spain Orders Blacklist of Palantir from Public and Private Companies

https://clashreport.com/world/articles/spain-orders-blacklist-of-us-tech-giant-palantir-from-publ...
190•mgh2•3h ago•23 comments

German button maker searched rivers of American Midwest for valuable shells

https://www.smithsonianmag.com/smithsonian-institution/how-one-german-button-maker-searched-the-r...
90•bookofjoe•4d ago•31 comments

Is One Layer Enough? A Single Transformer Layer Matches Full-Parameter RL Train

https://arxiv.org/abs/2607.01232
102•tcp_handshaker•6h ago•23 comments

Show HN: CLI tool for detecting non-exact code duplication with embedding models

https://github.com/rafal-qa/slopo
46•rkochanowski•4h ago•20 comments

Podman v6.0.0

https://blog.podman.io/2026/07/introducing-podman-v6-0-0/
33•soheilpro•4h ago•1 comments

Kimi K2.7 Code is generally available in GitHub Copilot

https://github.blog/changelog/2026-07-01-kimi-k2-7-is-now-available-in-github-copilot/
356•unliftedq•13h ago•149 comments

The Egg Bandits Made a Thousand Times the Fine They Just Paid for Price Fixing

https://www.thebignewsletter.com/p/crime-pays-the-egg-bandits-made-a
267•toomuchtodo•5h ago•116 comments

Show HN: Mail Memories – A desktop app to rescue photos from Gmail

https://mailmemories.com
84•ltiger•4h ago•32 comments

The primary purpose of code review is to find code that will be hard to maintain

https://mathstodon.xyz/@mjd/115096720350507897
250•ColinWright•6h ago•130 comments

Show HN: A graph paper generator that renders vector PDFs in the browser

https://freegraphpaper.net/
60•lam_hg94•5h ago•13 comments

Hazel (YC W24) Is Hiring for Our Largest Government Contract

https://www.ycombinator.com/companies/hazel-2/jobs/3epPWgu-full-stack-engineer-ts-sci
1•augustschen•5h ago

The US Government Is Now a Shareholder in 26 Companies

https://moeonmargin.substack.com/p/the-us-government-is-now-a-shareholder
71•measurablefunc•2h ago•62 comments

The fall of the theorem economy

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
201•varjag•10h ago•89 comments

No LLM Code in Dependencies

https://joeyh.name/blog/entry/no_LLM_code_in_dependencies/
24•edward•4h ago•7 comments

WinPE as a stateless harness for Windows driver testing and fuzzing

https://bednars.me/blog/winpe-harness
69•piotrbednarsalt•3d ago•4 comments

Show HN: ZeroFS – A log-structured filesystem for S3

https://www.zerofs.net/
94•Eikon•4h ago•46 comments

CursorBench 3.1

https://cursor.com/evals
143•handfuloflight•13h ago•77 comments

Germany’s Infineon opens major chip plant as EU seeks tech autonomy

https://www.rfi.fr/en/international-news/20260702-germany-s-infineon-opens-major-chip-plant-as-eu...
152•giuliomagnifico•5h ago•46 comments

Show HN: Claudoro, Pomodoro timer embedded in the Claude Code statusline

https://github.com/emson/claudoro
36•emson•1d ago•26 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
196•Erenay09•7h ago•118 comments

Senior SWE-Bench: open-source benchmark that assesses agents as senior engineers

https://senior-swe-bench.snorkel.ai/
147•matt_d•15h ago•102 comments

How VictoriaLogs Stores Your Logs in a Columnar Layout

https://victoriametrics.com/blog/victorialogs-internals-columnar-storage-on-disk/index.html
10•eatonphil•4d ago•2 comments

My favorite keyboards

https://fabiensanglard.net/keyboards/index.html
112•tmach32•3d ago•108 comments

What Breaks a Cell's Ribs Can Make It Stronger

https://www.quantamagazine.org/what-breaks-a-cells-ribs-can-make-it-stronger-20260629/
9•jnord•2d ago•4 comments
Open in hackernews

Former Microsoft dev built a 2.5KB Notepad clone

https://theguptalog.blogspot.com/2026/07/former-microsoft-dev-built-25kb-notepad.html
26•sheelagay•2h ago

Comments

munk-a•1h ago
Ah, but does it have a copilot integration? I've heard users don't want tools without copilot integrations.
sonixier•1h ago
Did you know that HE CREATED TASK MANAGER??
gigel82•1h ago
Sure, but it's basically a very thin wrapper on the built-in RichEdit control, with some added menus and niceties.

Don't get me wrong, it's hundreds of times better than whatever UWP abomination they call Notepad in Windows 11 nowadays (with logins and AI features), but it's not an actual text viewer / editor from scratch.

alex_suzuki•1h ago
> thin wrapper on the built-in RichEdit control

> UWP abomination they call Notepad

Kind of weird for both of those things to be true. I thought the latter was mostly the former. But I’ve been away from Windows for a loooooong time it seems.

prewett•41m ago
I think the original notepad.exe was just a Win32 Edit control (whatever it was called) with a window and some menus. I expect that Apple's TextEdit.app is just a wrapper around the rich text control in Cocoa, too.

But yes, it's hardly writing a text editor to write a Win32 app in assembly. (Although, if they used the COM control and did that in hand-written assembly, that would at least be an impressively tedious mortification of the flesh.)

Tiberium•1h ago
This person's whole marketing seems to be based on "I built Task Manager", so much that it has become a meme, see e.g. https://www.reddit.com/r/pcmasterrace/comments/1sl5nv4/task_... (also apparently there's some dark history involved)
EvanAnderson•1h ago
The linked article makes mention of some of the questionable stuff in the last paragraph, at least.

Mr. Plummer seems to be really good at semi-sensational and click-baity marketing. I want to watch his videos because I like the subject matter but I can't stomach the spin.

anvuong•55m ago
He started Youtube with this cool retired dad vibes. It went down hill pretty fast after just a couple videos.
cjs_ac•1h ago
Dave Plummer is the software engineering equivalent of the Navy Seal copypasta.
Tiberium•1h ago
Even funnier, if you take most direct quotes from the PCGamer article [0] and concatenate them, Pangram (which is quite reliable) marks it as 100% AI-generated, and it does indeed read as AI-written. Someone in that Reddit thread remarked "I began watching his video and could not cope with him reading AI content from a teleprompter." as well.

"""

If the system feels sick, if an app is hung, if the machine is gasping, Task Manager does not get to arrive fashionably late, staggering in under the weight of its dependencies.

It has to be there now, and it has to feel crisp. It has to look calm even when the rest of the system is not.

Once you spend your formative years on a machine where every instruction has to justify its existence like it's applying for a loan, you never fully recover from that. Every line has a cost. Every allocation leaves footprints. Every dependency is a roommate that eats your food and never pays rent.

I'm not here to say that modern engineers are just dumb because they're not. Their world is vastly more complicated now.

Old code, like Task Manager, has the opposite bias. Nothing got to tive in the hot path without a fight.

"""

[0]: https://www.pcgamer.com/software/windows/task-managers-creat...

deathanatos•1h ago
When I was younger, I decided I wanted to learn how to write games. I decided I needed to start simple, though, and I thought NOTEPAD.EXE was about the simplest thing out there. (This was in Windows 3.1.) So to learn how NOTEPAD.EXE worked, I opened NOTEPAD.EXE in NOTEPAD.EXE, and spent several hours trying to decipher the symbols' meanings.

My first attempt at coding was … unsuccessful.

xnoreq•49m ago
So far and yet so close...
pdntspa•1h ago
This is a fork of another tiny text editor written by someone else. So I wouldn't say they 'built' it

Honestly this headline reeks of social media clickbait

sachinjoseph•1h ago
This former Microsoft dev also created a business that scammed people money in the early 2000s by letting them think that their computer is affected by malware:

https://www.atg.wa.gov/news/news-releases/attorney-general-s...

andai•1h ago
See the author's video here:

The Challenge: Can we build Notepad in 3K in assembly language?

https://www.youtube.com/watch?v=OG91c7xsNMc

Tiberium•55m ago
> 2.5 kilobytes. No bloat, no telemetry, no nonsense. Just pure old-school Windows done right. Let's dive in and see how it's done.

> And today, we're going to answer the obvious question, which is not merely, "How is that possible?" The more interesting question is: "What does Windows already contain that lets a program that small behave like a real application?" Because the answer is hiding in plain sight, and it says something surprisingly important about native software, operating systems design, and why modern applications sometimes feel like they arrive towing a circus caravan.

> Suddenly, it wasn't just a stunt anymore; it was the beginning of something that could actually behave like actual software.

> A tiny native Windows program does not bring along its own entire civilization. It arrives with a lunchbox and a map of the city.

> And by the time the app even opens a blank document, it already has the gravitational field of a minor planet.

Those punchy comparisons, "not just" sentences are really a big tell of it being an AI-written script. I think a lot of people get fooled when YouTubers read AI-written text themselves, since you see it as a person talking, not as a pure text.

Some very ironic (unaware) comments from the video:

> It's so amazing to see this type of content in the era of AI slop where every app is just an Electron wrapper fighting for RAM with the other Electron wrappers. My favourite line from this "The OS is not just a bootloader for your browser and other apps, it's a giant library"

> Hey Dave, love all your videos, I'm curious how you manage not to fall into surrendering all your mental capacity to AI and what do you think of AI?

And other people noticing AI:

> Is it just me or does it feel like the script for the video was written by AI?

> I personally don’t like the style of narration used in this video, reminds me too much of AI generated fluff

> is it me or do daves scripts feel AI generated

> Is it just me or the whole script sounds like AI? It's not just x is, the comment about a compression goblin一 God, I have AI psychosis

> Why the AI text. You're a good storyteller.

> Dave, please tell me you are not using AI for your scripts... Your "it's not ____, it's ____", is making me worry

InvisibleUp•1h ago
I’m not sure why I would want to use this over WINE Notepad, which seems a lot more stable and well-coded.
anvuong•57m ago
If this were on LinkedIn it would go straight to r/linkedinlunatics