Do not use redirection characters in your shell prompt 5 years agoI use » instead which has been working well for me (zsh + alacritty on archlinux) 0ThreadHN
FreeBSD 11.0 amd64 binaries 10 years agoWhat do you mean? Rust and cargo are in ports so you can just install them. 0ThreadHN
Grap – A Language for Typesetting Graphs 12 years agoYou could try tikz with latex which works very well and is very slick: Example Gallery: http://www.texample.net/tikz/ Handbook: http://mirrors.ctan.org/graphics/pgf/base/doc/pgfmanual.pdf 0ThreadHN
Why you will love nftables 13 years agoYou can use iptables for that: $ sudo iptables -A INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -m recent --set --name SSH $ sudo iptables -A INPUT -i eth0 -p tcp --dport 22 -m state --state NEW -m recent --update --seconds 60 --hitcount 8 --rttl --name SSH -j DROP Copied from http://kvz.io/blog/2007/07/28/block-brute-force-attacks-with... but I agree that pf ist just much more sane config wise. 0ThreadHN
Notch Playing Ludum Dare [video] 13 years agoI mean we have to look at the conext here. Programming a game has very different goals than for example writing a service which should never crash. 0ThreadHN
Show HN: RinohType – A modern LaTeX in 6500 lines of Python 13 years agoAbout the I want to put a float where I define it problem maybe look at: http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Capti... 0ThreadHN
Show HN: RinohType – A modern LaTeX in 6500 lines of Python 13 years agoYou can always define a template via `--template=MyTemplate`. You just have to place the template in `.pandoc/templates/MyTemplate.[latex|html|...]`. 0ThreadHN
Rather than savage cuts, Switzerland considers “Star Trek” economics 13 years agoEconomics is not money. Its about how to allocate the limited resources in the most efficient way. Money is just a tool used for example in capitalism. 0ThreadHN
Say “Yes” to JavaScript 13 years agoSee [1]Firefox: about:config > gfx.downloadable_fonts.enabled > falseChrome: Add --disable-remote-fonts as start parameter1: http://www.techpowerup.com/forums/showthread.php?t=184198 0ThreadHN
Fish shell 2.0 13 years agoI wonder if keychain now works with fish (didn't with the last version) or is there an alternative to get fish working with the ssh-agent? 0ThreadHN
Diablo III Economy Broken by an Integer Overflow Bug 13 years agoHaskell is already doing this 0ThreadHN
Why Markdown Is Not My Favourite Language 13 years agoI personally like the pandoc or the gitit version which also has a working title/authors/categories syntax.I use that to write nearly everything which I can easily convert to latex/html/whatever which is especially nice with different templates. 0ThreadHN
Microsoft.com New Design Preview 14 years agolooks fine here (linux/firefox) http://i.imgur.com/zSSgQ.png 0ThreadHN
Ask HN: Recommended OCR? 16 years agowhat about gocr? its opensource see http://jocr.sourceforge.net/ 0ThreadHN