Viewing profile — thechriswalker
thechriswalker
HN member- Joined
- Wed, Feb 02, 2011, 10:43 AM UTC
- HN karma
- 115
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About thechriswalker
Recent public activity
-
comment
Comment #30542806
The Final Empire is a good start, or maybe one of the more standalone books - Warbreaker is one of my favourites.
-
comment
Comment #30105272
Shameless plug, but I built a site to do this the other way around. Enter a 5 letter word and it'll tell you the next the it will be the wordle solution. https://atom.7r.pm/whendl/…
-
comment
Comment #18844270
That's what I use, Caddy webserver with Gandi DNS (also used Route53 in the past) handling the ACME challenge and a `*.l.mydomain.tld` pointing to 127.0.0.1. Adding reverse proxies…
-
comment
Comment #17567968
I have a Moto G 1st generation and put LineageOS [0] on it. Far better experience and much more free space. Unfortunately won't help with making the camera better. [0] https://down…
-
comment
Comment #16446833
I don't think it does. That quote is from the section explaining how to configure "Password" authentication. i.e. to use Password authentication, you must enable it on the target s…
-
comment
Comment #14368237
I think the use cases there is more accurately, if the user doesn't paste into the first box AND copies the content, don't let them paste into the second. I would paste into both b…
-
comment
Comment #13829823
from css/main.scss `$monoFont: 'Courier New', Monaco;` I think it's caused be the missing fallback `monospace` in that list.
-
comment
Comment #12780910
Love this site. This one: http://www.27bslash6.com/missy.html , makes me giggle audibly every time...
-
comment
Comment #11915469
I did not like the feature and did not use it. That doesn't make it OK to remove a feature that people did use and like. That feels like a bit of a slap - what if they decide to re…
-
comment
Comment #11579391
I have been watching the bazil project for a while - it's exactly the system I want. Still very alpha right now, so I don't (and one shouldn't) trust it with irreplaceable data.
-
comment
Comment #10995737
Less complex way to get public ip. `dig +short myip.opendns.com @resolver1.opendns.com`
-
comment
Comment #10737574
From what I just read, the "shun" method means that you can rewrite history by adding a shun, rebuilding a copy, then switching copies. Not db rewrite, but the same end result. edi…
-
comment
Comment #10695878
Firstly this is super cool and much simpler than other SSGs, but whilst I applaud the stand against "convention over configuration", I read the docs and find all the magic . Files …
-
comment
Comment #10317550
Surely it's because it looks like a flux capacitor. Seems reasonable to me.
-
comment
Comment #10191476
Actually, IIRC it's the exact same reason as the io.js split. The maintainer of jsdom had changes that weren't being merged into node's VM module. So jsdom 3.x used a lib called "c…
-
comment
Comment #10059697
iTerm2 has an option in your Profile: Text tab > Text Rendering: "Blinking Text Allowed" Off by default; enable and blink like its 1989.
-
comment
Comment #9960552
I'm just going to comment on the first aspect of this, the "Merge Tabs and Apps" option. The first thing I do with the "Merge Tabs and Apps" is to disable it and use the in browser…
-
comment
Comment #6201151
That's not entirely true. Go allows you to tag with the Go version you are aiming for and imports will use that. You do not have to keep your master clean. If you clone explicitly …