Viewing profile — pnelson
pnelson
HN member- Joined
- Mon, Jul 04, 2011, 8:12 PM UTC
- HN karma
- 25
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About pnelson
Recent public activity
-
comment
Comment #31425592
This is awesome and what I initially set out to do but always found a way to talk myself out of it. I dream big. I found a project to stick to "completion" but it took me two years…
-
comment
Comment #31359926
I'm working towards building the best possible experience for hosting multiple sites on a single machine at a fixed price at https://acrobox.io . Abstracting Docker didn't make the…
-
comment
Comment #31359727
That's one of many things that lead me to build https://acrobox.io . Abstracting Docker out of it for a bit more of a Heroku-like experience is on the horizon. I think it is well p…
-
comment
Comment #31194471
Hello! I often see Ask HN threads discussing how people are deploying their apps, specifically solo founders.[^1][^2] Solutions range from Heroku to AWS to niche products or even r…
- story
-
comment
Comment #28361031
I wrote a temporal expression package https://github.com/pnelson/te to escape cron for background workers in greenfield work. I started writing an English language expression parse…
-
comment
Comment #27423721
Same! I switched back to Firefox a few years ago when I discovered that logging into Gmail on Chromium (not Chrome!) crossed a hard boundary by also signing me into the browser acc…
-
comment
Comment #23713589
My experience moving to Go from languages like Python and Ruby required a significant mind shift. I couldn't port my solution - I had to revisit the problem from the perspective of…
-
comment
Comment #20255422
I launch my browser with profiles instead of using containers. I have three at the moment: firefox --no-remote --profile "$XDG_CACHE_HOME/firefox/home" --class="browser-home" firef…
-
comment
Comment #6478017
Thank you. Just this past weekend I came to the realization that, after using JavaScript on and off for over 10 years, I don't actually know JavaScript. Not even close. I'm sure I'…
-
comment
Comment #5674935
This is fine for some scenarios but I've had a series of problems which drove me away from this kind of setup. Default CarrierWave (Rails gem) settings try to clean up the tmp file…
-
comment
Comment #5357191
I switched from Firefox to Chrome around the same time as the author. However, I'm having the opposite experience. Chrome is great; everything is blazing fast, even with my ~25 tab…
-
comment
Comment #4636703
I'm pretty sure you can use GitHub's Windows app for BitBucket Git repositories. I've pointed it to non-GitHub repositories at work in the past. You should look into it for your fr…
-
comment
Comment #3936070
Most are minor but Atom feeds explicitly state content type. This could be a security issue with RSS since there is no reliable way to guess between plain text or escaped HTML. htt…