Viewing profile — noste
noste
HN member- Joined
- Wed, Sep 16, 2009, 10:38 AM UTC
- HN karma
- 84
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About noste
No profile information was provided.
Recent public activity
-
comment
Comment #8608266
Finnish Ministry of Defence has reported five airspace violations by Russian airplanes this year, and there were three in 2013.
-
comment
Comment #7583003
Taiichi Ohno published the original "Toyota Production System: Beyond Large-Scale Manufacturing" in 1978 (the English translation was published in 1988), while Goldratt's "The Goal…
-
comment
Comment #5107784
How about using diff and sed -i? # This version is obviously unsafe verbose_sed() { sed -i.old -e "$1" "$2" diff -u "$2.old" "$2" rm "$2.old" } verbose_sed s/vim/emacs/g rant.txt Y…
-
comment
Comment #5102454
It is my understanding that artificial insemination is a very common procedure in modern livestock farming, and therefore one could argue that livestock farming for human consumpti…
-
comment
Comment #4802759
At least Chrome 24 has the option to disable images. See Settings / Show advanced settings... / Content settings... / Do not show any images.
-
comment
Comment #4690188
At least some books mention that "At the publisher's request, this title is being sold without Digital Rights Management software (DRM) applied." in the book description field. For…
-
comment
Comment #4529735
How about ddshttpd ( http://dd-sh.intercal.org.uk/web-server/ )? A web server written using only sh(1), dd(1), and echo(1). It even supports running server side scripts ("ddsh-bin"…
-
comment
Comment #4437914
That Wikipedia article mentions that "According to author Adam Gollner, some fruitarians eat only fallen fruit."
-
comment
Comment #4040181
According to rubygems.org stats page[1], there are 39411 gems available. I think the number 2560 on "all gems" page[2] is the number of gems starting with letter "a". 1. http://rub…
-
comment
Comment #3372561
I assume goodweeds refers to this http://geekfeminism.wikia.com/wiki/Noirin_Shirley_ApacheCon_... . That page classifies the incident as sexual assault instead of attempted rape, b…
-
comment
Comment #3363900
/foo c`` may be what you're looking for (see :help ``)
-
comment
Comment #2960220
While it doesn't invalidate your general point, Twitter has 600+ employees: http://blog.twitter.com/2011/08/your-world-more-connected.ht...
-
comment
Comment #2766727
It would appear to me that multiple commits in a branch can have the same generation number (see the diagram in http://www.spinics.net/lists/git/msg161165.html ). So unless your hi…
-
comment
Comment #2664692
Linus has a few: tracker[1], pesconvert[2], and a fork of uemacs[3]. 1. http://git.kernel.org/?p=linux/kernel/git/torvalds/tracker.g... 2. http://git.kernel.org/?p=linux/kernel/git…
-
comment
Comment #2218346
This seems to be a straightforward wiki, however, wiki-orgmode and VimOrganizer strive for something closer to org-mode.
-
comment
Comment #2054453
What fascinates me in this article (and in other similar efforts), is the ambient nature of these new senses. While it is true that you can look at a compass in order to find the m…
-
comment
Comment #1959303
Redis 2.0.0+ has built-in support for pub/sub: http://code.google.com/p/redis/wiki/PublishSubscribe
-
comment
Comment #1908831
Stockdale's "Stockdale on Stoicism II: Master of My Fate" is mostly about his time as a POW: http://www.usna.edu/Ethics/Publications/Stoicism2.pdf
-
comment
Comment #1674398
While I think you're right in that VPN setups make a lot of things smoother, SSH actually compares pretty well with the first two of your examples. "Yeah, there is. First, doing it…
-
comment
Comment #1615753
Most of the plastic bottles sold in Finland were reusable up until 2008 or so, but now that the tax levied on non-reusable containers has been removed, most of the bottles appear t…
-
comment
Comment #1540379
Tivo has released sources for the GPL covered portions of its software ( http://www.tivo.com/linux/index.html ). At least some router manufacturers have also released source code a…
-
comment
Comment #1497935
I think that Ubuntu enables hinting on default. According to FreeType's docs/TRUETYPE the TT_CONFIG_OPTION_BYTECODE_INTERPRETER macro should be defined, should you want to enable p…
-
comment
Comment #1422432
It's doesn't seem to be that common, but not it's not unheard of either. For example, Amazon Payments prohibits "occult materials"[1], and according to an old Boing Boing article, …
-
comment
Comment #1421583
> All else held equal, that is simply not true in modern America. There are very powerful incentives to hire the equivalently qualified black guy in order to avoid lawsuits. What a…
-
comment
Comment #1326449
Qt is also available under LGPL 2.1. See http://qt.nokia.com/products/licensing for details.