Live data from Hacker News

Viewing profile — babyloneleven

babyloneleven

HN member
Joined
Sat, Oct 13, 2018, 9:30 PM UTC
HN karma
50
Public activity
44 items

About babyloneleven

No profile information was provided.

Recent public activity

  1. comment
    Comment #20656172

    This app exists, it's called indrive

  2. comment
    Comment #20650729

    VSCode (and Atom) feels like an Emacs with Javascript instead of Lisp anyway

  3. comment
    Comment #20641085

    They make many useful websites unusable though. And when you whitelist you're then vulnerable, because there's no way to know some Javascript doesn't contain an exploit (do you run…

  4. comment
    Comment #20624369

    Also https://en.m.wikipedia.org/wiki/End-to-end_auditable_voting_...

  5. comment
    Comment #20624356

    There are crypto schemes that can solve those problems. Some work with paper ballots as well. https://en.m.wikipedia.org/wiki/ThreeBallot

  6. comment
    Comment #20598236

    Your examples are garbage logic because array overruns are so harmful that they should be hard errors. Of course, this requires a runtime cost, that can be elided in most cases by …

  7. comment
    Comment #20592527

    How is Python non-Algol?

  8. comment
    Comment #20569947

    Sometimes it's not worth to optimize too farther from the current local optimum. UI designers have a "budget" for weirdness and unfamiliar conventions and must spend it wisely

  9. comment
    Comment #20554997

    Also, if you rely on a third party to do identification for you, you simply don't need a blockchain. Blockchain is heavily constrained by the vital requirement of not trusting any …

  10. comment
    Comment #20545989

    In some sense it's the contrary.. the typeclass hierarchy has a lot of idealism that won't fly in Haskell's comparatively pragmatic Prelude (DivisionRing? Really?) They even backtr…

  11. comment
    Comment #20540469

    This is achieved merely by following the rules. But what are the most appropriate rules? It depends on the taste of the logician

  12. comment
    Comment #20475748

    I also grew up with racists and homophobes. Actually my mom is the most racist person I know. Should I be happy with it?

  13. comment
    Comment #20473084

    https://www.theguardian.com/technology/2014/jun/29/facebook-... is concerning

  14. comment
    Comment #20468891

    Survivorship bias. The ones that broke aren't around to compare.

  15. comment
    Comment #20468561

    The rayon crate has a global state: the entire program must use the same thread pool, even if different crates depend on different rayon versions. It uses a Cargo feature meant to …

  16. comment
    Comment #20468519

    You are the site owner. The bouncer works for you. Your users didn't hire the bouncer and don't want to be tracked. Secretly, the bouncer may use this data for nefarious purposes. …

  17. comment
    Comment #20445117

    This is cruel. Someone that is donating should think about the welfare of the recipients. Otherwise it's just massaging one's own ego.

  18. comment
    Comment #20261191

    Typescript's type system is unsound by design. And it doesn't have the sophistication of Haskell. So it isn't that similar IMO

  19. comment
    Comment #20121929

    Well, it is if you are deaf.

  20. comment
    Comment #20068354

    I hope DO's CTO review your case too.

  21. comment
    Comment #19990934

    Rust has Redox (desktop focused) and TockOS (embedded). I happen to (wishfullly) think the next major OS will have capability-based permissions at the core level, a model a bit lik…

  22. comment
    Comment #19972913

    There is no open source license like that.

  23. comment
    Comment #19971250

    Of course I trust China more. China never militarily supported a coup in my country.

  24. comment
    Comment #19970185

    Hey it's not senseless. Rust doesn't have subtyping (except for lifetimes), and specially not subtyping between a parent class and its child. This is on purpose. Subtyping is requi…

  25. comment
    Comment #19873124

    Can you use views or other feature to tie together a table and its mapping table into a single view?