Viewing profile — parados
parados
HN member- Joined
- Tue, Sep 09, 2014, 3:00 PM UTC
- HN karma
- 276
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About parados
No profile information was provided.
Recent public activity
-
comment
Comment #48291941
Second this. Canonical is currently winning the race to the bottom for tech interviews (I'm speaking with a couple of decades of experience on both sides of the table). They use lo…
-
comment
Comment #46809178
A professional pilots discussion on this accident [1] reorganised by subject matter [2]. [1] https://www.pprune.org/accidents-close-calls/663888-aa5342-d... [2] https://paulross.gi…
-
comment
Comment #46755060
I think that you are confusing ACARS messages (those transmitted from the aircraft via airband radio or satellite) with ECAM messages (those that are displayed to the pilots). The …
-
comment
Comment #46632442
> they documented what they thought should happen instead of what actually happened. The other way around. For example the Python C documentation is full of errors and omissions wh…
-
comment
Comment #46403656
For sure, it is on my TODO list. It takes a lot of work to explore each new Python C API and I'll get around to it when I can.
-
comment
Comment #46402297
Hey, thank you so much for all your hard work on psutil, it is my goto import! And this looks like a really interesting development you have created to add to the available tools f…
-
comment
Comment #46060405
True, and I agree, but from their report they do seem to be doing Root Cause Analysis (RCA) even if they don't call it that. RCA is a really bad way of investigating a failure. Sim…
-
comment
Comment #46050243
Got it. Thanks.
-
comment
Comment #46049643
> and my recent hyper-fixation (seems to spark up again every few years), the sinking of the Titanic. But the rest of your comment reveals nothing novel other than anyone would fin…
-
comment
Comment #45876617
Former UK manufacturing engineer here (1980s onwards). The manufacturing industry in the UK at that time suffered from three serious problems: - Low productivity workforce. There w…
-
comment
Comment #45833776
A C preprocessor implemented in Python: https://github.com/paulross/cpip
-
comment
Comment #45695315
Sort-of agree, but then I saw this code in the Visualiser[0] try: import matplotlib.pyplot as plt except Exception: plt = None class Visualizer: def animate_combined( # Stuff... ):…
-
comment
Comment #45325951
Got it. Thanks.
-
comment
Comment #45324903
Those are your principles?
-
comment
Comment #45323753
Would you care to share those principles?
-
comment
Comment #44531900
Here is the original source for this article. Warning: it is a tough read, particularly section 3.c "Case Illustrations": https://www.postofficehorizoninquiry.org.uk/sites/default/…
-
comment
Comment #44462523
On the Professional Pilots Rumour Network there are over 3000 posts on the accident to AI171. Here they are re-organised by subject and author to help better understand this accide…
- story
-
comment
Comment #13566596
Some discussion here by the engineers and pilots that worked with the Olympus 593 on this very subject: https://paulross.github.io/pprune-concorde/docs/Olympus_5930... https://paul…
-
comment
Comment #13566580
They always used transistors[0]. Early models had analogue computers, some digital stuff crept in over its service life. [0] https://paulross.github.io/pprune-concorde/docs/AICU_-A…
-
comment
Comment #13566572
That thread is re-mixed here, by subject, for your reading pleasure: https://paulross.github.io/pprune-concorde/docs/index.html
-
comment
Comment #13421215
Accenture's approach to open-source ideas is mostly via a glossy brochure [pdf] [1]. [1] https://www.accenture.com/t20150523T115642__w__/us-en/_acnme...
- story
-
comment
Comment #11218415
Customary International Humanitarian Law has something to say about this[0]. The US military has its interpretation of rule 42[1]. [0] https://www.icrc.org/customary-ihl/eng/docs/v…
-
comment
Comment #11201902
Try CPIP in Python: http://cpip.sourceforge.net/