Viewing profile — nonotmeplease
nonotmeplease
HN member- Joined
- Tue, Dec 08, 2015, 11:58 PM UTC
- HN karma
- 30
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About nonotmeplease
No profile information was provided.
Recent public activity
-
comment
Comment #10726826
Selling t-shirts http://www.zazzle.com/freesoftwarelove*
-
story
Ask HN: Is it possible to make money from selling sites?
Has any of you tried to sell sites on something like flippa.com? I would like to try do you have any tips?
- story
-
comment
Comment #10725182
I created a 1.1G file with dictionary words and timed... % du -h a 1.1G a % time look 'dog' a | wc -l 53856 real 0m0.021s user 0m0.020s sys 0m0.003s % time grep '^dog' a | wc -l 53…
-
comment
Comment #10725135
Is look of any use? Isn't grep fast enough?
-
comment
Comment #10725094
Minimalism is underrated imho. Just because is simple, doesn't mean it sucks. Most sites are so full of crap they take minutes to fully load. My point is that you can build a site …
- story
-
comment
Comment #10720890
I sent you an email yesterday, did you receive it? :)
- story
- story
- story
-
comment
Comment #10712556
Thank you. I started reading some stuff (see some of my submissions). I also started learning elixir. Really fun language.
-
comment
Comment #10711609
GNOME is part of the GNU project, as well as emacs, gtk, etc.
- story
- story
-
comment
Comment #10708506
Why is so hard to build a similar community somewhere else? (I don't plan to but...) Suppose I wanted to build a community like HN, how do I proceed?
-
story
Ask HN: What's so special about HN? Why do you hang out here?
Just curious... why not somewhere else? It's the only community with smart people I know. Are there any others?
-
comment
Comment #10706978
What happens if write a program to generate all data in the world? 000000 000001 000010 000011 000100 Do I own every file?
-
comment
Comment #10706196
http://dspace.mit.edu/handle/1721.1/44215
- story
- story
- story
-
story
Ask HN: How to start developing distributed software?
I want to start building distributed applications like chats, forums, etc. What is the easiest way to start? What papers/software/blog posts, etc. to read?