HackerLangs
TopNewTrendsCommentsPastAskShowJobs

jonatron

3,381 karmajoined 14 năm trước

Submissions

Ask HN: Who is running the abusive scrapers?

9 points·by jonatron·Hôm kia·2 comments

Home Energy Model (Hem) Engine Written in Rust

github.com
2 points·by jonatron·28 ngày trước·1 comments

Octopus Energy's Agile Prices

agileprices.co.uk
5 points·by jonatron·3 tháng trước·0 comments

Who Can Handle a Loop?

jonatron.github.io
1 points·by jonatron·6 tháng trước·0 comments

Python: Tprof, a Targeting Profiler

adamj.eu
87 points·by jonatron·6 tháng trước·10 comments

Em Dash in Reddit Comments, Interactive

intervolz.com
3 points·by jonatron·7 tháng trước·9 comments

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

community.atlassian.com
11 points·by jonatron·7 tháng trước·3 comments

Em Dash in Reddit Comments

jonatron.github.io
19 points·by jonatron·7 tháng trước·20 comments

[untitled]

1 points·by jonatron·9 tháng trước·0 comments

Council to introduce facial recognition CCTV

bbc.co.uk
2 points·by jonatron·10 tháng trước·0 comments

comments

jonatron
·5 ngày trước·discuss
Apples and oranges, or chalk and cheese. Why would you say apples and potatoes?
jonatron
·22 ngày trước·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 ngày trước·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 ngày trước·discuss
Have you looked at used servers from eBay / bargain hardware / ETB tech etc?
jonatron
·26 ngày trước·discuss
From memory, OVH and Scaleway are similar to Hetzner
jonatron
·2 tháng trước·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 tháng trước·discuss
I only remember that station because of the weird road
jonatron
·2 tháng trước·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 tháng trước·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 tháng trước·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 tháng trước·discuss
I'm surprised there's no mention of hot drinks in the morning.
jonatron
·3 tháng trước·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 tháng trước·discuss
If you look at the uptime graph, it's probably more newsworthy when it's up, not down.
jonatron
·3 tháng trước·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 tháng trước·discuss
Batteries are getting affordable too - Fogstar do a 16kWh battery for around £2000. Plus, grid scale iron-air batteries sound promising.
jonatron
·3 tháng trước·discuss
Demand response for things like hotel air conditioning is a thing: https://www.bbc.co.uk/news/science-environment-23343211
jonatron
·3 tháng trước·discuss
Iron air batteries sound promising
jonatron
·4 tháng trước·discuss
https://www.bgelectrical.uk/uk/circuit-protection/devices/rc... Right there, both bidirectional and unidirectional breakers.
jonatron
·4 tháng trước·discuss
Crude oil is over $100/barrel now, affecting almost everyone everywhere.
jonatron
·5 tháng trước·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.