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 differently.
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 nicer for incrementally adding…
Hashids are nice
Falling asleep with ASMR videos is really amazing. So cozy~
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 anymore but I’ll probably never forget…
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 framework (for me). Bevy gets out of the way…
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.
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 grocery store with a completely filled…
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 MySQL. I don’t use MySQL or PHP for…
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 experience for users would be a library that…
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.
Awesome! Really missed this behavior when Linux and tiling window managers were my daily driver.
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.
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.
> 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 projects. Honestly does the trick.
It seems incidents like this with the big providers are becoming a lot more common. Wonder why that is
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.
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.
Flash is terrible in retrospect, but I used to love making Flash games in high school by myself. Amazing experience.
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 was a great excuse to step away from the…
I much prefer using a Result<T, E> type now, even in C++. Makes it easier to reason about the code in my opinion.
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.
How does the custom script syntax work? E.g. ‘on click call some_func()’ Is there really a JS script parsing all of that? Seems like there would be performance penalty.
Damn, I’m getting my hair cut at the wrong place. I like my guy though. He massages my head.
These desktop applications look nice, but personally I’m much more comfortable with CLI tools. I have no idea what my colleagues are doing that use GUI git programs. I can’t even stand editor integration plugins. Edit:…
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 differently.
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 nicer for incrementally adding…
Hashids are nice
Falling asleep with ASMR videos is really amazing. So cozy~
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 anymore but I’ll probably never forget…
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 framework (for me). Bevy gets out of the way…
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.
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 grocery store with a completely filled…
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 MySQL. I don’t use MySQL or PHP for…
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 experience for users would be a library that…
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.
Awesome! Really missed this behavior when Linux and tiling window managers were my daily driver.
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.
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.
> 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 projects. Honestly does the trick.
It seems incidents like this with the big providers are becoming a lot more common. Wonder why that is
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.
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.
Flash is terrible in retrospect, but I used to love making Flash games in high school by myself. Amazing experience.
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 was a great excuse to step away from the…
I much prefer using a Result<T, E> type now, even in C++. Makes it easier to reason about the code in my opinion.
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.
How does the custom script syntax work? E.g. ‘on click call some_func()’ Is there really a JS script parsing all of that? Seems like there would be performance penalty.
Damn, I’m getting my hair cut at the wrong place. I like my guy though. He massages my head.
These desktop applications look nice, but personally I’m much more comfortable with CLI tools. I have no idea what my colleagues are doing that use GUI git programs. I can’t even stand editor integration plugins. Edit:…