Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
account4mypc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
account4mypc
1y ago
AMX registers are 1024 *bytes*
2.
▲
by
account4mypc
2y ago
usually the really fat instructions take over 1 cycle anyway, right? so the decoder should be able to keep up
3.
▲
by
account4mypc
3y ago
my toaster is pretty crappy - i'd buy your toaster! my list of complaints - strong smell of chemicals when i first started using it - can be hard to remove things without burning myself e.g. english muffins - sometimes it burns thing
4.
▲
by
account4mypc
3y ago
as an aside, i'd feel safer if more airlines had this policy
5.
▲
by
account4mypc
3y ago
Even if this is true, it's kind of useless since you need some way to decide who to hire. Not saying i think OP has the best method.
6.
▲
by
account4mypc
4y ago
Anecdotally, NYC feels less safe than it has ever felt (in my 20+ yrs of being here). Most of the issues are not reportable crimes/would not be taken seriously by today's NYPD e.g. verbal harassment on the street, following, punc
7.
▲
by
account4mypc
5y ago
what do you mean? i'm curious to learn more about this
8.
▲
by
account4mypc
5y ago
my car from 2010 had a screen that felt really outdated. i removed it and installed a bluetooth system that just has an on/off/volume knob. this feels a lot more modern and has made night driving a lot easier on my eyes.
9.
▲
by
account4mypc
5y ago
i'm not an expert, but it seems like other countries use lower power levels compared to what the FAA wants to use. https://www.bbc.com/news/business-60042178 also, and this is just my opinion, but the absence of p
10.
▲
by
account4mypc
5y ago
Seems like: - downside of delaying 5g is slightly longer download speeds (?) - downside of interference is planes might crash (!) why not just give the FAA all the time it wants
11.
▲
Clashes over EU’s New “Green” Classifications for Nuclear Energy and Natural Gas
(forbes.com)
1 points
by
account4mypc
5y ago
|
0 comments
12.
▲
by
account4mypc
5y ago
i think i agree with "You just cannot keep going on poisoning the world." in spirit.. but doesn't this mean germany should be fighting against new co2 emitting plants rather than making fewer alternatives (and relying on natu
13.
▲
by
account4mypc
5y ago
> The German government said Monday that it considers nuclear energy dangerous and objects to European Union proposals that would let the technology remain part of the bloc's plans for a climate-friendly future. Why does Germany car
14.
▲
by
account4mypc
5y ago
i think people are more desperate for change (and imo, rightly so)
15.
▲
by
account4mypc
5y ago
I agree, but I think in 5 years we will be using coroutines regularly. Just need to let the standard library catch up.
16.
▲
by
account4mypc
5y ago
I think this is the right attitude. Even if you don't want to use nuclear power, it obviously warrants serious attention.
17.
▲
by
account4mypc
5y ago
I wonder if there is another way to partially explain these results: - many (most?) programmers were taught C/C++ for several decades - some programmers taught themselves rust because they were driven and interested - these rust progra
18.
▲
by
account4mypc
5y ago
Off topic, but how do underground power lines stay cool? I always thought long distance powerlines got really hot.
19.
▲
by
account4mypc
5y ago
maybe a coincidence, but it seems like there's a correlation between cpi and carbon emissions. energy and transportation seem to be the most affected.
20.
▲
by
account4mypc
5y ago
carbon tax could be by state and only be calculated based on utilities. This would incentivize voters to favor carbon neutral/negative infrastructure. (i agree penalizing individuals for not choosing expensive cars/stuff seems cr
21.
▲
by
account4mypc
5y ago
micro has two really nice features - mouse select - same keyboard shortcuts as vscode other than that it's the same as nano
22.
▲
by
account4mypc
5y ago
cool article but > I've stopped writing unit tests i think this is generally bad and might only be more productive for uncommon workflows (if at all)
23.
▲
by
account4mypc
5y ago
well, the immediate problem is it's hard to rewrite the STL without resorting to ugly patches
24.
▲
by
account4mypc
5y ago
boost::optional was designed to mimic pointers. Before boost::optional, some programmers would return a T* as a caveman's optional<T>. Boost wanted to preserve the syntax of *, ->, and operator bool. Dereferencing a null pt
25.
▲
by
account4mypc
5y ago
i think if you were writing such a program, this article would show that using such a number is a much more complicated idea than it sounds
26.
▲
by
account4mypc
5y ago
> with 128 threads, modules become slower only when the DAG depth is higher than 29 yeah, but the same graph never shows modules being faster... it only ever shows them being the same or slower. If I'm going to put in all that wo
27.
▲
by
account4mypc
5y ago
I don't think this is true except maybe on ancient architectures. function ptrs are usually just addresses (64 bits on most modern computers). virtual member function ptrs can have an extra bit of info to resolve the this ptr at runt
28.
▲
by
account4mypc
5y ago
i tried to evaluate whether they would help build times at all. this is the only reason i want them. based on some research, they don't if you have parallel builds (since a module must be built before its users/not in parallel).
29.
▲
by
account4mypc
5y ago
I don't think it's really as bad as this... > Waiting for Cross-Platform standardized SIMD vector datatypes We sort of have this? compiler loop vectorization is, effectively, this. Granted it's not standardized. > non
30.
▲
by
account4mypc
5y ago
I actually think modules-ts is worse than include...
More ›