Viewing profile — andrewg
andrewg
HN member- Joined
- Fri, Aug 01, 2008, 7:33 PM UTC
- HN karma
- 103
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About andrewg
Recent public activity
-
comment
Comment #46896332
From the docs: https://github.com/sqldef/sqldef?tab=readme-ov-file#renaming... You tell it what’s being renamed with a special comment.
-
comment
Comment #40687637
Never say never: https://en.m.wikipedia.org/wiki/Vesna_Vulovi%C4%87
-
comment
Comment #36760235
JetA-burning piston aircraft exist - almost all Diamonds for instance.
-
comment
Comment #26466599
Eric Schmidt was a developer - he wrote lex.
-
comment
Comment #24710845
Early in my career I wrote Smalltalk in a GUI-based environment (VisualWorks/GemStone), with the browser, debugger, transcript, etc. It was an incredible experience. Later, I used …
-
comment
Comment #24675124
Yes indeed - it's actually pretty nice. You just define a message for your configuration schema: message Config { repeated Server server = 1; } message Server { string address = 1;…
-
comment
Comment #24664153
By the way, how did a luggage company convince the world they are a tech company?
-
comment
Comment #23867096
It's the wing loading (max takeoff weight / sqft of the wing). The 747-400's is something like 155 lb/sqft vs. 124 for the 787-8. In general, the higher the wing loading the better…
-
comment
Comment #23629246
C++17 does - it's called std::variant. std::variant options; options = true; bool value = std::get (options); bool has_bool = std::holds_alternative (options); // or test which alt…
-
comment
Comment #23606446
Oh brother. People aren't work-producing robots, developers included. Different types of people bring different types of experiences, opinions, and viewpoints. So you'll make bette…
-
comment
Comment #22791005
This one’s my favorite: https://m.youtube.com/watch?v=TecDlpGAhq0 Really beautiful album, especially the 5.1 surround version.
-
comment
Comment #22743315
Garmin has quite a few certified touchscreens these days, some intended for panel upgrades (e.g. https://buy.garmin.com/en-US/US/p/67886 ) and even some in new light jets (e.g. htt…
- story
-
comment
Comment #22101606
This would be impractical for really large monorepos like the ones Google and Microsoft have. They have virtual file system layers on top (MS open sourced theirs) to prevent checki…
-
comment
Comment #21967225
Isn’t that true of kids in general?
-
comment
Comment #21923075
Clearance can be sent via ACARS, but you deal with it while parked on the ground. It would be much different getting messages to change altitude, heading, and/or speed every few se…
-
comment
Comment #21923037
Same goes with “for”, which you sometimes hear in readbacks like “leaving 4000 for 3000”. It should be something unambiguous like “4000 descending 3000” instead.
-
comment
Comment #21414295
There are certainly incredible situations with happy endings where ATC has made suggestions or gotten someone with experience in a type on the radio. But I could imagine a company …
-
comment
Comment #21414124
M600 has onboard radar (it's the pod on the right wing).
-
comment
Comment #21414096
Autoland, as used in a capable airliner, is much more limited than this. For an airliner, it's a procedure with lots of configuration and monitoring done by a pilot, in cooperation…
-
comment
Comment #21413923
Very cool! The effect on page layout sounds like it would be pretty similar to Oracle's hybrid columnar compression[1], but they claim average compression ratio is more like 10:1. …
-
comment
Comment #20426203
Specifically they run IBM zTPF on their mainframes, which is also used by airlines. Some installations have uptimes measured in decades. https://www.ibm.com/it-infrastructure/z/tra…
-
comment
Comment #20349361
Just bought a ‘99 BMW and I couldn’t be happier. All the important stuff (airbags, ABS, etc), comfort (a/c, heated seats, power windows/top), and beautifully simple controls. Nothi…
- story
-
comment
Comment #16717634
https://www.tensorflow.org/hub/