Live data from Hacker News

Viewing profile — BaronSamedi

BaronSamedi

HN member
Joined
Fri, Jul 29, 2016, 12:12 PM UTC
HN karma
294
Public activity
142 items

About BaronSamedi

No profile information was provided.

Recent public activity

  1. comment
    Comment #31703367

    If any of the alternative search engines would offer this and a feature to block pages with affiliate links--like those "review" sites--I would be happy to pay for them. They need …

  2. comment
    Comment #29681898

    It is possible to agree that content creators should be paid and that ads are bad. Substack, for example, allows you to pay and doesn't have ads. Ads are one business model, not th…

  3. comment
    Comment #29591113

    Thanks to the magic of modus tollens, absence of evidence can indeed be evidence of absence. "A 100kt nuclear bomb just went off in your front yard!" Me, looking out the window, no…

  4. comment
    Comment #29251859

    "The point of experts is they have thought about a field more and are better at making sound arguments in that field." This is an excellent point. It is so good that I think it may…

  5. comment
    Comment #29251662

    Ironically, if we apply your first statement generally you are likely excluding yourself from the debate. "If you are not a logician your opinion on fallacies doesn't matter at all…

  6. comment
    Comment #28097453

    I thought his statement that all requirements should have a name assigned to them was very good as well.

  7. comment
    Comment #27289421

    I agree with you. The idea that using e-prime makes one's writing more clear isn't a "fallacy". People might disagree but it's hardly fallacious. There are many items in this list …

  8. comment
    Comment #26302369

    For your home network DNS: a server with dnsmasq -> stubby -> DNS over TLS -> NextDNS works quite well. Fast with dnsmasq caching and reasonably secure, plus NextDNS can block unwa…

  9. comment
    Comment #26063893

    The governor of Nevada is proposing exactly this. https://apnews.com/article/legislature-legislation-local-gov... Autonomous zones appear to be leaving the realm of science fiction…

  10. comment
    Comment #25612605

    After many years working with these tools I agree. Declarative and template DSLs are OK for basic things but you quickly bump into their limitations when you want to do advanced co…

  11. comment
    Comment #25485747

    Scalability is just one reason for using serverless. There are many others. Most of which have to do with being able to focus on the part of your code that actually does something …

  12. comment
    Comment #25416513

    One rarely discussed effect of drug legalization is that pharmaceutical companies would start developing recreational drugs. I expect they would create milder versions of current d…

  13. comment
    Comment #25301606

    Your are conflating what is practical with what is true in logic and argumentation. It is practical to accept our doctor's diagnosis because we trust that the medical system produc…

  14. comment
    Comment #25091948

    My first thought when reading the article was, how about CORBA? The author makes no attempt to explain why CORBA and SOAP/WSDL failed so their recommendation has very little merit.…

  15. comment
    Comment #24330409

    Lumpers vs Splitters is a fun categorization. When I see a group of things categorized I view it as a set partition and I wonder what equivalence relation is being used to distingu…

  16. comment
    Comment #24168069

    It cost a bit more but not, for us, excessively more. A big upside was that we no longer had to tinker with docker and especially kubernetes. This allowed us to focus almost entire…

  17. comment
    Comment #24168024

    I would play that. Your comment makes me wonder why policy simulators don't already exist, or maybe they do and I am unaware of them. Such a simulator would have to be able to hand…

  18. comment
    Comment #24155808

    This is an excellent comment. Thinking about laws or policies as dynamic processes with various feedback loops and side-effects offers a better model than the usual static approach…

  19. comment
    Comment #24155619

    We migrated from containers to serverless (Azure Functions in our case). This removed a large amount of complexity from our architecture and we are pleased with the result. It is a…

  20. comment
    Comment #23964134

    Academia is not unique in this regard. Superficial metrics have been introduced into many fields with similar results. Warnings about the danger of metrics have been ignored. Campb…

  21. comment
    Comment #23881707

    There is a scene in The Simpsons where TV stops working and the children suddenly have to go outside and play. Great happiness ensues. That is exactly the scene I imagine if Twitte…

  22. comment
    Comment #23738677

    Since this is a widely held view, it is worth debating. I would argue for a contrary position: 1) every organization has an ethical responsibility, and 2) corporations not only do …

  23. comment
    Comment #23360720

    Good points but I think it would be accurate to say that Docker solved a developer problem. But developers are only part of the story. Does Kubernetes solve the business' problem? …

  24. comment
    Comment #23360503

    This reminds me of my wish to see a unified theory (and notation) that encompasses formal logic and probability. On their own, each is lacking. A unified system, for example, in wh…

  25. comment
    Comment #23321668

    I think of the current neural net based approaches as more "artificial instinct" than "artificial intelligence". The goal of the older, expert system AI paradigm was to create soft…