Readit News logoReadit News
oldmanhorton commented on U.S. alcohol consumption drops to a 90-year low, new poll finds   sfchronicle.com/food/wine... · Posted by u/littlexsparkee
amanaplanacanal · 22 days ago
if. Other drug use can be just as social as alcohol consumption.
oldmanhorton · 22 days ago
And also, a decent chunk of alcohol consumption must be solo? I'd bet alcohol is broadly more social, but I would also wonder if that would change if more public gathering places served weed in some form.
oldmanhorton commented on Chromium Switching from Ninja to Siso   groups.google.com/a/chrom... · Posted by u/hortense
dijit · 2 months ago
Yeah, thats fair, but if I understood right- this is a custom built tool to be compatible with Ninja.

That work building “yet another build tool” could have gone in to programmatically generating bazel BUILD files. So, there was an active choice here somewhere; we just don’t know all the information as to why effort was diverted away from Bazel and toward building a new tool.

I trust them to make good decisions, so I would like to understand more. :)

Seems like Siso supports Starlark, so maybe its a step in Bazels direction after all.

oldmanhorton · 2 months ago
There is a ton of tools and custom logic used by/with/for the GN ecosystem in chromium that I imagine would be difficult to port.

This tool is substantially less complex than Bazel, nor is it a reimplementation of Bazel. Ninja's whole goal in life is to be a very fast local executor of the command DAG described by a ninja file, and siso's only goal is to be a remote executor of that DAG.

This is overall less complex than their first stabs at remote execution, which involved standing up a proxy server locally and wrapping all ninja commands in a "run a command locally which forwards it to the proxy server which forwards it to the remote backend" script.

oldmanhorton commented on Chromium Switching from Ninja to Siso   groups.google.com/a/chrom... · Posted by u/hortense
intexpress · 2 months ago
Note that Siso uses Starlark (https://chromium.googlesource.com/infra/infra/+/refs/heads/m...) which is the build language of Bazel

I wonder if the end goal is to use Bazel for Chromium and Siso is an incremental step to get there

oldmanhorton · 2 months ago
A handful of other areas are configured using Starlark in chromium. This particular use is in a very different capacity than Bazel - the Bazel equivalent in chromium is GN, and I have not seen any signs that GN will be replaced any time soon.
oldmanhorton commented on A 10x Faster TypeScript   devblogs.microsoft.com/ty... · Posted by u/DanRosenwasser
zveyaeyv3sfye · 6 months ago
> I think they missed out by not going with Rust. It seems like the social factors weighed out.

They absolutely address this in the linked article, so why are we even speculating here?

> Probably hard to quickly assemble a rust team within msft.

The same MSFT that is rewriting their Windows OS in rust as we speak? I think you should stop commenting when you don't know anything about the subject.

oldmanhorton · 6 months ago
Saying that Microsoft is "Rewriting Windows in rust" suggests you might not be as informed as you think... Very specific components with history of performance or security issues are getting ported in a very uncoordinated effort. Windows will be primarily C, C++, and C# for a very long time to come
oldmanhorton commented on Guided by the beauty of our test suite   mattkeeter.com/blog/2025-... · Posted by u/hasheddan
jchw · 7 months ago
TIL. I noticed that lots of GitHub Actions addons use D: drive as intended, but I actually can not find the documentation that documents this for Azure DevOps Pipelines. If you happen to remember where this is documented, could you link it? It would be great to have an authoritative source for this information. I've searched pretty heavily to try to find any information about this and struggled in the past, though it could just be Google being how Google is lately. I can't even find official documentation mentioning the D: drive beyond the variable definitions that point to it.

The closest I've ever found to a real acknowledgement is this issue with relation to GitHub Actions: https://github.com/actions/runner-images/issues/8755

oldmanhorton · 7 months ago
In case you don't see my comment on the parent, it's an Azure VM thing: https://news.ycombinator.com/item?id=42788912

Look up the difference between Dv5 and Ddv5 VMS, for instance, or anything talking about azure VM temp disks for more info.

oldmanhorton commented on Guided by the beauty of our test suite   mattkeeter.com/blog/2025-... · Posted by u/hasheddan
jchw · 7 months ago
Note about GitHub Windows Actions runners: I think I understand what is wrong with them, though it's somewhat conjecture since I don't actually know how it works internally.

It looks like the free CI runners have C: drive pointing to a disk that is restored from a snapshot, but often times it hasn't finished restoring the entire snapshot by the time your workflow runs, so IO can be very slow, even if you don't need to read from the still-frozen parts of the disk. Some software ran inside workflows will do heavy R/W on C: drive, but it's better to move anything that will be written to disk, e.g. caches, to D: if possible. This often leads to much better performance with I/O and more predictable runtimes, particularly when there isn't a lot of actual compute to do.

oldmanhorton · 7 months ago
This isn't a github runner issue, it's an Azure VM issue. They use Azure VM SKUs with temp disks, and windows VMs on those SKUs by default spin up with C on a remote-backed, persistent file share and D on the local temp disk. The remote-backed file share OS disk is absolutely slow, especially if they're using Standard HDD or Standard SSD disks. You can spin up your own VMs that use Premium OS disks for slightly better performance, but if you are doing anything serious on an azure VM, you should use the temp drive (which, by the way, mounts to /mnt on Linux) or ephemeral OS disks.

(And also this is all for v5 and earlier skus and changes slightly for v6 skus but whatever).

oldmanhorton commented on It Matters Who Owns Your Copylefted Copyrights (2021)   sfconservancy.org/blog/20... · Posted by u/pabs3
plagiarist · 8 months ago
I don't understand why this isn't everyone's policy for open-source contributions.
oldmanhorton · 8 months ago
Surely there is a middle ground for contributions which you don't really care to retain ownership of? I don't sign CLAs for projects I want to form a long term contributor relationship with, but if I am just trying to fix a small bug that the (probably corporate) owners don't care to fix themselves, I'll sign that code away without hesitation.
oldmanhorton commented on Silver amulet is the oldest evidence of Christianity north of the Alps   archaeologymag.com/2024/1... · Posted by u/secretmark
bjackman · 9 months ago
I find it pretty cool how the spread of Christianity can be tracked so finely that a 50 update in earliest arrival time is exciting!

I started listening to a podcast called "the history of the early church" to learn a bit more about that but unfortunately I think the target audience was Christians interested in theology rather than nerds interested in history. Recommendations for books etc are welcome!

oldmanhorton · 9 months ago
Someone already said The Rest is History, but one of the presenters of that podcast Tom Holland (not the actor) has also written extensively about the history of the catholic church in Millennium and Dominion. Highly recommended.
oldmanhorton commented on Veo 2: Our video generation model   deepmind.google/technolog... · Posted by u/mvoodarla
tomp · 9 months ago
We've had realistic sci-fi and alternate history movies for a very long time.
oldmanhorton · 9 months ago
Which take millions of dollars and huge teams to make. These take one bored person, a sentence, and a few minutes to go from idea to posting on social media. That difference is the entire concern.
oldmanhorton commented on FCC wants all phones unlocked in sixty days, AT&T and T-Mobile aren't so keen   androidauthority.com/fcc-... · Posted by u/miles
siskiyou · a year ago
Just adding a little bit of context about AT&T: I collect used cell phones, erase them, unlock when possible, and distribute them to unhoused people through several local food shelves, which allows those people to access benefits, housing, health care, jobs, etc which would otherwise be out of reach. With AT&T I can go to their website and unlock an old phone in minutes, allowing them to use a no-cost carrier like QLink Wireless. With T-Mobile or Consumer Cellular (or many others) they just give you the finger. The phone could be e-waste for all they care.
oldmanhorton · a year ago
Is there a way to get phones to you or information about how to do this myself? I am sure I could find similar programs if I looked but it sounds interesting.

u/oldmanhorton

KarmaCake day455February 11, 2015View Original