Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    306comments
  2. Science Is Open Software(jepedersen.dk ↗)
    10comments
  3. SDCC – Small Device C Compiler(sourceforge.net ↗)
    2comments
  4. Cloudflare Quick Tunnels(cloudflare.com ↗)
    260comments
  5. Saving another 100TB of RAM(cloudflare.com ↗)
    56comments
  6. How to Write with an LLM(sockpuppet.org ↗)
    289comments
  7. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    9comments
  8. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    63comments
  9. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    74comments
  10. The Farnese letter(simonklee.dk ↗)
    5comments
  11. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    75comments
  13. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    79comments
  14. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    23comments
  15. OpenJev(openjev.com ↗)
    249comments
  16. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  17. Goroutine Leak Profiles(go.dev ↗)
    discuss
  18. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    201comments
  19. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  20. Gemini hacked three companies in first known breakout by Google's AI(reuters.com ↗)
    28comments
  21. Minimal Phone 2(minimalcompany.com ↗)
    194comments
  22. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  23. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    36comments
  24. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    94comments
  25. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    211comments
  26. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    49comments
  27. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    60comments
  28. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    7comments
  29. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    20comments
  30. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    153comments

Instant +100% command line productivity boost

44 pointsby 9y agodev.to
16 comments
9y agoHN ↗

Somehow adding a theme adds 15% to my productivity? Bollocks. I laughed at the "I travel inside my directories a lot" - midnight commander will blow this guys mind. I installed midnight commander, and increased my productivity 132.45%!

9y agoHN ↗

Better delete this and go write your dev.to article to rake in the points before someone else does.

9y agoHN ↗

....points? They are giving away POINTS?!? Just like that, I can HAVE MORE POINTS?!?! What can I buy with those points?

9y agoHN ↗

Yeah, man! You haven't been cashing in your internet points??

9y agoHN ↗

15% might be a stretch, but having your current git branch, rvm/node version etc displayed saves a lot of pointless command typing if you're jumping around between a lot of different projects, branches and libraries in the shell all day

9y agoHN ↗

Wow. Learning grep and sed would apparently improve this guys speed by 100000% according to these metrics.

9y agoHN ↗

I'm constantly surprised how most people settle with single-line autocompletion (or no autocompletion) in the shell. _The_ plugin that helped me learn shell and be super productive is Auto-fu: https://github.com/HerringtonDarkholme/auto-fu.zsh (forked from https://github.com/hchbaw/auto-fu.zsh)

BAM, autocomplete menu in your shell.

The setup isn't straightforward; I've written a small guide here: https://gist.github.com/chenglou/03505022bc4598fcb80e523f868...

I struggled with git when I first used it. But when you have an autocomplete menu giving you the right commands and sub-commands at each turn it's pretty hard _not_ to learn git (the default porcelain anyway).

Seriously, why am I defending a good autocomplete in the shell, go try it =)

9y agoHN ↗

I'm still a bit angry that all shell development (as glacial as it is) seems to focus on the blinkenlights, not on the language features. ksh93 is still superior to all the contemporary linux shells in this aspect.

(And Plan9 fandom, I'm aware of rc)

9y agoHN ↗

I might be the first to say it, but this is very useful. I use zsh now, but put up with bash for years because I thought (entirely incorrectly) that a new shell meant new syntax and a drop in productivity while I learned it - and I've just been too time poor to make that perceived investment over the past few years. Turns out zsh was a five minute install with oh-my-zsh and it's autocomplete beats the pants off bash with no compatibility issues that I've run into yet. This has somewhat opened my eyes to how much I can optimise day to day workflow with a small effort. I've switched to i3 for window management and use zsh regularly, and can't believe how much better it is for my day to day use. I am now very much looking forward to sitting down this morning and installing syntax highlighting!

9y agoHN ↗

I find having your current dir on the prompt wastes way too much space since it is duplicated on every line. Just put it in the window title bar.

9y agoHN ↗

I don't have particularly strong feelings about this, but I like having the current working directory listed just so that I can see what it was was when any older commands were executed at a glance.

9y agoHN ↗

Is there any way to configure line spacing in zsh on linux? I am using gnome terminal if that matters.

9y agoHN ↗

That's a gnome-terminal feature, not at the level of ZSH. There may be a css handle for lib-vte, but I'm not aware of that being an option otherwise. The KDE terminal emulator Konsole does support line spacing, opacity, and many other things gnome-terminal is missing.

9y agoHN ↗

fish shell with fisherman are better.

I just start it manually out of bash because occasionally commands don't work when pasted so I just temporarily exit for that.

9y agoHN ↗

The only problem I have with zsh is it is sloooooow. Using prezto for a powerline with git repo status.

Trying to enter a huge repo like Emacs source.... it crawls to a halt.

9y agoHN ↗

I like The Silver Searcher a lot, but recently I've replaced it with Ripgrep. It's much, much faster.