Viewing profile — impoppy
impoppy
HN member- Joined
- Tue, Mar 09, 2021, 2:52 PM UTC
- HN karma
- 544
- Public activity
- 105 items
- HN profile
- View on Hacker News ↗
About impoppy
No profile information was provided.
Recent public activity
- story
-
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.
-
comment
Comment #46923062
Why so many people use ~/bin/? What’s wrong with ~/.local/bin?
- story
-
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…
-
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’…
-
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…
-
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…
-
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…
-
comment
Comment #45199498
Can it run Doom?
-
comment
Comment #44426437
Crazy to have lawyer dogs before flying cars
-
comment
Comment #44426358
Why would therapy dogs craft legal loopholes in the first place
-
comment
Comment #43867495
[flagged]
-
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…
-
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…
-
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.
-
comment
Comment #42596216
Ah yes, another paid ffmpeg wrapper for macOS users.
-
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…
-
comment
Comment #42514483
[flagged]
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…