Viewing profile — oivey
oivey
HN member- Joined
- Sun, Jun 30, 2019, 9:05 PM UTC
- HN karma
- 2,001
- Public activity
- 565 items
- HN profile
- View on Hacker News ↗
About oivey
No profile information was provided.
Recent public activity
-
comment
Comment #49105953
I guess people doing night school maybe? That’s pretty clearly not what this is.
-
comment
Comment #48701205
Will the intelligent agents be plugging the infected USB sticks in?
-
comment
Comment #48430469
Bonkers to call college graduates deadbeats. These aren’t addicts or slackers. They had to have some level of achievement their whole lives and managed to finish a degree.
-
comment
Comment #48430416
Getting on disability is insanely difficult and pays jack shit. That is not a US equivalent by any measure.
-
comment
Comment #48091405
> Excess solar power generated by ordinary consumers is probably being priced correctly Do you have any evidence for this position? Is this just regulations giving you bad vibes? I…
-
comment
Comment #47988088
No? Christianity, for example, has changed massively over time. You can pick any denomination, and it’s true. You can also look at new religions, denominations, or sects popping up…
-
comment
Comment #47903730
[dead]
-
comment
Comment #47891306
At a certain point, grades become arbitrary and won’t necessarily select for the best candidates. Obviously the current system doesn’t, either. The actual solution is to increase t…
-
comment
Comment #47789240
It’s free, but it’s not like they’re running Gmail as a charity, either. It has revenue and contributes to their other businesses.
-
comment
Comment #47070195
Even that is arguably not lucky, it just followed a non-obvious trajectory. Graphics uses a fair amount of linear algebra, so people with large scale physical modeling needs (among…
-
comment
Comment #47056829
Again, the old car comparison is demonstrably untrue. To put the same example forward, computer modeling has wildly changed and accelerated car design in ways that were impossible …
-
comment
Comment #47048531
> You are getting a multi-million dollar truck for $50k. You’re not, though, because that truck never did and never could exist. A modern F-150 isn’t a 70s F1 car made cheap by new…
-
comment
Comment #47044698
I don’t think this is true. Advancements in technology often make things possible that previously were not at any price. Engines, for example, are better than ever in part due to c…
-
comment
Comment #47030261
That is a low n, but I’m not sure what the alternative is. Surely random anecdotes (n=1) are even less powerful?
-
comment
Comment #46895269
That’s a strange comparison to make. Those are entirely different sectors and sorts of engineering projects. In this example, also, SpaceX built all of that on Earth. Why not do th…
-
comment
Comment #46886852
Lockheed, Boeing, Northrop, Raytheon, and all the others are private companies, too. NASA and others generally go through contractors to build things. SpaceX is on the dole just li…
-
comment
Comment #46886740
The satellite is built on Earth, so I’m not sure how it dodges any of those regulations practically. Why not just build a fully autonomous, solar powered datacenter on Earth? I gue…
-
comment
Comment #46746988
A truck is sluggish because of its weight and inertia. It’s a law of nature. What law of nature is making Gitlab slow?
-
comment
Comment #46648962
Besides what all these other commenters are saying, probably many of the people running these small lunch shops in Japan are the owners, not waged employees. On top of that, that b…
-
comment
Comment #46648078
> If you were open every day of the year and assume no seasonality, that means your first 49 orders every day go just to regulatory fees. This looks crazy because it is incorrect. …
-
comment
Comment #46473827
$250k per house is an absolutely insane level of mismanagement.
-
comment
Comment #46460704
I'm not sure it's common knowledge, but it is general knowledge. Not all HNers are writing web apps. Many may be writing truly compute bound applications. In my experience writing …
-
comment
Comment #46458950
No one is suggesting “wasting time on non problems.” You’re tilting at windmills.
-
comment
Comment #46457819
These are the metrics underneath it all. Profiles tell you what parts are slow relative to others and time your specific implementation. How long should it take to sum together a m…
-
comment
Comment #46457492
It isn’t what you said. If you want, you can write your own matmul in Numba and it will be roughly as fast as similar C code. You shouldn’t, of course, for the same reason handroll…