Live data from Hacker News

Ask HN: Examples of reliable software you enjoy using

news.ycombinator.com

371–380 of 666 posts

Re: Ask HN: Examples of reliable software you enjoy using

#374

Earlier quoted context omitted.

I don't enjoy using software that's difficult to learn or use, which most of your examples seem to be. (I haven't used "Everything", so I might be wrong about that one.) Notepad++ used to cheese me off in a previous job where I was basically forced to use it because it couldn't even draw drop-down menus correctly. Ugh. Terrible UI.

"Everything" really is that simple. Point it at some folders and go.

Folders? It's extremely quick to index whole drives, so I'd just let it do just that.

Re: Ask HN: Examples of reliable software you enjoy using

#375
post #181

Earlier quoted context omitted.

I just purchased this recently (having used it ages ago) to drive a second computer on my desk. My problem is that once the guest machine goes to sleep, I can't seem to wake it via Synergy. Is this expected behavior? I have WoL enabled, so theoretically I should be able to just move my mouse over to the sleeping monitor to wake it up.

Unless synergy has explicit support for WoL (it didn't last time I used it, but it's been years), it won't just work. You'd need to patch the synergy server to send a WoL magic packet[1] to wake up the client whenever it sends a message that might hit a client that's asleep. (some systems might support something other than the standard magic packet, but I don't know of anything else that works consistently cross plat…

Darn, that's what I was worried about.

I wouldn't have anticipated it, but this is an critical feature for me. Without WoL, I need to have a mouse/keyboard attached to the guest machine, which completely defeats the purpose of using Synergy.

Re: Ask HN: Examples of reliable software you enjoy using

#376
post #117

Earlier quoted context omitted.

IntelliJ lets you do a lot more from the keyboard. It's suggestions for code completion are very useful. It's amazing to see the code almost writing itself, several times faster than you can type!

It even has a plugin that will tell you the key commands for any feature you use more than 3 times.

Oh! Link please?

Re: Ask HN: Examples of reliable software you enjoy using

#377

Alfred ( https://www.alfredapp.com ) Alfred is absolutely the most game-changing app I've ever been introduced to. I only use it for finding files, searching, opening a page by direct URL, defining words, calculator, translation (via Google), launching apps, and quickly jumping to apps that are already open. It's probably saved me hundreds of hours in clicking around, etc. I've never purchased the paid version (been…

+1 for Alfred. Must have. A few workflows i use: - FastDiff (quickly diff selected finder files) - Hash - https://github.com/BigLuck/alfred2-hash - Menu Bar Search - https://github.com/ctwise/alfred-workflows/tree/master/menu-... - Recent Items - http://www.alfredforum.com/topic/713-recent-items-42-for-alf... - Strip clipboard text formatting - https://github.com/notDavid/alfred-workflow-stripClipboardFo... - Transmi…

Just fyi, Shift + Option + Command + V pastes unformatted text.

Re: Ask HN: Examples of reliable software you enjoy using

#378
post #242

Windows: "Everything" (that's the name). A lightweight, fast and advanced (if you want it) file search engine. Linux: Most tools of course, as they are made with the Unix philosophy, but these days I'm most surprised by print drivers for Linux. Where in Windows the printer is always magically offline or slow, from Linux I can print and scan very reliably. Vim is also worth learning, it makes editing much more... rela…

If you've any latex pointers I'd appreciate it :) I used latex to write a paper for the first time last week, and while i thoroughly enjoyed it, i'm fairly confident there were lots of things I could've done better.

The only LaTeX link you'll need: https://tobi.oetiker.ch/lshort/lshort.pdf

Re: Ask HN: Examples of reliable software you enjoy using

#379

awk, grep, sed, and these days I add jq to my standard tool belt. I also really enjoy fish as my shell language of choice. Languages, runtimes, etc come and go but these programs remain as useful as they were 19 years ago when I first learned about them.

doing something with jq always makes me feel like i have super powers.

it takes a while to learn how to tame it, but it's crazy powerful.

Post reply on HN