Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
berti
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
berti
3mo ago
Yeah, that was the flaw at the time, it wasn't in the book and not thought to be needed in the book.
2.
▲
by
berti
3mo ago
Are you allowed to pitch the baseball along the ground, therefore making it impossible to properly hit with the bat? It's no different in cricket really.
3.
▲
by
berti
3mo ago
I think they meant in terms of karma/reputation for the individual, and the project. Traditionally open source is heavily based on these social currencies.
4.
▲
by
berti
4mo ago
Reading a register from a microcontroller peripheral may well reset it as an example of a possible side-effect here, and that's exactly the kind of thing you use volatile for.
5.
▲
by
berti
4mo ago
That is already happening in the EU [1][2]. Most of the world will catch up soon I suspect, with some notable exceptions. [1] https://digital-strategy.ec.europa.eu/en/policies/cyber-resi... [2] https://
6.
▲
by
berti
5mo ago
I kind of have the opposite experience, and really only use maps to find streets within the city limits. The country is easy to navigate with the road signs you see along the way, and it's more enjoyable to navigate that way than follo
7.
▲
by
berti
10mo ago
You do get an audible "DUAL INPUT DUAL INPUT" warning and some lights though [1]. It is never allowable to make sidestick inputs unless you are the single designated "pilot flying", but people can sometimes break down un
8.
▲
by
berti
10mo ago
The 777 and 787 before it are true fly-by-wire designs like the Airbus in question here; the 737 MAX isn't and never was. It just had a computer that was supposed to add artificial inputs under a very specific condition, so it could co
9.
▲
by
berti
10mo ago
That's applicable for one specific model of ADIRU (basically determines where the aircraft is in 3d space in terms of position, rotation, velocities, and accelerations) from a single manufacturer (Litton). These aircraft have dozens of
10.
▲
by
berti
1y ago
You can turn the ignition off. The reversers will not unlock on an airliner that's airborne either.
11.
▲
by
berti
1y ago
I’ve run into this exact issue several times with group projects at university in the 2010s, and each time recovery was copying chunks of plain text from backup copies into new documents as you say. Luckily by the time we got to the final y
12.
▲
by
berti
2y ago
That’s exactly the problem “Dev Drive” is intended to solve I believe. I haven’t tried it myself. https://learn.microsoft.com/en-us/windows/dev-drive/
13.
▲
by
berti
2y ago
Certainly not just down to luck across the industry as a whole though. That particular type was exempt from a bunch of regulations, written in blood, that all the other popular types comply with.
14.
▲
by
berti
2y ago
I could not install the Italian train app while travelling in Italy due to this.
15.
▲
by
berti
2y ago
It works well enough for trains too. On those you get to stay onboard for multiple legs though, and I believe that’s quite rare for flights.
16.
▲
News site Stuff left Facebook – traffic is just fine and trust is higher
(reutersinstitute.politics.ox.ac.uk)
50 points
by
berti
6y ago
|
5 comments
17.
▲
by
berti
6y ago
The extradition case is made in the context of New Zealand though.
18.
▲
by
berti
6y ago
It works fine for McDonalds. They just print the number in a huge typeface on the receipt. They don’t have to pretend to care, and I don’t have to mess around spelling my name out.
19.
▲
by
berti
6y ago
That may be so for the camera division but not for PlayStation. My PS3 takes a standard 2.5” drive. Not sure about PS4.
20.
▲
by
berti
6y ago
Designated initialisers for structs and unions are a really nice readability improvement. You can use comments if you have to of course.
21.
▲
by
berti
6y ago
Qt licensing can be problematic depending on your project. They also no longer publish LTS releases under an open-source license. Swift UI would presumably not be encumbered in this way.
22.
▲
by
berti
6y ago
> players will leave and not buy any hats and other accessories. They might go buy another game though... A healthy community built around a self-hosted server tends to hold people for long periods of time.
23.
▲
by
berti
6y ago
> Some people think that in C, the integer literal 0xff is more "byte-like" than 255 When I'm doing bitwise arithmetic, or poking hardware registers, I think in hex. 0xff/255 isn't a good example because that
24.
▲
by
berti
6y ago
Specint benchmarks conducted by Anandtech show the A13 going toe-to-toe with the 9900K [0], although x86 still has a decent lead for floating point. [0] https://www.anandtech.com/show/14892/the-apple-iphone-11-pro.
25.
▲
by
berti
6y ago
They already created Red Pro for business use, and market it as "Designed and tested for RAID environments 8-16 Bay NAS", at a 37% markup relative to the Red in my market. My quick Google sleuth indicates those are not SMR. The Re
26.
▲
by
berti
6y ago
> Firefox supports it Only if you use their built-in DoH resolver. The public keys for ESNI are distributed by DNS records and as I understand it there's a bunch of work to be done for Firefox to retrieve these records from classic
27.
▲
by
berti
6y ago
The Python.org 2.7 branch is unmaintained so that’s hardly a strong point. That last commit, barring some exceptional circumstance, will be the last ever received by that branch.
28.
▲
by
berti
6y ago
If you're looking to continue running old codebases without testing and patching this isn't it. There are various incompatibilities with CPython 2.7, some noted in the readme, some noted in issues e.g. [0], and no doubt others unk
29.
▲
by
berti
6y ago
I use this idea in embedded work, where the code is split into "modules". The same firmware source is shared amongst various differing pieces of hardware, each of which utilise a different subset of modules.
30.
▲
by
berti
6y ago
Read your way down this thread and note that every defence of Nix is merely shifting the blame in it's entirety to some other part of the ecosystem. Rightly or wrongly that's a big problem for Nix if it intends to gain widespread
More ›