HackerTrans
TopNewTrendsCommentsPastAskShowJobs

erpellan

no profile record

comments

erpellan
·15 days ago·discuss
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 days ago·discuss
There was: Heroku

It was glorious.
erpellan
·2 months ago·discuss
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 months ago·discuss
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 months ago·discuss
Tell it like it is, sis.
erpellan
·3 months ago·discuss
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 months ago·discuss
Am I missing something or would this be solved by adding a 1 byte `msg` field to the payload?
erpellan
·4 months ago·discuss
Making charcoal releases CO2 though? How does that help with carbon capture?
erpellan
·5 months ago·discuss
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 months ago·discuss
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 months ago·discuss
You might also enjoy Janet https://janet-lang.org/
erpellan
·8 months ago·discuss
Unfortunately for the vast majority of people, it absolutely is some kind of magic.
erpellan
·9 months ago·discuss
It’s always DNS! Except when it’s the firewall.
erpellan
·9 months ago·discuss
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 years ago·discuss
“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.