Live data from Hacker News

Viewing profile — extrabajs

extrabajs

HN member
Joined
Sat, Jun 25, 2016, 8:00 AM UTC
HN karma
44
Public activity
20 items

About extrabajs

No profile information was provided.

Recent public activity

  1. comment
    Comment #49229350

    > I feel that the starting point of the experiment is a bit flawed This is from the first paragraph in the abstract: > Exogenous melatonin has been shown to improve sleep in indivi…

  2. comment
    Comment #48921588

    I guess you get to choose between reviewing it yourself or wasting someone else’s time

  3. comment
    Comment #47570745

    I don’t think this is a good comparison. Ada (on which Spark is based) has every safety feature and guardrail under the sun, while C++ (or C) has nothing.

  4. comment
    Comment #47570629

    Not really, no.

  5. comment
    Comment #47567172

    A control? This is just a list of incidents, not an experiment.

  6. comment
    Comment #47341103

    You mean like consoles?

  7. comment
    Comment #46293874

    > lacking the skill set to leverage AI It possible that your job is simply not that difficult to begin with?

  8. comment
    Comment #46201791

    > They were very inconvenient. They were also very affordable!

  9. comment
    Comment #46201785

    They must’ve had a really robust kind of CDs wherever you lived, then. Like everyone else, I wore out a lot of discs simply by storing them outside their case.

  10. comment
    Comment #45672359

    Statistically significant... sample size? Support the hypothesis?

  11. comment
    Comment #44217262

    What is Fig. 1 showing? Is it the value of the integral compared with two approximations? Would it not be more interesting to show the error of the approximations instead? Asking f…

  12. comment
    Comment #44195735

    Guessing from the text that they’re running the (interactive) bytecode compiler + interpreter version of OCaml, which is much slower.

  13. comment
    Comment #44048542

    I see what you mean. But would you not experience the same sort of issue simply from redefining types in the same way? It seems this kind of destructive operation (whether on types…

  14. comment
    Comment #44044827

    I don’t see the connection to dependent types. But anyway, is ‘redef’ part of your language? What type would you give it?

  15. comment
    Comment #41149288

    One point that the article is trying to make is that even something in PRF can give rise to a very long-running computation.

  16. comment
    Comment #40952587

    I agree. Logitech makes some products with replaceable batteries: I have an Ergo M575 trackball (their low-cost trackball) and it uses a single AA battery that lasts over a year fo…

  17. comment
    Comment #40938125

    Can you name one that had a 24-bit palette?

  18. comment
    Comment #40934458

    I feel like there’s way too much color for this to be ‘retro’. It seems you are limited to using 16 colors at once, but those colors are drawn from a 24-bit palette unless I’m miss…

  19. comment
    Comment #40662951

    The problem isn’t that the type inference can’t figure out that it’s a number (it can). Subtyping makes inference difficult. There may be a function somewhere which takes arguments…

  20. comment
    Comment #40485130

    It sounds more like a cautionary tale against bypassing APIs. What part of this is related to formal verification?