frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What is your favorite lightweight tool or CLI utility in 2026?

13•pranav_tech26•5h ago•14 comments

Privacy is an underrated advantage in Slack apps

2•alance•2h ago•1 comments

Ask HN: How do you keep up with HN these days?

77•simonebrunozzi•21h ago•130 comments

Alternative to Internet Archive

17•earworms•17h ago•14 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

214•BoxOfRain•1w ago•72 comments

Ask HN: When you sell your company, do you receive the money with a normal wire?

5•supergilbert•13h ago•7 comments

Great music selection without overthinking

3•cr34t1ve•13h ago•8 comments

Ask HN: Should hard-tech founders join a problem or technology-first PhD lab?

13•misterballer•1d ago•14 comments

How does an ARP Spoofing Attack work?

6•emn4tor•1d ago•2 comments

Ask HN: What are you working on? (August 2026)

320•david927•6d ago•1186 comments

OpenAI updates its Privacy Policy to include ads

3•1equalsequals1•19h ago•2 comments

Ask HN: What physical publication do you still buy?

8•sergiotapia•1d ago•13 comments

Ask HN: Does a human still review your code?

10•stikit•1d ago•18 comments

Ask HN: Why don't we see ARM laptops from China?

5•znpy•10h ago•4 comments

Live Experiment of the Veblen Effect

5•henryfudgeoffic•1d ago•0 comments

Tell HN: In 2021, there were 4.5 jobs per job seeker vs. 2.5 job seekers/job now

11•ed_balls•2d ago•4 comments

Ask HN: Do you know how much head hunters cost?

5•mojomark•1d ago•12 comments

Ask HN: How much money do you spend monthly on subscriptions for AI models?

14•marko-djuric•2d ago•36 comments

New DeepSeek Pricing Published (Peak and Off-Peak)

5•mittermayr•1d ago•5 comments

Ask HN: What are you building with Mojo lang?

2•maxchisto•1d ago•0 comments

Need Help Learning Assembly

5•kilyo•1d ago•5 comments

Ask HN: What should I know before hosting eprints?

3•logicallee•1d ago•0 comments

You've reached the end!

Open in hackernews

Ask HN: What is your favorite lightweight tool or CLI utility in 2026?

13•pranav_tech26•5h ago
Tools like ripgrep, fzf, and htop have saved me countless hours over the years. What small utilities do you rely on daily?

Comments

rhysha•4h ago
bearer-cli for static application security testing
illegalbyte2•38m ago
This looks great, thanks for sharing.
soupspaces•2h ago
tmux tealdeer zoxide
slang800•1h ago
jq
ddxv•57m ago
ssh and scp just never fails to impress

-J for jumping -L for port forwarding -X for pulling remote applications to view on my laptop (waypipe for Wayland)

Adding all those, and ips and whatnot to .ssh/config so I just type:

ssh foo

fragmede•30m ago
setup LocalCommand, in ~/.ssh/config, so your config files get copied to every server you connect to, so you have all your aliases and scripts.
rft•7m ago
I intentionally avoid this, especially if I am not the only one connecting to a server. I see potentially breaking others' expectations for my convenience as a clear downside. Plus there is a level of paranoia there, I might have unintentionally included a credential in some config that gets copied over. That potentially increases the blast radius of a server compromise beyond what is strictly required for that specific server. I might copy over some scripts into a directory not in $PATH, easy enough to add it to my shell session if needed, CTRL+R helps as well.
mansi1010•54m ago
screen
nozzlegear•46m ago
Gotta be jujutsu. I've completely stopped using git and use jj everywhere instead. It works so much better for my workflow.
justsomehnguy•44m ago

    user: pranav_tech26
    created: 16 hours ago
    karma: 7
fragmede•37m ago
...yes?
justsomehnguy•30m ago
No.

EDIT: also check their comment history.

fragmede•8m ago
Would you mind just saying what you mean?
rft•21m ago
ssh, scp, tmux, (grml-)zsh, grep, less, file, tar, git

The time saving of a well filled ~/.ssh/config is impressive, especially once you start juggling ProxyJump hops.