Live data from Hacker News

Viewing profile — symstym

symstym

HN member
Joined
Sun, Jul 19, 2009, 9:31 PM UTC
HN karma
175
Public activity
32 items

About symstym

No profile information was provided.

Recent public activity

  1. comment
    Comment #30644125

    But remember, there's no such thing as a 10x engineer! /s

  2. comment
    Comment #28130485

    You may appreciate this poignant sci-fi short story/video that references and expands on the story of Alex: https://vimeo.com/195588827

  3. comment
    Comment #23086902

    This seems similar to Zig ( https://ziglang.org/#Compile-time-reflection-and-compile-tim... )

  4. comment
    Comment #22650743

    Sounds cool. If you haven't already, you might want to check out the Fractal Bits iOS app. It doesn't let you manually adjust parameters, only randomly generate sounds, but it make…

  5. comment
    Comment #22526415

    I think this is a much better introduction than TLA, thanks.

  6. comment
    Comment #19292077

    A while back I found out that the popular Serverless framework/library tracks and reports back usage ( https://serverless.com/framework/docs/providers/aws/cli-refe... ). This simil…

  7. comment
    Comment #19250020

    Nice! Have you seen this similar project? If not sure if there are any ideas to be borrowed, but it sounds like it achieved excellent accuracy: https://github.com/AlbertoSabater/su…

  8. comment
    Comment #15597937

    This reminds me of some parts of Pieter Hintjens' book Social Architecture. He advocates that open source projects practice "optimistic merging" where essentially any patch that is…

  9. comment
    Comment #15543830

    I certainly don't think that the market selects good ideas or is sufficient to promote long-term advances. Per the bit of my comment that you quoted, I'm saying that the reason tha…

  10. comment
    Comment #15543116

    I think this attitude of "we solved these problems decades ago!" is rather naive and sometimes arrogant. I think it's a fantastic talk, and that Bret Victor and Alan Kay are genius…

  11. comment
    Comment #15539125

    I'm not sure this is a constructive comment, but I just wanted to say that you are completely correct, everyone else is crazy, and I am baffled at how much confusion there seems to…

  12. comment
    Comment #15525257

    "intelligence requires semantics and semantics is exactly what computers, by definition, lack" This sort of assertion is experimentally untestable, not rigorously derivable from an…

  13. comment
    Comment #15244821

    Yes.. after I wrote my comment I was feeling a bit bad for sounding like I was just trashing the API. In a world where JS is slow and there is no worker thread machinery, yet you n…

  14. comment
    Comment #15243946

    That's unfortunate. I don't have a machine running Edge to test it on. It uses less than 20% of the CPU in Chrome on my 2012 Macbook Air. It's possible that it's a problem with my …

  15. comment
    Comment #15243921

    > is Web Audio a mess mostly because it's an attempt to expose the features of the twenty-odd different OS audio backends That is a good guess, but no. The main features of the Web…

  16. comment
    Comment #15243896

    It's been under development for a very long time in Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=469639 I think there were some false starts where previous specs…

  17. comment
    Comment #15243698

    Thanks! After a certain point it felt like a dead end to me, so I dropped it in favor of exploring something more along the lines of a JS-based Max/MSP. But it is surprising how mu…

  18. comment
    Comment #15243153

    The ability to build primitive synths in a few lines of code (w/o library dependencies) is fine and well, but should not have been a priority for becoming a web standard. What's de…

  19. comment
    Comment #15242429

    I've spent quite a lot of time working with the Web Audio API, and I strongly agree with the author. I got pretty deep into building a modular synthesis environment using it ( http…

  20. comment
    Comment #15077415

    Bresenham's algorithm is also the best way to compute Euclidean Rhythms (rhythms where N hits are maximally-evenly distributed among M possible steps).

  21. comment
    Comment #14631781

    Did you read the whole article? I don't think it was implying anything negative about tech workers or making value judgements. I am frustrated by some of the same things you are, b…

  22. comment
    Comment #13957164

    The example code inline in the article just illustrates the basic idea of Evolution Strategies (ES), not their new work in applying ES. The behavior of agents is determined by a "p…

  23. comment
    Comment #13957090

    Evolution Strategies is not an example of Genetic Programming, and that book by Langdon doesn't cover anything directly relevant to the linked article.

  24. comment
    Comment #11998743

    This definitely seems to set a new bar in terms of simplicity for integrating with a backend, which is nice, but this bit is concerning: "jindo will replay every jindo event that h…

  25. comment
    Comment #11581880

    Success has many fathers; failure is an orphan.