Viewing profile — pdenton
pdenton
HN member- Joined
- Sun, Oct 04, 2020, 6:12 PM UTC
- HN karma
- 764
- Public activity
- 160 items
- HN profile
- View on Hacker News ↗
About pdenton
No profile information was provided.
Recent public activity
-
comment
Comment #33314857
Does this deprecate TTLS records? I've only just begun to generate those
- story
-
comment
Comment #32417947
Instead of saying you're autistic, say you have autism. What you are is a human being, most likely. Having autism is just one of your traits. TL;DR Autism is what you've got, not w…
-
comment
Comment #32334919
"Disorders"?! What's this, "person of color" instead of "black" or N*, that's all cool and agreeable, but then how on earth is "disorder" still okay? Bull.
-
comment
Comment #32201790
Having used KDE 2, 3, skipped 4, and now 5, it's the most polished desktop environment I can think of. OSX is too weird and Windows is a hodgepodge of "GUI trend of the day". Not t…
-
comment
Comment #32138125
Excel
-
comment
Comment #32054406
The way I'd do this, is by separating concerns into separate tables. If you have a table with (id, name) and a table with (id, parent_id), any doc with a parent will have a corresp…
-
comment
Comment #31943712
What's a good alternative? Preferably not in the US, preferably not biased towards (or against) any political agenda.
-
comment
Comment #31886863
Why is it a list and not a table? Seems like a pretty simple case of CREATE TABLE ethics ( id INT PRIMARY KEY, rule TEXT );
-
comment
Comment #31821213
Software tends to get thrown away after a few years. Nothing I've written as a professional programmer has survived the test of time. No regrets, though. Why would I carry the burd…
-
comment
Comment #31808933
This won't be a thing in Holland. Not that it matters much, but just saying. https://translate.google.com/?sl=nl&tl=en&text=kut&op=transl...
-
comment
Comment #31808324
Thanks but I prefer this one: https://sciops.net/downloads/vga/ ("The only font you'll ever need")
-
comment
Comment #31681509
Linux always boots perfectly fine with TPM hardware support disabled, even when there actually is such a chip built in. The real showstopper would be if "SecureBoot" would be enfor…
-
comment
Comment #31632609
Kids these days... Go read a book!
-
comment
Comment #31608480
PHP: My own, so not known by anyone else ;) I made it because I don't like all the existing frameworks. That said, it uses Laminas Diactoros because not using that would be to rein…
-
comment
Comment #31581721
This extension is pretty cool and I already found a bug. It doesn't work for elements whose font-family has been set with a !important flag. It would be crude to set font-family to…
- story
-
comment
Comment #31292771
IIRC, noatime is useful everywhere except /var/spool or /var/mail where certain daemons may depend on access time correctness.
-
comment
Comment #31270457
This site provides a nice overview, cool. It makes me wonder though, because IMHO PHP is adding too much new features that are often somewhat half-baked. What would be better is to…
- story
-
comment
Comment #31189023
It's pretty cool actually that this is possible and I also can't help but think that this is a solution to a problem that need not exist in the first place. Systemd has this proble…
-
comment
Comment #31170698
http://programming-motherfucker.com/
- story
-
comment
Comment #31142800
The way I deal with dependencies lately is I place them in a separate directory (called lib) right next to the project source itself (called src). So the project and its dependenci…
-
comment
Comment #31132513
I wonder why this article got flagged. It's insightful and well written.