Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwaway894345
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
throwaway894345
10d ago
I think we mostly disagree about whether "dumb assholes" is a boolean or continuous variable.
2.
▲
by
throwaway894345
10d ago
Nah, they're independent and they've swung pretty hard away from MAGA once it affected their personal finances. Far from noble, but also pretty far from MAGA.
3.
▲
by
throwaway894345
10d ago
In the case of my country, USA, we are the ones wounding ourselves. We made the conscious choice to elect a government that prefers isolationism to economic competition, and which rejected near-peer military preparedness in favor of more de
4.
▲
by
throwaway894345
10d ago
American here. Only a third of us are MAGA. Still plenty to ruin our country though.
5.
▲
by
throwaway894345
10d ago
If rather see the US stop self-sabotaging by destroying our relationships that established us as the monopole.
6.
▲
by
throwaway894345
10d ago
I’m an American, and I don’t see it as a purely political game against Trump—my country has dramatically shifted its position toward its allies from reliable partner for 80 years to aggressive antagonist both in trade and military. And it’s
7.
▲
by
throwaway894345
11d ago
I'm not disputing that X has a legal right to monetize the content, but I am not remotely convinced that (1) X has the _exclusive_ legal right to monetize the content (content creators add no value and thus have no right to the content
8.
▲
by
throwaway894345
11d ago
I’m very sympathetic to this point of view but I also can’t remotely afford the hardware required to get in the ballpark of Fable.
9.
▲
by
throwaway894345
12d ago
> absolute order requires very precise time synchronization which is hard Presumably relativity is the reason precise time synchronization (and thus absolute ordering) is hard.
10.
▲
by
throwaway894345
12d ago
Your comment seems to implicitly assume that X has some ethical claim to the content they're monetizing, when in fact they're trying to monetize _others'_ content.
11.
▲
by
throwaway894345
12d ago
Widgets are just apps with limited scope and surface area. There’s no reason they can’t apply this to the weather app which already has (or should have) a limited scope.
12.
▲
by
throwaway894345
12d ago
Even before AI the trend was moving toward increasingly static languages (JS->TS and even a lot more typed Python). Once you accept the static typing benefits, you start to wonder if you could leverage the constraints to drive performanc
13.
▲
by
throwaway894345
15d ago
Widgets can't have vulnerabilities?
14.
▲
by
throwaway894345
15d ago
If I was writing no-alloc production code, I would stick with Rust, FWIW, at least until Go's library ecosystem improves. I don't mind writing Rust (have been dabbling with it since ~2014), especially with some AI assistance. It&#
15.
▲
by
throwaway894345
15d ago
I touched OCaml several years ago and ran into a bunch of problems with build tooling, standard library, syntax noise, ideological/unhelpful community, etc that turned me off. I'm also just not experienced enough to write OCaml w
16.
▲
by
throwaway894345
15d ago
A decade ago we would hire them fresh from some Ruby on Rails bootcamp so we could pay them less :shrug:
17.
▲
by
throwaway894345
16d ago
The lock screen widgets don't tell you much more than what you can get from looking outside. It's not very helpful to know that it's currently overcast and raining, but it would be a lot more helpful if I could know when the
18.
▲
by
throwaway894345
16d ago
If the app doesn't have any sensitive information, then yes. We already do this with home screen widgets today, so clearly there's no real barrier.
19.
▲
by
throwaway894345
16d ago
I've been having _a lot of fun_ writing Go apps that don't allocate anything and that use small, preallocated buffers to stream through requests/etc. Basically TigerStyle for Go. I don't use arenas, I just size everythin
20.
▲
by
throwaway894345
16d ago
Unrelatedly, I'm still trying to figure out why Apple requires me to unlock my phone to look at the weather. Is there some concern that someone could pick up my phone and learn what city it is in?
21.
▲
by
throwaway894345
17d ago
As an American, I wonder if Trump succeeds in giving away so much of America's economic and military power to other countries, will it make America a less interesting target for corrupting interests? Maybe the billionaires and foreign
22.
▲
by
throwaway894345
18d ago
> it seems that the devices do MUCH more data-collecting outside Europe Just a note: GDPR applies globally. Companies can't collect data on Europeans even if they reside on another continent.
23.
▲
by
throwaway894345
18d ago
> The Catholic Church has withstood the test of time What does this even mean? That the Catholic Church has some special authority by dint of having been around a long time? Also, what does it even mean if the Catholic Church has been ar
24.
▲
by
throwaway894345
21d ago
> Yeah dog, "just didn't sit right" doesn't really hold up. Can you cite the law that requires more than “it doesn’t sit right” to record police officers in public?
25.
▲
by
throwaway894345
23d ago
This isn’t a thundering herd problem, it’s a cascading failure. (Thundering herd is about a bunch of workers waking up simultaneously)
26.
▲
by
throwaway894345
24d ago
> Most US senior military leaders don't even want conscripts: they're generally unmotivated, cause morale problems, and don't stick around. For an offensive expeditionary force they're worse than useless. Comparisons
27.
▲
by
throwaway894345
24d ago
Yep, I'm an American, and sadly we've proven that our country is neither honorable nor reliable. I hope Saab and others continue to provide the free world with options until my country learns that there are consequences for behavi
28.
▲
by
throwaway894345
26d ago
I also just realized that delegating to “UntypedStateMachine” for I/O probably doesn’t allow for Sans-I/O, right? Presumably the UntypedStateMachine must commit to either being sync or async and that must propagate to the typestat
29.
▲
by
throwaway894345
26d ago
I think this makes sense. I’m eager to try it. Some residual questions: what is “untyped” in this case and what is “PostConditional” (an enum of possible states?)? How do subsequent transitions work?
30.
▲
by
throwaway894345
27d ago
How do you model cases where the reservation fails, where the inventory operation is already complete, etc? Basically conditional transitions based on some data received? Also, where does the actual I/O happen? Presumably there is some
More ›