frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Boeing May Be Getting Too Much Leeway from the FAA

https://www.bloomberg.com/opinion/articles/2025-09-26/boeing-may-be-getting-too-much-leeway-from-...
1•petethomas•3m ago•0 comments

Version Control by Example (2011)

https://ericsink.com/vcbe/html/index.html
1•ColinWright•6m ago•0 comments

Show HN: A Firefox extension to stay focused

https://github.com/jsattler/zerodistraction
1•jsattler•6m ago•0 comments

Cracker Barrel Outrage Was Almost Certainly Driven by Bots, Researchers Say

https://gizmodo.com/cracker-barrel-outrage-was-almost-certainly-driven-by-bots-researchers-say-20...
3•CharlesW•11m ago•0 comments

Code Mode: the better way to use MCP

https://blog.cloudflare.com/code-mode/
1•pw•11m ago•0 comments

Million-year-old skull found in China could rewrite human evolution timeline

https://www.cbsnews.com/news/ancient-skull-could-rewrite-human-evolution-timeline-study/
1•bikenaga•17m ago•1 comments

Prompta – AI Prompt Testing Tool with Version Control

https://getprompta.com/
1•gioch•18m ago•0 comments

High Voltage Coin Cell

https://atomic14.substack.com/p/high-voltage-coin-cell
2•iamflimflam1•21m ago•0 comments

The Longest Run of Heads (1990) [pdf]

https://www.csun.edu/~hcmth031/tlroh.pdf
1•indigodaddy•21m ago•0 comments

Bell Labs Scientists Accidentally Proved the Big Bang Theory

https://spectrum.ieee.org/big-bang-theory-discovery
3•sohkamyung•22m ago•0 comments

Thoughts on Mechanical Keyboards and the ZSA Moonlander

https://www.masteringemacs.org/article/thoughts-on-mechanical-keyboards-zsa-moonlander
5•TheFreim•22m ago•1 comments

Give First Is a Philosophy, Not a Religion

https://feld.com/archives/2025/06/give-first/
2•mooreds•22m ago•0 comments

Game over for pure LLMs. Even Rich Sutton has gotten off the bus

https://garymarcus.substack.com/p/game-over-for-pure-llms-even-turing
45•zdw•25m ago•24 comments

Oral Bacterial and Fungal Microbiome and Subsequent Risk for Pancreatic Cancer

https://jamanetwork.com/journals/jamaoncology/fullarticle/2839132
1•bookofjoe•26m ago•0 comments

Tummy upset (bezoar) cured with Coca Cola

https://arstechnica.com/health/2025/09/woman-hospitalized-with-pain-and-vomiting-a-diet-soda-cure...
2•worik•27m ago•0 comments

Documenting Ireland's Traditional Crafts (1984)

https://www.rte.ie/archives/2019/0512/1046645-david-shaw-smith/
1•walterbell•28m ago•0 comments

Tic-Tac-Toe game state graph

https://numpix.github.io
1•downboots•30m ago•0 comments

CityLab: Should We Let Public Transit Die?

https://www.bloomberg.com/news/articles/2025-09-19/for-us-cities-cutting-public-transportation-ha...
1•novia•30m ago•1 comments

The Alpha [School] App Stack and what apps you should use for your kid

https://austinscholar.substack.com/p/austin-scholar-177-the-alpha-app
1•rahimnathwani•31m ago•0 comments

'Inflation refund' checks coming to New Yorkers' mailboxes

https://gothamist.com/news/inflation-refund-checks-coming-to-new-yorkers-mailboxes-as-soon-as-nex...
1•geox•31m ago•0 comments

The Publishing Industry Has a Gambling Problem

https://thewalrus.ca/the-publishing-industry-has-a-gambling-problem/
1•KittenInABox•32m ago•0 comments

New RLS Bike Helmet Design Greatly Reduces Rotational Forces

https://www.core77.com/posts/138701/New-Radical-RLS-Bike-Helmet-Design-Greatly-Reduces-Rotational...
3•gnabgib•35m ago•1 comments

Assata Shakur, an icon of Black liberation who was exiled to Cuba, dies aged 78

https://www.theguardian.com/us-news/2025/sep/26/assata-shakur-dies-aged-78
2•prmph•36m ago•0 comments

Visualizing Automorphisms of S6

https://travisdoesmath.github.io/s6/
1•downboots•36m ago•0 comments

Review: The Russo-Ukrainian War

https://www.astralcodexten.com/p/your-review-the-russo-ukrainian-war
3•feross•37m ago•0 comments

Israel hacked every Gaza cellphone to stream PM Netanyahu's UN Speech live

https://twitter.com/israelipm/status/1971570108322480350
22•Zaheer•37m ago•4 comments

Moondream 3 Preview: Frontier-level reasoning at a blazing speed

https://moondream.ai/blog/moondream-3-preview
2•kristianp•39m ago•0 comments

The GenAI Divide: State of AI in Business 2025 [pdf]

https://mlq.ai/media/quarterly_decks/v0.1_State_of_AI_in_Business_2025_Report.pdf
1•kristianp•40m ago•1 comments

New VLM - Moondream 3 preview launched with a bigger context window & MoE

https://twitter.com/moondreamai/status/1970216021509452213
1•conwayanderson•41m ago•0 comments

HomeDockOS: Home server operating system for self-hosting

https://github.com/BansheeTech/HomeDockOS
3•walterbell•47m ago•0 comments
Open in hackernews

Intelli-shell – My CLI tool's journey from simple snippet manager to featured

https://github.com/lasantosr/intelli-shell
3•lasantosr•1h ago

Comments

lasantosr•1h ago
I'd like to share the journey of my open-source CLI project, intelli-shell. It didn't start as a big idea, but as a simple utility to solve my own frustration.

What started as a personal tool has evolved significantly over time, and I wanted to share its progress:

*Phase 1: Building a solid foundation (v1.0)* Initially, it was just a command snippet manager tialored to my own needs. After positive feedback, I did a full rewrite to build a solid foundation. The focus was purely on a great user experience, a clean CLI interface, and making it highly configurable. It did one thing well: save and retrieve your personal command templates.

*Phase 2: Tackling the unknown with AI (v2.0)* Next, I tackled the problem of commands I didn't already know. In v2.0, I integrated an AI assistant. This allowed `intelli-shell` to not only retrieve saved commands but also generate, explain, or even fix new ones from a plain English prompt. It became a tool for both remembering and discovering.

*Phase 3: Bringing it to life with dynamic completions (v3.0)* The most recent major step was adding what I think is its most powerful feature: dynamic, context-aware completions. When a command template needs an argument like a Docker container ID, a Kubernetes pod name, or a git branch, `intelli-shell` can now execute a shell command on the fly to fetch a live list of options for you to choose from. This bridges the gap between static templates and your live environment.

I'm sharing it today because I feel it has reached a level of maturity where it can be genuinely useful to other developers. I'd love to get your thoughts, critiques, and ideas.

The project is on GitHub: https://github.com/your-username/intelli-shell

Thanks for taking a look!