HackerTrans
TopNewTrendsCommentsPastAskShowJobs

erpellan

no profile record

comments

erpellan
·قبل 15 يومًا·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 يومًا·discuss
There was: Heroku

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