Live data from Hacker News

Viewing profile — pthariensflame

pthariensflame

HN member
Joined
Fri, Mar 01, 2019, 12:28 AM UTC
HN karma
241
Public activity
22 items

About pthariensflame

[ my public key: https://keybase.io/pthariensflame; my proof: https://keybase.io/pthariensflame/sigs/-TMW8W9TDeYKXovWsx4XXwQ44ieLAOgj1qyYWVNIqRY ]

Recent public activity

  1. story
  2. comment
  3. story
  4. comment
    Comment #30718767

    Yes, it can; it's intended to!

  5. comment
    Comment #30706889

    See also their Introduction to Apple Silicon for alternative OSes: https://github.com/AsahiLinux/docs/wiki/Introduction-to-Appl...

  6. story
  7. comment
    Comment #29573760

    There’s at least one Armv8 supercomputer out there today, and it’s a beast too: https://en.m.wikipedia.org/wiki/Fugaku_(supercomputer)

  8. comment
    Comment #28994944

    Minor aside: Arm does, in fact, have a recent CPU family with 2-way SMT: Cortex-A65(AE)/Neoverse E1.

  9. story
  10. story
  11. story
  12. comment
    Comment #27287524

    https://news.ycombinator.com/item?id=27287519

  13. comment
    Comment #27287519

    It’s not a standard ARM register; it’s implementation-defined and nobody gave it a meaningful name. It appears to do nothing much.

  14. comment
    Comment #27286196

    I think that was the point. XD

  15. story
  16. comment
    Comment #27020685

    That’s more or less what they currently do: https://opensource.apple.com/

  17. story
  18. comment
    Comment #25596765

    Yes, but some of them are, and some are even worse.

  19. comment
    Comment #25042279

    The latter, definitely.

  20. story
  21. comment
    Comment #24301743

    You can! Just not through `const fn`. Rust has macros, which at their limit are capable of running arbitrary Rust code that manipulates syntax and communicates with the compilation…

  22. comment
    Comment #21105185

    If you’re looking for a higher-level interface to SAT, SMT, and general constraint solvers, I can recommend MiniZinc: https://www.minizinc.org/index.html