Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lubutu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lubutu
1y ago
I initially read "the order of files in /etc/ssh/sshd_config.d/" to mean the order of files in the underlying directory inode, i.e. as returned by `ls -f` — and thought, "oh god"... But the lexicograp
2.
▲
by
lubutu
2y ago
I mean, no. If you work on a codebase that's been going for more than a few years, the author likely doesn't even work there anymore. The commit is the important thing.
3.
▲
by
lubutu
2y ago
C23 has constexpr, albeit only for objects, not functions. The code also uses namespaces, as in `std::aligned_alloc(P, T)`.
4.
▲
by
lubutu
2y ago
Meanwhile, Kerberos (also Project Athena) has been at version 5 since September 1993.
5.
▲
by
lubutu
2y ago
There has been recent work on RPC-with-TLS (RFC 9289), xprtsec=mtls.
6.
▲
by
lubutu
2y ago
> NFS still sucks (IMO it sucks more than it used to) Any chance you could elaborate?
7.
▲
by
lubutu
2y ago
The distinction I suppose is that what you really mean is "the difference in [necessary] skill level between a burger flipper and an accountant".
8.
▲
by
lubutu
3y ago
I suppose such feedback could be used for reaching a fixpoint. Suppose you have a build system that reads targets to be built from stdin and outputs to stdout targets that are dependent on that target and must now be rebuilt. With an ourobo
9.
▲
by
lubutu
3y ago
I mean, learning Haskell has made me a better programmer even if I've never used it at work. Perl I have used. I wouldn't say the same about that...
10.
▲
by
lubutu
3y ago
It does make sense — the Unix debugger has always been *db, with no bridges in sight. https://en.wikipedia.org/wiki/Advanced_Debugger
11.
▲
by
lubutu
3y ago
You can do... <access.log head -n 500 | grep ... ... though that's less familiar to many, I'm sure.
12.
▲
by
lubutu
3y ago
> So the idea is really "what's the point of having a history full of broken state?". I rebase commits so they don't break the build but the history remains clean and incremental. Selective fixups and so on isn't
13.
▲
by
lubutu
3y ago
You're not the only ones, but I can't understand this approach. Do people never then read the version history? It must be impossible to understand commits' diffs with the changes all squashed together.
14.
▲
by
lubutu
3y ago
It's not by the same person — sta.li was by Anselm R Garbe. It's more like a spiritual successor.
15.
▲
by
lubutu
3y ago
Thanks for sharing! ; these produce an error, since `b` isn't defined when the body of `a` is compiled let a = \x -> (b x * 3), b = \x -> (a x / 2) It surprised me when this was called out, given that both a a
16.
▲
by
lubutu
3y ago
Lurrus into Dead Weight — that's a nice start.
17.
▲
by
lubutu
3y ago
I think this is the one thing I feel BitKeeper does better than Git. Git can get confused about where a file came from, for moves but especially for copies, and so the version history ends, even if you ask it to try and follow along. BitKee
18.
▲
by
lubutu
3y ago
I looked around and found an AMA [1]. > Python, using the Twisted framework for networking. > Omegle runs on just one server: a Linode 2880. It used to be on a 720, which was very close to sufficient. No database at the moment, but if
19.
▲
by
lubutu
3y ago
When I was looking for work back in 2016 there was a company who advertised their way of working as "infrared", if I remember correctly. It was all about total openness and autonomy. For example, they asked one employee to decide
20.
▲
by
lubutu
3y ago
You know another project with much of its source files in the top-level directory? https://github.com/git/git
21.
▲
by
lubutu
3y ago
It's in bash(1) under "Process Substitution" — https://manpages.debian.org/bookworm/bash/bash.1.en.html#Pro...
22.
▲
by
lubutu
3y ago
> Phispher - use javascript to show a phisphing page Do you mean phishing? I searched for "Phispher" thinking it might be a particular tool or something, but nothing turned up.
23.
▲
by
lubutu
3y ago
The same is true in Norwegian, but then they go and ruin it all with "oldemor" = "great grandmother", instead of persisting with e.g. "mormormor".
24.
▲
by
lubutu
3y ago
No, they're saying they can't imagine it happening at a private company, but can once the company has gone public.
25.
▲
by
lubutu
3y ago
That works for new code, but I'm much less keen when maintaining legacy code. Sure, you could reformat every file and then proceed to work on them, but then you've had a serious impact on the version history, worsening tools like
26.
▲
by
lubutu
3y ago
To expand, Brzozowski introduced derivatives and Antimirov partial derivatives. Essentially the former correspond to DFAs and the latter to NFAs.
27.
▲
by
lubutu
3y ago
> accounting for patient, procedure, surgeon, anesthesiologist, and hospital characteristics This suggests to me that they have accounted for that to at least some degree. (I can't read the paper itself so I don't know the deta
28.
▲
by
lubutu
3y ago
I've heard that some well-off parents will even send their children to schools with attendance fees...
29.
▲
by
lubutu
3y ago
It's unsurprising given the way it was phrased — very US-centric, and essentially that "if you disagree with me, you're as bad as Putin's soldiers in Ukraine"? Hardly the best way to encourage friendly debate.
30.
▲
by
lubutu
3y ago
Very sad to hear. I interacted with him only a couple of times, but each time I came away with a very good impression of the man. And, of course, I'm very thankful for the editor he created that I've been using daily for over a de
More ›