Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aaronmdjones
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aaronmdjones
5d ago
The UK has Dinorwig power station, a pumped hydro station capable of storing over 9 GWh of energy. This alone rivals the entire combined 10.5 GWh of battery storage across the whole country. It certainly seems much more feasible when you ha
2.
▲
by
aaronmdjones
6d ago
Some of their customers have even asked them to redesign their cameras so they don't look like Flock cameras.
3.
▲
by
aaronmdjones
15d ago
No. Your calculated landing speed doesn't change depending on the winds, so you'll always be touching down at roughly the same airspeed for the same aircraft type, weight, and flap setting. Touching down with a headwind just means
4.
▲
by
aaronmdjones
15d ago
Correct. See e.g.: https://www.businessinsider.com/3-aircraft-fly-new-york-to-l...
5.
▲
by
aaronmdjones
15d ago
No, they're reprimanded for continuing. https://skybrary.aero/tutorials/stabilised-approach
6.
▲
by
aaronmdjones
15d ago
That they passed their minimums and still weren't set up correctly is shocking, yes. How can you commit to landing instead of going around when you're not configured for landing? The more egregious thing to me though is ignoring t
7.
▲
by
aaronmdjones
15d ago
This is true for takeoffs but not for landings. You want to land with a headwind because this means that for the same airspeed you have a lower groundspeed, i.e. when you actually touch down you're going slower on the runway than if yo
8.
▲
by
aaronmdjones
15d ago
> (unclear how speed didn't increase) Large high-bypass turbofan engines take several seconds to spool up from idle (as they would be on landing) to full thrust. The 4 seconds that the thrust levers spent in the full thrust position
9.
▲
by
aaronmdjones
21d ago
RSA operations are performed modulo n, where n is the product of 2 primes. A 2048-bit RSA key is an n that is 2048 bits long (with the most significant bit set by definition). There are no consumer CPUs that have 2048-bit-wide registers; ev
10.
▲
by
aaronmdjones
23d ago
Sort of. Rolls Royce voluntarily developed this software modification in response to learning that their reasoning about it never being able to happen was incorrect and being unable to concretely account for how it happened. EASA, which
11.
▲
by
aaronmdjones
1mo ago
The thing visible on the bus is the interface chip, not the sensor. Most cameras which I've seen hardwire their activity LEDs (it is impossible to grab stills or record video without lighting up the LED) do so by connecting the activit
12.
▲
by
aaronmdjones
1mo ago
Yes, but there are free resources available that guide you on how to go through the process without consulting a hallucination machine. Judges don't like their time being wasted, and they doubly don't like plaintiffs and defendant
13.
▲
by
aaronmdjones
1mo ago
I have to agree with GP here, this is pretty incredible. They contracted with a vendor to store their data, not to back it up. It's not a backup if you can lose it in the same instant you lose the data. You're right, they are. If
14.
▲
by
aaronmdjones
1mo ago
Oh nooo! Anyway...
15.
▲
by
aaronmdjones
2mo ago
Same here. That's made my week.
16.
▲
by
aaronmdjones
2mo ago
No, it doesn't. In the following SMTP conversation: MAIL FROM: foo@example.net RCPT TO: victim@example.com DATA From: service@paypal.co.uk To: victim@example.com Subject: We are updating our Terms of Service [...] SP
17.
▲
by
aaronmdjones
2mo ago
This is true, and yet DMARC v1 does not require you to use them in concert. Either one (a valid DKIM-signed message with sender alignment or a message that passes SPF checks with sender alignment) is enough to pass DMARC.
18.
▲
by
aaronmdjones
2mo ago
The addition of MCAS to the 737 MAX received type approval by the FAA in response to Boeing's documentation, not in response to anything Boeing approved or issued. No aircraft manufacturer has ever been allowed to issue a type certifi
19.
▲
by
aaronmdjones
3mo ago
You can also revoke Location permissions from your Camera app. I've done this. https://i.postimg.cc/LRd1KbPf/scrot-20260630-085733.png
20.
▲
by
aaronmdjones
3mo ago
I'm afraid I don't know anything about ThinkPads. Hazarding a guess I'd say it's using Thunderbolt (hence the specific port requirement) which allows you to tunnel PCIe over it. Though it is odd that they wouldn't j
21.
▲
by
aaronmdjones
3mo ago
vPro requires the NIC to be connected directly to the PCH (over PCIe/CNV). This is going over USB, which won't cut it. An Intel WLAN card in an M.2 slot on the mainboard might work (given your givens; a vPro enabled chipset).
22.
▲
by
aaronmdjones
4mo ago
`errno` is a userland concept; the kernel returns negative error numbers that libc then turns into -1 and sets errno. Thus the correct manpage is errno(3).
23.
▲
by
aaronmdjones
5mo ago
> Am I understanding correctly that [...] What I took away from the thread is that they're against services forcing attestation in general, and also pointing out that Play Integrity isn't about security, but rather about cont
24.
▲
by
aaronmdjones
5mo ago
You don't need any setuid binaries. You could just as easily use the vulnerability to add a job to crontab(5) that causes the cron daemon to run whatever you want as root.
25.
▲
by
aaronmdjones
5mo ago
If they don't have world-execute permission, an access(2) check for executability would return negative, leading to things like shells not tab-completing it. The kernel would also deny attempting to execute it, as it is not executable
26.
▲
by
aaronmdjones
5mo ago
> Without read permissions you cannot execute the binary This is not correct, as when the binary is setuid-someone-else, you are not the one executing it; they are. $ cat hello.c #include <stdio.h> int main(void)
27.
▲
by
aaronmdjones
5mo ago
A substantial portion of the things you need to know about layout are summarised quite nicely in the 4 YouTube videos in a previous comment of mine https://news.ycombinator.com/item?id=44549063 Note that the audio in the fi
28.
▲
by
aaronmdjones
5mo ago
... and yet on more than one occasion, pilots have taken off and prematurely retracted the flaps when they meant to retract the gear! Humans fascinate me sometimes. https://assets.publishing.service.gov.uk/media/578defb
29.
▲
by
aaronmdjones
6mo ago
> and had to go through the normal process? There is no normal process. The error message clearly states "There are no appeals available, we have closed your application". If the company makes it impossible for you to communica
30.
▲
by
aaronmdjones
6mo ago
The website formerly known as Twitter has never cared about the username part of the URI; it only looks at the status number and will redirect you to the canonical version if it wasn't.
More ›