Live data from Hacker News

Viewing profile — danhor

danhor

HN member
Joined
Thu, Apr 02, 2020, 11:42 AM UTC
HN karma
1,132
Public activity
388 items

About danhor

No profile information was provided.

Recent public activity

  1. comment
    Comment #48637985

    > 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 e…

  2. comment
    Comment #48635156

    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 …

  3. comment
    Comment #48320496

    > 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…

  4. comment
    Comment #48310296

    > 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-…

  5. comment
    Comment #48061506

    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 st…

  6. comment
    Comment #47215981

    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 …

  7. comment
    Comment #47154590

    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 stop…

  8. comment
    Comment #47105090

    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…

  9. comment
    Comment #47032465

    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. comment
    Comment #46553144

    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 Cor…

  11. story
  12. comment
    Comment #45747207

    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 associa…

  13. comment
    Comment #45565863

    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 paramete…

  14. comment
    Comment #45560835

    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 t…

  15. comment
    Comment #45506420

    > 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 diffe…

  16. comment
    Comment #45300834

    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…

  17. comment
    Comment #45241957

    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…

  18. comment
    Comment #45137399

    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 sear…

  19. comment
    Comment #44845535

    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. comment
    Comment #44809827

    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…

  21. comment
    Comment #44668367

    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…

  22. comment
    Comment #44623255

    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 bei…

  23. comment
    Comment #44518392

    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 p…

  24. comment
    Comment #44463343

    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. comment
    Comment #44432132

    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 loc…