Viewing profile — macowar
macowar
HN member- Joined
- Fri, Jun 08, 2012, 3:34 PM UTC
- HN karma
- 4
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About macowar
No profile information was provided.
Recent public activity
-
comment
Comment #19098546
And the same may be said about the products we make today 40 years from now. Survivorship bias is the logical error of concentrating on the things that made it past some selection …
-
comment
Comment #8529377
Where is the reference implementation?
-
comment
Comment #6587888
I don't see why that warrants taking the github repo down.
-
comment
Comment #6586183
Mythtv
-
comment
Comment #6533970
Just try and compile this simple program: > println("System"); It gives this error: "At line undefined, the submission failed to compile with the error: Error: Sorry, but you may n…
-
comment
Comment #6488622
I want a product that comes up with new product ideas.
-
comment
Comment #6180891
Is Hacker News the new reddit now? Should I start posting graphic memes?
-
comment
Comment #5874271
So I just tried out adioso on a desktop. It wasn't as responsive as I hoped.
-
comment
Comment #4448570
Well, technically a file system is a specialized typed of database. NTFS has some support for removing duplicate files and replacing them with links. Windows server 2008 calls this…
-
comment
Comment #4202824
This bookmarklet uses xpath to replace every plain text 'the' with 'ye'. javascript:d=document;x=d.evaluate(‘.//text()[normalize-space(.)!=\'\']‘,d.body,null,7,null);for(i=0,l=x.sn…
-
comment
Comment #4178085
sudo apt-get install ruby-full build-essential rubygems apache2 && sudo gem install rails && rails hello && cd hello && rails generate controller hello && rails script/server && wg…
-
comment
Comment #4163364
Pigments can sometimes be stubborn things. But I find that folks tend agree that darker greens are 'greener' than lighter greens. So for best results I'd use a dark green with a gl…
-
comment
Comment #4101110
Prepare a demo video ahead of time. If the actual demo fails, show the video in its place.
-
comment
Comment #4084656
Well, provided that this doesn't need to be highly secured. You could base invite keys on some property of the verification code. For example, you could design a system where a cod…