Live data from Hacker News

Viewing profile — Doxin

Doxin

HN member
Joined
Wed, Mar 15, 2017, 12:33 PM UTC
HN karma
3,131
Public activity
2,270 items

About Doxin

No profile information was provided.

Recent public activity

  1. comment
    Comment #49155792

    You can return data for multiple page elements with HTMX too using the "OOB" mechanism.

  2. comment
    Comment #49107623

    "legitimate interest" was supposed to be for things like remember-login cookies and the like. Not for advertisers going "my interest is legitimate because it's how I make money".

  3. comment
    Comment #49029362

    You can even get carbon fiber reinforced TPU for if you want shear strength but don't need the flexibility. From what I hear it's kind of bonkers how tough that stuff is.

  4. comment
    Comment #48802056

    There's a video of the prototype printing: https://www.youtube.com/watch?v=XB7iAFXCJQM

  5. comment
    Comment #48705413

    You can still share pre-DRM copyrighted work without running afoul of any laws. Stuff like lending out or selling VHS tapes. Copyright is concerned about copying, not about moving.…

  6. comment
    Comment #48670299

    Work on your reading comprehension. I never said anything was illegal. Spying means the act of keeping a secret watch for intelligence purposes. This is what they are doing. And ju…

  7. comment
    Comment #48608270

    Increasing prices at busy times (i.e. surge pricing) is... to some degree defensible. Spying on people and charging different prices to different people for the same thing (i.e. su…

  8. comment
    Comment #48488252

    Reduced test cases make it way easier to figure out what the actual bug is. E.g. a real world example is when I tested a "slugify" function with hypothesis. It almost immediately s…

  9. comment
    Comment #48409195

    It's automatic. If you post and the title gets mangled you can go back and edit the title and it won't get re-mangled, but you kinda have to be paying attention and be aware of tha…

  10. comment
    Comment #48409064

    It's also just sort of generally used as easily spotted value in a hex editor. similar to DEADBEEF, ABADBABE, CAFED00D, and probably a bunch more variations on the concept. CAFEBAB…

  11. comment
    Comment #48320433

    There's playing the game as intended and playing to the rules. People who insist on doing the latter even after being asked not to are infuriating. I've got one friend who got hims…

  12. comment
    Comment #48276930

    Except trams have, as far as I know without exception, specific traffic rules around them. A tram simply does not and cannot stop as quickly as a car (or indeed a bus) can. The rea…

  13. comment
    Comment #48276090

    I find this also heavily depends on which LLM you're using. I've found chatGPT is completely awful at getting corrected, it'll double down until the cows come home. Meanwhile claud…

  14. comment
    Comment #48176569

    A linear ramp would work, but you can probably get to the end-point quicker if you're not going linearly. Something like needle_position = needle_position * 0.9 + desired_needle_po…

  15. comment
    Comment #48126849

    except if := was the default then accidentally typing ":=" instead of "==" would be the easy bug to make. := was bolted on after of course, and I think that was a mistake, but no o…

  16. comment
    Comment #48107141

    Maybe not. I don't know. I'm not a scientist. I have to err on the side of caution with these things because I don't know.

  17. comment
    Comment #48107007

    not really? I have a habit of using the wrongest solder for my projects. The stuff I use currently was formulated for wave soldering, no clue why it comes in spools but it was chea…

  18. comment
    Comment #48105649

    Splitting = and := in python is very intentional though, It makes writing bugs like this impossible: if is_logged_in=True: allow_access() I've got... opinions on the way python sep…

  19. comment
    Comment #48105208

    > Leaded solder is easier to work with for personal projects it really isn't if you use a nice modern lead-free solder. you'll need your iron to be about 20c hotter, but it's not l…

  20. comment
    Comment #48105193

    A glass fiber pen is my go-to for cleaning groddy pads and pins and the like. Works a treat.

  21. comment
    Comment #48105176

    I can make no claims as to the brands mentioned in the parent post, but a 3 second heating time isn't all that fast for a real nice soldering iron. Previous job had an iron that'd …

  22. comment
    Comment #48105150

    Important to note that these days you really should use lead-free solder. You'll find all sorts of people going around claiming that leaded is better, but it's really not, and it's…

  23. comment
  24. comment
    Comment #48069281

    For this example, perhaps not much, but a similar query also works. given this image[0] I queried qwen3.5-35b-a3b "where is waldo", and after thinking some got this back: --- Waldo…

  25. comment
    Comment #47960037

    I'd recommend you'd give D a try. It manages to have a bunch of the cool features C++ has, while still largely feeling like working in C with some of the cruft fixed. D's equivalen…