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

help-circle

  • Some thoughts on the comments on Discord:

    I can understand most of the arguments against Discord, and there are some problematic communies on it of course, but I’m not sure I understand how using Discord over an alternative puts someone more at risk of exposure to those communities. People are free to join and leave servers at will, so is the issue that these servers built around FOSS projects have toxic communities? If so, how would being on any other platform solve this?

    Speaking from experience, just about all the servers I’m in have some kind of “no politics” rule, a very inclusive “be nice” rule, and a pronoun selector. Maybe it’s just the servers I join, but hate speech gets people banned pretty quickly.

    Anyway, there are plenty of arguments that can be made about discoverability, lack of control, privacy, and the non-FOSS nature of the platform to justify its presence on that list.





  • In my case, since I get DashPass through my CC (not directly paying for it), I’ve seen it discounted to below the price some restaurants list on their websites. I pick up all my orders myself though.

    I wouldn’t pay for DashPass directly, personally speaking at least. I don’t use DD nearly enough to justify investing more into it vs. just ordering on the restaurant’s website or calling in the order. The only reason I even use DD is because I get that as a benefit through my CC and it usually pushes the prices to same or lower as ordering directly.






  • Feels like we could have both by ditching tenure and allowing professors to express their opinions (so long as it doesn’t interfere with teaching, of course).

    Anecdotally, my business ethics professor in college was a very open libertarian. I’ll never agree with his politics, but despite that, he was an excellent teacher, and one of the better ones I had at the school overall. On the other hand, none of the classes I had that were run by tenured professors were any good, with one professor even giving us the wrong exam once and having us complete it anyway, even though it had material we weren’t even expected to know.


  • On the flip side, nobody can be expected to keep their website up for 4000 years. Hosting costs money and time, and at some point, the thing you’re hosting will fall out of relevance enough to no longer be worth the cost.

    This is why archiving is important. Hopefully most of the content that was lost was archived at some point. Getting a good chunk of that content onto long term storage would do future generations a favor (even if it’s just a bunch of tape storage locked away in a warehouse or something).








  • I managed to get ollama running through Docker easily. It’s by far the least painful of the options I tried, and I just make requests to the API it exposes. You can also give it GPU resources through Docker if you want to, and there’s a CLI tool for a quick chat interface if you want to play with that. I can get LLAMA 3 (8B) running on my 3070 without issues.

    Training a LLM is very difficult and expensive. I don’t think it’s a good place for anyone to start. Many of the popular models (LLAMA, GPT, etc) are astronomically expensive to train and require and ungodly number of resources.