Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wowoc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
wowoc
1mo ago
Do you collect metrics from those BYOC clusters? If so, I’m assuming you push them, not pull them? That would seem to follow the same direction as the cluster operator config syncs (i.e. the direction in which connections are made, not in
2.
▲
by
wowoc
1mo ago
The Romans couldn't manufacture new cash by flipping bits in computers' memory
3.
▲
by
wowoc
2mo ago
I think the point of mentioning Codex was that the author of the post has no relationship with Anthropic, even as a user.
4.
▲
by
wowoc
4mo ago
I doubt it, there is a much simpler explanation: virtually all English-speaking Catholics dig Tolkien.
5.
▲
by
wowoc
4mo ago
"Earth is flat" is an objective statement. "I experience consciousness" is subjective, similarly to "I am experiencing pain". If someone tells me "pain doesn't exist" while I know it exists (beca
6.
▲
by
wowoc
4mo ago
Thomas Nagel's definition of consciousness is pretty good: "an organism has conscious mental states if and only if there is something that it is like to be that organism—something it is like for the organism."
7.
▲
by
wowoc
4mo ago
The article on AP literally has a graph showing outsized growth of Poland compared to these countries (measured in GDP per capita).
8.
▲
by
wowoc
4mo ago
Yet you can see crowds of young anti-woke Germans on X claiming that Poland's been growing only because of their (i.e. the Germans') money. Also, the reason you've given doesn't explain why it worked so much better for
9.
▲
by
wowoc
4mo ago
Exactly. Which proves that people who keep saying that Poland's growth is only due to EU's money should finally stop. Another argument: Poland's GDP had already been growing at a similar pace before it joined the EU (but af
10.
▲
by
wowoc
6mo ago
OpenAI's ToS seems OK to me, it's just Microsoft and Anthropic.
11.
▲
by
wowoc
6mo ago
Well, OpenAI doesn't seem to have clauses like this. Europeans are allowed to use it for commercial purposes under the ToS. (But check it yourself, I'm not a lawyer). I reimplemented my startup idea from scratch with Codex a few m
12.
▲
by
wowoc
6mo ago
Anthropic does a somewhat similar thing. If you visit their ToS (the one for Max/Pro plans) from a European IP address, they replace one section with this: Non-commercial use only. You agree not to use our Services for any commercial
13.
▲
by
wowoc
8mo ago
Running sed commands manually in 2026? Just tell Codex to fix your Claude Code
14.
▲
by
wowoc
9y ago
No, it wasn't the government - just a private company running within a state-sponsored accelerator. The government withdrew their funds after finding out about it.
15.
▲
by
wowoc
10y ago
The article says that the water ice could be used as a source of oxygen, needed to power the combustion of hydrocarbons as fuel. But the oxygen is trapped in water molecules, wouldn't it need to be freed from the hydrogen atoms first (
16.
▲
by
wowoc
10y ago
How does decompression speed compare to gzip?
17.
▲
by
wowoc
10y ago
Ah, all right, thanks. That's just me not being a native speaker.
18.
▲
by
wowoc
10y ago
What does it mean that it is "presented by Pixel"? Will it be streamed from a Pixel phone?
19.
▲
by
wowoc
10y ago
I don't have pro-nationalistic views, that's a purely economic issue to me - its result is a long-lasting drain of capital. I did feel somewhat weird after posting that though, and @lossolo caught me.
20.
▲
by
wowoc
10y ago
The same happened in Poland (and other countries from behind the Iron Curtain). Most stuff here has German or French owners now.
21.
▲
Have language drops its indentation based syntax
(havelang.org)
3 points
by
wowoc
10y ago
|
0 comments
22.
▲
by
wowoc
10y ago
That too, but I rather meant predeclared named types. According to Go specification, types that you define with "type Name OldName" are named, but "int", "string" and the rest are named too. Go disallows declar
23.
▲
by
wowoc
10y ago
Sure, the AST node for "when" is here: https://github.com/vrok/have/blob/master/have/ast.go#L159 Type checker checks the condition before every branch in "when" statements, and s
24.
▲
by
wowoc
10y ago
Your example looks good as well. Opening gives more flexibility with how the code can be structured, say that you have two interfaces: type I interface { A() } type J interface { B() } And you have two structs that imp
25.
▲
by
wowoc
10y ago
Well, that's a more general problem with indentation based languages, but Python users seem to be happy. It's a tradeoff, code that's (arguably) more pleasant to read, for a bit more work while writing it. It's true that
26.
▲
by
wowoc
10y ago
I think the issue with CoffeeScript was that it didn't add anything beyond the arguably prettier syntax. Have changes the syntax too, but it is also trying to fix things that often cause bugs in Go code, it adds generics, and there are
27.
▲
by
wowoc
10y ago
> How do you declare methods on non-struct types? Or are you disallowing defining your own non-struct types? It will be allowed, through type opening (which isn't implemented yet). It's mentioned in the intro, I called it "
28.
▲
by
wowoc
10y ago
Actually, that's why hare is the mascot. :)
29.
▲
by
wowoc
10y ago
That's what I'm a bit afraid of - that it will feel awkward to people without prior Python experience. I have spent a considerable amount of time developing in Python, so the way empty interface is written looks natural to me.
30.
▲
by
wowoc
10y ago
Thanks! Yeah, now it does seem bad that I haven't put any snippets on the front page. I'll fix that later today.
More ›