HN user

Mogzol

606 karma
Posts0
Comments145
View on HN
No posts found.

The article isn't arguing that clipboard state should be part of the undo system, it is arguing that cut shouldn't touch clipboard state. In the "Side effects" section they mention if you want the contents to go to the clipboard, then you should use copy instead of cut.

Regarding Android Auto being slow, it could just be due to your phone. It has to stream the whole interface as video to the car's infotainment system over USB (or Wi-Fi on newer models), then handle taps and stuff that it receives back, if you're using an old or budget android phone then that can be pretty laggy.

You have to choose one timezone to be authoritative here, which one you choose depends on the situation, but if you don't choose one, then a change like the one happening in BC will cause the consumer and provider to be using mismatched times.

If the consumer booked something for 12PM Dec 1 2026 PST, and this booking was made before BC's changes were announced, and the provider saved this using their local time (say EST), then they would have saved it as 3PM EST. But now with BC's changes, when the consumer shows up at 12PM their time, that will be 2PM EST, an hour before the provider was expecting.

Was the consumer correct for showing up at the booked time according to their wall clock, or is the provider correct with their saved the time that was an hour later? The answer probably depends, but whichever you choose is the authoritative time.

Another comparison: if you count the "solar system" as ending at Neptune's orbit (obviously it extends much further, but just for the sake of comparison), then you could fit ~4465 "solar systems" in between our sun and the closest star, Proxima Centauri.

I have no issues with OrcaSlicer and interacting with my printers or starting prints remotely as long as I have LAN and Developer mode turned on. The only catch is that you need something like Tailscale set up for remote printers so you can access them over your "local" network. You can also get remote management/monitoring on your phone with apps like Openbu or Lanbu.

All your comments are painting archive.today as an innocent victim in all this, but in addition to the DDoS, they have been caught modifying archived pages as well as sending actual threats to Patokallio [1] which in my opinion seem far worse than the "doxxing".

Just the fact alone that they modified archived pages has completely ruined their credibility, and over what? A blog post about them that (a) wasn't even an attack, it is mostly praising archive.today, and (b) doesn't reveal any true identities or information that isn't already easily accessible.

From my perspective at least, archive.today seems like the unhinged one, not Patokallio.

[1] https://arstechnica.com/tech-policy/2026/02/wikipedia-bans-a...

Not true: https://gyrovague.com/2025/02/23/anatomy-of-a-boarding-pass-...

There are only two posts about archive.today on the blog, and one of them only exists because archive.today started DDoSing them. I fail to see how you could consider the entire blog to be a "harassment campaign", especially considering that the original blog post isn't even negative, it ends with a compliment towards archive.today's creator.

I Don't Like Magic 5 months ago

The "magic" of React though is in its name, it's reactive. If all you're doing is creating static elements that don't need to react to changes in state then yeah, React is overkill. But when you have complex state and need all your elements to update as that state changes, then the benefits of React (or similar frameworks) become more apparent. Of course it's all still possible in vanilla JS, but it starts to become a mess of event handlers and DOM updates and the React equivalent starts to look a lot more appealing.

Transcribing locally isn't free though, it should result in a noticeable increase in battery usage. Inspecting the processes running on the phone would show something using considerable CPU. After transcribing the data would still need to be sent somewhere, which could be seen by inspecting network traffic.

If this really is something that is happening, I am just very surprised that there is no hard evidence of it.

The vast, vast majority of Windows users don't know their laptops are encrypted, don't understand encryption, and don't know what bitlocker is. If their keys weren't stored in the cloud, these users could easily lose access to their data without understanding how or why. So for these users, which again is probably >99% of all windows users, storing their keys in the cloud makes sense and is a reasonable default. Not doing it would cause far more problems than it solves.

And the passphrase they log in to windows with is not the key, Microsoft is not storing their plain text passphrase in the cloud, just to be clear.

The only thing I would really fault Microsoft for here is making it overly difficult to disable the cloud storage for users who do understand all the implications.

I have no idea what this is fixing.

Note: This does not change the rounded corners of individual app windows. It only restores the straight silhouette at the edges of your display.

My display does not have rounded corners. I am on macOS Tahoe using external monitors. I know that newer macbooks have rounded display corners, but those are rounded at the hardware level afaik, those corner pixels simply don't exist. And besides that, the medium article linked in the repo specifically talks about external monitors. Does anyone have an example of what this program is actually meant to fix?

EDIT: I downloaded and compiled it myself to see. All it does is add a black border around your whole screen. Here is a screenshot: https://i.imgur.com/7XWAwxz.jpeg

Again, I don't have rounded corners on my display in the first place, but if I did I suppose this would hide them. At the cost of losing the whole edge of my display, lol. I don't see why anyone would actually use this, especially since it cuts off half the menu bar.

Why? I assume the intention is to show these images on a webpage somewhere. WebP is well-supported by browsers and can store lossless images at better compression ratios than PNG, so why not use it? I don't think using a lossy format like JPEG makes much sense. JPEG is a fine format for photos, but for HTML content rendered as an image I assume most people would want a lossless format so you don't get artifacts.

Size of Life 7 months ago

You can change the units in the top corner. It defaults to metric for me, but if your browser language is "en-US" you get imperial by default.

Size of Life 7 months ago

For me it appears in millimetres, but I'm in Canada not the US. I'm guessing the default is chosen based on your browser's language. You can change the units in the top right.

Edit: I checked the page's code and it does indeed set the units based on language. If your language is "en-US" you get imperial by default, everyone else gets metric.