Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Jenya_
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
Jenya_
4y ago
Natural gas heating is very inefficient (e.g. versus electric kettle). There was recent Technology Connections video about that: https://www.youtube.com/watch?v=_yMMTVVJI4c
2.
▲
by
Jenya_
4y ago
I agree, this looks like a quick and dirty attempt to get account blocked.
3.
▲
by
Jenya_
4y ago
Tweet is addressed to several accounts, one of them is KyivIndependent which reports Ukraine related news. The tweet looks like a death wish from RU supporter.
4.
▲
by
Jenya_
5y ago
| a parody on "мне по плечу" As I native, I would assume that "мне по хрену"/"мне похрен" is an euphemism of the more rough variant "мне похуй" (it is up to my dick, same height as my dick).
5.
▲
by
Jenya_
5y ago
Lol, so many questions :). I myself only use linked list when I do not know in advance how many items I will get. Otherwise I do allocate an array.
6.
▲
by
Jenya_
5y ago
The problem solved by arena allocators here is to avoid many calls to malloc. System allocator is slow, especially in multithreaded environment. Instead of calling malloc 1000 times to allocate 1000 small pieces (like 16 bytes sized each),
7.
▲
by
Jenya_
5y ago
Yes, it works fine. I will only add that we do reuse memory. The program deallocates memory managers when they are no longer needed (there could be millions of them at any single time).
8.
▲
by
Jenya_
5y ago
Our arena allocator does not reuse memory for simplicity (it allocates only forward, like a stack). A lot of the libc malloc complexity comes from the need to manage deallocated pieces of memory. Which means that using array over this arena
9.
▲
by
Jenya_
5y ago
On my work we do use linked lists, they are simple and convenient to collect a few items of data together when the item count is not known in advance. The trick is to allocate linked list structures from the arena allocator (which keeps the
10.
▲
by
Jenya_
6y ago
The 5nm process from TSMC could be less of a success, as say Anandtech editor on Twitter (his A14 review incoming) https://www.reddit.com/r/hardware/comments/jjwtjy/andrei_fan...
11.
▲
by
Jenya_
6y ago
It includes a 5K display which may become useless in five years? (when Apple plans to stop updates for Intel based Macs). It seems that iMacs do not support using them as expernal displays right now. I would prefer 5K monitor to last a bit
12.
▲
by
Jenya_
6y ago
Apple spends a lot of money at TSMC (about 75% of TSMC 7nm production was for Apple chips in 2018, according to a link below). AMD also makes its chips at TSMC and TSMC fab is a limited resource. Instead of paying AMD to make chips at TSMC,
13.
▲
by
Jenya_
8y ago
I watched recently similar documentary on youtube - https://www.youtube.com/watch?v=Gwx9nqknu-c
14.
▲
by
Jenya_
8y ago
there is a spelling error on the site: ...Dim any nuber of screens...
15.
▲
by
Jenya_
8y ago
One of the reasons for current Steam refund policy is that Valve lost lawsuit in Australia: https://www.pcgamer.com/valve-loses-australian-legal-battle-...
16.
▲
by
Jenya_
8y ago
https://www.quora.com/Why-are-AVX-instructions-so-power-hung... https://news.ycombinator.com/item?id=13925039
17.
▲
by
Jenya_
9y ago
I agree, especially Stalin was fighting with Trotsky who promoted ideas of the permanent revolution.
18.
▲
by
Jenya_
9y ago
There is a nice speculative article about Jed McCaleb which may or may not be true, still interesting nonetheless: https://steemit.com/ripple/@olyup/fck-you-money-the-rise-and...
19.
▲
by
Jenya_
9y ago
statistics shows there are indeed some runners in this age group which run 10k close to 6 minutes per mile and even faster: http://www.pace-calculator.com/10k-pace-comparison.php
20.
▲
by
Jenya_
9y ago
https://themerkle.com/4-cryptocurrencies-with-much-faster-bl...
21.
▲
by
Jenya_
9y ago
Yes, it is assumed that mining will continue based just on transaction fees. In fact Bitcoin Core almost reached this goal recently due to their hard limit on block size, the percentage of fees in the total Bitcoin Core block reward reached
22.
▲
by
Jenya_
9y ago
Losing eight pounds during 3-4 hours run (marathon event) is not unheard of: http://www.letsrun.com/forum/flat_read.php?thread=3319287
23.
▲
by
Jenya_
9y ago
"Due to the fact that women could not do experiment work in laboratories she was forced to choose mathematics[1] over physics, a decision that she regretted all of her life."
24.
▲
by
Jenya_
9y ago
If you want tough choices, ask Japanese to choose between living as they are now (with atomic bombing in the past) or Japan living as a North Korea (but without atomic bombing).
25.
▲
by
Jenya_
9y ago
Do you also block Youtube download sites (like keepvid)? Otherwise this may result in her learning (from e.g. advanced friend in school) that she can download a lot of stuff to watch locally during 30 minutes.
26.
▲
by
Jenya_
9y ago
The delay in mining was required to trigger drastic difficulty reduction (20%). More details at https://www.reddit.com/r/btc/comments/6r33fz/difficulty_adju...
27.
▲
by
Jenya_
9y ago
The first issue is addressed by a reputation system (e.g. like in LocalBitcoins where traders have the history and reputation). For cops to get a good reputation would mean actually selling drugs to a lot of people. And the second issue: wh
28.
▲
by
Jenya_
9y ago
During last month Coinbase added a million users (from seven to eight): https://www.reddit.com/r/btc/comments/6hzar2/coinbase_hits_8...
29.
▲
by
Jenya_
9y ago
This is why Ethereum founder wants to experiment with proof-of-stake (project Casper), to replace at least partially the proof-of-work: https://www.ethnews.com/proof-of-stake-vitalik-buterin-share...
30.
▲
by
Jenya_
9y ago
https://en.wikipedia.org/wiki/Eternal_September
More ›