Live data from Hacker News

Viewing profile — Rarebox

Rarebox

HN member
Joined
Sat, Apr 06, 2013, 12:19 AM UTC
HN karma
139
Public activity
43 items

About Rarebox

No profile information was provided.

Recent public activity

  1. comment
    Comment #47173229

    If one lidar hits another, it will result in at most one bad reading (perhaps a bad column?). This can likely be filtered, or a bad scan (360deg) can be altogether rejected and the…

  2. comment
    Comment #46210076

    That's a pretty good example. The summary is actually useful, yet it still annoys me. But I'm not usually reading the comments to learn, it's just entertainment (=distraction). And…

  3. comment
    Comment #45527386

    Interesting example! I've been learning AVX512 by using it to optimize Huffman coding. I found _mm512_permutexvar_epi8 and used it to do byte-indexed lookups, but _mm512_permutex2v…

  4. comment
    Comment #45519408

    Also just stopped reading at that point. The idea seemed quite clever.

  5. comment
    Comment #43481283

    The peak of human civilization, before robots took over.

  6. comment
    Comment #40835865

    I could be wrong but I think many times the researchers don't care about the exact function. It could be something like 1/log(log(n)) .

  7. comment
    Comment #38517280

    https://yuri.is/not-julia/ is a good write-up of one person's opinion on the problems of Julia. I'm much less experienced with Julia but I somewhat agree. There's too much focus on…

  8. comment
    Comment #37973986

    He says he'll port his performance optimizations to the original game once he's done with his game / romhack. Otherwise he'd have to always update two codebases when he finds a new…

  9. comment
    Comment #36783945

    Back then I remember switching to Chrome for these reasons: 1. Feeling faster than firefox (still does) 2. Process separation for tabs. Firefox used to crash the whole browser, whe…

  10. comment
    Comment #36721256

    Exactly. It could even be turtles all the way down, with new building blocks of physics becoming relevant as we go smaller and smaller (and back in time).

  11. comment
    Comment #36637239

    Would that be morally close to torturing an equally intelligent real worm?

  12. comment
    Comment #35933166

    It's jarring initially, but becomes natural very quickly. Writing loops like "for i in 1:length(arr) ... end" is pretty neat compared to C++ or even python. Plus in math sequences …

  13. comment
    Comment #34885935

    It is nitpicky, but the fact that these classes deal with decision problems and not general problems is something which feels like should be mentioned more often. Of course this en…

  14. comment
    Comment #34258441

    This would make sense right? You probably can't run all cores at max turbo frequency before hitting power and thermal limits. So dividing chiplets based on binning would result in …

  15. comment
    Comment #31261421

    I thought google did this versioning thing for libraries before, but it was stopped for reasonable reasons (g3 components). Basically if you could pin lib versions everyone would b…

  16. comment
    Comment #31124504

    I can believe this. Around the time I left people were patting backs for fighting racism by getting rid of terms blacklist/whitelist. Not something I feel super strongly about, but…

  17. comment
    Comment #30431848

    There's very little you need exceptions for with STL. Data structures, algorithms, etc. all work just fine without exceptions. C++ without exceptions is great. Google doesn't use e…

  18. comment
    Comment #30285793

    You can buy drugs and other illegal things off the internet (tor), that's very useful for some people. Basically crypto allows for transactions that could otherwise be blocked or e…

  19. comment
  20. comment
    Comment #28827010

    There doesn't even have to be a conspiracy for this to occur. Companies always want to seem like the good guys, so they'll jump on any trend that doesn't hurt them. BLM, LGBTQ+ ( )…

  21. comment
    Comment #27403869

    Who are they asking for the data? ISPs, USA today, NSA?

  22. comment
    Comment #27014559

    To verify a single transaction, the network uses 1150kWh of energy which produces 550kg of CO2 [1]. [1] https://digiconomist.net/bitcoin-energy-consumption/

  23. comment
    Comment #26604718

    To discourage people from finding the box inside, we could insert traps to hinder explorers.

  24. comment
    Comment #25385757

    Youtube channel link: https://www.youtube.com/channel/UCPiQ_mEXdEbB-3Yhiq7gq5w

  25. comment
    Comment #21630927

    There's a lot of convenient new instructions in avx512 that can work on 128/256-bit vectors. I'm guessing that those wouldn't throttle more than regular avx.