HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jonatron

3,381 karmajoined 14년 전

Submissions

Ask HN: Who is running the abusive scrapers?

9 points·by jonatron·그저께·2 comments

Home Energy Model (Hem) Engine Written in Rust

github.com
2 points·by jonatron·28일 전·1 comments

Octopus Energy's Agile Prices

agileprices.co.uk
5 points·by jonatron·3개월 전·0 comments

Who Can Handle a Loop?

jonatron.github.io
1 points·by jonatron·6개월 전·0 comments

Python: Tprof, a Targeting Profiler

adamj.eu
87 points·by jonatron·6개월 전·10 comments

Em Dash in Reddit Comments, Interactive

intervolz.com
3 points·by jonatron·7개월 전·9 comments

Bitbucket cleanup of free unused workspaces: what you need to know

community.atlassian.com
11 points·by jonatron·7개월 전·3 comments

Em Dash in Reddit Comments

jonatron.github.io
19 points·by jonatron·7개월 전·20 comments

[untitled]

1 points·by jonatron·9개월 전·0 comments

Council to introduce facial recognition CCTV

bbc.co.uk
2 points·by jonatron·10개월 전·0 comments

comments

jonatron
·5일 전·discuss
Apples and oranges, or chalk and cheese. Why would you say apples and potatoes?
jonatron
·22일 전·discuss
Clicking "Try Aske for free" takes you straight to it, no sign up! I usually avoid clicking these buttons because they usually take you to a sign up form.
jonatron
·26일 전·discuss
Yeah it doesn't look good. Idk your requirements but this is one of the better deals I could find https://www.ebay.co.uk/itm/126986603191 . For used eBay servers it's always worth making an offer rather than Buy it Now.
jonatron
·26일 전·discuss
Have you looked at used servers from eBay / bargain hardware / ETB tech etc?
jonatron
·26일 전·discuss
From memory, OVH and Scaleway are similar to Hetzner
jonatron
·2개월 전·discuss
Recently, I had some data for which I wanted some graphs. I uploaded the .jsonl file, and prompted "make a html page and graph this data using plotly". I wanted a report, and got a report, quicker than I could have made it myself.
jonatron
·2개월 전·discuss
I only remember that station because of the weird road
jonatron
·2개월 전·discuss
I'm not sure this is true in the UK at least, which may be because the grid operator is conservative / cautious https://www.energy-storage.news/uk-grid-forming-batteries-mi...
jonatron
·2개월 전·discuss
Old power station turbines can be repurposed as inertia services via a stability market. Example in the UK: https://www.neso.energy/news/deeside-power-station-begins-wo...
jonatron
·3개월 전·discuss
I find the scale of some companies hard to understand, they're laying off multiples of the total number of employees of the largest company I've worked at.
jonatron
·3개월 전·discuss
I'm surprised there's no mention of hot drinks in the morning.
jonatron
·3개월 전·discuss
They announced they're thinking about amending regulations to allow plug in solar at some point. Hopefully something eventually actually gets done.
jonatron
·3개월 전·discuss
If you look at the uptime graph, it's probably more newsworthy when it's up, not down.
jonatron
·3개월 전·discuss
> If you had a big enough battery, could you sell electricity back to the grid later? Get paid to charge the battery, get paid to discharge the battery?

Yes, some people do this. There's even a startup built around the idea: https://www.axle.energy/
jonatron
·3개월 전·discuss
Batteries are getting affordable too - Fogstar do a 16kWh battery for around £2000. Plus, grid scale iron-air batteries sound promising.
jonatron
·3개월 전·discuss
Demand response for things like hotel air conditioning is a thing: https://www.bbc.co.uk/news/science-environment-23343211
jonatron
·3개월 전·discuss
Iron air batteries sound promising
jonatron
·4개월 전·discuss
https://www.bgelectrical.uk/uk/circuit-protection/devices/rc... Right there, both bidirectional and unidirectional breakers.
jonatron
·4개월 전·discuss
Crude oil is over $100/barrel now, affecting almost everyone everywhere.
jonatron
·5개월 전·discuss
You could first calculate the distance of the first n bits (eg: 64, one popcountll) as a first pass, then calculate the full distance for candidates over a threshold from the first pass. It makes it approximate, but depending on the application it can be worth it.