Live data from Hacker News

Viewing profile — smt1

smt1

HN member
Joined
Mon, May 14, 2012, 5:18 AM UTC
HN karma
161
Public activity
127 items

About smt1

No profile information was provided.

Recent public activity

  1. comment
    Comment #29009696

    Data art is anti-dada.

  2. comment
    Comment #26873961

    Don't forget that Webkit (e.g, Safari) and Blink (Chrome) are quite different these days.

  3. comment
  4. comment
    Comment #26828657

    Also consider, for example, Brave. https://brave.com/why-brave-disables-floc/

  5. comment
    Comment #26827595

    Sustainable development eans more like https://en.wikipedia.org/wiki/Circular_economy to me. Information systems are very important in this regard IMHO. For most of human history i…

  6. comment
    Comment #26816200

    Those connotations probably depend on the country, tbh. I assume it's an American pov.

  7. comment
    Comment #26813591

    That being said, different languages have different natural "lowerings" from the syntax/semantics to some sort of isomorphism to mathematical logic. There is also the issue with ty…

  8. comment
    Comment #26802856

    I'd say v8 being nicely engineered and happening to be a JS engine made it natural as well

  9. comment
    Comment #26802799

    s/Node.js/perl Don't worry, we've all been there.

  10. comment
    Comment #26773340

    Reminds of wallstreet sell side firms front running their own clients.

  11. comment
    Comment #26746515

    That isn't a bad idea, but keep in mind, there is always a usability aspect (I'll just call it the programmer computer interface problem) of "what makes a programming language popu…

  12. comment
    Comment #26617637

    Gee, I remember when IDE tools cost $5000, then $650. I thought inflation was supposed to go the other way :-)

  13. comment
    Comment #26479527

    Chromium is Chrome with a lot of code ripped out. Specifically most things that interact with google, widevyne, etc.

  14. comment
    Comment #26477467

    There is Oracle risk to be sure, but people using the greater java ecosystem are far less tied to the JVM itself than they used to be because of cross compilation to targets that h…

  15. comment
    Comment #26449442

    Here is some nuance with Rust's OOP relative to java/go/c++: https://stevedonovan.github.io/rust-gentle-intro/object-orie... If you know haskell, Rust's traits are very similar to …

  16. comment
    Comment #26449216

    Simula(67) definitely was the original concept/implementation of OO. Smalltalk, C++, Java, etc all derived different aspects of it. - Main abstraction are classes (of objects). - C…

  17. comment
    Comment #26446636

    servo is written in rust, not firefox. The firefox codebase is quite old, while servo was written from scratch, being the first new web codebase in years.

  18. comment
    Comment #26446600

    > Code converted from C to Rust seems much more voluminous. I haven't seen that in practice. A good point of reference are implementations of things like ruby, python, or the erlan…

  19. comment
    Comment #26442301

    I remember working on some correlation-based speculative branch prediction algorithms in college (mid 2000s), and accidentally coming across similar "bugs" with chips back then. Of…

  20. comment
    Comment #26441882

    Fuzzing is ROI efficient (especially for time invested) even if you don't intend to find a segfault, but just want to see how a program works or performs across different input sta…

  21. comment
    Comment #26436626

    I recommend this book first actually to make sure you understand topology from a higher level perspective: https://www2.math.upenn.edu/~ghrist/notes.html It does a more panoramic v…

  22. story
  23. comment
    Comment #26408543

    I think there were some (related, I think!) proposals here: https://github.com/rust-lang/lang-team/issues/23 https://github.com/rust-lang/rfcs/issues/3000

  24. comment
    Comment #26390998

    I think you can assume all sorts of analog/physical/digital/information theoretic fingerprinting probably has been used to capture huge volumes of data and microtarget people w/o t…

  25. comment
    Comment #26388295

    Meanwhile, in Texas, there are very few high voltage (usually called HVDC) interconnects between West Texas (where there is a huge amount of wind and solar but it is variable), and…