Viewing profile — joneholland
joneholland
HN member- Joined
- Thu, Nov 13, 2014, 10:18 PM UTC
- HN karma
- 674
- Public activity
- 197 items
- HN profile
- View on Hacker News ↗
About joneholland
No profile information was provided.
Recent public activity
-
comment
Comment #40545641
I can’t think of a single time where my backend was literally just a crud api over entities. These toys fall apart beyond a hello world app. No validation, no authorization, no aut…
-
comment
Comment #40428691
The last few products from Sierra were a far cry from great. Kings Quest 8 was shambles.
-
comment
Comment #39952589
I wonder how FPGAs handle cosmic radiation.
-
comment
Comment #39866285
Easier horizontal scaling and organizational inertia would be the main reasons to use mongo over a jsonb column. I wouldn’t introduce it to a psql shop if they are already great at…
-
comment
Comment #39865683
Applications that are essentially form wizards are a great fit for a document database. Think application forms etc.
-
comment
Comment #39849922
I frequently tell people that Go is my least favorite language for reasons like this and the response is often some form of the no true Scotsman fallacy.
-
comment
Comment #39794510
I spent 3 years trying to run a marathon but I mostly stick to 5ks.
-
comment
Comment #39095402
This “I did my own research” pseudoscience has no reason to be on hackernews.
-
comment
Comment #38776211
You haven’t written anything of substance but antivax fearmongering.
-
comment
Comment #38756754
I had a 90s Daihatsu Charade back in the day. Didn’t even know they were still in production.
-
comment
Comment #38595397
Many good memories using geo works ensemble in the early 90s.
-
comment
Comment #38358707
This comment was written by ChatGPT ^
-
comment
Comment #37976865
I did. Your concern about data needing to be isolated due to regulation doesn’t require you to make a complete copy of the code.
-
comment
Comment #37976370
Deployments != unique codebases.
-
comment
Comment #37949712
From what I can tell, convoy has not filed for bankruptcy protection yet, which indicates that after dumping the load of their payroll, they believe they can remain solvent long en…
-
comment
Comment #37949689
The COO was fired as the CEO of Expedia after a very short and disastrous run after Dara left to go run Uber.
- comment
-
comment
Comment #37890169
This isn’t even AI. This is just low budget VFX. Something that has been done since the 90s.
-
comment
Comment #37824160
It’s a huge scam. I’ve seen a tear down and the only thing inside the box is ballast and a circuit to drive a LED.
-
comment
Comment #37811899
Not defending FTX here, but I think everyone is jumping to a conclusion that this function is used for display purposes only and not to persist the amount that another process then…
-
comment
Comment #37803230
I randomly used that game as a test rom when I wrote my nes emulator and was pulling my hair out in why the HUD wasn’t rendering until I realized I needed to implement the APU as w…
-
comment
Comment #37717094
The amount in water is at a safe dilution and only conspiracy theory fear mongers say otherwise.
-
comment
Comment #37716677
Don’t spread that conspiracy nonsense. It doesn’t belong here.
-
comment
Comment #37716626
Did they control against non diet soda drinkers or non soda drinkers in general? Wasn’t clear from reading the summary. There’s a whole lot of other indicators that could be linked…
-
comment
Comment #37580102
The 6502 has variable length encoding, each opcode is associated with a half dozen addressing modes that determine what to do with the following bytes. In my implementation I usual…