frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

We Will Not Be Divided

https://notdivided.org
954•BloondAndDoom•4h ago•368 comments

Statement on the comments from Secretary of War Pete Hegseth

https://www.anthropic.com/news/statement-comments-secretary-war
705•surprisetalk•4h ago•242 comments

Don't use passkeys for encrypting user data

https://blog.timcappalli.me/p/passkeys-prf-warning/
69•zdw•2h ago•31 comments

Croatia declared free of landmines after 31 years

https://glashrvatske.hrt.hr/en/domestic/croatia-declared-free-of-landmines-after-31-years-12593533
55•toomuchtodo•2h ago•3 comments

OpenAI agrees with Dept. of War to deploy models in their classified network

https://twitter.com/sama/status/2027578652477821175
259•eoskx•2h ago•151 comments

Smallest transformer that can add two 10-digit numbers

https://github.com/anadim/AdderBoard
111•ks2048•1d ago•35 comments

OpenAI raises $110B on $730B pre-money valuation

https://techcrunch.com/2026/02/27/openai-raises-110b-in-one-of-the-largest-private-funding-rounds...
440•zlatkov•14h ago•489 comments

GitHub Copilot CLI downloads and executes malware

https://www.promptarmor.com/resources/github-copilot-cli-downloads-and-executes-malware
37•sarelta•10h ago•6 comments

Show HN: I ported Manim to TypeScript (run 3b1B math animations in the browser)

https://github.com/maloyan/manim-web
34•maloyan•2d ago•4 comments

A new California law says all operating systems need to have age verification

https://www.pcgamer.com/software/operating-systems/a-new-california-law-says-all-operating-system...
493•WalterSobchak•14h ago•470 comments

President Trump bans Anthropic from use in government systems

https://www.npr.org/2026/02/27/nx-s1-5729118/trump-anthropic-pentagon-openai-ai-weapons-ban
194•pkress2•7h ago•167 comments

Qt45: A small polymerase ribozyme that can synthesize itself

https://www.science.org/doi/10.1126/science.adt2760
63•ppnpm•5h ago•14 comments

OpenAI reaches deal to deploy AI models on U.S. DoW classified network

https://www.reuters.com/business/openai-reaches-deal-deploy-ai-models-us-department-war-classifie...
67•erhuve•1h ago•18 comments

Eschewing Zshell for Emacs Shell (2014)

https://www.howardism.org/Technical/Emacs/eshell-fun.html
21•pvdebbe•3d ago•3 comments

A better streams API is possible for JavaScript

https://blog.cloudflare.com/a-better-web-streams-api/
392•nnx•15h ago•135 comments

A Chinese official’s use of ChatGPT revealed an intimidation operation

https://www.cnn.com/2026/02/25/politics/chatgpt-china-intimidation-operation
179•cwwc•13h ago•114 comments

NASA announces overhaul of Artemis program amid safety concerns, delays

https://www.cbsnews.com/news/nasa-artemis-moon-program-overhaul/
231•voxadam•12h ago•255 comments

Get free Claude max 20x for open-source maintainers

https://claude.com/contact-sales/claude-for-oss
507•zhisme•20h ago•210 comments

Time-Travel Debugging: Replaying Production Bugs Locally

https://lackofimagination.org/2026/02/time-travel-debugging-replaying-production-bugs-locally/
3•tie-in•2d ago•0 comments

I am directing the Department of War to designate Anthropic a supply-chain risk

https://twitter.com/secwar/status/2027507717469049070
1206•jacobedawson•6h ago•981 comments

Show HN: Claude-File-Recovery, recover files from your ~/.claude sessions

https://github.com/hjtenklooster/claude-file-recovery
67•rikk3rt•12h ago•21 comments

Open source calculator firmware DB48X forbids CA/CO use due to age verification

https://github.com/c3d/db48x/commit/7819972b641ac808d46c54d3f5d1df70d706d286
158•iamnothere•13h ago•75 comments

Inventing the Lisa user interface – Interactions

https://dl.acm.org/doi/10.1145/242388.242405
25•rbanffy•2d ago•2 comments

Bootc and OSTree: Modernizing Linux System Deployment

https://a-cup-of.coffee/blog/ostree-bootc/
7•mrtedbear•2h ago•0 comments

Emuko: Fast RISC-V emulator written in Rust, boots Linux

https://github.com/wkoszek/emuko
59•felipap•6h ago•4 comments

Show HN: Unfucked - version all changes (by anything) - local-first/source avail

https://www.unfudged.io/
79•cyrusradfar•1d ago•41 comments

Kyber (YC W23) Is Hiring an Enterprise Account Executive

https://www.ycombinator.com/companies/kyber/jobs/59yPaCs-enterprise-account-executive-ae
1•asontha•10h ago

Let's discuss sandbox isolation

https://www.shayon.dev/post/2026/52/lets-discuss-sandbox-isolation/
116•shayonj•10h ago•39 comments

Allocating on the Stack

https://go.dev/blog/allocation-optimizations
139•spacey•12h ago•50 comments

Implementing a Z80 / ZX Spectrum emulator with Claude Code

https://antirez.com/news/160
135•antirez•2d ago•66 comments
Open in hackernews

Eschewing Zshell for Emacs Shell (2014)

https://www.howardism.org/Technical/Emacs/eshell-fun.html
21•pvdebbe•3d ago

Comments

kkfx•14m ago
Personally, while living in Emacs (EXWM), I still can't live on eshell, the issue is "the terminal", too many commands are simply uncomfortable to use in eshell while run smoothly in a real terminal.

I've also tried some new shells, the one I last more is xonsh, but generally I came back to zsh even if I use in general much less the shell than before thanks to Emacs, the 2D shell.

Emacs completion also it's very nice for text, but slower than tab-cycle in zsh as well and for quick commands that's matter.

klodolph•11m ago
I agree with the assessment about eshell. I use eshell for one thing only—quick terminal sessions in the same directory as the file I'm editing.
m463•2m ago
I tried using shell mode in emacs, but my fingers use control-p and control-r on the terminal shell and I fail.

instead of searching backwards in commands, it does it in the buffer.

How do people deal with this?