Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
spense
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
spense
10mo ago
this looks awesome. a personal ai dom. but i don’t trust you, so i’ll need your privacy policy before signing up. it 404s right now https://overlord.app/privacy.html
2.
▲
by
spense
1y ago
we're in agreement. context rot is real. i'm suggesting the solution is abstraction + composition. 1/ use ai to solve a subset of the problem 2/ abstract away its complexity to just its interface 3/ build with known
3.
▲
by
spense
1y ago
agree, but no-code is complexity-limited bc they can't: 1. write custom components on the fly (ai can) 2. compose arbitrary components (composition isn't solved)
4.
▲
by
spense
1y ago
one-shotting entire products is a dead end. once we figure out the right building blocks of applications, it will simply be inefficient to write code yourself. perhaps a controversial take, but writing code is going away (99% of it).
5.
▲
by
spense
1y ago
i've been looking at this recently and this isn't just for bots. ebpf fingerprinting is how cloudflare quickly detects ddos attacks. https://blog.cloudflare.com/defending-the-internet-how-cloud...
6.
▲
by
spense
2y ago
how we handle ai will dramatically shape our future. if you consider many of the great post-ai civilizations in sci-fi (matrix, foundation, dune, culture, blade runner, etc.), they're all shaped by the consequences of ai: - matrix
7.
▲
by
spense
2y ago
I'm all in on dark mode. All my devices are dark. I find it far easier on my eyes. And out of frustration that most sites don't have the option, I've enabled Chrome's auto dark mode[0], though this still breaks a few thi
8.
▲
by
spense
2y ago
awesome that serde moves so quickly. i just ran across simdutf8 and realized the pr for simd-enabled uft8 parsing is coming up on 5 years: https://github.com/rust-lang/rust/issues/68455
9.
▲
by
spense
2y ago
Yep. Nothing better than wowing other devs.
10.
▲
by
spense
2y ago
Love these! I'd add filling out boilerplate (e.g., impl trait defintions). An extension can also increment selected numbers together or turn selected 0s into a sequence.
11.
▲
by
spense
2y ago
There's an inflection point where technology accrues too much power to a ruling class, such that no amount of unrest or revolution is able reset the social order. I believe China has already passed this point. Their culture and individ
12.
▲
by
spense
2y ago
honestly, i thought we settled on Adam Back as Satoshi: - adam was extremely active during the early cypherpunk days, when - he invented Hashcash, which bitcoin cites in its whitepaper and used as its PoW - he was the first to take
13.
▲
by
spense
2y ago
why not adam back? the evidence in favor of adam dwarfs other candidates.
14.
▲
by
spense
2y ago
> Nothing important can happen. wouldn't it be a wake up call? wouldn't things of real importance start to happen? we're insanely capable creatures, but most of our energy is wasted on in-fighting and getting in our way.
15.
▲
by
spense
3y ago
"A republic, if you can keep it" -bf america gets many things wrong, but to think it deserves to collapse or that it shouldn't take steps to protect itself is ignoring history. tiktok is controlled by a country we're ent
16.
▲
by
spense
3y ago
personal antidote - i've heard this too, but jumping in (after years of python/typescript), i'm blown away by how productive i can be. it's easily my favorite language. the hiring pool may be smaller, but don't beli
17.
▲
by
spense
3y ago
are you suggesting a better way?
18.
▲
by
spense
3y ago
this seems extremely inefficient. attaching a role-based policy to data fields (or storing it alongside data) should be enough.
19.
▲
by
spense
3y ago
It's not true. According to a follow-up tweet: > Sites that had some PWA information provided - such as an iOS icon - would be added as PWAs even though they weren’t. They have tightened up things so that only sites that are explici
20.
▲
by
spense
3y ago
> Is resolution going to peak? not for awhile. apple vision / oculus will stream (4k/8k) 3d movies. https://developer.apple.com/streaming/examples/
21.
▲
by
spense
3y ago
C, Nim and Zig all benefit from static allocation and it's available in rust, so seems fair? also, `const N` is used in rust's nqueen test, so figured it would be fine. someone posted an `.iter().zip()` solution which benchmarks o
22.
▲
by
spense
3y ago
rust is equivalent to C when using static allocation i sent a pr to fix it