• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle




  • I got a laptop back in 2018, and it shipped really fast. It’s not my daily driver, but it works well when I’m on the road, and the battery life is pretty good. Granted, I replaced the OS with a distro I prefer and customized the hell out of it, so that might contribute to my experience. Tbh, I was pretty impressed with it (still am), and I was going to buy a Librem 5 when they came out. I wanted to wait and not just throw money at them because I didn’t want to get burned. After all the horror stories and crap reviews, I passed on that and won’t touch the company with a 10 foot pole, and I thank past me for not throwing money at them.

    I think that the company started with noble intentions and made a decent product at first, but they got in way over their heads and now they’re floundering.



  • The original paper itself, for those who are interested.

    Overall, this is really interesting research and a really good “first step.” I will be interested to see if this can be replicated on other models. One thing that really stood out, though, was that certain details are obfuscated because of Sonnet being proprietary. Hopefully follow-on work is done on one of the open source models to confirm the method.

    One of the notable limitations is quantifying activation’s correlation to text meaning, which will make any sort of controls difficult. Sure, you can just massively increase or decrease a weight, and for some things that will be fine, but for real manual fine tuning, that will prove to be a difficulty.

    I suspect this method is likely generalizable (maybe with some tweaks?), and I’d really be interested to see how this type of analysis could be done on other neural networks.



  • What I think is even sadder is that even if a local small business makes a good, honest product and values consumers and employees and even if it miraculously doesn’t get decimated by cheap>quality and becomes successful. It will still get destroyed because private equity or another large soulless corporation will swoop in and make an offer the owner can’t refuse which then starts the the good business down the road of being sucked dry by the corporate vampires.

    I do my best to go out of my way to patronize small businesses first, but too many times I’ve seen this happen. Every time it’s so depressing. What’s more depressing is that it really doesn’t need to be this way, and yet we continue as is.


  • You’re getting downvoted, but you’re right. And that is the reason that using proprietary software and SaaS is a problem. If I’m only buying the right to use a copy of something as a company sees fit, then I’m not really buying anything. I’m essentially paying a company a tribute to use their software in their way.

    Decades ago, it was the same way, but it felt different. We got physical media, and we could do what we wished with the files: modify them, delete them, etc. Hell, the EULAs for some '90s and early '00s software even said you could use the software in perpetuity, and we could use software in anyway we saw fit. The biggest constraint was on selling copies. Back then, and even now, that seems pretty reasonable. (Though, as an aside, it would have been better to also get access to the source code, but I digress.)

    Now, we have to use company’s software exactly how they want us to use it. Personally, I refuse to go along with this (as much as I can), so I have migrated most of my digital life to FLOSS.



  • Not necessarily. The Free and Libre Open Source Software (FLOSS) movement is a thing. Most of the Fediverse is FLOSS, and I doubt there’s anyone who can take Lemmy or Mastodon closed source and buy every instance and then stop pop-up instances. It does require quite a bit of work, though, so it is difficult.

    I think the real challenging thing is that a great FLOSS service needs to attract attention and care. When I bring up Fediverse/FLOSS alternatives to software my friends complain about, I’m met with lukewarm-at-best reactions, generally due to networking effects (I think).




  • It’s not just convenient for them to do it; it’s how they are able to evade anti-trust action (not that the U.S. is great at it anyway but still). I also run my own mail server. It’s not impossible, and I wouldn’t even say it’s even hard. It’s just time consuming to set up (if it’s the first time), and there are a lot of hurdles to make it so impractical that it’s virtually impossible to the average person. Only the most patient or those who have a real desire to run their own mail server will even attempt it. Anyone can set up their own mail server, but most won’t because it’s not worth it compared to using something that just works from Google.


  • I agree with this in general, but you still may want to consider using Windows or Mac if there’s university only software that is Windows/Mac-based and doesn’t play nicely with VMs, which is really common in test-taking software (since it’s essentially spyware). An alternative would be dual-booting if you want to deal with that.

    The reason I say this is that when I went back to school and started course work, there was an online class that mandated the use of certain test-taking software. I tried to get it to work in a VM (by masking the clues of being in a VM), and it kept shutting me down. I ultimately had to borrow a friend’s laptop to take all of my quizzes and tests, which was a real pain. Thankfully, I only had that one class like that, but any others would have driven me to get a cheap throw-away Windows-only box.

    In the end, I’d stay away from bleeding-edge for school work, so Fedora is probably your better bet, but there may come a time that you will need to use Windows (much to your chagrin).


  • I work/study in AI, and it is completely over-hyped. For one thing, the C-suite can’t wrap it’s head around the fact that AI != LLM; they all seem to think all AI is just LLMs. On top of that, they are way too eager to throw humans out of the loop.

    That said, I think LLM applications, even in their current form, are super useful in development and business practices. I myself use it to increase my productivity in coding. But, I use it as an augmentation rather than a replacement. One of my friends put it best the other day, “LLMs are like a junior dev to your senior dev. You need to be hyper-specific, and you need to check it’s output.” In other words, it’s great for off-loading some work, but it isn’t going to completely replace humans.

    With that said, I’m a bit annoyed that other AI fields are being over-shadowed by LLMs. There’s a ton of other interesting work being done in those fields that is super useful and important. All of them, though, are not going to replace humans but rather augment and make humans more productive. I’ve found that an AI-Human team is most effective.


  • This is a much better article. OP’s article just shows the author’s surface understanding of how coding works and how well an LLM can actually code. There’s way more that goes into a programming task than just coding.

    I see LLMs as having the potential of being almost like a super library. I can prompt GPT, Claude, etc. to write me a custom function that I copy, paste, test, scrutinize, and almost certainly change. It’s a tool that will make someone a more productive programmer. It won’t completely subsume a human’s ability to be creative and put the pieces together.

    At the absolute worst over the next decade, I could see programming changing from writing and debugging code to prompting, stitching together, and debugging.