frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: My 'pet' project, a Tinder-esque experience for rescuing dogs and cats

https://rescueapet.benswork.space
1•player_piano•1m ago•0 comments

GitHub spam filter non-existent

1•colonelspace•1m ago•0 comments

Memorial to IT Workers Who Have Fallen in Ukraine

https://dou.ua/memorial/
1•d-cc•2m ago•0 comments

Trump Weighs Sending Another 10k Ground Troops to the Middle East

https://www.wsj.com/livecoverage/iran-war-us-israel-news-updates/card/trump-weighs-sending-anothe...
1•Anon84•3m ago•0 comments

I made a pacakge that mocks your coding agent

https://twitter.com/alexgaoth/status/2030922676525805922
1•alexgaoth•5m ago•0 comments

App Store Connect analytics missing platform versions

https://lapcatsoftware.com/articles/2026/3/12.html
1•zdw•10m ago•0 comments

Hexagonal Tic-Tac-Toe

https://hex-tic-tac-toe.did.science/
1•zahlman•10m ago•1 comments

IP over Avian Carriers

https://en.wikipedia.org/wiki/IP_over_Avian_Carriers
1•dvrp•19m ago•1 comments

Show HN: ProxChat – A Local Buddylist

https://proxchat.1jd.org
1•tldrthelaw•20m ago•0 comments

How long airport security lines are linked to Trump's obsession

https://www.theguardian.com/us-news/2026/mar/23/airport-tsa-lines-trump-save-america-act-explained
3•abdelhousni•22m ago•1 comments

4plt: A Void Pubnix

https://zgd.4plt.ch/blog/1.html
1•openports•22m ago•0 comments

Gnat

https://github.com/galaxy-io/gnat
1•ikswolzok•23m ago•0 comments

Interoperable Randomness Beacons

https://csrc.nist.gov/Projects/interoperable-randomness-beacons/beacon-20
2•curiousObject•24m ago•0 comments

The Math Behind TurboQuant

https://www.baseten.co/blog/i-spent-31-hours-on-the-math-behind-turboquant-so-you-dont-have-to/
3•philipkiely•24m ago•3 comments

Our Approach to the Model Spec

https://openai.com/index/our-approach-to-the-model-spec/
1•gmays•25m ago•0 comments

ParaLLM Tmux Claude Code Control Plane

https://github.com/free-soellingeraj/paraLlmDirectory
1•A-Aron•25m ago•0 comments

Disney cancels $1B OpenAI partnership amid Sora shutdown plans

https://arstechnica.com/ai/2026/03/the-end-of-sora-also-means-the-end-of-disneys-1-billion-openai...
3•doener•27m ago•1 comments

Reddit Shows Up in the SERP for B2B SaaS

https://foundationinc.co/lab/reddit-b2b-saas
1•rsimmonds•27m ago•1 comments

House GOP leaders punt controversial FISA vote to April

https://www.politico.com/live-updates/2026/03/20/congress/fisa-reauthorization-vote-april-0083787...
1•doener•28m ago•0 comments

Redefining Location Privacy: New Tools and Improvements for Android 17

https://android-developers.googleblog.com/2026/03/location-privacy.html
1•ingve•29m ago•0 comments

Call your lawmakers – No AI-powered warrantless surveillance of Americans

https://act.demandprogress.org/call/callpage-702-ai-surveillance/?link_id=1&can_id=3b2cebf422aaa3...
2•doener•29m ago•0 comments

Using a VPN May Subject You to NSA Spying

https://www.wired.com/story/using-a-vpn-may-subject-you-to-nsa-spying/
1•rawgabbit•30m ago•0 comments

Don't Trust, Verify

https://daniel.haxx.se/blog/2026/03/26/dont-trust-verify/
3•donutshop•32m ago•0 comments

The cron job that always succeeded and never worked

https://www.crontify.com/blog/the-cron-job-that-always-succeeded-and-never-worked
1•vincentabolarin•34m ago•0 comments

Neal Stephenson: Reflections on the Latest and Greatest Death of the Metaverse

https://nealstephenson.substack.com/p/my-prodigal-brainchild
1•cl42•35m ago•0 comments

FOIAflow – AI FOIA request generator Built by a 17 year old journalist

https://foaiflow.vercel.app/
1•AmanuelAsfaw•36m ago•1 comments

Show HN: Open-source logic synthesis – formal logic to FPGA

https://llama.gs/blog/index.php/2026/03/27/the-synthesis-problem-why-im-building-a-new-logic-tool...
1•major4x•38m ago•0 comments

No as a Service on two potatoes and a grater

https://thenextbug.com/no/?i=105
1•emeraldd•41m ago•0 comments

Tracker Detector

https://chromewebstore.google.com/detail/tracker-detector-—-live-n/obhogdjieenlhmpmlnhaiodpleon...
1•skmadd•46m ago•0 comments

Texas DPS finds Flock surveillance violated state law operating without license

https://www.houstonchronicle.com/news/houston-texas/article/flock-camera-investigation-22096147.php
2•stephenhuey•50m ago•1 comments
Open in hackernews

A cross-shell framework for managing aliases, plugins, completions, and themes

https://github.com/g-udi/gaudi-shell
1•ahmadassaf•1h ago

Comments

ahmadassaf•1h ago
Years ago I forked bash-it into gaudi-bash and rewrote large parts of it, cleaner architecture, async theme rendering, better component management, and a curated set of plugins that actually work well together. It became my daily driver for bash.

Then I started using zsh more. And I hit a gap.

The zsh ecosystem has plenty of frameworks and plugin managers oh-my-zsh, prezto, antidote, zinit, zplug, sheldon, zgenom, antigen, among others. But they all solve a different problem: they manage zsh-specific plugin installation and loading. None of them give you the workflow I was used to; an intuitive enable plugin fzf / disable alias git CLI, symlink-based component management, profiles to save and switch configurations, or a single search command to find what's available across aliases, plugins, and completions. And critically, none of them work across shells.

On the bash side, the options are even more limited. bash-it (which gaudi-bash forked from) is essentially the only framework with a comparable component management approach.

I found myself context-switching between two completely different mental models depending on which shell I opened. Different config patterns, different commands, different plugin ecosystems.

gaudi-shell closes that gap. One framework, one CLI, one set of components across bash and zsh.