Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thechriswalker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
thechriswalker
5y ago
The Final Empire is a good start, or maybe one of the more standalone books - Warbreaker is one of my favourites.
2.
▲
by
thechriswalker
5y ago
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/
3.
▲
by
thechriswalker
8y ago
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 for different local services becomes a piece of cake,
4.
▲
by
thechriswalker
8y ago
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://download.lineageos.org/falcon
5.
▲
by
thechriswalker
9y ago
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 server. It then goes on to list how to use Ker
6.
▲
by
thechriswalker
9y ago
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 boxes and resort to developer tools if I am not all
7.
▲
by
thechriswalker
10y ago
from css/main.scss `$monoFont: 'Courier New', Monaco;` I think it's caused be the missing fallback `monospace` in that list.
8.
▲
by
thechriswalker
10y ago
Love this site. This one: http://www.27bslash6.com/missy.html , makes me giggle audibly every time...
9.
▲
by
thechriswalker
10y ago
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 remove some other feature I like but other people don
10.
▲
by
thechriswalker
10y ago
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.
11.
▲
by
thechriswalker
11y ago
Less complex way to get public ip. `dig +short myip.opendns.com @resolver1.opendns.com`
12.
▲
by
thechriswalker
11y ago
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. edit: bad english
13.
▲
by
thechriswalker
11y ago
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 starting with underscore are ignored? Where was t
14.
▲
by
thechriswalker
11y ago
Surely it's because it looks like a flux capacitor. Seems reasonable to me.
15.
▲
by
thechriswalker
11y ago
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 "contextify". When io.js was released
16.
▲
by
thechriswalker
11y ago
iTerm2 has an option in your Profile: Text tab > Text Rendering: "Blinking Text Allowed" Off by default; enable and blink like its 1989.
17.
▲
by
thechriswalker
11y ago
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 tab switcher. I usually have many
18.
▲
by
thechriswalker
13y ago
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 into your GOPATH then you can develop on any branch you