Live data from Hacker News

Viewing profile — parados

parados

HN member
Joined
Tue, Sep 09, 2014, 3:00 PM UTC
HN karma
276
Public activity
61 items

About parados

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. 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…

  5. 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.

  6. 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…

  7. 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…

  8. comment
    Comment #46050243

    Got it. Thanks.

  9. 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…

  10. 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…

  11. comment
    Comment #45833776

    A C preprocessor implemented in Python: https://github.com/paulross/cpip

  12. 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... ):…

  13. comment
    Comment #45325951

    Got it. Thanks.

  14. comment
    Comment #45324903

    Those are your principles?

  15. comment
    Comment #45323753

    Would you care to share those principles?

  16. 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/…

  17. 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…

  18. story
  19. 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…

  20. 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…

  21. comment
    Comment #13566572

    That thread is re-mixed here, by subject, for your reading pleasure: https://paulross.github.io/pprune-concorde/docs/index.html

  22. 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...

  23. story
  24. 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…

  25. comment
    Comment #11201902

    Try CPIP in Python: http://cpip.sourceforge.net/