Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rdc12
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
rdc12
10mo ago
Matt Godbolt's talk on ray tracers, shows how effective that change can be. Think it was that talk anyway. https://www.youtube.com/watch?v=HG6c4Kwbv4I
2.
▲
by
rdc12
10mo ago
With C in the embedded world it is very common to write entire applications that never only use static memory and the stack. Sometime programmers will allow dynamic memory during init only, other times not even then (I tend to favour the ne
3.
▲
by
rdc12
1y ago
Looks like this other article goes into the details. https://www.matheusmoreira.com/articles/self-contained-lone-...
4.
▲
by
rdc12
1y ago
It's very common that both historical artifacts and natural wonders have been consumed by reservoirs, I suspect it would be almost impossible to avoid this.
5.
▲
by
rdc12
1y ago
Do you have a link to that paper?
6.
▲
by
rdc12
1y ago
Do you have a link to that podcast?
7.
▲
by
rdc12
2y ago
For the codebase I was working on today (in C). At first it was just } so filtered those out, then it was /* (no comment detail on that line) so again filter them. Then it was a bunch of #includes. Not surprising but not insightful at
8.
▲
by
rdc12
2y ago
FPGA's also have billions of transistors now, but adding more block memory means removing transistors from something else, such as LUT's, registers, DSP blocks etc. As always it is a tradeoff, and given many designs don't nee
9.
▲
by
rdc12
2y ago
Recently at work I developed a small suite tools (in a mixture of python and shell, running in WSL) that left my boss impressed when he saw me debugging a customers system (IOT). Then he started asking me to make them accessible to non prog
10.
▲
by
rdc12
2y ago
Different volcano, but back in the 50's the natural tephra damn on the crater lake of Mount Ruapehu (New Zealand) collapsed triggering a lahar, that ultimately took out the piers of rail bridge near Tangiwai minutes before a passenger
11.
▲
by
rdc12
4y ago
And the collision of the RMS Olympic (the first of the three in that family) with the HMS Hawke. As did the coal stoker Arthur Priest https://en.wikipedia.org/wiki/Arthur_John_Priest
12.
▲
by
rdc12
4y ago
That is correct, if the first few records (a virtual block size sorta) (not sure how many off the top of my head) don't compress well, it assumes that the file is not compressible and just writes the data out skipping the compression s
13.
▲
by
rdc12
4y ago
That quote doesn't contradict what mkl said, towards the end of the article it does say this thou, "The cloak will be on display in the new museum developed in Perth, set to open in Spring 2024."
14.
▲
by
rdc12
4y ago
That clip never gets old, Sirocco (the birds name) sure has some attitude.
15.
▲
by
rdc12
4y ago
Well most of the politicians don't have a clue that any of that stuff is possible either.
16.
▲
by
rdc12
4y ago
3 attempts to get a hit for me, in NZ
17.
▲
by
rdc12
5y ago
Can hot-code reloading coexist well with inlined functions?
18.
▲
by
rdc12
5y ago
It isn't required (in the strict sense) to keep the dedup table in memory, the problem is that performance is dire when it doesn't. It would be pretty similar to virtual memory thrashing, when the table is not fully in memory.
19.
▲
by
rdc12
5y ago
Solid plastic might, but would moving water and impacts result in the bricks separating?
20.
▲
by
rdc12
5y ago
What happened to Germany (territory shrinkage and economic sanctions) after WW1 incidentally shows this story pretty well.
21.
▲
by
rdc12
5y ago
The drive can infer that the LBA hasn't been mapped, since it won't be present in the FTL, there is no need for the OS to inform the drive of this.
22.
▲
by
rdc12
5y ago
You could use some sort of disk quota system, to make the filesystem artificially smaller than it actually is (trim after applying this change). Or simply insure that you don't exceed 80% - 90% used space. It it is also worth noting th
23.
▲
by
rdc12
5y ago
The SSD maintains a translation table for all the virtual addresses exposed by the drive, that maps to the underlying flash physical addresses. Any physical address not in that table, is unallocated and the drive can use freely.
24.
▲
by
rdc12
5y ago
My old T420 couldn't sleep overnight in Windows 7 (something would trigger a resume), but would sleep fine under Linux and FreeBSD.
25.
▲
by
rdc12
6y ago
Not sure if this is more or less extreme option, but you could put the TV in a Faraday cage, or build a Faraday cage into your walls.
26.
▲
by
rdc12
6y ago
Directly no, but if you moved the data to a new dataset, with a command that preserves the timestamp that would work (rsync -a or zfs send/recv), which could be run from a cronjob. Compression settings are set at a per dataset level, s
27.
▲
by
rdc12
6y ago
From what I have heard, the amount of work needed in porting native encryption to the original FreeBSD port of ZFS was actually what led to this project.
28.
▲
by
rdc12
6y ago
You could also hook up a GPIO pin to the wires for the power on button
29.
▲
by
rdc12
6y ago
Is the design files available for the rack mounted version (in particular the clip/holder parts). Been quite keen to build something similar (albeit less nodes) for a little while. I find the homebrew blade style cluster amusing for so
30.
▲
by
rdc12
6y ago
I can think of an example in New Zealand where an old law (Sedition) was essentially ignored for several decades. A couple years after its first use in a modern setting (early 00's) it was repealed.
More ›