frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenCode – Open source AI coding agent

https://opencode.ai/
919•rbanffy•16h ago•437 comments

Mamba-3

https://www.together.ai/blog/mamba-3
171•matt_d•3d ago•24 comments

FFmpeg 101 (2024)

https://blogs.igalia.com/llepage/ffmpeg-101/
126•vinhnx•10h ago•3 comments

How BYD Got EV Chargers to Work Almost as Fast as Gas Pumps

https://www.wired.com/story/how-byds-ev-charger-got-even-faster-and-it-might-not-matter-as-much-a...
20•Brajeshwar•1h ago•14 comments

We give every user SQL access to a shared ClickHouse cluster

https://trigger.dev/blog/how-trql-works
19•eallam•3d ago•11 comments

A Japanese glossary of chopsticks faux pas (2022)

https://www.nippon.com/en/japan-data/h01362/
318•cainxinth•16h ago•252 comments

Atuin v18.13 – better search, a PTY proxy, and AI for your shell

https://blog.atuin.sh/atuin-v18-13/
48•cenanozen•2h ago•22 comments

Fujifilm X RAW STUDIO webapp clone

https://github.com/eggricesoy/filmkit
82•notcodingtoday•2d ago•32 comments

Molly Guard

https://bookofjoe2.blogspot.com/2026/02/molly-guard.html
134•surprisetalk•22h ago•56 comments

Blocking Internet Archive Won't Stop AI, but Will Erase Web's Historical Record

https://www.eff.org/deeplinks/2026/03/blocking-internet-archive-wont-stop-ai-it-will-erase-webs-h...
131•pabs3•5h ago•23 comments

Ghostling

https://github.com/ghostty-org/ghostling
243•bjornroberg•14h ago•45 comments

Padel Chess – tactical simulator for padel

https://www.padelchess.me/
46•AlexGerasim•3d ago•22 comments

We rewrote our Rust WASM parser in TypeScript and it got faster

https://www.openui.com/blog/rust-wasm-parser
238•zahlekhan•15h ago•147 comments

Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)

https://github.com/arnoldrobbins/LinuxByExample-2e
117•teleforce•13h ago•14 comments

The Los Angeles Aqueduct Is Wild

https://practical.engineering/blog/2026/3/17/the-los-angeles-aqueduct-is-wild
375•michaefe•3d ago•182 comments

Meta's Omnilingual MT for 1,600 Languages

https://ai.meta.com/research/publications/omnilingual-mt-machine-translation-for-1600-languages/?...
16•j0e1•3d ago•0 comments

The Story of Marina Abramovic and Ulay (2020)

https://www.sydney-yaeko.com/artsandculture/marina-and-ulay
10•NaOH•2d ago•4 comments

Attention Residuals

https://github.com/MoonshotAI/Attention-Residuals
192•GaggiX•18h ago•25 comments

The worst volume control UI in the world (2017)

https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950
159•andsoitis•3d ago•80 comments

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://github.com/FormerLab/fortransky
102•FormerLabFred•15h ago•50 comments

Cryptography in Home Entertainment (2004)

https://mathweb.ucsd.edu/~crypto/Projects/MarkBarry/
55•rvnx•2d ago•31 comments

The Ugliest Airplane: An Appreciation

https://www.smithsonianmag.com/air-space-magazine/ugliest-airplane-appreciation-180978708/
82•randycupertino•2d ago•45 comments

Turing Award Honors Bennett and Brassard for Quantum Information Science

https://amturing.acm.org
45•throw0101d•3d ago•0 comments

An industrial piping contractor on Claude Code [video]

https://twitter.com/toddsaunders/status/2034243420147859716
70•mighty-fine•2d ago•30 comments

France's aircraft carrier located in real time by Le Monde through fitness app

https://www.lemonde.fr/en/international/article/2026/03/20/stravaleaks-france-s-aircraft-carrier-...
583•MrDresden•1d ago•472 comments

VisiCalc Reconstructed

https://zserge.com/posts/visicalc/
212•ingve•4d ago•79 comments

Lent and Lisp

https://leancrew.com/all-this/2026/02/lent-and-lisp/
64•surprisetalk•3d ago•3 comments

ArXiv declares independence from Cornell

https://www.science.org/content/article/arxiv-pioneering-preprint-server-declares-independence-co...
767•bookstore-romeo•1d ago•267 comments

Our commitment to Windows quality

https://blogs.windows.com/windows-insider/2026/03/20/our-commitment-to-windows-quality/
560•hadrien01•17h ago•1004 comments

Entso-E final report on Iberian 2025 blackout

https://www.entsoe.eu/publications/blackout/28-april-2025-iberian-blackout/
204•Rygian•1d ago•99 comments
Open in hackernews

Atuin v18.13 – better search, a PTY proxy, and AI for your shell

https://blog.atuin.sh/atuin-v18-13/
48•cenanozen•2h ago

Comments

GardenLetter27•1h ago
Atuin is great. This, fish, LazyGit, and zellij are mandatory for me now.
h4ch1•19m ago
what does zellij offer that tmux doesn't?

I love tmux and haven't had a reason to switch for a while, but have heard these new Rust based terminal tooling get really popular.

zenoprax•2m ago
If all you need is basic splits, sessions, and some simple templates/layouts (and like the convenience of knowing that tmux is widely available, and often installed by default) then you're fine to stay on tmux.

Zellij can do things like floating windows, contextual keybinding guidance (helps learn everything that can be done), and a more complex layout schema. You can disable all the UI eye-candy and switch to tmux-style bindings too.

It's worth trying out. I use both so that I can still function on systems without it.

rahimnathwani•1h ago
Atuin AI sounds like a useful addition. The page suggests they're probably using hosted models:

  We use the latest frontier models, which already do a good job of generating commands using well-known binaries and CLIs. On top of that, we integrate a dataset powered by man pages and command outputs to ensure you get the correct command first.
This is great, but does it mean we'll need to log in somehow? It doesn't seem reasonable to expect the project maintainers to pay for the tokens.

EDIT: I was unaware of Atuin's 'hub' which does things like sync your shell history across computers. I think they use the same sign-in as they already use for that: https://hub.atuin.sh/register

embedding-shape•1h ago
This part:

> On top of that, we integrate a dataset powered by man pages and command outputs to ensure you get the correct command first.

Also makes it sound like they're "providing that dataset", rather than generating that from the users computer. Wouldn't that mean it's potentially a mismatch between various versions of the software available? Not to mention some OSes will have a different version of some software available compared to others, how does it deal with those situations if they're shipping a dataset?

_ache_•1h ago
There is no way is it not generated on user computer.

"get the correct command first" and "shipping a [external] dataset" are incompatible.

lta•1h ago
Why does every tool on the face of earth try to add AI features ? Good tools are simple and orthogonal. If you want AI, there's already plenty of other tools doing it probably better.

I'm overall fairly disappointed by this announcement. This IMHO doesn't bode well

Bnjoroge•24m ago
It’s fine - I like the introduction of AI. It’s optional - if you don’t want it, turn it off or don’t use it
dc_giant•49m ago
Hmm might be great for some. I’m a Unix philosophy guy, one tool for one job. So far atuin was fine to be a better search history. Now it might be time to look for simpler alternative. Any suggestions? (I’m on zsh)
justech•43m ago
I tried atuin and then switched back to fzf[0]. It's less features but that's not necessarily a negative.

[0]https://github.com/junegunn/fzf

colesantiago•40m ago
As soon as a tool adds pricing, price increases or adds AI that's when it begins to be enshittified.

Why does this happen mostly?

evandrofisico•19m ago
Yep, out of precaution i've never used their sync infrastructure, which I guess was reasonably cheap to run, but the moment you add LLMs to the mix it is obvious that they are in for the free VC money and are soon going to need a lot of investment to keep the lights on.
mpalmer•39m ago
I was already turned off by their decision to remove support for fzf, which I use everywhere else. I'm done.
ellieh•37m ago
I’m not sure what you mean here - we never supported fzf, other than a super early prototype in like 2021

This release actually adds support for nucleo, which matches with the same algorithm as fzf and was a common request

evandrofisico•21m ago
About the "ai", the announcement is very vague. Is this incorporating a local model on device, something running on your infrastructure or a third party model like Claude? Because to me nowadays adding AI on anything usually means higher running costs equals sooner or latter enshittification.
mpalmer•6m ago
Hey, thanks for responding. I guess I used the prototype then. Definitely don't remember anyone saying "this is a prototype" at the time, so I took the product at face value, and part of the reason I chose it was the fzf support.

I'm sure I recall some unhappy GitHub issues about the shift away...

And the algorithm isn't the value prop for me, not by a long shot. fzf's customizability takes the cake. And now the overall product is way too big and feature-ful for me. I want simple, unix-y software that clicks together like Lego.

You should be proud of the project's success for sure, it's just not for me!

duskdozer•32m ago
I was really pleased finding this last year, but I guess it's time to look for an alternative. I don't get why everything has to have AI shoved into it
Bnjoroge•25m ago
It’s optional- you can choose to opt in or not.
ramon156•1m ago
Its also the Repo. There's a lot of AI-guided commits. I'm all for using AI in a reliable and safe environment, but letting Claude steer just leads to garbage
arcadianalpaca•23m ago
Right, though looking at the release notes it seems like the AI part at least is opt-in... for now.
duskdozer•11m ago
For now. But looking at the repo, they're already having commits done by claude.
theusus•1m ago
All I want is auto complete for the commands on Windows. And none provides