Viewing profile — 0xabe
0xabe
HN member- Joined
- Sat, Jun 24, 2017, 5:19 PM UTC
- HN karma
- 101
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About 0xabe
No profile information was provided.
Recent public activity
-
comment
Comment #46567938
I wanted to setup a family gaming PC in the living room for Christmas and went with CachyOS. It gave me a one click gaming installation option that just worked. I’m not interested …
-
comment
Comment #44957281
Related documentary here: https://youtu.be/iqDMnwc434E
-
comment
Comment #44628273
I’m tired of having to replace whole LED light fixtures instead of being able to replace a bulb. I am currently waiting on a special order to arrive with 2 fluorescent light fixtur…
-
comment
Comment #37528941
This was my impression: running out of ammo leads to death leads to paying for continue credits.
-
comment
Comment #34362373
Have you seen Rebelle? https://www.escapemotions.com/products/rebelle/about
-
comment
Comment #34305867
I was just wishing today to install an old version of Garage Band that could run on an older Mac. But I don’t have it on a disc, and can’t see how to download old versions.
-
comment
Comment #33334133
Right, the argument is that the hardware is still functional, but due to the walled garden nature of the ecosystem, it can no longer be used. They are more like appliances and less…
-
comment
Comment #33308332
Looks neat. Is there a way for this to be used with C++? Seems like a nice improvement on ncurses.
-
comment
Comment #33063081
Latency isn’t the only issue. Bandwidth is another. MetalJesusRocks has an interesting video[0] on it. [0] https://youtu.be/01ZTOyx-q7s
-
comment
Comment #33045991
Game Programming Patterns by Robert Nystrom has a chapter on state machines. It’s both freely available online or for purchase if you really like it and want to support him. http:/…
-
comment
Comment #33013924
Having the information necessarily comes before having the understanding. Books relay information, not understanding. Reminds me of the saying, “I can tell it to you, but I can’t u…
-
comment
Comment #32980361
https://livingwaters.com/movie/exit-the-appeal-of-suicide/ For millions who suffer from deep sadness and despair, “EXIT” points to a better way. This compelling movie shines a powe…
-
comment
Comment #32945027
I was always amazed that a game like Phoenix was possible on it. Really enjoyed that game. Didn’t know about Diamonds. Something to look up. Thanks!
-
comment
Comment #32774836
Have you tried using the extra 2 layers? Multiplies the number of keys. Also, print your layout while you learn it to remember where things are.
-
comment
Comment #32371773
Autophagy is the process by which the cells clean up and recycle. It is promoted by intermittent fasting. Stay healthy my friend!
-
comment
Comment #32009377
In my grad school AI class I turned in a paper that I ran through a script (that I wrote) that jumbled the letters like this. The topic was related to the power of the human brain.…
-
comment
Comment #31944610
This also in the US, and as elbow brackets.
-
comment
Comment #31761740
I always enjoy the water color artwork by Bill Watterson in Calvin and Hobbes. Would be fun to watch him paint.
-
comment
Comment #31441905
It sounds like you’re good at what you do, and that it comes relatively easily. Be thankful for that. Many people don’t have that. It sounds like your performance has made you a bi…
-
comment
Comment #31117237
You forgot a 0 ;)
- comment
-
comment
Comment #30654999
We were just talking about this over lunch yesterday (software engineers at a medical device company). I won’t dismiss calculus, but it was generally agreed that linear algebra and…
-
comment
Comment #30650376
Qt Designer[0] (for widget-based interfaces) is still a thing, and they have added Qt Quick[1] and Qt Quick Controls (for QML-based interfaces). Recently they’ve been integrated in…
-
comment
Comment #30573535
And deprecating is not the same thing as breaking or removing. It does signal the preparation to remove. However, Objective-C (last I checked) still works very well.
-
comment
Comment #30318753
I had a professor who pronounced char as in “char-broiled”. At least it rhymed when she constantly repeated “char star”, referring to char pointers (char*).