Live data from Hacker News

Viewing profile — Argorak

Argorak

HN member
Joined
Thu, Sep 16, 2010, 2:57 PM UTC
HN karma
6,244
Public activity
1,541 items

About Argorak

No profile information was provided.

Recent public activity

  1. comment
    Comment #48155059

    I mean, all customers got a mid-long email, this does not sound like anyone buries anything.

  2. comment
    Comment #39048333

    Unless something has drastically changed, PyCon covers itself and earns the PSF quite some money on top. Here are numbers from 2020: https://thefortunate.blog/diversification-is-th…

  3. comment
    Comment #38333480

    It is and there's the variant where you go bottoms first which is called... "Arschbombe" - "Ass-Bomb".

  4. comment
    Comment #38198244

    There's an ongoing discussion about potential adoption into upstream, though. The thing here is: it would be harmful if we, Ferrous Systems, claimed or even be confused with a more…

  5. comment
    Comment #38197264

    Yes, and this does indeed happen. Turns out publishing such a thing makes people get in touch.

  6. comment
    Comment #38196578

    He, thanks! Weird how that happened though, as the post _was_ edited by an English speaking person living in Germany :).

  7. comment
    Comment #38196143

    We're being asked about these regularly, but e.g. bluetooth certification is still too prohibitive to just do without a customer. However, I'm also frustrated with "everything is c…

  8. comment
    Comment #38196050

    That matches our experience. They were super pragmatic. Also, their feedback was tough, but always technically grounded and from the perspective of "is the user always well informe…

  9. comment
    Comment #38195728

    Yes, we built bindings for LynxOS 178 a while ago and demonstrated Rust on QNX at embedded world. https://www.lynx.com/press-releases/rust-compiler-support https://ferrous-systems.…

  10. comment
    Comment #38194749

    It's certainly an unusual pricing style, but people grok it and appreciate it. Also, note that this is for the "quality managed" version - additional support and documents that I s…

  11. comment
    Comment #38194045

    (disclaimer: also a co-founder of Ferrous Systems) The ISO 26262 is certainly an effective standard. The boxes to tick are of the kind "do you have your requirements written down?"…

  12. story
  13. comment
    Comment #37818026

    Yep, it's only the target files for lynxos178.

  14. comment
    Comment #37749223

    We got hit by this: https://www.cloudflarestatus.com/incidents/t53r6tfsg1sj Cloudflare served private preview URLs through the deployed website. Honestly, doing ops for over 10 yea…

  15. comment
    Comment #37312110

    Footer: © Amazon Web Services EMEA SARL (Niederlassung Deutschland) This is probably the AWS lead initiative to place their preferred people into a council they see being formed an…

  16. comment
    Comment #37312090

    This is a German works council, which is the most common outcome of a unionization effort: https://en.wikipedia.org/wiki/Works_council#Germany Its creation can be forced by a vote …

  17. comment
    Comment #33558285

    I've heard someone once say "if Rust is a criticism of C++, it comes from a position of respect" and that was definitely true in the early days of the programming language. Interes…

  18. comment
    Comment #33517682

    Sonic Pi is essentially a frontend to Supercollider: https://github.com/sonic-pi-net/sonic-pi/blob/dev/SYNTH_DESI...

  19. comment
    Comment #30185481

    Feel free to reach out, it's a topic of interest to us. A good place to discuss is for example the AeroRust Discord or just send me an email. https://github.com/AeroRust/Welcome

  20. comment
    Comment #30183467

    Thanks :).

  21. comment
    Comment #30183455

    First question: yes. It was hard to talk about the current state of Ferrocene with all the things ongoing last year. Now that I have more bandwidth and we found a development beat,…

  22. comment
    Comment #30181387

    DO-178C has writing and requirements around dynamic memory management. (DO-332 / ED-217, OO.D.1.6) Rust also can also model other things through ownership, like passing a device ha…

  23. comment
    Comment #30178210

    Rust makes quite a few things more rigorous (e.g. pairing allocations with deallocations and reference validity). It basically fulfills the job of a static analyzer baked into the …

  24. comment
    Comment #30175975

    There's rubble. https://github.com/jonas-schievink/rubble We've been approached by multiple parties to finish it and we are up to it, but the final effort, particularly certificati…

  25. comment
    Comment #30175587

    Let's first get rustc qualified, but speaking on a high level, I believe Ada/Rust FFI has potential to make `unsafe`... safer. If someone wants to play around with this in the open…