Live data from Hacker News

Viewing profile — impoppy

impoppy

HN member
Joined
Tue, Mar 09, 2021, 2:52 PM UTC
HN karma
544
Public activity
105 items

About impoppy

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47546192

    That’s silly. Cat will get on your keyboard anyway. The only real solution is to get heated floors. So my cat prefers sitting under my chair or desk and never gets on it.

  3. comment
    Comment #46923062

    Why so many people use ~/bin/? What’s wrong with ~/.local/bin?

  4. story
  5. comment
    Comment #46480093

    Competing with each other would be trying to one-up each other feature-wise, whereas what I have witnessed was things like discussing trade-offs made in different languages and jug…

  6. comment
    Comment #46479203

    I haven’t tried C3 myself, but I happened to interact a lot with Christopher Lerno, Ginger Bill and multiple Zig maintainers before. Was great to learn that C3, Odin and Zig weren’…

  7. comment
    Comment #46279236

    This is such a mediocre article. It provides plenty of valid reasons to consider avoiding UUID in databases, however, it doesn’t say what should be used should one want primary key…

  8. comment
    Comment #45541855

    I switched to Helix a year ago and I’m very happy about it. I used to spend way too much of my free time configuring my editor and now that I can’t do that I use my free time to ac…

  9. story
    Show HN: An asynchronous database connection manager for Python

    Hello HN! I made this library because there doesn't seem to be one good way to manage database connections in Python. Functions provided by SQLAlchemy and database drivers are eith…

  10. comment
    Comment #45199498

    Can it run Doom?

  11. comment
    Comment #44426437

    Crazy to have lawyer dogs before flying cars

  12. comment
    Comment #44426358

    Why would therapy dogs craft legal loopholes in the first place

  13. comment
    Comment #43867495

    [flagged]

  14. comment
    Comment #43518648

    All jokes aside, it's too big of a pain in the ass to have that stuff version controlled. Those file formats weren't meant to be version controlled. If there's persistent Ctrl-Z th…

  15. comment
    Comment #43518436

    Video editing is not as portable as coding, there ain't no git. It doesn't surprise me that they have to do that, I imagine it's simply speedier and comfier to connect to a desktop…

  16. comment
    Comment #43069180

    Will it lock the GIL if you use thread executor with asyncio for a native c / ffi extension? If that’s the case, that would also add to benefits of asyncio.

  17. comment
    Comment #42596216

    Ah yes, another paid ffmpeg wrapper for macOS users.

  18. comment
    Comment #42514837

    This was the best explanation. I forgot I used to be this awkward as well for many years and the autopilot/manual analogy is just great. I did get much better at this though throug…

  19. comment
    Comment #42514483

    [flagged]

  20. comment
    Comment #42469689

    Do you think the future is behind depth analysis from 2D pictures rather than in lidar scanning? I know lidars are quite pricey, but I haven’t heard of regular camera breakthroughs…

  21. comment
    Comment #42469509

    How did Waymo do this? As far as I know, replacing drivers with an AI was the goal of ever-money-losing Uber and Lyft, however, Waymo managed to get to this much sooner while havin…

  22. comment
    Comment #42382478

    It’s really sad that antitez and other people involved with Redis have to deal with all that backlash and what’s even more sad is that people are going for Valkey now. All this bre…

  23. comment
    Comment #42333152

    It doesn't necessarily mean that React does it right. When building React apps, developers spend too much time on designing architecture for many things that should have been taken…

  24. comment
    Comment #42168140

    > Raymond has been involved in the evolution of Windows for more than 30 years. He occasionally appears on the Windows Dev Docs Twitter account to tell stories which convey no usef…

  25. comment
    Comment #41730857

    Didn’t Python tackle a similar problem? I remember that dictionaries were known to be unsorted, however, when writing tests, I’ve noticed that the items were always in the same ord…