Live data from Hacker News

Viewing profile — dominicl

dominicl

HN member
Joined
Wed, Apr 10, 2019, 3:41 AM UTC
HN karma
320
Public activity
58 items

About dominicl

No profile information was provided.

Recent public activity

  1. comment
    Comment #34552762

    IMHO the differentiator is deeper yet everywhere engrained in OTP/Behaviours and the famous "Let it crash" slogan. It is the OS-Style process and resource isolation. That is someth…

  2. comment
    Comment #32687915

    Hm, taking 2 hours on my M1 MacBook Air 16GB and it's clearly swapping. Are you using model v1.4? Or any other memory optimization that you applied?

  3. comment
    Comment #32528125

    I've been using https://remotedesktop.google.com/ for quite some time now with both Linux and MacOS because it provides the best latencies. Anyone knows what protocols it's using? …

  4. comment
    Comment #32222885

    There is something fundamentally flawed in the maintenance cost of the Deutsche Bahn. According to the Deutschen Instituts für Wirtschaftsforschung (DIW) it's costing the Deutsche …

  5. comment
    Comment #31499143

    Anyone having experience with contabo.com? I've got a couple of VPS there and so far pretty happy but didn't yet have any more involved interaction with the team or support to full…

  6. story
  7. comment
    Comment #28608907

    From this response it's not quite clear to me: So this identity collision is against their Curve25519 implementation? Does this mean the attacker has effectively found a new brute …

  8. comment
    Comment #27928140

    AS or just artificial stupidity I've heard a couple of times. It's quite mind boggling if you think about how many people had to engineer tensors and train networks for months if n…

  9. comment
    Comment #27866024

    Would love to discuss this over drinks. For me it's the opposite. It's feels pretty natural to me to imagine that intelligence and (perceived) free will are emergent properties. Bu…

  10. comment
    Comment #27669474

    I can't help but to see this two ways at the same time. 1st this is totally what we should think and do in terms of moral standard and 2nd this in international law is the perfect …

  11. comment
    Comment #27409595

    There is also still wxWidgets https://www.wxwidgets.org/ Not modern c++ last time I checked but active development for sure.

  12. comment
    Comment #27343473

    What's the maximum traction that an electromagnet can cause? Is a thermonuclear powered super- in orbit thinkable? At least most human produced space garbage is magnetic I assume? …

  13. comment
    Comment #27287486

    Would love to learn how this works behind the scenes. Are Chinese officials giving the Studio a deadline for this kind apology? Or is this proactive self-censorship triggered solel…

  14. comment
    Comment #27085945

    Nice benchmark, but I think the results tell us more about the grpc+protobuf+http2 libraries in use than the languages. It's quite amazing though to see such a highly optimized Jav…

  15. comment
    Comment #26577936

    Richard Stallmann has an interesting piece on FLOSS and FOSS definition, containing this: > A researcher studying practices and methods used by developers in the free software comm…

  16. comment
    Comment #26538254

    A definitive reference would be great, for me the "tried in the past" quote has always been a pointer to the Java VM. Which has great benefits of it's own but always had the proble…

  17. comment
    Comment #26512849

    I'm curious about this argument. Haven't heard the "tiger states" growth attributed solely to US policies. Any links/pointers to those advantages that were granted these states but…

  18. comment
    Comment #26445472

    Yeah we're hoping to be packaged soon. In the meantime the safest way to install the diode cli is to clone the repo http://github.com/diodechain/diode_client and build it yourself.…

  19. comment
    Comment #26440693

    Yeah, definitely. Today you have to setup two instances at different locations yourself for backup. That has the advantage that you have full control, but it can be tedious. We wou…

  20. comment
    Comment #26440392

    Syncthing is pretty great and for us an inspiration technically, but we also believe it's too difficult for the non-technical population. But we're targeting a reduced easy to use …

  21. comment
    Comment #26440335

    Absolutely! Both items actually have come up during our alpha and we're going to add them. Roadmap is not up-to-date but we have started collecting feedback and feature requests he…

  22. comment
    Comment #26440191

    We're using the blockchain to register unique usernames, drive addresses and store drive memberships (public keys) so there is no central database required to keep the system up an…

  23. comment
    Comment #26440080

    You're using the Diode CLI clients, it gives direct and raw access to the relay network. If you want to try "Diode Drive" you've to get the download link above that.

  24. comment
    Comment #26440049

    Hey, cofounder here, thanks for the interest. We just released our beta and I'm happy to answer any questions / take them to improve our site/docs. Here a couple of answers on ques…

  25. comment
    Comment #26340891

    But why do strlen() at all? And why are all platforms (Linux, Windows, MacOS) seemingly doing that? I think you're right that there is no upper bound but it shouldn't be necessary …