Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bitkrieg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
bitkrieg
2y ago
can't wait to see what Dura Ace has to offer
2.
▲
by
bitkrieg
2y ago
What the US public opinion is and what the US government does are two different things. Americans are hilariously self-delusional in that regard. Just compare the civilian death tolls between the first two years of the invasion of Iraq and
3.
▲
by
bitkrieg
5y ago
Your example made me wonder, is there a known instance from a common hash algorithm where the input results in exactly the same string representation of the output hash? Eg. "AE485D" hashes to "AE485D". Is this even ma
4.
▲
by
bitkrieg
6y ago
Polyunsaturated fats have many unstable double carbon bonds, so especially under heat a wide range of new fat compounds form which were never present in the human diet.
5.
▲
by
bitkrieg
10y ago
Huh? The article also states that women don't care much about looks. Much less than men.
6.
▲
by
bitkrieg
10y ago
The term "fake news" is totally misleading because it conceals political agenda behind it. Yet it is all over the place. Did everybody forgot what propaganda is?
7.
▲
by
bitkrieg
10y ago
If anyone is interested in the mechanics of the higgs field / basic quantum mechanics in general, I found this lecture to be an excellent explanation: https://www.youtube.com/watch?v=JqNg819PiZY
8.
▲
by
bitkrieg
11y ago
Physical constants look alot Like magic knobs defined in some header file.
9.
▲
by
bitkrieg
11y ago
Out of curiosity, can you elaborate why the open book interview policy failed?
10.
▲
by
bitkrieg
11y ago
For anyone interested in Dwarf Fortress, here are the chronicles of Boatmurdered, a legendary Something Awful thread: http://lparchive.org/Dwarf-Fortress-Boatmurdered/Introductio... Highly entertaining read and somewha
11.
▲
by
bitkrieg
12y ago
Because it's not the genes but the social environment which shapes the individual's progress in a society.
12.
▲
by
bitkrieg
12y ago
Yes, Germans are crazy regarding working hours, at my last job at an engineering shop many co-workers started at 6 am, some even at 5(!), making "Feierabend" at around 2 pm. Nothing unusual.
13.
▲
by
bitkrieg
12y ago
Prestige. Both for Nvida and buyers, having the fastest graphics card on the market.
14.
▲
by
bitkrieg
12y ago
Nations / Nationalism didn't really exist back then.
15.
▲
by
bitkrieg
12y ago
Ah, ok. Using something like loose-loose as hash function is indeed a terrible idea.
16.
▲
by
bitkrieg
12y ago
> We built hash tables by converting strings to integers and then using modulus What's wrong with that?
17.
▲
by
bitkrieg
12y ago
Sadly, income-generation is what education is about these days.
18.
▲
by
bitkrieg
13y ago
As a side note, businesses, in general, could significantly reduce their labor costs if a BI was in place.
19.
▲
by
bitkrieg
13y ago
So a sales and marketing genius then?
20.
▲
by
bitkrieg
13y ago
Acts of violence without the "publicity" are not terrorism.
21.
▲
by
bitkrieg
13y ago
X86 chips (especially Intel's) are leagues ahead in terms of performance per watt. In fact not only regarding performance per watt, but also performance per dollar. It's just that ARM designs for lowest power consumption while Int
22.
▲
by
bitkrieg
13y ago
Plus this actually would be a step backwards since gcc's code generation is still significantly ahead performance wise.
23.
▲
by
bitkrieg
13y ago
Modern "x86-based" CPUs are actually mostly RISC architectures under the Hood. Instruction sets are a mere front-end nowadays and don't tell much about the inner workings. Think of bytecode.
24.
▲
by
bitkrieg
13y ago
Well, today's hardware is still all Von Neumann, just like in the 70s.
25.
▲
by
bitkrieg
13y ago
I always hear about how use of mutexes is costly but i never actually encountered a significant performance hit from using synchronization. Unless, of course, you have like 10 threads frequently accessing the same memory, which is more a de