Live data from Hacker News

Viewing profile — tokumei

tokumei

HN member
Joined
Sun, Apr 05, 2020, 2:54 AM UTC
HN karma
46
Public activity
44 items

About tokumei

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. comment
    Comment #34438470

    Hashids are nice

  4. comment
    Comment #34383900

    Falling asleep with ASMR videos is really amazing. So cozy~

  5. 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…

  6. comment
  7. 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…

  8. comment
  9. 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.

  10. 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…

  11. 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…

  12. 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…

  13. 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.

  14. comment
    Comment #31276945

    Awesome! Really missed this behavior when Linux and tiling window managers were my daily driver.

  15. 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.

  16. 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.

  17. 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…

  18. comment
    Comment #30769381

    It seems incidents like this with the big providers are becoming a lot more common. Wonder why that is

  19. 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.

  20. 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.

  21. comment
    Comment #30583830

    Flash is terrible in retrospect, but I used to love making Flash games in high school by myself. Amazing experience.

  22. 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…

  23. comment
  24. 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.

  25. 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.