Live data from Hacker News

Ask HN: Examples of reliable software you enjoy using

news.ycombinator.com

581–590 of 666 posts

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

#581
winamp. sublime text. anki. libre office. audacity. quicktime. eclipse. komodo. english dictionary (part of mac os). TextEdit. codeblocks. virtualbox. join.me, vcl

broken software I hate: all web browsers, thunderbird, gimp, microCommander, calibre, itunes, iphoto, cyberduck, skype,

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

#582

git is so reliable that I forget that reliability used to be a problem in version control (I've had to reconstruct CVS and Subversion repositories that got corrupted via various bugs and quirks of the system). It's also pretty fast. SQLite is an automatic, and easy, answer. It almost goes without saying at this point, I guess. vim is everywhere. I like knowing I can always run it no matter where I am or what server/V…

>Inbox I've had a heap of issues with not receiving notifications for emails that were miscategorised.. or just never popped up on my phone... I check gmail on my desktop every few days just to see if I missed something.

Ugh, I know the feeling. Also, the web app is sometimes slow as hell (collapsing bundles, marking items as done etc) without any particular reason. At least, I presume that having ~5 emails in the inbox wouldn't be so difficult to handle.

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

#583
post #542
post #441

Earlier quoted context omitted.

i don't have that many fingers

use a decent OS. I can do it with middle click.

In what way is a middle click dependent on the OS? And in what way is moving your hand away from the keyboard to click a mouse better than simply hitting a key combo?

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

#584

Trying not to pick fan favorites/well knowns - SecureCRT - SSH and more client (win) Quicksilver - OSX launcher Pathfinder - OSX finder replacement Notepad++ - Win text editor Gawor's LDAP Browser - still my favorite (Java) Cog - OSX Music player (ala winamp) GCalTookit - Doing Google Calendar Magic (Java) Plex + ShowRSS + Catch - Netflix but better Synology - Their NAS platform is pretty amazing. You can do just abo…

I second Plex. The moment I installed PMS on my server is the moment I canceled my Netflix subscription. Only ever so often I find myself hating the Chromecast app (re-buffering everything as soon as you switch subtitles, etc) but apart from that It Just Works™.

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

#585

Earlier quoted context omitted.

IME, the most important key to Latex is setting up your environment so you can have a fast turnaround time between writing some markup and seeing what it looks like (essentially, getting a "Latex REPL"). There are a bunch of different ways to do this, you'll have to pick what's best for you. On Macs I tend to use Sublime Text (substitute with your editor of choice) with a macro to invoke pdfTeX; on Windows I use TeXs…

On Linux, I do the following: while inotifywait *.tex; do sleep 0.2 && pdflatex main.tex && killall -HUP mupdf; done This will, when a .tex file is written, wait a moment until all disk IO is done, then run pdflatex and trigger a reload in my PDF viewer (some also do that automatically when the .pdf file is changed). The only annoyance is that big .tex files (esp. Beamer presentations) may take long to compile, which…

inotifywait is fantastic, used it lots of times. Good idea to use it for TeX too!

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

#586
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…

> Edit: Another Windows tool is Notepad++. I have not seen the likes in Linux when it comes to robustness. It couldn't even open a 1.2 GB text file when I tried it yesterday. On a 32GB system. Seriously?

It's been a while since I last used it, but I thought it could handle files that big. At least on systems with 2GB ram or so, it would open files of hundreds of megabytes just fine. Not sure I ever tried anything over a gigabyte, but I might have.

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

#588
post #441
post #377

Earlier quoted context omitted.

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

i don't have that many fingers

agreed. i bet even Mozart would have difficulties positioning his fingers like this ;-) Of course you could also assign another shortcut to this with BetterTouchTool or something.

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

#589
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…

When I just want a quick peek at a binary file on Linux I use `hexdump -C filename | less`.

Sure there are hex converters and editors for Linux, but Notepad++ is a text editor that handles binary as if it were just another text file. For example if you try in Vim to edit binary files beyond very simple edits, it'll usually corrupt them. And from `hd file.bin | less` you can't edit them.

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

#590
post #397
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…

Does anyone know how everything work? Does it hook into the NTFS filesystem with special apis? The indexing is insanely fast. I wonder how they make it happen.

It's actually really ironic that it's so much faster than Windows' own search.
Post reply on HN