Live data from Hacker News

Viewing profile — Conlectus

Conlectus

HN member
Joined
Wed, Sep 25, 2013, 5:47 PM UTC
HN karma
662
Public activity
154 items

About Conlectus

No profile information was provided.

Recent public activity

  1. comment
    Comment #48000036

    The thing that everyone always misses in these conversations is that screens over buttons is a cost cutting measure, not a first-principles design decision. It means the UI can be …

  2. comment
    Comment #45332632

    The idea that Builder.ai was Indian workers being sold as AI wasn’t true, by the way. That was made up by a crypto influencer on twitter and copied by sloppy news sites. They were …

  3. comment
    Comment #45224999

    I’m not sure if this is the point you mean to make, but Michio Kanu is one of the bigger cranks in physics communication. He said ion an (maybe the Joe Rigan interview?) that quant…

  4. comment
    Comment #44968035

    There are dozens of us. Dozens!

  5. comment
    Comment #44967878

    DCOs only document that the contributor has the right to contribute the code, not the license under which they contribute it. CLAs do both.

  6. comment
    Comment #44967854

    Good catch on the license in that file. I went by separate documents in the repo that said the source is available “under the licenses documented in the repository”, and took that …

  7. comment
    Comment #44967697

    I’m not sure where this belief came from, or why the people who believe it feel so strongly about it, but this is not generally true. With the exception of GPL derivatives, most po…

  8. comment
    Comment #43925416

    Don’t make tools for cheating at games against real people. It’s antisocial. —- Cheating at games is antisocial. This means it is a behaviour that leads to a worse experience for a…

  9. comment
    Comment #42687722

    Lobste.rs

  10. comment
    Comment #40506178

    At first I was a bit confused why this was a big deal given that Cosmogenic Radionuclide Dating[1] (which is based on cosmic rays) has been a thing for a while. But it turns out th…

  11. comment
    Comment #40407284

    Isn’t ReLU an element of neuroscience that was incorporated into machine learning to great success?

  12. comment
    Comment #40169220

    Raw HTML: potentially. Big blocks of undifferentiated ASCII art: no.

  13. comment
    Comment #38726060

    In my experience Wasmer is generally disliked by the rest of the WASM community. There’s a long list of reasons for this, including attempting to copyright the term WASM and pushin…

  14. comment
    Comment #37756057

    As of a few hours ago, ModHeader started injecting a script into every page that tracks browsing activity. It also injects ads into Google Search and may be capable of remote tab c…

  15. story
  16. comment
    Comment #37751084

    Scaleable Vector Extension. A class of SIMD instructions.

  17. comment
    Comment #37629580

    From what I can tell the issue here is that the author has produced a WASM module with minified dynamic dependencies. This is not an issue with the runtimes but with the earlier co…

  18. comment
    Comment #37507448

    Perhaps because they include metrics for compression time, which could easily be gamed by doing significant precomputation in the compressor?

  19. comment
    Comment #37465330

    If you’ve read any of the code you’ll also know that early Unix was full of security vulnerabilities. Eg. Statically allocating fixed buffers and not checking input sizes. I’m all …

  20. comment
    Comment #37340045

    Those are separate questions. Is Google forced on people by the US Govt?

  21. comment
    Comment #36791383

    I note that with a vocabulary of 1,000 words it is roughly 10x the size of Toki Pona, a conlang which also aims for minimalism. That said, Toki Pona's goal is to help clarify thoug…

  22. comment
    Comment #35492371

    For what its worth, I used to say the same thing. Now I have glasses for astigmatism.

  23. comment
    Comment #35492336

    Algebraic data types (more technically sum types) are very much not “PhD level concepts”, despite the name. They’re just what C developers would call “tagged unions”.

  24. comment
    Comment #34809315

    Among others: "Here I am, brain the size of a planet, and they tell me to take you up to the bridge. Call that job satisfaction? 'Cos I don't."

  25. comment
    Comment #32217403

    What happens when the ASCII character for space is embedded within a multibyte UTF-8 codepoint?