• 2 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • Exactly. We’re already bootstrapping, re-tooling, and improving the entire process of development to the best of our collective ability. Constantly. All through good, old fashioned, classical system design.

    Like you said, a lot of people don’t even put that to use, and they remain very effective. Yet a tiny speck of AI tech and its marketing is convincing people we’re about to either become gods or be usurped.

    It’s like we took decades of technical knowledge and abstraction from our Computing Canon and said “What if we didn’t use that anymore?”









  • My main motivation is inclusion on my resume, and I’m left mulling over usernames instead of contributing! I also don’t want to be too personally identifiable for whatever random thing I want to chime in on, so maybe bifurcating is a good solution.

    Definitely feel like I’ll end up in a similar spot and barely use the “official” one. I do see people with full names and all working on and sharing whatever they please, like through Lemmy. I just wish I had the nads to embrace it and not worry about connecting myself to bs memery. Damn social anxiety. Don’t look at me!

    I laughed at “adult friendly” but that’s seriously apt.




  • Funny story, the full project uses pandas which pulls in numpy and I was running into issues there too. I think it was saying I was trying to import numpy from within it’s own source tree, which was weird.

    Although I couldn’t get any venv approach working with it, having the pandas package in my flake allowed it to import.

    There’s just such a mix of different issues with each approach that it’s so hard to navigate. I feel close with poetry2nix though, just gotta get it runnable lol







  • Nixvim is great too. Nixneovim was originally forked from it, apparently. And now that I’ve been thinking about it, I’m pretty sure the reason I ended up using nixneovim was indeed the way it handles direct vim options, and maybe less need for extraConfig? I’ve slowly been configuring more as well and didn’t want to be confused learning vim config and having to figure out how to convey that in nix.

    So that’s a thought if you find yourself having the same trouble! It’s not just a lot of config, but layers and layers and layers lol. Looking at you, lua in string literals.



  • I’m actually sad that the state of AI deserves the hate it gets. Neural networks are so sick, just going through the example of detecting a diagonal on a 2x2 grid was like magic to me. And they made me second guess simulation theory for quite a while lmao

    Tangentially, blockchain was a similar phenomenon for me. Or at least trust networks. One idea was to just throw away Certificate Authorities. Basically federate all the things, and this was before we knew about the fediverse. It gets all the hate because of crypto, but it’s cool tech. The CA thing would probably lead to a bad place too, though.