Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rjek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
rjek
14y ago
View it in the editor instead.
2.
▲
by
rjek
14y ago
Everybody knows about bitfields :)
3.
▲
by
rjek
14y ago
The compiler can't know at compile time with a naked pointer like it can with an array. [static 1] is handy to say it must not explicitly be NULL, as if it were optional, however.
4.
▲
by
rjek
14y ago
It's a C99 feature, and clang's the only compiler I know of that produces the diagnostic (and only in later versions) btw; I wrote this talk.
5.
▲
by
rjek
14y ago
Please tell me who you work for, so I know to avoid any of your products. Using BBC Basic like this terrifies me. If anything, because its total lack of type safety for anything but the simplest of values.
6.
▲
by
rjek
14y ago
High-density ARM servers are not ideal for every application. However, there are plenty of applications where you don't need massive amounts of computational grunt in each CPU, such as web serving, hadoop, mail and DNS servers, etc. Also,
7.
▲
by
rjek
14y ago
In general, high-density or supercompute systems are installed with custom racks, cooling, power supplies, etc. This doesn't need anything custom, just something that isn't always the default in some DCs. They're ARMs, they don't need much
8.
▲
by
rjek
14y ago
What understanding is it that you have that suggests that? It can shovel data via DMA as well as the next architecture.
9.
▲
by
rjek
14y ago
You could do, or have one of them exhaust to its "front", and the other exhaust to its "back".
10.
▲
by
rjek
14y ago
Yeah, it's eight individual systems with two very fast Ethernet links to an on-board managed switch.
11.
▲
by
rjek
14y ago
Half depth, not width. Everything comes out the front, so you mount them back-to-back in a rack.
12.
▲
by
rjek
14y ago
Yeah, I see they have the same sort of "talk to us for pricing and more info". Important things to note is that each of the nodes in this Slab have their own local SATA solid-state storage, and the individual CPUs are quicker. The Boston t
13.
▲
by
rjek
14y ago
And you can buy them where, exactly? :)
14.
▲
32 cores of fast ARM in half-depth 1U case
(baserock.com)
65 points
by
rjek
14y ago
|
39 comments
15.
▲
by
rjek
17y ago
If I have anything to do with it, in the next month or so :)
16.
▲
by
rjek
17y ago
The only thing they're not in the same ballpark for is quantity of generated data. If you don't need much, this is as good.
17.
▲
by
rjek
17y ago
Possibly. If your SSH and HTTP daemons and encrypted file systems use /dev/random, and you're running Linux, then possibly. Look in /proc/sys/kernel/random/entropy_avail, and possibly graph this over time. Also, some modern Linux distrib