Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kloop
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
61.
▲
by
kloop
2y ago
That's not giving up in the sense it's being used here. Giving up would involve no longer attacking the problem, not switching tactics
62.
▲
by
kloop
2y ago
They made medical claims. That's a very bad idea if you aren't 100% sure
63.
▲
by
kloop
2y ago
There are lots of organizations with $1M and a desire to influence the population This can only be done with a sentiment that was, at least partially, already there. And may very well happen naturally eventually
64.
▲
by
kloop
2y ago
> You got any idea why people hate the concept of nested functions in C? It breaks the model of c mapping to the hardware. Functions in C are just labels you jump to. Assuming you want to capture values from the environment you're d
65.
▲
by
kloop
2y ago
The best book I've found on this subject is Moral Mazes. It's from about halfway through the process you describe. If you don't have time to read the whole thing, look for the section on "milking the plant"
66.
▲
by
kloop
2y ago
The hardest language to learn is the second one. You can learn the first one by rote memorization. But to continue down that path requires remembering the product of all language features x syntaxes.
67.
▲
by
kloop
2y ago
> There are no markets without government intervention. Of course there are. Black markets pop up everywhere to route around government intervention
68.
▲
by
kloop
2y ago
The goal is to update beliefs in all areas when they change in one spot. As a hypothetical, let's say you believe from prior experience that being mugged has a very high probability. Let's say 50% because it's easier. Let
69.
▲
by
kloop
2y ago
They're talking about Bayesian priors. Basically prior assumptions about the likelihood of a subject. It's a common phrase in the ratsphere (and its descendants). Changing your mind is one outcome, but the implication is that it r
70.
▲
by
kloop
2y ago
For preservation? The salt content iirc, but there may be something else
71.
▲
by
kloop
2y ago
Only because they were using public airwaves. Cable was never regulated like that. The medium actually mattered in this case
72.
▲
by
kloop
2y ago
That does seem like the biggest risk for Amazon. As a platform, they can probably get around counterfeit items being listed/sold, but sending one from a different seller seems it might open them up to legal risk if Amazon knows there&#
73.
▲
by
kloop
2y ago
Most companies aren't good at tech hiring, and even worse at evaluating engineer output
74.
▲
by
kloop
2y ago
std::string isn't null terminated (or at least it isn't guaranteed to be, I don't think it's forbidden for an implementation to do that). That's why the c_str method exists, so you can get a pointer to a null termin
75.
▲
by
kloop
2y ago
A lot of police interactions happen in public, and additionally when police are on duty and interacting with the public they have a reduced expectation of privacy. It's generally only recording private conversations that's illegal
76.
▲
by
kloop
2y ago
The second one actually seems to be harder for some people. It requires separating the syntax from the semantics Agreed on all further ones, however
77.
▲
by
kloop
2y ago
I think a lot of the frustration comes from people being asked to make an effort for something they know won't reduce the stigmatization.
78.
▲
by
kloop
2y ago
You can treat spaceflight like software and work out the bugs by trial and error. Lord knows spacex did. You just can't put people on the vessel while you're doing that part
79.
▲
by
kloop
2y ago
Sure, but to be consistent with the analogy, we're evoking the program from bash and it's been solved in several languages already. Trying it isn't exactly locking you into anything
80.
▲
by
kloop
2y ago
The same things that happens in JS or python. If you get a key wrong it throws (panics in go)
81.
▲
by
kloop
2y ago
var res map[string]any err := json.Unmarshal(&res)
82.
▲
by
kloop
2y ago
This has been one of the reasons moving to go has been a godsend. Don't get me wrong, the project is absolutely insane. There's an api with a gpu layer for raster transformation. But the build process is still: go build [-ta
83.
▲
by
kloop
2y ago
Low carb tortillas are absolutely packed with fiber (like 25-30 grams per burrito). A little chewy, but you get used to it. And you definitely aren't short of fiber if you also have a salad that day
84.
▲
by
kloop
2y ago
Just start building a thing. Any thing. It doesn't really matter what. Any time you don't know how to do something, google it (or chat gpt mostly works these days).
85.
▲
by
kloop
2y ago
Also if it's big enough that recursing will blow out your stack. Yes, you can throw the nodes on an array in the heap to allow tail recursion, but at that point you're going to be losing to a map with all but the biggest datasets,
86.
▲
by
kloop
2y ago
Yeah, authoritarians love provisions like that. They abused a similar one in the US constitution (the commerce clause) to rule that growing wheat on your own land for personal consumption counted as "interstate commerce" (Wickard
87.
▲
by
kloop
2y ago
> What's memory? Room full of buckets. And each of those has 8 light switches in it. And on modern computers, the janitor keeps the buckets he's used most recently next to his desk.
88.
▲
by
kloop
2y ago
I guess I am technically, but only for myself
89.
▲
by
kloop
2y ago
> Then why bother? Because software is fun, and I get to work with cool things. There is a joy in programming in and of itself. I guess your question doesn't make sense to me. Just because it will eventually be broken, does that aut
90.
▲
by
kloop
2y ago
> If you are not providing a internet service then why is your SSH open to the internet? So that I can ssh into it from various places and do stuff on my home server from elsewhere
More ›