Viewing profile — hebz0rl
hebz0rl
HN member- Joined
- Wed, Nov 17, 2010, 12:00 AM UTC
- HN karma
- 779
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About hebz0rl
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #26492453
I use » instead which has been working well for me (zsh + alacritty on archlinux)
- story
- story
-
comment
Comment #12570675
What do you mean? Rust and cargo are in ports so you can just install them.
- story
-
comment
Comment #8019246
You 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/pgfman…
- story
- story
- story
- story
- story
-
comment
Comment #7091586
You 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…
- story
- story
-
comment
Comment #6910147
I 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.
- story
- story
-
comment
Comment #6669008
About 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...
-
comment
Comment #6668997
You can always define a template via `--template=MyTemplate`. You just have to place the template in `.pandoc/templates/MyTemplate.[latex|html|...]`.
- comment
- story
-
comment
Comment #6533160
Economics 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.
- story