Expert developer, Buddhist

  • 0 Posts
  • 89 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle


  • Are you high?

    Why am I writing this post? Not because I hope for something or believe in change. These are just words. I could write this at the end, but then you would be looking for answers for me while reading, and I don’t need them. They won’t change anything.
    So here it is. I don’t claim to be a software development guru or a C language expert. I’m just a simple developer.

    What? People stopped using C because it takes forever to write. You’re still stuck adding null terminators to string arrays and stressing about memory leaks and overflows. Even the Linux kernel / Linux Torvalds are moving towards Rust. That’s evolution, and sometimes evolution is messy

    Then the rest of your thing seems to be about how people shouldn’t make money from coding? That’s one of the most valuable skills of the information age, and you can become a millionaire in a decade doing it

    Just contribute to open source if you want to do some “good deeds”



  • Well, the Internet is connected together using routers/switches. Your own home network is a “private internet” until you pay to connect it to the big one. So if you want, nothing is stopping you from running cables to your neighbors and hooking together. But then you won’t have access to anything useful except whatever servers you guys run

    Was that your question?



  • I often felt that current ML speeds up newbie devs by effectively teaching them the language and libraries — but slows down experts that already know the stack well from memory. I started coding in a new language and system, and ML can be a bit faster to teach me things and provide simple snippets than stack overflow

    But over time I’ve learned that there are very specific things that ML can do really well, and I can save time when I apply those techniques. For example, it’s excellent at converting from one language or style to another, ex migrating configs from json to yaml. It’s also pretty good at writing configs or generating template code based on them. It’s good at picking an emoji from a list. It can write small functions or provide a template html layout. So I humbled myself and started integrating it into my workflow where it actually works




  • Yeah I’m with you on this, I actually only got it for YouTube music — which really is like “here you can play any song from the history of humanity and also yt video audios.” Well actually what happened is I was using Google Music and then the assholes shut it down and merged it into YT Music which is now roughly on par. I was pissed, but user retained

    But I have been enjoying the fact that my subscription goes towards paying the ppl I watch, and I like that I’m unaffected by YT’s server side ads concept (which I’ve always wondered why they don’t do, I think it makes CDNs too hard to optimize while stitching ads directly into videos)




  • Lung@lemmy.worldtoAsklemmy@lemmy.mlWhat is it like to be dead?
    link
    fedilink
    arrow-up
    28
    arrow-down
    2
    ·
    edit-2
    2 months ago

    Hey currently dead ghost here. I LOVE not having a body or caring about physical reality. The reason most ghosts don’t chill here is that there’s a huuuge universe of fun stuff out there and you could hang out with other ghosts. It’s like playing a video game with all cheats on & unlimited resources. So I understand why ppl sign up for Earth when they want some more … restrictions. It’s like playing on hardcore mode

    Anyway, gonna go watch some ppl fuck, hit me up on the ouija board if you have any more questions





  • I just got a new laptop and was genuinely gonna try windows 11 and wsl for my coding needs. But in first boot, it demands internet to do updates. Ok, I connect to coffee shop wifi. Nope, won’t do it because it can’t handle the click through screen to accept wifi ToS. Fine. I take it home, where my Internet is great but has a glitch where it drops out for a few seconds now and then. Turns out that windows will literally cancel updating and demand I reconnect and restart for the kind of drop that I barely notice day to day. So I gave up, plugged in my ArchLinux thumb drive, and mkfs.ext4 before rsyncing my entire old computer to it




  • I’m kinda annoyed that this whole thing was pretty much a pitch for Tauri, and that’s a pretty lame looking webapp thing with typescript and whatever browser engine you happen to have lying around

    Tauri is tryna be all like “hey look at our install size, it’s smaller than electron!!” … like anyone cares about install size much. The problem is the memory/cpu use of web apps, which tends to 5x a decent native app. Maybe one day, with webassembly…