Viewing profile — okhobb
okhobb
HN member- Joined
- Wed, May 14, 2014, 6:00 PM UTC
- HN karma
- 78
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About okhobb
No profile information was provided.
Recent public activity
-
comment
Comment #48716192
It seems naive to suppose you might get an LLM to admit it is one just in a HN comment exchange.
-
comment
Comment #47760034
The purpose of prediction markets is to communicate insider knowledge.
-
comment
Comment #46833531
Is CEO likeability a reliable predictor?
-
comment
Comment #46739623
I'll give that and agree the underlying is a quibble.
-
comment
Comment #46731810
Pretty sure Ramp uses Elixir.
-
comment
Comment #46114292
No one is forcing you to give birth in a hospital. Rational people do it at home all the time to this day.
-
comment
Comment #46067141
Figma is also one dude.
-
comment
Comment #46067133
I'm sure if the original developer bothered to show up again he could fix it in a weekend.
-
comment
Comment #46067116
HN users want to know if you're allowed to host the whole Internet on it.
-
comment
Comment #45809597
My favorite part about Ocaml is the type checker fwiw. Pretty much as soon as I appease it I'm guaranteed a 'working' program that usually does what I intended.
-
comment
Comment #45535975
Wait until you hear about how much wealth Salomon Bros extracted from the market.
-
comment
Comment #45535272
I suspect the root argument is really against the efficacy of markets and capitalism as a useful system for humanity, in which case I say that is a fair debate. The benefits are ha…
-
comment
Comment #45259147
Lol same. Wasn't there something like it in System 7 that also got deprecated. I think back then it was called "Launcher" ... https://apple.fandom.com/wiki/Launcher Launching seems…
-
comment
Comment #42998104
How does this play out? They pay a fine? Tim Cook is extradited? Something in between?
-
comment
Comment #38230388
'Expert C Programming: Deep C Secrets' by Peter van der Linden
-
comment
Comment #37318531
Is the voltage the reason power lines are buried in Europe? I do wish we would do so in the US.
-
comment
Comment #35141130
Correct. It would be hard to find a stock where some combination of these players were not the largest shareholders based on the aggregation of all their managed funds.
-
comment
Comment #35116734
This might be downvoted due to the FED finger point, but that aside it is exactly right. A responsible banker would have invested in floating-rate securities or hedged the fixed-ra…
-
comment
Comment #34475559
Pretty sure the Fed "wants" to bring up unemployment. I.e. make wage inflation decrease. To put it another way, they want everyone to feel more poor so they spend less frivolously.…
-
comment
Comment #34205590
I've found NestJs to be a very thoughtful application framework. I'd argue it demonstrates pro-level typescript coding. https://github.com/nestjs/nest
-
comment
Comment #33543167
> My concern is how much funding FTX and SBF in particular were giving to EA/AGI Safety research labs and charities. Did a malicious AI orchestrate this downfall?
-
comment
Comment #32273470
Rich people got them in the 1890s. $10 a "roll" back then; ~$300 today. You had to mail the camera back to Kodak to get the film developed. https://web.archive.org/web/200903062214…
-
comment
Comment #31964364
Try checking out the options: refetchInterval: false, refetchOnMount: false, refetchOnWindowFocus: false, refetchOnReconnect: false, staleTime: Infinity, I was similarly surprised …
-
comment
Comment #31857368
This is a strawman and no one would actually design a messaging app using a NoSQL db like that. Typically one would employ a strategy to fan-out data such that the message document…
-
comment
Comment #31736071
I generally prefer keeping all the configuration in as few languages as possible and preferably in a single language. Adding filesystem-based config where a config option object in…