Viewing profile — tokumei
tokumei
HN member- Joined
- Sun, Apr 05, 2020, 2:54 AM UTC
- HN karma
- 46
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About tokumei
No profile information was provided.
Recent public activity
-
comment
Comment #37380468
My mind works extremely quickly, have to stop myself from finishing other people’s sentences. I don’t think it’s a sign of intelligence, just perceiving the world a little bit diff…
-
comment
Comment #35438426
I really love ECS. I’ve shipped games with my own spaghetti mess of classes and poorly thought out inheritance (at least it feels that way) but ECS and composition just is much nic…
-
comment
Comment #34438470
Hashids are nice
-
comment
Comment #34383900
Falling asleep with ASMR videos is really amazing. So cozy~
-
comment
Comment #33590186
I grew up Austin, off the top of my head I remember (512) 485-5555 for Time Warner Cable and (512) 459-2222 for Gatti’s Pizza. I have no use for remembering these phone numbers any…
- comment
-
comment
Comment #32265972
I've built a few custom engines over the past decode, also shipped a few games. I've lately been working with Bevy in Rust, and I really absolutely love it. It's the perfect framew…
- comment
-
comment
Comment #31773237
The dock folder is a nice touch. I’m still stuck in a GNU/Linux style mindset, which is a ~/Screenshots directory pinned to Finder.
-
comment
Comment #31470263
Never liked carts either. I can fit everything I need in a basket or in my hands. I don’t know why but it gives me very unpleasant feelings thinking about spending an hour at a gro…
-
comment
Comment #31469741
Same here. The first real dynamic website I created used flat files and PHP, because that’s what I learned from friends online. Then shortly afterwards I taught myself how to use M…
-
comment
Comment #31348874
I haven’t really had a great experience with Flutter in the past, in my opinion I think React Native provides a better user experience. Developer experience is okay. The best exper…
-
comment
Comment #31278977
I would always use '>' in README files to indicate the command was to be ran in a command prompt window for Windows users, usually followed with context.
-
comment
Comment #31276945
Awesome! Really missed this behavior when Linux and tiling window managers were my daily driver.
-
comment
Comment #31110319
One thing with $ in a shell prompt - $ is meant to indicate the command should be ran as a normal user, while # indicates the command should be ran as a super user.
-
comment
Comment #30946483
I used to use GNU/Linux on the desktop for many years, now I mostly use macOS. I became the same kind of person I used to argue with online.
-
comment
Comment #30779626
> If you have a server with SSH access, just init a bare repo in a directory, push to that, and you're ready to go. No web UI needed. Used to do that years ago for my personal proj…
-
comment
Comment #30769381
It seems incidents like this with the big providers are becoming a lot more common. Wonder why that is
-
comment
Comment #30746390
CSAM only works by checking a hash. Photos of a stolen bike, especially ones that are sold online would probably have unique images taken by the thief.
-
comment
Comment #30684737
Also, all databases and app servers should be private, accessed by a bastion server. The only thing the outside should be able to reach are the load balancers/reverse proxies.
-
comment
Comment #30583830
Flash is terrible in retrospect, but I used to love making Flash games in high school by myself. Amazing experience.
-
comment
Comment #30497485
Never messed with LFS. I used Gentoo (and then Arch) when I had the luxury of more free time. Very fun to tinker with. With Gentoo, waiting for your DE or web browser to compile wa…
- comment
-
comment
Comment #30435395
I much prefer using a Result type now, even in C++. Makes it easier to reason about the code in my opinion.
-
comment
Comment #30318566
Elixir/Phoenix used to be my go to as well. I’ve since switched to Rust with actix-web for backend web projects. I’m really happy with the transition.