Viewing profile — mw42
mw42
HN member- Joined
- Fri, Feb 04, 2011, 3:59 PM UTC
- HN karma
- 16
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About mw42
No profile information was provided.
Recent public activity
-
comment
Comment #13899074
You can get the original (running in dosbox) from gog.com for a couple of bucks. Maybe it's just nostalgia, but I preferred the original too.
-
comment
Comment #13592520
evil (the vim emulator for emacs) is fantastic, but the argument that emacs + evil must be equivalent or better than vim is also flawed. For example, plenty of emacs modes and pack…
-
comment
Comment #13288370
I upgraded to a Razer Blade from a 2013 macbook. Performance is great. It is very well built, I would say on almost on par with a Mac, except for thin grills covering the cooling f…
-
comment
Comment #11833338
> It'll be interesting to see if source/sink channel types ever get retrofitted to Go in a decade or so. Channels can be designated as receive-only or send-only in variable and fun…
-
comment
Comment #8491052
For installation from source I use CheckInstall [1]. It will keep track of all the files created during a make install, and create a standard deb or rpm package that can then be in…
-
comment
Comment #8438477
SQL injection is not avoided by escaping arguments, but by never mixing the command and user supplied arguments in the first place. The equivalent to your example would be execlp("…
-
comment
Comment #7954059
I had the same issue. There is another solution for postgres. Install postgresql-common first. Edit /etc/postresql-common/createcluster.conf to disable creation of the cluster on i…