Viewing profile — cjm42
cjm42
HN member- Joined
- Tue, Apr 02, 2019, 3:41 PM UTC
- HN karma
- 116
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About cjm42
No profile information was provided.
Recent public activity
-
comment
Comment #49176322
As da_chicken pointed out, it's also a problem if you want to record a date like February 29, 1700, which is a perfectly valid date in the Julian calendar but simply doesn't exist …
-
comment
Comment #49175964
Which is one of the reasons that the Perl DateTime library just implements the proleptic Gregorian calendar (i.e. "let's just pretend we've always used Gregorian and the Julian cal…
-
comment
Comment #48852281
This is the classic example of why you should always set the foreground color when changing the background color. Otherwise you end up with blocks that are black-on-black. It proba…
-
comment
Comment #47066965
Does it allow truly persistent mosh connections? I can't remember which iOS client it was, but I've used one which forgot I was connected if I left the app for long enough. The mos…
-
comment
Comment #45724937
I believe the primary use-case for devices like this is debugging "Why isn't this server rebooting?" without driving to the datacenter. Good luck figuring that out with AnyDesk or …
-
comment
Comment #45441749
I've had decent results with html-pdf-chrome[0], which automates printing to PDF from Chromium or Chrome. [0] https://github.com/westy92/html-pdf-chrome/
-
comment
Comment #44034830
The most reliable fix is to get Windows to use UTC for the hardware clock, which is usually the default on Linux. (It's more reliable because it means the hardware clock doesn't ne…
-
comment
Comment #41649497
Not to me. It says "System Initiative is an Intuitive, Powerful, and Collaborative replacement for Infrastructure as Code" but I still don't understand what it does or why I would …
-
comment
Comment #41384833
https://purismspc.com (the backup domain they registered after the 2018 outage) is sort of working. It responds, but links all go to puri.sm so they don't work, stylesheets don't l…
-
comment
Comment #37990369
He meant approximately half a bit. Base64 uses 64 characters, which means 6 bits per character. 50 characters gives you about 5.64 bits per character. Unlike Base64's 3-bytes-equal…
-
comment
Comment #37041469
Let's face it, the Perl 5/PCRE regex syntax is atrocious. The only reason it exists is that (? was a syntax error in earlier regex syntaxes, so it could be redefined to mean anythi…
-
comment
Comment #37037188
I made a silverware holder custom-fit to my silverware. I found a half-inch thick HDPE cutting board at a restaurant supply store, cut it to fit my drawer, then drilled holes in it…
-
comment
Comment #36681347
redhat-release is a symlink to /etc/centos-release: $ cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core)
-
comment
Comment #36618202
I've been using Joplin for a while now, syncing via Nextcloud. One tip: I set up a cronjob to export into a Git repository so I have a complete history. The core of the script is: …
-
comment
Comment #35720285
MATE is a GNOME 2 fork created to continue its development without the radical turn of GNOME 3. Cinnamon is actually a GNOME 3 fork created to turn it back into a more traditional …
-
comment
Comment #35173526
My browser can't even read that. It renders as "In Hamlet, Act [2163], Scene [2168]..." (where [2163] means a small box with those 4 digits). What font do I need to install to be a…
-
comment
Comment #34780663
Just for fun, I tried again today with a new chat: Q: Who was the first US president whose surname begins with "R"? A: The first US president whose surname begins with the letter "…
-
comment
Comment #34741305
It is: Contractors' Handbook: The Expert Guide for UK Contractors and Freelancers (3rd Edition; 13 Nov. 2017) by Dave Chaplin (ISBN-10: 1527216039; ISBN-13: 978-1527216037)
-
comment
Comment #34716717
The problem is that if you don't already know the answer, it's hard to tell the difference between ChatGPT giving you the correct information and ChatGPT authoritatively spouting t…
-
comment
Comment #32444334
xfce4-terminal, because I switched to Xfce when GNOME went on their "reinvent the UI" trek. I was happy with the UI I already had, thanks very much.
-
comment
Comment #31510036
The Babylon 5 space combat game that was cancelled late in development. Think Wing Commander, but in the Babylon 5 universe as a Starfury pilot. https://babylon5.fandom.com/wiki/Ba…
-
comment
Comment #30689663
The bill would eliminate Daylight Time and redefine Eastern Standard Time etc. to be the same offset they currently are during daylight time. https://www.congress.gov/bill/117th-co…
-
comment
Comment #30390838
The big problem with this is that mobile Safari on iOS won't autofill passwords for sites using WWW-Authenticate. It used to, but that feature got dropped years ago, which really t…
-
comment
Comment #29830452
They could at least provide an indication when delivering the spam that "Twilio believes this message is spam and will block your account if you try to resend it".
-
comment
Comment #28932136
I believe https://metacpan.org/pod/PDL would be the closest Perl equivalent, but it's not my field and I haven't used it.