Live data from Hacker News

Viewing profile — yvdriess

yvdriess

HN member
Joined
Wed, Jul 20, 2011, 9:12 AM UTC
HN karma
1,639
Public activity
599 items

About yvdriess

No profile information was provided.

Recent public activity

  1. comment
    Comment #49094356

    Pretty old, but a good example of how such an abstraction works: https://github.com/ExaScience/arrow-street

  2. comment
    Comment #48944295

    The larger runtime makes bootstrapping go for unsupported architectures more laborious than C, but it's not a hard blocker. The function call overhead for inline assembly feels lik…

  3. comment
    Comment #48774010

    Having played it: yep! It's a solitaire Mankala/Awele game. You use the sowing mechanics to try to clear the board, with chains scoring exponential points.

  4. comment
    Comment #48683536

    I can also recommend the manga, the first vol. It's packed with interesting ideas and author footnotes that the 1995 hints at but has no time to elaborate on. E.g. In the movie the…

  5. comment
    Comment #48500994

    Hanging out in programming language IRC channels (quakenet shoutout) makes you realize pretty quickly why experts in said channels and newsgroups are such irritable grumps whenever…

  6. comment
    Comment #48500941

    The binary view is mostly true, unless it's for events or problems they are themselves familiar with. There is a term for this, but can't for the life of me remember it: People thi…

  7. comment
    Comment #48256044

    Play on Cilk?

  8. comment
    Comment #48256025

    And here I thought drawing graphs in TikZ was doing it manually. Love the article, this is why I browse HN.

  9. comment
    Comment #48255646

    And that's a shame, but the relevant workloads typically run on server class CPUs.

  10. comment
    Comment #48000041

    > Hard to make a better wheel. Pet peeve: stupid analogy seeing how wheels kept being improved throughout the millennia with every new technology. The only thing in common is that …

  11. comment
    Comment #47972400

    Just to highlight: in contrast with fossil fuels, at least nuclear waste is something we can capture, creating a storage problem.

  12. comment
    Comment #47804170

    AmbientTalk did this. I used it for a demo where I dragged a mp3 player's UI button to another machine, where pressing play would play it back on the originator's speakers. Proper …

  13. comment
    Comment #47714889

    Tournament parallelism is the technical term IIRC.

  14. comment
    Comment #47611457

    somethingaweful forums are still very much alive

  15. comment
    Comment #47465859

    Anyone else clicked on this expecting an article about Go Generics?

  16. comment
    Comment #47273772

    Ignoring the snark for a second. It's not because you are unfamiliar with the go toolchain that it's inherently bad, nor does it put you in a good position to give accurate critici…

  17. comment
    Comment #47272850

    I would be fine with a chaotic bubbly mess of an outside presentation, if the libraries were more robust and foundational. At the moment the underlying code, when you scratch the s…

  18. comment
    Comment #47245246

    Everything that was old will become new again. Content/structural version control used to be a research field. Pharo still uses one afaik https://scg.unibe.ch/archive/papers/Nier13…

  19. comment
    Comment #47223453

    Yeah. It's telling that this story is about their discord channel, not Teams.

  20. comment
    Comment #47171824

    The problem is that there is no baseline for measuring GC overhead. You cannot turn it off, you can only replace and compare with different strategies. For example sbrk is technica…

  21. comment
    Comment #46854819

    Mandatory mention of notable actor languages: - Erlang and Elexir - E - AmbientTalk

  22. comment
    Comment #46718045

    And they could be 0- or 1- indexed? :P

  23. comment
    Comment #46555789

    TSO? Did you mean tso.architecture.cpu?

  24. comment
    Comment #46500014

    I agree on the part of the opportunity cost and that given the transistor budgets of the time a simpler design would have served better. I fundamentally disagree on putting the maj…

  25. comment
    Comment #46498310

    > > Linear virtual addresses were made to be backwards-compatible with tiny computers with linear physical addresses but without virtual memory. > That is false. In the Intel World…