HackerTrans
トップ新着トレンドコメント過去質問紹介求人

erpellan

no profile record

コメント

erpellan
·15 日前·議論
Most British people don’t respond well to attempts to cow them. They refuse to be cowed! To allow oneself to be cowed would be cowardly. To do so would have one accused of cowardice, of being a coward.
erpellan
·27 日前·議論
There was: Heroku

It was glorious.
erpellan
·2 か月前·議論
I meant the social media platforms. If HN charged a fee for posting and commenting it doesn’t matter how cheap the AI models are, it’d be punishingly expensive to sling slop.
erpellan
·2 か月前·議論
Invert the economics. Right now there is value in posting LLM generated content that is more than the cost of using the model.

If platforms had a subscription model that you had to pay for in order to do more than just read comments, there’d be a lot less LLM content. There would also be a lot less of all content. But maybe that’s the price you pay (literally) to get rid of AI slop.
erpellan
·2 か月前·議論
Tell it like it is, sis.
erpellan
·3 か月前·議論
If we just put enough effort in and write the right spec/prompt/design then the programmers/llms/plug compatible coding units will produce the correct output first time!

Closing feedback loops. That’s the whole thing. WE Deming would have recognised agile (little a) as a PDCA system and approved.
erpellan
·3 か月前·議論
Am I missing something or would this be solved by adding a 1 byte `msg` field to the payload?
erpellan
·4 か月前·議論
Making charcoal releases CO2 though? How does that help with carbon capture?
erpellan
·5 か月前·議論
The standard pattern to avoid select for update (which can cause poor performance under load) is to use optimistic concurrency control.

Add a numeric version column to the table being updated, read and increment it in the application layer and use the value you saw as part of the where clause in the update statement. If you see ‘0 rows updated’ it means you were beaten in a race and should replay the operation.
erpellan
·5 か月前·議論
But you’re not getting slower and slower for every car. Lets say 100 cars pull in front of you, and let’s be say each car adds 5 metres of space, so you have 500 metres of ‘lost’ space to regain.

At 30 mph how much later will you be? 37 seconds.

I’ll take that trade.
erpellan
·7 か月前·議論
You might also enjoy Janet https://janet-lang.org/
erpellan
·8 か月前·議論
Unfortunately for the vast majority of people, it absolutely is some kind of magic.
erpellan
·9 か月前·議論
It’s always DNS! Except when it’s the firewall.
erpellan
·9 か月前·議論
You do indeed use JOINS. The goal is to retrieve exactly the data you require in a single query. Then you get the DB to `EXPLAIN VERBOSE` or similar and ensure that full table scans aren't happening and that you have indexed the columns the query is being filtered on.
erpellan
·4 年前·議論
“We collected data all summer long, from all over California. Nobody pressed the defrost button! Guess we can get rid of that”

Touchscreens for any functions related to operating the vehicle should be regulated out of existence IMO. It’s a car not a phone.

The optimisation function should be how much you can do without needing to look away from the road.