Readit News logoReadit News
Xorlev commented on Does showing seconds in the system tray actually use more power?   lttlabs.com/blog/2025/07/... · Posted by u/LorenDB
atq2119 · 2 months ago
In what world does holding the user's private data for 30 days make sense for a spell checker? Even sending the data at all is sad. We've had offline spell checking for decades.
Xorlev · 2 months ago
This is often (though not always) blanket statement.

Logs are always generated, and logs include some amount of data about the user, if only environmental.

It's quite plausible that the spellchecker does not store your actual user data, but information about the request, or error logging includes more UGC than intended.

Note: I don't have any insider knowledge about their spellcheck API, but I've worked on similar systems which have similar language for little more than basic request logging.

Xorlev commented on FAA orders grounding of more than 170 Boeing 737 Max 9s   cnbc.com/2024/01/06/boein... · Posted by u/ephesee
rootusrootus · 2 years ago
One troubling aspect of this is that it appears Alaska had reason to believe something was wrong with this plane but basically ignored it. They were getting pressurization warnings on prior flights, but the only action they took was restricting the plane from flying ETOPS routes.

They're the dominant carrier in my area, so these sorts of screwups make me nervous. I can't easily avoid using them without a fair amount of inconvenience.

Xorlev · 2 years ago
Do you have a source for that? I'm not denying it, just curious to read more.
Xorlev commented on ZFS Profiling on Arch Linux   binwang.me/2023-12-14-ZFS... · Posted by u/wb14123
zrav · 2 years ago
What makes you say zvols are neglected? In fact the people that did most of the work porting ZFS to Linux, i.e. LLNL, use zvols for their HPC cluster and they still employ a number developers and the primary maintainer of ZoL. I also remember a quote from them stating that zvols were in fact more mature than vfs.
Xorlev · 2 years ago
https://github.com/openzfs/zfs/issues/7631

This is a long-standing issue with zvols which affects overall system stability, and has no real solution as of yet.

Xorlev commented on Amazon Unveils Graviton4: A 96-Core ARM CPU with 536.7 GBps Memory Bandwidth   anandtech.com/show/21172/... · Posted by u/mikece
jltsiren · 2 years ago
I would assume that applications that process data faster than a few gigabytes per CPU-second are rare. It's more common that things are constrained by computation or memory latency.
Xorlev · 2 years ago
You'd think so, but for datacenter workloads it's absolutely common, especially if you're just scheduling a bunch of containers together. Computation also doesn't happen in a vacuum, unless you're doing some fairly trivial processing you're likely loading quite a bit of memory, perhaps many multiples of what your business logic is actually doing.

It's also not as easy as GB/s/core, since cores aren't entirely uniform, and data access may be across core complexes.

Xorlev commented on HubSpot Acquires Clearbit   hubspot.com/company-news/... · Posted by u/jcolman
nightpool · 2 years ago
One small piece of nuance here is that a lot of the times they're not selling your email address, they're hashing it and using it as an identifier for targeting on other sites (so that two sites that both have your email address can coordinate to sell you ads, but sites that don't already have your email address don't learn anything new).
Xorlev · 2 years ago
Except it's also trivial to buy or produce tables of pre-hashed emails, so this cloak of "oh we don't know who you are, it's a hash!" is usually just lipservice.
Xorlev commented on Potentially millions of Android TVs and phones come with malware preinstalled   arstechnica.com/informati... · Posted by u/PaulHoule
yardie · 2 years ago
It's' been a few years since I used an Android phone daily. But one of the nice things about iOS is the granularity of permissions. For Android app permissions are asked once during install and you take it or leave it. iOS is constantly renewing requests for location permissions and other things. And it reinforces that you are in control of your device. If you don't want an app or site to have location data you don't have to give it.
Xorlev · 2 years ago
Android also reaps permissions that haven't been used recently. In the case of location, Android prompts for renewal even if it has been used recently.
Xorlev commented on Linda Yaccarino is the new CEO of Twitter   twitter.com/elonmusk/stat... · Posted by u/lopkeny12ko
zadler · 2 years ago
Twitter is doing great.
Xorlev · 2 years ago
There is no war in Ba Sing Se.

Just saying it doesn't make it true. Twitter has a long way to go to regain advertiser confidence, and Blue is barely a footnote.

Xorlev commented on Intel OEM Private Key Leak: A Blow to UEFI Secure Boot Security   securityonline.info/intel... · Posted by u/transpute
zapdrive · 2 years ago
It's just a string of characters.
Xorlev · 2 years ago
Software, movies, music is just a string of bits.

Using something leaked always carries some inherent risk.

Xorlev commented on Sensenmann: Code Deletion at Scale   testing.googleblog.com/20... · Posted by u/gslin
einpoklum · 2 years ago
The article is about the removal of _dead_ code. So, not a "fence across the road" - it's a fence that was moved to the side of the road, already cleared. The question is just whether to dismantle the fence or keep it there just in case.
Xorlev · 2 years ago
+1. And, it's in version control forever. It's not as if it entirely disappears. Like one of the sibling comments mentioned, I only rarely reject Sensenmann CLs.

That's worth explaining: it's automated code deletion, but the owner of the code (a committer to that directory hierarchy) must approve it, so it's rare there's ever a false deletion.

Xorlev commented on A 1.5GB string   blog.backslasher.net/1.5G... · Posted by u/Backslasher
IncRnd · 2 years ago
Yes. In what way does that mean that the transmission size should not be compressed? Bitmapped images are not the only data structure whose size will shrink by removing redundancy.
Xorlev · 2 years ago
I think you're being downvoted because you've claimed "That's a case of not solving the problem.", but I think that actually better describes this answer. It's clever, certainly, but misses the fact that the stack of screens was never intended to be recursively escaped and changing the form that it took was the real fix rather than rubbing some compression sauce on what was never intended to be lots of backslashes in the first place. And indeed, that's what the author did: they shipped a bandaid fix while working on a more comprehensive fix, one which didn't require RLE or a quadtree (!).

u/Xorlev

KarmaCake day1930June 10, 2010
About
Software Engineer at Google

Enthusiastic about technology and programming. Coffee too.

[ my public key: https://keybase.io/xorlev; my proof: https://keybase.io/xorlev/sigs/DgkMVigG0nXJPGQHCJwk-KiM4hO87WzSLMrpef02_pg ]

View Original