Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
boryas
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
boryas
3y ago
linux, qemu, postgres and many other projects written by "C developers" use and rely on fwrapv, fno-strict-aliasing and others.
2.
▲
by
boryas
3y ago
-fwrapv and it's all good :)
3.
▲
by
boryas
3y ago
>> biodiversity loss, deforestation, eutrophication/pollution, pesticide/herbicide use, ethical concerns etc All the arguments in favor of regenerative meat production that I have heard consider, and in fact stress all these
4.
▲
by
boryas
4y ago
CoPilot has been demonstrated to lift code verbatim (including swearing comments): https://twitter.com/mitsuhiko/status/1410886329924194309 So even if it is legal to create a commercial product which outputs GPL c
5.
▲
by
boryas
6y ago
LLVM e.g. SmallVector: https://llvm.org/doxygen/SmallVector_8h_source.html Folly e.g. https://github.com/facebook/folly/tree/master/folly/logging , https://github.com
6.
▲
by
boryas
6y ago
sure!
7.
▲
by
boryas
6y ago
I believe this piece does a good job with forwarding, but would be improved by a discussion of termination. Routing is only triggered when the packet is L2 terminated: the destination MAC of the packet is one of the router's own MACs.
8.
▲
by
boryas
6y ago
> where does most packet loss occur Here's an interesting paper from SIGCOMM (it won best paper at the conference in 2018, FWIW) that attempts to figure out what links are congested without direct access to ISP networks: https:
9.
▲
by
boryas
8y ago
In the free society I want to live in, we ought to let people voice their opinions even when we disagree. There are limits to freedom of speech besides those put in place by the state. Taken to an extreme for purely rhetorical purposes: if
10.
▲
by
boryas
10y ago
First line of the Go announcement: "Go is building a garbage collector (GC) not only for 2015 but for 2025 and beyond" to me, that suggests they think they have the future of GC
11.
▲
by
boryas
10y ago
Perhaps I'm misunderstanding the second line of your post, so I apologize if that's the case, but the whole idea of the PID namespace is so that the container's init can run as pid 1 in the container without access to the res
12.
▲
by
boryas
11y ago
What about the fact that tons of people can afford super nice things today by the standards of even 20 years ago? Imagine going back in time 20 years and showing somebody the iphone 4. Or going back 100 years and showing them the beat up ju
13.
▲
by
boryas
11y ago
because it's his money
14.
▲
by
boryas
11y ago
I'm sure your billion person social app is killing it due to awesome optimizations baked in from day one. Nicely done.
15.
▲
by
boryas
12y ago
How big of an expert on deserts do you have to be that Dune stops being interesting? Unless you still find it valuable emotionally or philosophically and just reject is as 'science fiction' I think it's a bit sad to just flat
16.
▲
by
boryas
13y ago
make_shared and make_unique http://herbsutter.com/gotw/_102/
17.
▲
by
boryas
13y ago
I was sure it was going to be Key Lime Pie
18.
▲
by
boryas
13y ago
Doesn't the blkio cgroup not know anything about buffered writes? Or do the shares work differently and that limitation is only for accounting?
19.
▲
by
boryas
14y ago
Guess: maybe all the pointers to structs are typedef-ed away?
20.
▲
by
boryas
15y ago
Holocaust denying? Really?
21.
▲
by
boryas
15y ago
yes, using the "intenet"
22.
▲
by
boryas
15y ago
I'm surprised this is missing the canonical quicksort in one line of Haskell
23.
▲
by
boryas
15y ago
what python code should people write for non-constructive results?
24.
▲
by
boryas
16y ago
After a point, but I think a large part of getting a problem is committing maximal time and energy to solving it or "dying"
25.
▲
by
boryas
16y ago
For this reason, take home exams are evil. Also, get rid of the fourth strategy
26.
▲
by
boryas
16y ago
I'd like to extend his position to the argument that the semantics of any language that isn't ML or Lisp are too complicated...
27.
▲
by
boryas
16y ago
As an alternative to tau, I propose the symbol 2*pi.
28.
▲
by
boryas
16y ago
Yeah, well, you know, that's just, like, your opinion, man.
29.
▲
by
boryas
16y ago
How can you know that driving isn't fun if you don't have a license? There are many people (e.g. all of Finland) who find it quite fun :)
30.
▲
by
boryas
17y ago
With regards to List.map: List.rev_map is also in the standard library and is tail-recursive, so you can just do List.rev(List.rev_map l) to tail recursively map. Just had to defend Ocaml a little :)
More ›