Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
termie
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
termie
11mo ago
I've been working on a micro Linux distro for a couple of months now. User mode is just a single static binary (and a few files to support confidential microVM containers). The initramfs is such an interesting feature, the kernel kno
2.
▲
by
termie
4y ago
Compare the size of the new air-cooled 40XX cards and the iChill 4090, which is tiny by comparison. The simple answer is just to use liquid cooling if you have a card using 400w. Then all the absurdity just goes away.
3.
▲
by
termie
6y ago
perf https://perf.wiki.kernel.org/index.php/Tutorial#Counting_wit...
4.
▲
by
termie
6y ago
Rust is also discussed at 35:00 into the presentation, noting the lack of a spec, higher memory util, and no commmercial vendor.
5.
▲
by
termie
6y ago
run a perf trace on both and see what jumps out
6.
▲
by
termie
7y ago
ProxyJump was added in OpenSSH 7.3 so systems from a few years ago might not support it. It does the same thing as ProxyCommand with -W %h:%p but you can’t set custom options for the jump connection with ProxyJump.
7.
▲
Stratum – Enabling the era of next-generation SDN
(github.com)
2 points
by
termie
7y ago
|
0 comments
8.
▲
by
termie
7y ago
Yes, the kernel will map virtual to physical however it sees fit, no guarantees there (at least not in user-space via glibc). Realloc will always return a virtually contiguous slice or NULL if it can’t. And you’re right, obviously all tho
9.
▲
by
termie
7y ago
You can use realloc. It will try to use the existing contiguous span of memory, but if it cannot, it will malloc a new span and copy the previous bytes in and return a pointer to it.
10.
▲
by
termie
7y ago
Someone has to make a business case to get the chargers on the street. There are questions like who owns the sidewalk, how to route sufficient power there, capital outlay for digging up the street and getting the charger there. All those
11.
▲
by
termie
7y ago
The throughput is amazing. The screenshot shows 28,375 MB/s — the capital B typically indicates Bytes whereas a lowercase b indicates bits, so your Gb/s translation is a little confusing. The latency is still much higher than main
12.
▲
by
termie
7y ago
The upcoming MKTME support in future Intel processors will hopefully make this problem simpler to solve.
13.
▲
by
termie
8y ago
It is possible to sell (or buy) reserved instances in a secondary market: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-marke...
14.
▲
by
termie
8y ago
This is from mid 2017. "First notified Tesla on 31/08/2017 .. Tesla vehicles produced from June onwards use a new key fob". Not sure if the new fob is significantly better as the presentation is not clear there.
15.
▲
by
termie
8y ago
..by the Republican majority House of Representatives. It can be roughly equated to being charged with a crime. The Senate held a trial and voted for acquittal and therefore no action was taken. Two thirds of the Senate must vote to remov
16.
▲
by
termie
8y ago
This is promising, but for dedicated high-performance I/O I am much more interested in how the SPDK is progressing. Avoiding syscalls is great, but without any benchmarks I wonder about the benefits over mmap and vectorizing. You stil
17.
▲
by
termie
8y ago
Curious as to which 10Gb Ethernet controller is being used, no mention in the teardown. Anyone know?
18.
▲
by
termie
8y ago
That would seem to depend on the leadership. You might get the leader’s former job.
19.
▲
by
termie
8y ago
Perhaps the solid cells could be warmed up via some cheap coils powered by some bootstrapping liquid cells?
20.
▲
by
termie
8y ago
Try more parenthesis or perlmonks.com
21.
▲
by
termie
8y ago
Curious to know if they block Google’s DNS servers as well. That 1.x space was a RIPE research segment, so it’s possible that some internal AT&T group was using it with the assumption it would not be publicly routable and got bit. I wa
22.
▲
by
termie
9y ago
Still kinda giddy about the Roadster, too. Guilty — can’t get enough of Elon’s disruption (personal life aside) —- sue me or grab the pitchforks.. i’ll serve you lemonade. :)
23.
▲
by
termie
9y ago
If the math works there — could now or over time — then once L5 hits imagine the possibilities. L5 trucks towing broken L5 trucks with a third taking the cargo. I missed the video, but I’d bet huge that needed tech is probably prototyped
24.
▲
by
termie
9y ago
Bash’s built-in wait is also handy when you want quick and simple parallelism. http://tldp.org/LDP/abs/html/x9644.html
25.
▲
by
termie
9y ago
The reserved instance pricing model is really poorly implemented. You have to commit to an instance class and a region, and if you need to change you can, but there is some secondary market. When compared to a sustained use model, it is a
26.
▲
by
termie
9y ago
I wonder if you could make a big drill out of hundreds of hot swappable high torque Tesla motors that were intelligently geared and well mounted. Hot swapping battery packs from the underside of a car via automation was demonstrated years b
27.
▲
by
termie
10y ago
"The Step Functions free tier includes 4,000 free state transitions per month." .. "$0.025 per 1,000 state transitions thereafter" So Amazon has created a new calling convention, where conditional logic now also requires
28.
▲
by
termie
11y ago
If htop is unavailable, then you can hit the number 1 key in regular top on Linux to see individual CPU utilization.
29.
▲
by
termie
12y ago
You are correct. I assumed MS Office put it there, not even considering that Comic Sans would be on OSX by default. Hah! It's an even more sublime statement now, as only the untainted free distributions out there don't see it.. a
30.
▲
by
termie
12y ago
You're right, they use it as a weapon of snark and for fund raising: http://www.openbsd.org/papers/bsdcan14-libressl/mgp00025.htm...
More ›