• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle

  • Just to add a bit; I don’t know anything about brain chemistry, but if I cast the subjective experience into these terms I would imagine that this filtering occurs at higher levels of abstraction than the mentioned sensory input. Meaning that you have conscious awareness of ideas that your usual habits of thought would filter out before they reached conscious awareness. The vast majority of those ideas are just fun, creative, silly bullshit that can easily take on a quality of profundity that it is tempting to take far too seriously, but sometimes they can inspire more long-term creative paths, or even just let you appreciate your sober experience of the world in new and interesting ways.

    This is useful for many of us who spend the vast majority of our thinking time in very utilitarian goal-oriented patterns. These habits of thought, while useful for earning a living working in a kitchen or whatever, for example, can hamper our ability to experience other sorts of creative, playful, and novel patterns of thought that make life fun. Breaking out of those habits can help bring new, vibrant perspectives on our living experience.



  • C# is my primary language, so I’d certainly recommend it. It can be a little daunting to get into because it is a large ecosystem of tools, so you might want to watch some videos and keep things simple for a while.

    For work I mostly use it for APIs for web sites, that might be a good place to start if you’re familiar with JS/TS front-end work. From there you might want to try Razor or Blazor for handling web UI work in C#. I’m not very experienced with that aspect of it, but it’s mostly been a positive experience (TBH I kind of prefer React, but I’d need to spend more time on the Razor/Blazor side to have a strong opinion).

    The desktop development side in C# is kind of a mess at the moment. Maybe stick with web until you’re feeling pretty comfortable with the language.


  • My biggest problem is figuring out what I want to do with any coding skills

    Maybe some dumb little games? If you aren’t interested in 3D gaming you can do 2D platformers, top-down Rogue-likes, or Zork-style interactive fiction (text) games (from scratch instead of with a Z-Machine).

    As a self-taught developer, when I was learning I found it a lot more useful to just go code stuff, and then when I found something that seemed hard or ugly, I could go look for solutions to that kind of problem, which was much more interesting than just reading about various techniques. (Well, I was learning well before normal people had internet, so mostly I invented some shit to fix my own problem, but it got easier/faster after the internet became available).



  • Previously my server was just a Debian box where I had a ‘docker’ directory with a bunch of .sh files containing ‘docker run’ commands (and a couple of docker-compose files for services that that have closely related containers). That works really well, it’s easy to understand and manage. I had nginx running natively to expose stuff as necessary.

    Recently I decided to try TrueNAS Scale (I wanted more reliable storage for my media library, which is large enough to be annoying to replace when a simple drive fails), and I’m still trying to figure it out. It’s kind of a pain in the ass for running containers since the documentation is garbage. The web interface is kind of nice (other than constantly logging me out), but the learning curve for charts and exposing services has been tough, and it seems that ZFS is just a bad choice for Docker.

    I was attracted to the idea of being able to run my services on my NAS server as one appliance, but it’s feeling like TrueNAS Scale is way too complicated for home-scale (and way too primitive for commercial, not entirely sure what market they are aiming for) and I’m considering dumping it and setting up two servers, one for NAS and for running my containers and VMs.



  • What you are describing about Twitter wasn’t my experience with it at all. I just followed my friends, interesting people I met at events, etc. I wasn’t looking to be connected to influencers or whatever was the popular chatter of the moment, and I freely used the block feature to filter out people who posted stuff I wasn’t interested in. It worked just fine like that. Decent experience (too shallow for my preference, due to the nature of the platform, but not unpleasant).

    I feel like most social media platforms are, to a large extent, what you make of them. Like my Facebook feed is pretty nice. It’s about 60% family and friends that I like, 20% interest groups (kayaking and hiking mostly), and 20% ads for stuff I’m interested in (mostly authors right now). There’s none of the toxic bullshit that a lot of people complain about.

    So yeah, I agree with the ‘follow people you are interested in’ advice, but that’s not unique to Mastodon or Lemmy or whatever.