• 0 Posts
  • 16 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle


  • As far as I (a non-British person) can tell the actual proposal hasn’t been released yet so: nobody knows.

    I do know that I wouldn’t count on them doing a good job of defining what “social media” is; and if we’re being honest then IRC, Usenet, forums, and Lemmy should all be included in that definition as they are all forms of it.

    I started coding when I was 10 (yea, I know, that’s earlier than usual, but still!) and I learned so much from programming forums and mailing lists that I think it’s safe to say my entire career would be on a very different or VERY delayed path if I wasn’t allowed access to those until I was 16.

    Sorry, you must be old enough to pilot a multi-thousand-pound vehicle at highway speeds before we let you learn about the dark magic that is Perl and awk.


  • Should we attempt to regulate how social media companies operate, educate children and parents on the possible harm and how to avoid it, or do anything with the goal of just improving the way technology is used?

    No, we’ll just ban it. Something that has famously always worked well.

    In a way this makes me a little sad. I met my wife via IRC, I built long lasting relationships with random people I met online when I was a teenager; I learned so much about programming and Linux/BSD/Solaris from online forums of people that took time to help my dumb ass out. All of that same potential to be swept under the rug because of trash like TikTok and Facebook.










  • After living in the Netherlands for about three years (moved here from the US) I finally gave in and ordered an air conditioner. I was slightly worried about my neighbors judging us for it (it’ll hang out the window, it’s hard to not notice) only to learn that they also bought one that same day.

    All the homes are brick, and are well suited to retaining heat through winter. I only set my thermostat to ~65F for a single room and leave the rest of the apartment unheated and the other rooms average about 50F. In summer though it may peak at 85F outside, but inside it will hit 100F and just stay there for hours even when it’s back down to 65F outside at night.

    Awesome in winter, and an oven in summer.




  • I think it has some valid use as a tool in programming, though relying entirely on it (“vibe coding”) just produces a mountain of difficult to maintain crap.

    What works for me is using it as tool like one could delegate to a junior programmer. I can write the signature of a method that it will complete the contents of; for example I’ll write “function reverseTextInSentence(string: text) {}” and tell an AI to implement that method. It saves me a little time and I can keep thinking about the larger picture rather than the details of reversing a string of text.

    That said: do not let it organize the structure of your project, don’t let it name things for you, don’t use in place of critical thinking, don’t ever think it can actually use logic and reason besides repeating things it found on online forums, and don’t let it write projects wholesale. It’s a tool that can be useful, and you need to know when to use it and when its use will just make things worse.

    Also fuck the AI corporations, run a free model on your own hardware.