Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gatestone
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gatestone
7d ago
I find this interesting as a technology, as a business process, and above all as a system for managing trust on a global scale across different jurisdictions. In a sense, the credit card system accomplishes something that even the UN, inter
2.
▲
by
gatestone
3mo ago
Reminds me of Thinking Machines and Danny Hillis. See chapter "Parsing a Regular Language" in "DATA PARALLEL ALGORITHMS" < https://rsim.cs.illinois.edu/arch/qual_papers/systems/3.pdf >
3.
▲
by
gatestone
3mo ago
In Plan 9 you did have a real (synthetic) /net, and could do that and more from any program. You could even mount /net from another machine via 9P protocol and have an instant VPN... 9front lets you play with that on Linux. Some P
4.
▲
by
gatestone
3mo ago
https://math.stackexchange.com/questions/1817064/bbp-formula...
5.
▲
by
gatestone
5mo ago
Reminds me when Russ Cox (Go, Google, Bell Labs) used Rob Pike's APL like Ivy to solve 2021 Advent of code puzzles: https://www.reddit.com/r/apljk/comments/uccbd6/russ_cox_solv...
6.
▲
by
gatestone
5mo ago
I am especially fond of this article inventing LLMs as Markov chains. https://archive.org/details/byte-magazine-1984-11/page/n129/...
7.
▲
by
gatestone
9mo ago
Who ever invented the idea that you can embed Javasript to picture files?
8.
▲
by
gatestone
10mo ago
Someone else can explain, how me pressing "a" gets to light some LEDs on my screen, and what happens in the output part of the data flow.
9.
▲
by
gatestone
1y ago
No one mentioned Upspin? A global file namespace (URL, but better...) and protocol to isolate public data users from private governance and storage, by gurus like Rob Pike. https://github.com/upspin/upspin
10.
▲
by
gatestone
1y ago
At least in Finland the jail sentences have been related to extreme widely published antisemitism. Fines have been given for other sorts of hate speech. If the U.S. wants this to be allowed, it is your business. But it is ours to decide, if
11.
▲
by
gatestone
1y ago
I don't think there has been a rock album ever since, that would have been so big, popular, revolutionary and generation defining. I guess some genius must have been there.
12.
▲
by
gatestone
2y ago
Can you explain me, why do you need to be online to extract the private key? Can't you just steal the token, input the nonces offline, and meter timing? Then, crunch out the private key, and only then, if needed, phish the password?
13.
▲
by
gatestone
3y ago
If this is inefficient, what are you comparing to? What is the best way to purify water or produce hydrogen with solar energy? Is there a good way? Certainly producing electricity first can't be the most affordable way?
14.
▲
by
gatestone
3y ago
Designing better error handling in Go is an ongoing work. Proposols are being considered. Personally I don't see a big problem in real life Go code bases. Note that there is kind of a philosophical cul-de-sac here. If you understand an
15.
▲
by
gatestone
3y ago
If you browse random Go code from https://pkg.go.dev/ you will have a hard time finding that hypothetical case where most of your code is error handling chores. The problem is artificial.
16.
▲
by
gatestone
3y ago
They are also pretty good in teaching you human languages. There is a saying that the best way to learn a new language is to fall in love with someone who speaks it. ChatGPT speaks them all. Start with "Show me some simple phrases in C
17.
▲
by
gatestone
3y ago
"Kiosk" is pretty universal, Persian originally.
18.
▲
by
gatestone
3y ago
Burnout at work is easy. Burnout in life is harder.
19.
▲
by
gatestone
4y ago
How is this problem different from DALL-E and such? Is the copyright legislation ready for all this, and when will there be established interpretations of law?
20.
▲
by
gatestone
4y ago
That’s a myth. Go read some random Go. Trivial functions often do nothing but call a couple of other functions, check errors and return. But non-trivial functions use relatively less lines for error handling.
21.
▲
by
gatestone
5y ago
Great games! One of the pioneers of combining RTS and FPS, if not the first one?
22.
▲
by
gatestone
5y ago
What does this all mean from IaC perspective? Let’s say you can define all your containers, orchestration, database and middleware in a compact way (Dockerfiles, Terraform, etc) with cloud vendor independent open source tools, using managed
23.
▲
by
gatestone
5y ago
Elegant is "pleasingly ingenious and simple". But it's often in the eye of the beholder, if a loop or a list comprehension is simpler.
24.
▲
by
gatestone
5y ago
Freedom considered harmful. In olden days, you had less stupid choices in your life. Sure the idle upper class always had this problem.
25.
▲
by
gatestone
5y ago
I would Google for the real answer. I just did. I could not come up with it by myself. Just what I do as a developer.
26.
▲
by
gatestone
5y ago
If Hornsea 2 really produces anywhere near the nominal 1,4 MW and was built in three years, that is remarkable. The Olkiluoto 3 nuclear plant here in Finland (1,6 MW) was just started. The construction took 20 years. The price seems to be i
27.
▲
by
gatestone
5y ago
Well I mean Terraform Prometheus/Grafana/Loki/Thanos Jaeger Kubernetes/etcd Docker Helm Velero Kolga Just to name the ones we use at Helsinki City. I also work for a training company where we teach these tools and Go -
28.
▲
by
gatestone
5y ago
Rob had his revenge. Go rules the Cloud, and the Cloud rules the world.
29.
▲
by
gatestone
5y ago
And there was Inferno and Limbo. Probably the best system no one has ever heard of, a very much Oberon influenced virtual stack machine and OS. There once was a chance PlayStation could have adopted it, boy would that have changed the world
30.
▲
by
gatestone
5y ago
There is straight Oberon legacy in Go: type embedding. Also, Go team has Robert Griesemer from ETH, and other Wirth fans like Rob Pike himself. Pike’s Acme editor/window-manager also is heavily Oberon influenced.
More ›