HN user

robhlt

404 karma
Posts3
Comments66
View on HN

Air conditioners don't need to use fossil fuels. Solar power and AC work really well together because peak solar energy is exactly when you need AC the most.

No heat is created either, that would explicitly violate the first law of thermodynamics. An air conditioner powered by solar energy (or anything solar powered) ends up releasing the exact same amount of "excess" heat as the sunlight would have if it hadn't been absorbed by the panels.

It's a bit niche, but Steam can download games from another PC running Steam on your local network. 2.5GbE on both PCs makes that a lot faster.

Your coop building is on the unfair side of the "eclectic sometimes regressive" property tax calculation the parent comment mentions. Large (10+) multi-family rental properties are taxed at a much higher rate than single-family and 2-4 family properties. Correcting this imbalance would lower property taxes on your coop building while still raising overall tax revenue for the city.

My problems are mostly with the language servers. I've always found them to be slower, consume more resources, and provide worse results compared to the equivalent JetBrains IDE. I've tried Python, Rust, and Go within the last few months and found this is still the case. Go is the worst of them, on larger repos gopls will easily consume 3-4x more memory than GoLand with far worse responsiveness on completions.

Plaid's login flow also requires a 2FA code if your bank requires it. The same 2FA code that banks say to never provide to anyone else.

They're literally proxying the bank's login page just like a phishing site would, and I assume they're also selecting the "trust this computer" option so their access is more persistent. My bank does require re-2FA for larger transfers, but there's still a lot of damage I can do on a "trusted" computer without triggering another 2FA prompt.

The same metrics any site uses to identify bot behavior. It's a closely guarded secret because if the attackers knew what metrics they used the attackers would know how to not get caught.

Another reply pointed out that AdNauseam just makes an http request to simulate a "click" and throws away the response. A real click would load and execute the response so it's trivially easy for ad networks to detect AdNauseam "clicks".

Basically zero ads are just static images with a link, they're dynamically loaded by JS when you open the page. The JS collects as much tracking data about you as it can, sends that off to the ad network servers which run a live auction to determine who will pay the most to show an ad to you right now, then returns that ad for the JS to display.

AdNauseam not loading the response to the "click" request makes it trivially easy to flag as fraudulent, because a real click would load and run the response.

The Dangerous Vehicle Abatement Program was meant to deal with drivers like this, but it was allowed to expire in 2023 after the NYC DOT failed to actually implement it.

The program allowed the DOT to make drivers with more than 15 speed camera or 5 red light camera tickets in a year to take a safe driving course or have their car siezed. The DOT only took action against a small fraction of eligible offenders however.

More: https://nyc.streetsblog.org/2023/09/22/analysis-dangerous-ve...

What leads you to believe $12B includes normal things that would be spent regardless? The source of that quote makes no such claim. They have every incentive to quote as low a price as they can reasonably defend, and it would be very easy to defend a quote that only includes new and additional expenses that are directly attributed to the war.

More like signaling that a specific human wrote it themselves instead of one of their human assistants. The article is mostly about emails from the Epstein files so non-human authorship wasn't really a possibility at the time they were written.

All that Corporate IT stuff can work on Linux, we just have to start demanding Linux for them to put in the effort. Macs used to be in the same position, Corporate IT only knew how to manage Windows so that's what everyone got. Eventually the ability to use a Mac became enough of a recruitment draw that they had to make it work. The same thing can happen with Linux.

GCC's build process does this. GCC is built 3 separate times, starting with the host compiler, then with the compiler from the previous step. If the output of stage 2 and 3 do not match the build fails.

I'm (mostly) a believer too, and I think AI makes using and improving these existing frameworks and libraries even easier.

You mentioned matplotlib, why does it make sense to pay for a bunch of AI agents to re-invent what matplotlib does and fix bugs that matplotlib has already fixed, instead of just having AI agents write code that uses it.

It's nice that AI can fix bugs fast, but it's better to not even have bugs in the first place. By using someone else's battle tested code (like a framework) you can at least avoid the bugs they've already encountered and fixed.

Shooting the driver of a car that's driving at you is not self defense. Cars don't instantly stop if the driver is incapacitated. You'll likely make the situation even worse because the incapacitated driver's foot will press the accelerator down (exactly what happened here). If your actual intent is to defend yourself the only move that makes any sense is to get out of the way.