Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jamespwilliams
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Certificate Transparency now enforced in Firefox on desktop, starting with v135
(groups.google.com)
4 points
by
jamespwilliams
2y ago
|
0 comments
2.
▲
by
jamespwilliams
2y ago
https://go-review.googlesource.com/c/go/+/576015 this change to optimise errors.Is in the err == nil case was merged recently. It’s not included in the latest Go release, hence the stats here, but should end
3.
▲
by
jamespwilliams
2y ago
That err == nil check was added very recently and isn’t included in the latest Go release, which the author used in this article.
4.
▲
by
jamespwilliams
2y ago
And conversely, short domains like Google’s own g.co are less secure!
5.
▲
by
jamespwilliams
2y ago
Fun weekend project but definitely not production-ready (no tests, no error handling, concurrent requests will cause a race condition, etc.). If readers are looking for something production-ready to use, consider https://github.c
6.
▲
Xz.git: Fix Linux Landlock Feature Test in Autotools
(git.tukaani.org)
29 points
by
jamespwilliams
2y ago
|
6 comments
7.
▲
by
jamespwilliams
2y ago
Can you spot the intentional bug in this commit?
8.
▲
by
jamespwilliams
2y ago
> Maybe it would be easier to have some kind of framework for compiler plugins that do extra checks. [...] But I haven't seen any language community do something like that. What am I missing? Go has adopted a similar approach to thi
9.
▲
by
jamespwilliams
3y ago
> Now, listen. I wish I could continue here and end with “… and this is why ZSH does it that way!” https://github.com/zsh-users/zsh/blob/47c7bc9b1493c7374f076b... has a comment about this behaviour, but no
10.
▲
by
jamespwilliams
3y ago
nginx supports graceful reloading and I’m pretty sure it has for a very long time - there are references to it in the changelog from 2005 https://nginx.org/en/docs/control.html
11.
▲
by
jamespwilliams
3y ago
It doesn’t cover all of your requirements but you might find Clozemaster interesting
12.
▲
by
jamespwilliams
3y ago
I can recommend this too, although I use DeepL instead of Google Translate, and I also use DeepL Write to identify issues in my grammar
13.
▲
by
jamespwilliams
3y ago
Depending on your use case it might be better to just store the key unencrypted. There’s not really much point encrypting it if you’re storing the passphrase on disk alongside the key anyway.
14.
▲
by
jamespwilliams
3y ago
Something like https://matrixzj.github.io/documentations/idm_decrypt_ssh_pr... (then ssh -i decrypted_key) should work and avoid ssh-agent
15.
▲
by
jamespwilliams
3y ago
You could probably use a self-signed cert, then configure socat either to trust that certificate (with the cafile option) or to disable verification (with the verify option)
16.
▲
Checking If a Certificate Is Revoked: How Hard Can It Be?
(agwa.name)
2 points
by
jamespwilliams
3y ago
|
0 comments
17.
▲
Shared wildcard certificate in EV chargers
(groups.google.com)
1 points
by
jamespwilliams
3y ago
|
0 comments
18.
▲
by
jamespwilliams
3y ago
Shellcheck is a godsend https://github.com/jamespwilliams/strictbash , I wrote this little wrapper a while back that you can use as a shebang for scripts. It runs shellcheck for you before the script executes, so it’s n
19.
▲
Chromium Money Tree Browser
(lyra.horse)
2 points
by
jamespwilliams
3y ago
|
0 comments
20.
▲
The Awful German Language
(faculty.georgetown.edu)
2 points
by
jamespwilliams
3y ago
|
0 comments
21.
▲
by
jamespwilliams
3y ago
I’m almost completely deaf in one ear and had problems with tinnitus in the beginning (~7 years ago), especially when trying to sleep. Nowadays, I really only notice it when I focus on it, and it has no impact on my quality of life whatsoev
22.
▲
by
jamespwilliams
3y ago
https://www.youtube.com/live/fMeH7wqOwXA?si=7jbkLCm4QalwumNw for a video version of this talk One funny bit about the talk, which isn’t mentioned in the slides, is that he actually gave the talk at Linaro (the very sam
23.
▲
by
jamespwilliams
3y ago
Go is the worst language, except all the others
24.
▲
Designing a simple analog kick drum from scratch
(youtube.com)
5 points
by
jamespwilliams
3y ago
|
0 comments
25.
▲
Show HN: psitop – top for /proc/pressure
(github.com)
18 points
by
jamespwilliams
3y ago
|
0 comments
26.
▲
Netcraft Raises $100M from Spectrum Equity
(wsj.com)
2 points
by
jamespwilliams
3y ago
|
1 comments
27.
▲
by
jamespwilliams
3y ago
https://developer.chrome.com/blog/private-network-access-pre... is one idea being actively worked on in this area
28.
▲
by
jamespwilliams
3y ago
https://github.com/Svxy/The-Simpsons-Hit-and-Run/blob/eb4b34... is a highlight
29.
▲
by
jamespwilliams
3y ago
I agree that NixOS (and Nix) is difficult to learn and the documentation is generally poor, which I realise is what you’re getting at in your comment, But I do think we should keep in mind what an incredible project NixOS is. NixOS isn’t ju
30.
▲
Adventures in building a Go container with Nix
(jameswillia.ms)
2 points
by
jamespwilliams
3y ago
|
1 comments
More ›