Viewing profile — adrianmonk
adrianmonk
HN member- Joined
- Thu, Jun 10, 2010, 10:13 PM UTC
- HN karma
- 9,973
- Public activity
- 2,735 items
- HN profile
- View on Hacker News ↗
About adrianmonk
No profile information was provided.
Recent public activity
-
comment
Comment #49228286
> The graphical operating system that could have been for the IBM XT Visi On[1] was a graphical operating system for the IBM PC that actually existed as a commercial product, thoug…
-
comment
Comment #49174326
What's your better suggestion? Dallasonian? Dallaser? Dallasan? Also, do you have the same issue with the demonyms Manhattanite or Seattleite?
-
comment
Comment #49174223
It ends in 2028: https://www.cnbc.com/2026/07/24/uber-and-waymo-to-end-exclus...
-
comment
Comment #48971416
When you're the paying customer, it's possible (but not guaranteed) that they could see privacy as product differentiation. In other words, if company A and B both offer you a prod…
-
comment
Comment #48954452
I think the safety officer meant that white paint prevents the rail from heating up. The heating of rails contributes to problems with derailment. If the heat isn't a contributor, …
-
comment
Comment #48783164
[Replying to myself...] Oops, I got one wrong. Copyright("©"): compose + "c" + "o". The one I had is bigger: Ⓒ vs. ©.
-
comment
Comment #48778119
It's pretty easy on Linux with the compose key. To get "≠", you just hit compose, then "/", then "=". That's actually the same number of keystrokes as "!=" (since "!" requires the …
-
comment
Comment #48777863
So does BASIC. It might even be the first, although it's hard to be sure. BASIC[1] came out in 1964, and Pascal[2] came out in 1970. --- [1] https://en.wikipedia.org/wiki/Dartmouth…
-
comment
Comment #48767090
And assuming the crypto algorithm has no fundamental flaws, it's applied correctly, and the software implementation has no bugs. All of which are things people have on occasion bel…
-
comment
Comment #48741494
If the competitive risk is real, then are choosing between supplier risk (AI model access) and competitive risk. When there isn't a zero-risk option, the question becomes which ris…
-
comment
Comment #48648573
A bank card is a type of card. Credit cards and debit cards are both bank cards. Prepaid cards are another type. With any type of bank card, there's a bank that guarantees to a mer…
-
comment
Comment #48611854
I'm no expert on cameras, but this seems to explain it: https://en.wikipedia.org/wiki/Four-tube_television_camera This says the main reason for four-tube is image registration. Bas…
-
comment
Comment #48575191
Seems like if Lore wants to reduce space usage, they could apply something like Git's delta compression (as used in packfiles) to the chunks. Suppose you make a 1 kB change in a 50…
-
comment
Comment #48509193
> Three decades later, with the release of macOS 26.5, Apple caught up: you can finally set your Mac to 'Always' boot whenever power is restored, regardless of how it was shut down…
-
comment
Comment #48499523
If we're in a simulation, we are AI. But someone could be studying what happens when AI makes its own AI.
-
comment
Comment #48497606
It's a minor perk for sure. From their perspective, it probably costs essentially nothing, so why not. But I can see it being useful if they're expanding to a nearby city. Waymo is…
-
comment
Comment #48416972
Because quicksort is like a worst case scenario for branch prediction. Branch prediction works when the CPU can detect some kind of pattern in the program behavior, like if the bra…
-
comment
Comment #48363763
OK, you bring up a very good point. If the eggs fail to hatch because they are never fertilized, then the mosquitoes are not acting as a vector because they do not transmit the dis…
-
comment
Comment #48363413
The symmetry is amusing. This is really fighting fire with fire. Mosquitoes are a vector that spreads disease-causing germs to a population. The proposed solution is to use differe…
-
comment
Comment #48331722
Also, cleaning kitchens is a huge part of the job. Hotel rooms either have no kitchen or a very minimal one. You're not going to learn how to clean an oven or load a dishwasher in …
-
comment
Comment #48302040
Maybe I'm weird, but I believe in the theory that (all else equal) it's good for business to minimize how much your users hate your product/service. In other words, users dislike t…
-
comment
Comment #48218010
Also, some very old computers had 36-bit words. Word sizes on modern computers are virtually always powers of 2, but it hasn't always been that way. And octal is more convenient fo…
-
comment
Comment #48157217
Have a rod that pivots in its center and has objects of equal mass at each end, like a balanced seesaw. But make one of the objects very low density (less than water) and other hig…
-
comment
Comment #48155120
Waymos are fleet vehicles. Recalls go to the owners, just like with other fleet vehicles such as rental cars, taxis, limos, delivery services, utilities, and city/state/federal gov…
-
comment
Comment #48128181
The article mentions this: "A few years back, Linux added a way for software to wait on several events at once, which is something Windows had built in for decades, but Linux didn'…