frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zed is 1.0

https://zed.dev/blog/zed-1-0
136•salkahfi•28m ago•31 comments

Tangled – We need a federation of forges

https://blog.tangled.org/federation/
144•icy•1h ago•89 comments

Soft launch of open-source code platform for government

https://www.nldigitalgovernment.nl/news/soft-launch-for-government-open-source-code-platform/
362•e12e•5h ago•103 comments

Ghostty is leaving GitHub

https://mitchellh.com/writing/ghostty-leaving-github
3030•WadeGrimridge•19h ago•902 comments

Improving ICU handovers by learning from Scuderia Ferrari F1 team

https://healthmanagement.org/c/icu/IssueArticle/improving-handovers-by-learning-from-scuderia-fer...
17•embedding-shape•1h ago•8 comments

Letting AI play my game – building an agentic test harness to help play-testing

https://blog.jeffschomay.com/letting-ai-play-my-game
47•jschomay•2h ago•3 comments

HashiCorp co-founder says GitHub 'no longer a place for serious work'

https://www.theregister.com/2026/04/29/mitchell_hashimoto_ghostty_quitting_github/
335•terminalbraid•3h ago•175 comments

GitHub – DOS 1.0: Transcription of Tim Paterson's DOS Printouts

https://github.com/DOS-History/Paterson-Listings
39•s2l•3h ago•1 comments

Bugs Rust won't catch

https://corrode.dev/blog/bugs-rust-wont-catch/
458•lwhsiao•12h ago•247 comments

Show HN: Adblock-rust Manager – Firefox extension to enable the Brave ad blocker

https://github.com/electricant/adblock-rust-manager
27•electricant•2h ago•14 comments

Before GitHub

https://lucumr.pocoo.org/2026/4/28/before-github/
574•mlex•17h ago•182 comments

Stardex Is Hiring a Founding Customer Success Lead

https://www.ycombinator.com/companies/stardex/jobs/6GCK1HC-founding-customer-success-lead
1•sanketc•3h ago

How ChatGPT serves ads

https://www.buchodi.com/how-chatgpt-serves-ads-heres-the-full-attribution-loop/
426•lmbbuchodi•15h ago•288 comments

Show HN: Rip.so – a graveyard for dead internet things

https://rip.so
129•bozdemir•5h ago•92 comments

Show HN: Rocky – Rust SQL engine with branches, replay, column lineage

https://github.com/rocky-data/rocky
93•hugocorreia90•1d ago•29 comments

Show HN: Auto-Architecture: Karpathy's Loop, pointed at a CPU

https://github.com/FeSens/auto-arch-tournament/blob/main/docs/auto-arch-tournament-blog-post.md
199•fesens•21h ago•58 comments

Coffee with a splash of physics: how to make the most out of your brew

https://physicsworld.com/a/coffee-with-a-splash-of-physics-how-to-make-the-most-out-of-your-brew/
41•sohkamyung•2h ago•27 comments

HardenedBSD Is Now Officially on Radicle

https://hardenedbsd.org/article/shawn-webb/2026-04-26/hardenedbsd-officially-radicle
121•lftherios•8h ago•24 comments

Withnail's Coat and I

https://ontherow.substack.com/p/withnails-coat-and-i
114•apollinaire•1d ago•16 comments

OpenAI models coming to Amazon Bedrock: Interview with OpenAI and AWS CEOs

https://stratechery.com/2026/an-interview-with-openai-ceo-sam-altman-and-aws-ceo-matt-garman-abou...
302•translocator•19h ago•97 comments

Low-Compilation-Cost Register Allocation in LLVM-Based Binary Translation

https://dl.acm.org/doi/abs/10.1145/3767295.3803591
48•matt_d•8h ago•1 comments

Who owns the code Claude Code wrote?

https://legallayer.substack.com/p/who-owns-the-claude-code-wrote
482•senaevren•1d ago•446 comments

GitHub RCE Vulnerability: CVE-2026-3854 Breakdown

https://www.wiz.io/blog/github-rce-vulnerability-cve-2026-3854
409•bo0tzz•22h ago•87 comments

I won a championship that doesn't exist

https://ron.stoner.com/How_I_Won_a_Championship_That_Doesnt_Exist/
210•SEJeff•18h ago•115 comments

Talkie: a 13B vintage language model from 1930

https://talkie-lm.com/introducing-talkie
727•jekude•1d ago•310 comments

Gallium oxide electronics withstand extreme cold

https://discovery.kaust.edu.sa/en/article/26858/gallium-oxide-electronics-withstand-extreme-cold/
68•giuliomagnifico•2d ago•6 comments

He asked AI to count carbs 27000 times. It couldn't give the same answer twice

https://www.diabettech.com/i-asked-ai-to-count-my-carbs-27000-times-it-couldnt-give-me-the-same-a...
178•sarusso•2h ago•228 comments

Warp is now open-source

https://www.warp.dev/blog/warp-is-now-open-source
329•meetpateltech•23h ago•97 comments

Behavioral timescale synaptic plasticity rewires the brain after an experience

https://www.quantamagazine.org/a-new-type-of-neuroplasticity-rewires-the-brain-after-a-single-exp...
146•ibobev•2d ago•9 comments

Your phone is about to stop being yours

https://keepandroidopen.org/en/
1553•doener•23h ago•750 comments
Open in hackernews

Notepad++ Code Editor Comes to Mac After 20-Year Wait

https://www.macrumors.com/2026/04/29/notepad-plus-plus-editor-comes-to-mac/
30•Brajeshwar•2h ago

Comments

sghiassy•1h ago
Tried it out, still doesn’t feel “native”

- cant drag a file to the dock icon to open it

- closing the window, quits the app

Didn’t test much, but I wish the team the best of luck! It’s a cool project

embedding-shape•1h ago
As someone who is currently building a native macOS application (cross-platform actually), but haven't used macOS as my "main OS" for more than a decade, what's the most important things to make desktop applications "feel native" on macOS?
andsoitis•1h ago
Excellent documentation in Apple’s Human Interface Guidelines: https://developer.apple.com/design/human-interface-guideline...
WillAdams•1h ago
Use the native text objects --- in particular, this will get you emacs style editing keyboard shortcuts

Support drag-drop

Support Services --- bonus points for implementing core functionality as a Service and making it available thus

vadansky•1h ago
I've been using Notepad Next, it supports leaving all your tabs open when you close the window which is the main feature I need. But I do miss the plugins.
DeathArrow•1h ago
Wow! As a heavy Notepad++ on Windows I am really happy. I haven't found anything to replace Notepad++ on Mac for me.
larodi•1h ago
Sublime Text. The elder and chief of them all. The inspirer.
tdsanchez•1h ago
Bbedit is better than Sublime and is arguably more refined.

I use it and Bbedit and vi.

nneonneo•56m ago
BBEdit is wonderful. I got hooked by TextWrangler and eventually bit the bullet to upgrade, and it was a great decision.

I’ve used Sublime (3 and 4), VSCode, Notepad++, vi, etc.; even made some plugins for Sublime, and I still vastly prefer BBEdit.

moron4hire•1h ago
"The inspirer" huh? So Sublime Text went back in time 5 years and inspired Notepad++?
delfinom•53m ago
To burst your bubble, Notepad++ is the elder to Sublime Text by 5 years.
bananamogul•45m ago
Zed. The newcomer. The liberator.
theanonymousone•1h ago
This was on HN a few days ago: https://news.ycombinator.com/item?id=47916964

, and there it was mentioned that it is __not__ an official port and has nothing to do with the original Notepad++ author!

stanac•58m ago
And domain is different than original Notepad++, now it makes sense.
trinix912•57m ago
Different yet similar enough to make it seem legit at first. The only "giveaway" for me was the website looking like any other vibecoded SaaS website. Not a good sign for me personally.
alsetmusic•1h ago
Yeah, that's not gonna hit. Non-native UI in an app that no Mac plain-text user asked for. I love Sublime, but TextMate was once king. There are already plenty of good options. I also love VIM for saving test to specific locations while I'm on the command line (I have an `sb` alias for Sublime but I don't want to switch away from my terminal window unless the corpus is large or complex).
fluoridation•1h ago
>an app that no Mac plain-text user asked for

I mean, if I got brain damage and decided to switch from Windows to OSX, I'd appreciate the option of being able to continue using Notepad++.

layer8•54m ago
With that kind of brain damage, you might very well not appreciate it anymore. ;)
fluoridation•38m ago
No, I would.
tartoran•24m ago
As a daily Notepad++ user for 20 years I agree, these kinds of ports to Mac make it easier for people to jump ship.
tdsanchez•1h ago
Mac graybeards everywhere are snickering knowing that most people are UNAWARE of Bbedit.

https://www.barebones.com/products/bbedit/

NoSalt•45m ago
When I was a Mac guy, I LOVED BBedit! I purchased the full-blown package.
anonthrownaway•1h ago
>The only difference is that the menus, dialogs, file pickers, keyboard shortcuts, and windowing all use native macOS Cocoa APIs.

Why would I want native macOS dialogs where the save as dialog can only show 32 characters on the screen at once? I use LibreOffice on Mac mostly because it allows me to use their dialogs instead of the crap macOS ones...

nneonneo•1h ago
One big reason is sandboxing - the native dialogs can view the entire filesystem hierarchy and automatically grant access to selected resources to the calling app. Non-native dialogs are restricted to whatever the app has access to, which means you often have to give the apps Full Disk Access to make them work properly.
anonthrownaway•46m ago
Good point. I forgot that I had to do that...
LeCompteSftware•1h ago
This story is so irresponsible.

>> Notepad++ for macOS is maintained by Andrey Letov, who wrote the Objective-C++ Cocoa UI that replaces Notepad++'s Win32 front-end. The app is available to download from the Notepad++ website.

That is not the Notepad++ website! It's some other website. I understand that this is a fairly legitimate and professional port. But this framing is unacceptable. It's especially grating considering "Notepad++" is trademarked in France: https://data.inpi.fr/marques/FR5133202 [1]. The software is GPL but that doesn't mean you can slap the trademark on any derived codebase - legally problematic in France, but it's disrespectful worldwide. The Mac port really should have been released under a similar but clearly distinct name, and MacRumors should have been way more responsible about framing the story.

[1] via https://news.ycombinator.com/item?id=47917939

ChrisArchitect•56m ago
[dupe] https://news.ycombinator.com/item?id=47916964
NoSalt•44m ago
Notepad++ is one of the BEST things to ever happen to Windows.