Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yazzku
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
yazzku
2y ago
The AGPL precisely covers that part. https://www.gnu.org/licenses/license-list.en.html#AGPLv3.0 You can also email licensing@fsf.org with your use case and I am sure they will be able to help.
2.
▲
by
yazzku
2y ago
[flagged]
3.
▲
by
yazzku
2y ago
"Hit the ground running."
4.
▲
by
yazzku
2y ago
It would be good to have a "no military" filter. Results would probably come out empty anyway.
5.
▲
by
yazzku
2y ago
You are very confused about how the US works. Go find out where the Internet comes from, for example.
6.
▲
by
yazzku
2y ago
Why is this down-voted? I was going to add most people have already seen some sort of linear algebra even in high school. Determinants, Gaussian elimination, etc. It's unclear what "linear algebra" means to GP, though. I agre
7.
▲
by
yazzku
2y ago
For the memory order not covered in this talk, see Fedor Pikus: https://www.youtube.com/watch?v=ZQFzMfHIxng And this whole blog series: https://preshing.com/20120612/an-introduction-to-lock-free-p...
8.
▲
by
yazzku
2y ago
You're several decades late for that. Almost a century now.
9.
▲
by
yazzku
2y ago
Captcha?
10.
▲
by
yazzku
2y ago
Wasn't it the author of homebrew or something that failed to reverse a binary tree in a Google interview and took to social media to cry about it? He would've been caught on the spot.
11.
▲
by
yazzku
2y ago
Ah, right, the 50-year cut-off makes a lot of sense, circa Exxon Mobil deciding to engage in the largest terraforming experiment done on Earth for profit despite its own knowledge of the consequences. That makes total sense; God created Exx
12.
▲
by
yazzku
2y ago
Unlike when God slaughtered several million bison, right? https://allthatsinteresting.com/buffalo-slaughter
13.
▲
by
yazzku
2y ago
Superluminal is a sampling profiler for the most part. It works great for what it does, sure. But in the author's own words: > So far, we’ve only used perf to record stack traces at a regular time interval. This is useful, but only
14.
▲
by
yazzku
2y ago
You have earned your Martini.
15.
▲
by
yazzku
2y ago
I was half-joking. I wasn't aware Java was promoting "defensive copies" :D
16.
▲
by
yazzku
2y ago
Interesting. Why doesn't the standard lib use that for the examples I listed?
17.
▲
by
yazzku
2y ago
"You mean you're going to make a copy of that every time?"
18.
▲
by
yazzku
2y ago
Missing from this post: string_of_int, int_of_string, +, +., etc. That alone is a massive turn-off for me, I'd rather write C at that point. Any modern language necessitates some kind of polymorphism and make user-defined types feel li
19.
▲
by
yazzku
2y ago
Compiler messages: The big difference here is that the OCaml compiler has a lot less work to do. It's not that the Haskell error messages are inadequate (they are actually pretty good), but that the amount of compiler features and type
20.
▲
by
yazzku
2y ago
Engineer vs mathematician. Haskell is the schizophrenic product. > If I come to an existing OCaml project, the worst thing previous developers could do to it is have poor variable names, minimal documentation, and 200+ LOC functions. Tha
21.
▲
by
yazzku
2y ago
Exactly. Plus you get all the discounts scavenging on excess inventory.
22.
▲
by
yazzku
2y ago
And Hollywood.
23.
▲
by
yazzku
2y ago
Unlike in the US?
24.
▲
by
yazzku
2y ago
It's like self-help but flipped on its head. They're going to need a new section for it at the bookstore.
25.
▲
by
yazzku
2y ago
Interesting link, thanks.
26.
▲
by
yazzku
2y ago
The guy at 2:45 in the video got it right.
27.
▲
by
yazzku
2y ago
You don't need coroutines or async or anything complicated to model monads, just functions and data structures. Search for "c++ monads" and you'll find a ton of examples.
28.
▲
by
yazzku
2y ago
FP is not a silver bullet. GUI is the classic OOP showcase. > Ideally, you should be able compose them several of them into a single app and not have a custom implementation of a giant state If you are suggesting that components store th
29.
▲
by
yazzku
2y ago
If you only have 3 states, then yes, that should be an enum, not a pair of booleans, because you have 3 states, not 2x2 independent ones. Making the 4th state unrepresentable removes code and error checking. It's also just simple domai
30.
▲
by
yazzku
2y ago
I don't see how spyware is going to replace my laptop.
More ›