Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
danhor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
danhor
3mo ago
> Nuclear has the most bizzare cost curve of any new technology where every year it costs more than the year before; a pattern which makes effectively no sense and is really only explainable by the heavy and effective political attack th
2.
▲
by
danhor
3mo ago
The PS5 and Xbox are also very close to being an x86 PC, but you're not installing your own OS on there even though there are few technical hurdles if the manufacturer removed the mechanisms to prevent that.
3.
▲
by
danhor
4mo ago
> You can just ignore the EULA. Nobody is coming to get you. You can, but it's not gonna gain broad attention. > Why is nobody using it? It's used for chips with a good open source backend (lattice, gatemate). But it's
4.
▲
by
danhor
4mo ago
> Nothing stops someone from taking the free Windows Vivado and making it run on Linux The EULA and the fact that the linux versior runs faster & has fewer bugs. > just the device-dependent backend would be a major improvement and
5.
▲
by
danhor
4mo ago
A PDF of a long document such as a standard or reference manual is almost always preferable to an HTML version. HTML versions have issues with formatting, searching (as browsers struggle with multi-thousand page documents and non-native sea
6.
▲
by
danhor
7mo ago
It's often a requirement for bare metal embedded development (too heavy in terms of memory), so it's basically unavoidable. Non-standard languages are very common for this kind of thing, just look at the linux-flavoured C.
7.
▲
by
danhor
7mo ago
Signal Priority only works well if the arrival time of the bus can be predicted some time before arrival at the signal (~30 seconds is a number I've heard a few times). As bus stopping times are highly unpredictable, a lower number of
8.
▲
by
danhor
7mo ago
Certainly not with hydrogen directly. It might be involved in the production chain, but it's such a pain. If it's at all possible to electrify, that'll very likely win. For flights, a combination of batteries for smaller, reg
9.
▲
by
danhor
7mo ago
It's still the lingua-franca of ASIC/FPGA/Simulation, especially for scripting the tools. I think it's slowly being replaced there by Python, but it's very slow.
10.
▲
by
danhor
8mo ago
The Hazard 3 is basically a hobby project of Luke Wren, a Raspberry Pi Employee. He's contiuing to evolve it further, but I don't think it's ready for a full replacement of the Cortex-M yet, especially in regards to the Sec
11.
▲
Kid-Cam Firmware Modding
(spritesmods.com)
2 points
by
danhor
10mo ago
|
0 comments
12.
▲
by
danhor
11mo ago
My "Homeserver" with its database running on an old laptop has less downtime than AWS. I expect most, if not 99%, of all businesses can cope with a hardware failure and the associated downtime while restoring to a different server
13.
▲
by
danhor
11mo ago
One of the reasons amaranth (and other neo-HDLs) is so great is the full-fleged seamless integration with the host language. Generating DSP filters using the numpy for all parameters, creating CRC structures, diffent logic for different wor
14.
▲
by
danhor
11mo ago
What are the benefits of SV for multi-clock design? I found migen (and amaranth) to be much nicer for multi-clock designs, providing a stdlib for CDCs and async FIFOs and keeping track of clock domains seperately from normal signals. My iss
15.
▲
by
danhor
11mo ago
> There's still relevance in making it stupidly easy to make an LED blink and make basic apps on circuit boards. Education + weekend hardware hackers might look for something different in a framework than a professional. This group
16.
▲
by
danhor
1y ago
How would you effectively stop windows updates to china? Bypassing the Windows activation measures isn't stopping single pirates (or people still wanting Windows 7 updates intended for big business with legacy devices), the only way to
17.
▲
by
danhor
1y ago
While energy is expensive, I find it hard to blame on the "green stuff". The majority of the energy cost increases in the last few years are because fossil fuels got more expensive for europeans, as cheap gas and oil from Russia w
18.
▲
by
danhor
1y ago
It takes a bit of effort to add all you would want and, for me personally, bangs can be anywhere instead of having to be at the start of a search query as is needed for custom search keywords.
19.
▲
by
danhor
1y ago
And to avoid having two sources (perhaps with slightly different voltages) connected together and leading to hijinks. E.g. a usb A-C cable plugged into a USB-C power supply.
20.
▲
by
danhor
1y ago
That is the point of Amaranth (and migen). It's not HLS, it doesn't try to generate logic from normal python code. It's an HDL implemented in python, not trying to look like python code. In my opinion, it's even more of
21.
▲
by
danhor
1y ago
Alon Levy has also written some more on Tram-Trains: https://pedestrianobservations.com/2020/11/03/tram-trains/ A few points I want to add: The Stadtbahn (called Tram-Metro in this Article) is usually ju
22.
▲
by
danhor
1y ago
Mont (if not allmost all) S-Bahn trains in Germany only have one staff member. The space for wheelchairs is directly behind the drivers cabin and the few times I've seen a ramp being deployed, it took the driver 1-2 minutes (Usually th
23.
▲
by
danhor
1y ago
Current modern nuclear reactors getting built are huge. Maybe, perhaps, in the next decade or two we'll see small(er) reactors, but this isn't a new idea and hasn't worked out it practice before.
24.
▲
by
danhor
1y ago
It seems like this is already deployed in Arch, as I've hit it yesterday. I was surprised at first, but it was quite useful.
25.
▲
by
danhor
1y ago
As the local machine is there anyway, only the increase in energy usage should be considered, while the server only exists for this use case (distributed across all users). The local machine is usually also highly constrained in computing p
26.
▲
by
danhor
1y ago
Most car trips could be replaced with ebike trips, but the majority of distance travelled (and thus, roughly, carbon emitted) can't. 80% of the distance driven is with trips >10 km, 70% of the distance driven already at >20 km. T
27.
▲
by
danhor
1y ago
Carbon-neutral synthetic gasoline is and will be too expensive to work, apart from small niche cases. This makes it politically unviable. We're going to have almost universal BEV adoption before the carbon avoidance cost of synthetic g
28.
▲
by
danhor
1y ago
Just for completeness: For reproducable builds F-Droid can now distribute builds signed by the developer.
29.
▲
by
danhor
1y ago
> It appears to be possible to debug the Hazard3 cores in the RP2350 in the same way as the ARM cores: It is, but (as far as I understood it), they're using ARM SWD IP (which is a fine choice). But since their connection between the
30.
▲
by
danhor
1y ago
RISC-V is even worse: The Cortex-M series have standardized interrupt handling and are built so you can avoid writing any assembly for the startup code. Meanwhile the RISC-V spec only defines very basic interrupt functionality, with most MC
More ›