Viewing profile — extrabajs
extrabajs
HN member- Joined
- Sat, Jun 25, 2016, 8:00 AM UTC
- HN karma
- 44
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About extrabajs
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #48921588
I guess you get to choose between reviewing it yourself or wasting someone else’s time
-
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.
-
comment
Comment #47570629
Not really, no.
-
comment
Comment #47567172
A control? This is just a list of incidents, not an experiment.
-
comment
Comment #47341103
You mean like consoles?
-
comment
Comment #46293874
> lacking the skill set to leverage AI It possible that your job is simply not that difficult to begin with?
-
comment
Comment #46201791
> They were very inconvenient. They were also very affordable!
-
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.
-
comment
Comment #45672359
Statistically significant... sample size? Support the hypothesis?
-
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…
-
comment
Comment #44195735
Guessing from the text that they’re running the (interactive) bytecode compiler + interpreter version of OCaml, which is much slower.
-
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…
-
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?
-
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.
-
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…
-
comment
Comment #40938125
Can you name one that had a 24-bit palette?
-
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…
-
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…
-
comment
Comment #40485130
It sounds more like a cautionary tale against bypassing APIs. What part of this is related to formal verification?