Live data from Hacker News

Viewing profile — lopsidedBrain

lopsidedBrain

HN member
Joined
Sat, Feb 23, 2019, 10:51 PM UTC
HN karma
129
Public activity
37 items

About lopsidedBrain

No profile information was provided.

Recent public activity

  1. comment
    Comment #24960990

    Yes. x86 processors translate instructions to internal micro opcodes before scheduling or running them. Those look nothing like the x86 instructions.

  2. story
    Ask HN: How automated is exploit-generation these days?

    I religiously apply patches to all my personal machines as soon as they become available. But I've recently been wondering about how much of a difference it makes today. I used to …

  3. comment
    Comment #24881651

    It is partly historical notoriety. It allows one to prove certain statements that seem counter-intuitive. So proofs that employ it can often be viewed with some skepticism. Moreove…

  4. comment
    Comment #24816090

    One of my highest-cited papers didn't pass peer-review. But that's okay. The citations (of the pre-print version) speak for themselves. If papers like these are good enough that ne…

  5. comment
    Comment #24758534

    I couldn't actually figure out how to opt out of third-party tracking. They say I have to visit my wireless account, but not sure where to from there.

  6. comment
    Comment #24219767

    Huh, for some reason I had just assumed that it must be open based on the buzz around it. Cool.

  7. comment
    Comment #24207864

    For the uninitiated, WTH does semi-public mean? Did GPT-3 only provide an API but not the model?

  8. comment
    Comment #24195846

    Hmm. You're right, not if we are restricting ourselves to rectangles. But if we make A u-shaped, with B nestled in it, we'll be in business!

  9. comment
    Comment #24180489

    If they have customers who need that kind of database, I'm sure they will be willing to help out with the testing. The setup doesn't have to be too crazy. Storage appliances with 2…

  10. comment
    Comment #24179789

    https://sqlite.org/limits.html > SQLite was originally designed with a policy of avoiding arbitrary limits. [...] Unfortunately, the no-limits policy has been shown to create probl…

  11. comment
    Comment #24034739

    It does, in that it's much easier for me sign up with a throwaway username. It's also part of the reason HN doesn't require these SSO integrations.

  12. comment
    Comment #23765963

    The material nature of hardware is barely any higher than that of software. Yes, you cannot just copy bits around, but you can take the same design and fabricate millions of chips …

  13. comment
    Comment #23529672

    To an extent. I'm actually curious about its angular resolution.

  14. comment
    Comment #23197040

    I haven't looked at your past blogs, but it certainly sounds like you are making perfection the enemy of good. Your blogs don't have to be perfect, it just needs to be better than …

  15. comment
    Comment #22993715

    People generally expect equality to produce either true or false. Not a tri-value pair. That interpretation makes sense to me when I read the docs, but is way too easy to miss when…

  16. comment
    Comment #22900703

    The comparison is fair because it tries to automate expertise. I'm sure you know exactly how much of which filter to apply for similar results. Laymen like ourselves will need a lo…

  17. comment
    Comment #22875065

    I work in exactly two modes of `gcc` usage. I either accept `./a.out` as the name I deserve, or I write a `CMakeLists.txt`. There nothing in between.

  18. comment
    Comment #22860559

    My trick has always been to rely on tab auto-completion. mv foo- mv foo-bar-baz foo- mv foo-bar-baz foo-bar-baz Now I can edit the second part pretty quickly. Downside: you have to…

  19. comment
    Comment #22841577

    > Why is storage necessary? Have you ever tried wiring any non-trivial logic without flip-flops? Say, a simple signal routing layer. Even the most basic bits of logic becomes much …

  20. story
  21. comment
    Comment #22565187

    That is sounds more appropriate for either terminating the program or resumable exceptions like division by zero. In languages with a try-catch construct (specially C++), the compl…

  22. comment
    Comment #22522951

    http://maxima.sourceforge.net/ is closer to Mathematica, and is open source.

  23. comment
    Comment #22392397

    Pretty much every successful open source project that people pay attention to is one that has had long-term support behind it. Linux, Mozilla, gcc, clang, git. Almost always, that …

  24. comment
    Comment #22220224

    Press release: http://www.academyofathens.gr/en/announcements/press-release...

  25. comment
    Comment #22100061

    I can't speak for the toolchain maintainers. But with appropriate flags to force or skip those passes, yes I can see something like this being merged in.