Viewing profile — jmcnulty
jmcnulty
HN member- Joined
- Sat, May 28, 2016, 12:11 PM UTC
- HN karma
- 53
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About jmcnulty
No profile information was provided.
Recent public activity
-
comment
Comment #46211092
It has actually improved a lot since then. The UI has had changes, search is better, it has quote posts now. More usability enhancements are under active development.
-
comment
Comment #43105467
They pivoted from pure BEV to bet their future on Hydrogen FCEV trucks. They were a flop and that's what sunk them IMO.
-
comment
Comment #40452301
They're aware of the problem. https://www.reddit.com/r/duckduckgo/comments/1cynfft/duckduc...
-
comment
Comment #36470269
It's not stalled. Ok it's not growing at the crazy rate that hit when news of the Musk twitter takeover broke. That's not a bad thing as the infrastructure couldn't sustain it, but…
-
comment
Comment #34886774
My biggest anxiety with hardware-backed security is what happens if someone breaks into my house and steals my laptop and phone. Today I would buy a new laptop, login to Bitwarden …
-
comment
Comment #34316854
I live in Northern Ireland (also part of the UK) and we're very well served here too. I switched from copper to fibre about a month back. Could have gone 1Gb but chose a cheaper 50…
-
comment
Comment #33877593
And? If you don't trust TLS then I assume you don't trust web banking, or purchasing anything over the internet for that matter. Might as well give up on technology and go find you…
-
comment
Comment #33340379
Like most of your replies, the UK is the same. Its everywhere here.
-
comment
Comment #33338432
Oh that looks cool. Will investigate this. Thanks.
-
comment
Comment #32834179
ChromeOS runs Debian in an LXD container. You can install desktop apps in it (e.g. using Flatpak) and they appear as launchable icons on the ChromeOS desktop. Being LXD you're not …
-
comment
Comment #31608404
Maybe there was some content on mastodon.social they didn't like. As they don't integrate with ActivityPub they can't block individual users so perhaps they chose to block the whol…
-
comment
Comment #31410585
"cotton bags should be used 131 times" And? Most of the reusable bags in my house are 3-5 years old. We even have a couple that we brought with us when we moved home 11 years ago. …
-
comment
Comment #31048633
I've never understood how links can fall victim to copyright. A link is just a signpost instructing your browser where to go next. There is no copying involved, anywhere. Subjugati…
-
comment
Comment #30991936
Depends what you want to do. If you're happy for changes to dribble in over time then size your puppetmaster pool to how many hosts you want to be able to run puppet simultaneously…
-
comment
Comment #30231239
How secure is E2EE anyway when, like WhatsApp, it's implemented such that you blindly trust a 3rd party to distribute the public keys and instruct your client who it should be encr…
-
comment
Comment #29379715
They have a point. We used to use Hipchat until Atlassian retired it. We took a good look at Slack, negotiating over the price. In the end the decision was made to use Teams as we …
-
comment
Comment #29012312
There used to be a lot more information in binaries in general. These days everything is stripped. Giving my age away here :)
-
comment
Comment #28893012
I'll happily bet against you, but I'll let Sabine Hossenfelder explain why. https://youtu.be/LJ4W1g-6JiY
-
comment
Comment #27996620
There will probably be booster shots later to protect against variants like this. In the meantime, Lambda is not getting a foothold where Delta is common. The more transmissible De…
-
comment
Comment #27990970
Understand. Did some quick tests myself and see what you mean. Here's a version that doesn't use "here string" and so doesn't create temporary files. #!/bin/bash shopt -s lastpipe …
- comment
-
comment
Comment #27985621
It's the read/readarray builtin that's creating the tmpfiles and that's not great, but the string substitution doesn't. My point was there's no need to call out to another program …
-
comment
Comment #27985110
If you have newlines present then process the data a line at a time, as you would if reading from a file. This is nowhere near as difficult or cumbersome as you're making out.
-
comment
Comment #27984156
The long rebuttal from bgoldst fails to answer the question of how to solve this "in bash" when he introduces additional commands like tr(1) and sed(1). You should avoid using addi…
-
comment
Comment #27588379
AlmaLinux are also publishing Errata. That's not something we enjoyed with CentOS and I don't think Rocky have any plans to do this currently.