Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wscott
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
29 ms
·
1.
▲
The Index Structures of Fast C++ Hash Maps
(martin.ankerl.com)
1 points
by
wscott
3d ago
|
0 comments
2.
▲
by
wscott
4d ago
The dedicated user isn't really required; it just expects that /home/linuxbrew/.linuxbrew exists. That can just be a symlink to your home directory. But yes, creating that symlink requires root on most systems. Brew itse
3.
▲
by
wscott
3mo ago
You can hear the engineer in that second question. They hear a wild statistic pulled out of someone's ass and ask what is that sticking to the side?
4.
▲
Copy Fail CVE-2026-31431: 732 Bytes to Root on All Linux
(byteiota.com)
3 points
by
wscott
5mo ago
|
1 comments
5.
▲
Is Tesla Chasing Short-Term Profits Ahead of Long-Term Loyalty?
(notateslaapp.com)
5 points
by
wscott
6mo ago
|
6 comments
6.
▲
by
wscott
7mo ago
That is normal on his blog. He is a brand that he has developed over many years, and he is constantly promoting that brand. Yes, he has done a lot of good work in the past, but he has put as much effort into self-promotion and landed a seri
7.
▲
by
wscott
8mo ago
The funny part is that the Tesla doesn't have a basic dumb cruise control. It only has "traffic-aware" cruise control which uses the cameras and doesn't use the new FSD code so it has lots of glitches and phantom braking
8.
▲
by
wscott
8mo ago
This kind of work is really valuable and much needed. There is also often a surprising amount of friction to making contributions to open source projects. This article did a good job and highlighting some of those difficulties and friction.
9.
▲
by
wscott
1y ago
Indeed. When I entered "grandma's cookies" into the shared family instance is 'mealie' I was sure to include a copy of the "original" index card. (surely a copy) https://imgur.com/KMSuUhz
10.
▲
by
wscott
1y ago
For reference here is the cppreference page the OP is trying to improve: https://cppreference.com/w/cpp/compiler_support.html Personally I am not not sure the live search on this new page saves me time, but perhap
11.
▲
by
wscott
1y ago
Dataview can generate all of the data from Bases (and a whole lot more), but Bases is a lot easier to use as you can build queries in the GUI and the data comes out in nicely formatted table where you can edit the fields directly in the tab
12.
▲
by
wscott
1y ago
Very small town in the midwest. The US is a big place and this is just one possible look.
13.
▲
by
wscott
2y ago
https://en.wikipedia.org/wiki/Brandolini%27s_law
14.
▲
by
wscott
2y ago
The important thing to understand about why AVX512 is a big deal is not the width. AVX512 adds new instructions and new instruction encodings. They doubled the number of registers (16->32), and added mask registers that allow you to remo
15.
▲
by
wscott
2y ago
I was pleased to read such positive contagious excitement and someone who can still see the wonder of the American west. And excitement of trying new experiences.
16.
▲
by
wscott
2y ago
On the website itself, "OS" "Included" and "Not Included" is strange. I don't see that I need "Not Included", unchecking "Included" should show you everything but instead it shows you n
17.
▲
by
wscott
2y ago
So, can we now write a plugin for Obsidian that syncs changes to Google Drive?
18.
▲
by
wscott
2y ago
Reading the rest of the pricing page gives me the clear impression that it wasn't free initially and then changed it to free recently and the rest of the text on that page wasn't updated. If I am making donations why do I need to
19.
▲
by
wscott
3y ago
https://www.globalenergyinstitute.org/average-electricity-re... us average: $0.18 Wyoming: < $0.09 yeah, cheap. But cold so a heat pump would still totally pay for itself.
20.
▲
by
wscott
3y ago
I was immediately reminded of this Cosby standup: https://www.youtube.com/watch?v=qH_mHMgjcFY Yeah, I know, I am not allowed to like anything Cosby anymore...
21.
▲
by
wscott
3y ago
SPA?
22.
▲
by
wscott
3y ago
That article gave an example of a "typical European floorplan". It did have multiple stairs they were just not normally accessible from all apartments. If you had some emergency-only provision to enter your neighbor's apartme
23.
▲
by
wscott
3y ago
Design flaw. In IPFS every piece of data (even every chuck of large files) is globally indexable on the same namespace. You need namespaces and/or a path to restrict yourself to just the subset of peers that might actually have the dat
24.
▲
by
wscott
3y ago
I was confused by the comments here. Surely someone is going to post the Technology Connections video on the toaster. I see you did it indirectly. That video is great.
25.
▲
by
wscott
3y ago
15min? try 50. I always think I will watch just 10-15 and end up watching the whole thing and then wonder why learning about a crappy refrigerator was so interesting.
26.
▲
by
wscott
3y ago
read cppreference.com But the sort answer is all the other operators are automatically generated from that one if it is defined. So it makes the code simpler. And for many types <=> isn't much more complicated than the others
27.
▲
by
wscott
3y ago
I was surprised to see `fmt/format.h` on that list, but I do have to admit that the objections seem reasonable. Perhaps because he(?) mentioned wanting to use -O0. Template code is almost useless without optimization. If -O0 is needed
28.
▲
by
wscott
3y ago
BitKeeper was able to merge that successfully by looking at the revision history and seeing that the changes involved just those lines. If one of them added a line between the two being changed then it would still be a conflict. I spent a y
29.
▲
by
wscott
3y ago
The "diff3" style looks like this: <<<<<<< HEAD sc = sccs_init(file, INIT_NOCKSUM|INIT_SAVEPROJ, s->proj); assert(HASGRAPH(sc)); sccs_sdelta(sc,
30.
▲
by
wscott
3y ago
The piece of BitKeeper I wish people would steal is the smerge gca conflict format. See https://www.bitkeeper.org/man/smerge.html Example: <<<<<<< local slib.c 1.642.1.6 vs 1.645
More ›