Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mk12
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mk12
24d ago
This isn't new, the price increase is from 2024: https://www.fastmail.com/blog/new-family-plans-and-pricing/
2.
▲
by
mk12
3mo ago
> Backblaze, Inc. (Nasdaq: BLZE), the cloud storage platform for the AI era, today announced an agreement with CoreWeave, Inc. (Nasdaq: CRWV), The Essential Cloud for AI™. This will be great for storing my AI data in the AI era of AI.
3.
▲
by
mk12
3mo ago
If this prompt injection doesn’t work then what’s the big deal? If it does work, then what on earth is the whole industry doing feeding untrusted documents to LLMs?
4.
▲
by
mk12
4mo ago
HN title mangling strikes again. “How embryos shape their limbs” and “Embryos shape their limbs” are completely different titles for a discovery.
5.
▲
by
mk12
4mo ago
And there are basic things that shouldn’t be subjective at all but that the IRS refuses to give a clear answer to, like if/how the SALT cap affects deduction for NIIT. There are at least 3 possible interpretations and no consensus.
6.
▲
by
mk12
4mo ago
The Mercurial project has been incrementally rewriting core operations in Rust for several years now. As Pierre-Yves says in the talk, you can do an hg status on a million-file repo in 100ms. I rewrote hg annotate (aka blame) in Rust last y
7.
▲
by
mk12
4mo ago
> A Practical Challenge: Paper Is Still the IRS’s Kryptonite Please just give us the prompt.
8.
▲
by
mk12
5mo ago
Programming languages take a long time to build. Zig is a more ambitious project than most. I see lots of progress in these release notes and I'm happy to "give a pass" for the fact that it's not finished. No one's
9.
▲
by
mk12
5mo ago
Glad I switched from their personal computer backup to using restic + B2 a while ago. Every night my laptop and homelab both back up to each other and to B2. It takes less than a minute and I have complete control over the exclusions and re
10.
▲
by
mk12
5mo ago
I recently tried disabling notification in LinkedIn. The designers and engineers working there who created the notifications settings are truly evil. You have to go through 14 categories. Some of them let you toggle the whole category at on
11.
▲
by
mk12
6mo ago
Slop article about a slop redesign.
12.
▲
by
mk12
6mo ago
No, that’s a different thing. “noreturn” is like Rust’s “never” type (spelled as an exclamation mark, !). Also known as an “uninhabited type” in programming language theory.
13.
▲
by
mk12
7mo ago
I took the current events as an opportunity to try switching to Claude and I actually like it much better so far.
14.
▲
by
mk12
7mo ago
I use Syncthing (with Synctrain client on iOS) and it works great.
15.
▲
by
mk12
7mo ago
I’ve seen Starbucks employees in the US do this often.
16.
▲
by
mk12
8mo ago
It does not, at all. Forming that judgment because of “Enter X” is ridiculous. I recognize my friend Claude in disguise all the time on HN and this is not one of those cases.
17.
▲
by
mk12
8mo ago
Notice the “quiet” at the end. LLMS love to shoehorn “quiet” or “quietly” into their writing. I learned this from Sam Kriss’s NYT piece and I keep noticing it now.
18.
▲
by
mk12
8mo ago
This is one of the best posts on I’ve read on this topic in the years since ChatGPT launched. Was hoping it would have gotten more discussion here!
19.
▲
by
mk12
8mo ago
How do we know if newcomers are real? I thing bigDinosaur is reacting to the fact that OP’s entire post and replies appear LLM generated.
20.
▲
by
mk12
8mo ago
The "knowledge base" at the bottom is 100% slop. Why? Why inflict this on people?
21.
▲
by
mk12
9mo ago
This has been happening a lot recently, where an article immediately sets off all my AI alarm bells but most people seem to be happily engaging with it. I’m worried we’re headed for a dystopian future where all communication is outsourced t
22.
▲
by
mk12
9mo ago
I hope someone will create a Debian package for Immich. I’m running a bunch of services and they are all nicely organized with user foo, /var/lib/foo, journalctl -u foo, systemctl start foo, except for Immich which is the odd
23.
▲
by
mk12
10mo ago
I have a few different types of content on my website and wanted to offer both individual feeds and a combined feed, so I was disappointed that nothing seems to support the category tag. I settled for prefixing the titles in the combined fe
24.
▲
by
mk12
10mo ago
I think the new async IO is great in simple examples like the one shown in the article. But I’m much less sure how well it will work for more complex I/O like you need in servers. I filed an issue about it here: https://gith
25.
▲
by
mk12
10mo ago
It’s not the same situation because with async/await you end up with two versions of every function or library (see Rust’s std and crates like async_std, Node’s readFile and readFileSync). In Zig you always pass the “io” parameter to d
26.
▲
by
mk12
10mo ago
Colors for 2 ways of doing IO vs colors for doing IO or not are so different that it’s confusing to call both of them “function coloring problem”. Only the former leads to having to duplicate everything (sync version and async version). If
27.
▲
by
mk12
10mo ago
If everyone did that, lots of people would still die of preventable causes in poor countries. I think GiveWell does a good job of identifying areas of greatest need in public health around the world. I would stop trusting them if they turne
28.
▲
by
mk12
11mo ago
Update: I just tried upgrading again (from 10.11.1 to 10.11.2) and it seems to have fixed things!
29.
▲
by
mk12
11mo ago
I installed Jellyfin on my home server a few months ago but it’s already broken by upgrading to 10.11, and unusable until I restore 10.10 from backup or start over: https://github.com/jellyfin/jellyfin/issues/
30.
▲
by
mk12
11mo ago
Would you ever really use that? That just shows how bad it is, IMO. Any time I want a sum type I want names, not hardcoded integers.
More ›