Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
electroly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
electroly
19d ago
I haven't tried this new app, but Windows Task Manager has always had the ability to pause. Hold down Ctrl and it'll pause updates. You can also set the update frequency to Paused.
2.
▲
by
electroly
20d ago
> they charge self-hosted runners for using their coordination plane They don't. Self-hosted runners are still free. They backed down from their plan to charge after receiving widespread backlash.
3.
▲
by
electroly
3mo ago
I run Claude Desktop inside a Hyper-V VM. My VM doesn't have the "Virtual Machine Platform" feature installed at all. The app accepts this and simply disables the Cowork tab. I wonder if there's some other way to block t
4.
▲
by
electroly
4mo ago
UTF-16 is the internal format of the ICU library (International Components for Unicode, the support library from the Unicode standards people) which is a common way to add "full fat" Unicode support to a programming language. This
5.
▲
by
electroly
4mo ago
> Amazon was AWS first customer It wasn't. The retail business took years to move to AWS. They could not even be described as early adopters of AWS.
6.
▲
by
electroly
4mo ago
Microsoft wrote their own replacement and it's better-integrated into Office than the old editor was. Search for "insert equation" in the Office search box. The new one supports both the old editor's style of input an
7.
▲
by
electroly
4mo ago
30 years ago, in C89 and pre-standard C++, it was the case that `int foo()` in C is a function that accepts any parameters, and in C++ it is a function with no parameters. In C89 you have to write `int foo(void)` if you want no parameters.
8.
▲
by
electroly
4mo ago
> I had forgotten than you can build a perfectly legal enum from an integer out of the bounds of the enum's range. And a switch statement is non-exhaustive These are solved by the new feature described in the article that we're
9.
▲
by
electroly
4mo ago
I helped out on this image-to-bits transcription, doing manual verification of the automated work. I did the whole thing by hand: I sliced the ROM images into strips that excluded parts of the image that don't encode bits, used my tabl
10.
▲
by
electroly
4mo ago
The submit button in the post box says "add comment" vs. "reply" depending on what kind of message you're posting, and the link under comments says "reply" while articles don't have that link. I calle
11.
▲
by
electroly
4mo ago
Yes, I'm obviously aware of that. We're all capable of seeing em dashes and staccato sentences. My reply mentions, explicitly, that their top-level comment was AI written (reusing portions of their AI-written readme) and that thei
12.
▲
by
electroly
4mo ago
This OP hasn't done any of those things. They are here discussing the project, and it's clear all of their replies are human-written. The AI use is stated up front in the readme. They posted a 12 minute YouTube video demonstrati
13.
▲
by
electroly
4mo ago
I'm not disagreeing, but I will point out that COM reference counting is an atomic integer operation. That's expensive. boost::local_shared_ptr exists because std::shared_ptr does sometimes cause performance problems. std::sha
14.
▲
by
electroly
4mo ago
I don't think AWS says so explicitly, but it's commonly known that T2/T3/T4 use live migration to balance workloads across hosts. This is necessary when oversubscribing hardware (which is the explicit purpose of these fa
15.
▲
by
electroly
4mo ago
"Short of..." indeed. You already know the answer, although it doesn't need to be general ; it only needs to work on a single codebase. A recent and highly relevant example is the migration of the TypeScript compiler to Go.
16.
▲
by
electroly
4mo ago
Even if I wanted a Windows-specific UI, I still wouldn't choose WinUI 3. You can ignore it. At my day job, I choose Windows Forms with Blazor mixed in. That's old reliable Win32 tech + modern web tech, without any modern Windows t
17.
▲
by
electroly
4mo ago
Before R3 was PR1 and PR2, hence the 3. It didn't jump from DR8 to R3 like the article says. The discs were labeled "Preview Release" and "Preview Release 2" and they're common to find on eBay. I got my start w
18.
▲
by
electroly
4mo ago
I think you're directionally right but the bit about the web browser confused me. Haiku ships with WebPositive. You'll remember NetPositive from the R5 days. That's one of the few things Haiku does have.
19.
▲
by
electroly
4mo ago
Just because a hypocrite says something doesn't mean that thing is wrong. If a drug addict tells you not to use drugs, they're still right about that. UBI is the solution, isn't it? Capitalism both requires everyone to have
20.
▲
by
electroly
4mo ago
Can you give an example of a language ecosystem that went with reflection-based JSON serialization/deserialization and then went on to regret it? I can't think of any, and don't agree with your conclusion. It works great, and
21.
▲
by
electroly
4mo ago
This changed a couple years ago. EV certificates no longer get a free pass. https://learn.microsoft.com/en-us/windows/apps/package-and-d... > EV certificates no longer bypass SmartScreen. Years ago, signin
22.
▲
by
electroly
4mo ago
It's expensive. I don't agree that it's harder, in the sense of TFA's technical struggles getting it to work. If you've got the money for the certificate, passing OV and signing the binary is easy. The difficulty of
23.
▲
by
electroly
4mo ago
In Word you add a decimal tab stop to the ruler. Word's main problem is that people are unaware of its features; they don't spend time learning it like they do with TeX. https://imgur.com/jipZ90B
24.
▲
by
electroly
4mo ago
Since this article was written, AWS also added European Sovereign Cloud as a partition: aws-eusc.
25.
▲
by
electroly
4mo ago
Not OP, but I do single-region us-east-1 for a few reasons: 1. The severity and frequency of us-east-1 outages are vastly overstated. It's fine. These us-east-1 outages almost never affect us. This one didn't; not even our instanc
26.
▲
by
electroly
4mo ago
Nothing small about it. This is terabytes of data and new files are added daily with new data. That's why we had to move it into S3. It was costing too much to store in SQL Server. I only reach for SQLite when it's big . Otherwis
27.
▲
by
electroly
4mo ago
For this use case we need the ability to do an indexed query and extract a small number of rows from a large database. It's a traditional row-oriented database workload. I'm sure other solutions would also work, but SQLite's
28.
▲
by
electroly
4mo ago
I have a system that builds SQLite databases and uploads them to S3. Once they're in S3, they are never changed. The program that builds the databases only does writes, and the program that queries the databases only does reads. It use
29.
▲
by
electroly
5mo ago
FWIW, if you turn on "showdead", there is a ton of spam on HN. The mods are just really good.
30.
▲
by
electroly
5mo ago
They don't have to be. I have a traditional non-sandboxed app with an MSIX installer. It's less flexible than MSI but it doesn't mandate a sandbox for the installed application.
More ›