Live data from Hacker News

Viewing profile — SyzygyRhythm

SyzygyRhythm

HN member
Joined
Mon, Apr 17, 2023, 3:30 AM UTC
HN karma
346
Public activity
53 items

About SyzygyRhythm

No profile information was provided.

Recent public activity

  1. comment
    Comment #49218787

    Neat! Not to toot my own horn too much, but I put together a similar project for my cat's exercise wheel. Hackaday featured it a while back: https://hackaday.com/2023/04/02/spy-on-…

  2. comment
    Comment #49102308

    This just plugs into an outlet and offsets whatever usage you have, though. No need for a battery or matching load. It just subtracts 180 watts from your household usage. These typ…

  3. comment
    Comment #48975671

    Thanks, though I realize (thanks to tptacek) that I didn't properly emphasize that the determinant must be constant but non-zero. If the determinant were zero, then (for basically …

  4. comment
    Comment #48974471

    Yeah, the only possible counterexamples would have a constant but non-zero determinant (in this case it was -2).

  5. comment
    Comment #48974370

    Are you at least a little familiar with linear algebra? If so, you've probably heard of the determinant. It's a certain way of "summarizing" a matrix with one value. The determinan…

  6. comment
    Comment #48963251

    As others said, you can run more than one at a time, but even singly, 24 GB can be very useful in a hybrid approach. For instance, I recently had to process hundreds of high-res bl…

  7. comment
    Comment #48918089

    Movie-Nedry struck me as a certain kind of hacker trope (but whom I've also met in real life!) where part of their "compensation" is access to unusual and high end computer hardwar…

  8. comment
    Comment #48884247

    That's why 1 is not generally considered prime. If it was, 2 could be factored as 2, 2x1, 2x1x1, etc., which breaks the uniqueness property.

  9. comment
    Comment #48739598

    No. And in fact it annoys me greatly that our work IT department forces a reboot once a month. My desktop is like an actual desktop. I have my tools laid out exactly how I want the…

  10. comment
    Comment #48694485

    To get speed from velocity, you need a square root, which is also awful (for the same reason that abs is awful).

  11. comment
    Comment #48694321

    Cheat answer: velocity is a vector, and can be negative, while KE is a scalar and has to be positive. Therefore you have to square v to get rid of the minus sign. Why not take the …

  12. comment
    Comment #48635499

    Why isn't the shifter built with a log2 arrangement, shifting 32-16-8-4-2-1 bits? Takes fewer sub-stages and doesn't require a separate decoder for the input. The article mentions …

  13. comment
    Comment #48604392

    Sometimes you have to optimize other people's code. Also, sometimes code behaves unexpectedly depending on the data, say over a certain size threshold. And sometimes it behaves dif…

  14. comment
    Comment #48576484

    Doh! You are correct. I had been looking at a previous paper (which this new paper references). The previous paper showed that you can use any non-linearity in QM to solve NP-compl…

  15. comment
    Comment #48576388

    Yes, I think that was implied in my original post, that if you define |0> as logical 1 then it works as an AND. It just seems confusing and unnecessary when they could have framed …

  16. comment
    Comment #48567517

    I was skimming the paper and came to this: > This transformation is like an AND gate - it ignores the index qubit and places the flag qubit in the state |1> if and only if either o…

  17. comment
    Comment #48562895

    We always try to inform game devs about correctness issues, but generally we can push out a driver fix before the devs can fix things on their side, so that pretty much always happ…

  18. comment
    Comment #48552404

    There are many, many, cases like this, including correctness fixes. One recent example I remember had a shader that computed: x = a / b * b The optimizer was allowed, but not oblig…

  19. comment
    Comment #48549102

    The article mentions that thin-walled copper tube can be used, but then says a precision lathe is required. But you can easily buy off-the-shelf copper tube with 1.6 or 2.0 mm diam…

  20. comment
    Comment #48496795

    Numerous times now, using Tesla FSD, I've found the car seemingly drifting from the center of the lane, only to have motorcycles buzz by at high speed on the opposite side. It's ve…

  21. comment
    Comment #48432015

    Boron always seemed like an under-studied element to me. Starting from the bottom, hydrogen of course is very well understood, helium not useful for much, lithium used for many thi…

  22. comment
    Comment #48320458

    There are a number of ways of looking at this, which others have answered, but here's another: The kinetic and potential energy of a 1 kg mass in orbit is around 33 MJ. The chemica…

  23. comment
    Comment #48218938

    That's already how civilization works. There's no one person that knows everything about (say) modern food production, from top to bottom. If it ever stopped working (because too m…

  24. comment
    Comment #47870429

    The ship computers in the old game Privateer (and probably Wing Commander) had a pretty nice pixel font. Most of the characters were 3x4, but with a few niceties: descenders (j, p,…

  25. comment
    Comment #47822822

    Early versions of Unreal Engine had these animated procedural textures that would produce sparks, fire effects, etc. The odd part is that when you paused the game, the animated tex…