sparky@lemmy.federate.cc

Lead administrator of federate.cc and its services. Please don’t DM me for support with federate.cc, make a post in /c/meta instead.

Originally from Fort Lauderdale 🇺🇸, lived many years in Vienna 🇦🇹, now living in Setúbal 🇵🇹. Software engineer specialized in Apple platforms. 🌎

  • 1 Post
  • 48 Comments
Joined 1Y ago
cake
Cake day: Jun 23, 2023

help-circle
rss

This kind of seems like a non-article to me. LLMs are trained on the corpus of written text that exists out in the world, which are overwhelmingly standard English. American dialects effectively only exist while spoken, be it a regional or city dialect, the black or chicano dialect, etc. So how would LLMs learn them? Seems like not a bias by AI models themselves, rather a reflection of the source material.




Not sure whether to laugh or cry at this one…



Forking a repo is not the same as developing it. Any idiot can rehost the existing source code, but all the developers with knowledge of the code base and project just got axed by Nintendo.




Slightly off topic but, did you guys find a way to actually disable downvoting on your instance, or is this a rule enforced by moderators? Asking because we’d be interested in flipping this toggle on ours, if it exists


Actually with a Synology NAS you don’t need Plex, they have a built in equivalent called DS Video with apps for Apple TV, iOS, Android, etc!

I’ve had an Nvidia shield in the past as well and it works reasonably well, but the video experience is definitely better on the Apple TV. The Android boxes make more sense if you want a place to install emulators that also occasionally streams.


On a timescale of hundreds of years? He’s probably right. Empires come and go, borders change.

Within his own lifetime? Doubtful.


Keep your Apple TV and use it as a streaming client for whatever you stand up on the backend. Personally I have a Synology NAS that I love and I use the net to get all my content. Use the net. 😉




Cool, then I’m dropping GM from my list of cars that I’ll buy or rent. CarPlay is a must have in 2023, just like a backup camera. Literally nobody wants your shitty car OS thing, it’s guaranteed to be way worse than iOS and Android.

Seems like this ought to be a dealbreaker for many.


I doubt it’s about paying Apple or Google, so um much as their ability to extort car owners to pay them. Nobody in their right mind will buy the $10/month Bullshit Subscription ™ from GM when they can just plug in their phone and use Waze.

Edit: seems Apple doesnt charge automakers so it’s definitely about extorting you for money.



What? Where are you seeing that? It didn’t have a thumbnail at all from my side of the wire. Is that a kbin feature? Now I’m wondering if I need to scrub my instance of all images.


Fair, although I personally use Safari on macOS/iOS and Firefox on Windows/Linux. If you’re interested, it’s fairly easy to sync between them with https://addons.mozilla.org/en-GB/firefox/addon/icloud-bookmarks/.


Because Safari is chock fill of strong privacy features, just like Firefox. It’s a very good browser, if you’re using Apple devices, especially with the forthcoming OS updates.

Apple may be a greedy corporation, however, as they make their money selling you expensive hardware and a premium experience, they are not incentivised to monetise user data.

Google has the opposite incentive given they make money at all from Chrome or Android, other than advertising. Arguably they barely make any money at all, other than advising… so of course they’ll track you.



Anyone know if this work is tracked anywhere? I’m suddenly really suspicious of continuing to run my own instance.


Important to note, this doesn’t affect online multiplayer or availability on newer consoles, eg you’ll continue to be able to buy, download and play 360 titles on Xbox One / Xbox Series.


Isn’t doubling down on this with the indictment in hand especially stupid? Surely opening him to further charges?


MS probably wants to make sure that Series S doesn’t end up missing out on games or getting subpar experiences, given they promised their customers that it’s the same as an X just at a lower resolution. You can see how they want to avoid outcomes like Series S being confined to lower player counts, smaller maps, or other game-restricting features.

But they’ve painted themselves into a corner in this case. Split screen requires rendering the whole game twice, which the S isn’t powerful enough to do. It’s also probably a feature few players will actually use.

Seems like this case should be an exception to the parity requirements.


Worth noting this article is from last week, and the supposed redline date has already come and gone without any military intervention.


Leave Florida? The majority of Americans never travel more than a few hundred miles from where they’re born. And an overwhelming majority never leave the US.



I think it is worth it. Usenet has a lot of advantages, like not needing seeders. If the content’s there, you suck it down at the full speed of your connection. That said, sometimes things get DMCA’d so you have to try to download several of them, until you find one that works. Generally smaller servers are less likely to get DMCA’d. I personally use XSNews.nl having switched from NewsHosting and notice a better availability of files (eg less DMCAs). But that minor hiccup aside, it’s much faster and easier than torrenting once you get set up.

My setup is Usenapp for macOS plus XSNews as a host and a paid NZBPlanet membership for search - which you can plug right into a lot of clients, Usenapp included. So basically it’s a magical search engine and download manager that can one-click pirate just about anything at the full speed of my fiber connection. Glorious!

For the serious pirates there’s a thing called Radarr too, I haven’t dabbed in it but I understand there’s a way to set up your Synology NAS or whatever to auto-pirate new episodes of shows and stuff.



It does and it’s alive and well for piracy (alt.binaries.*). As for text discussion well. It’s mostly spam and Nazis. But it’s great for sucking down content!



Translation: We believe our players are dumb enough to shell out the money, so we’ll charge what we can. Get rekt.


That’s correct. The Court decided in Marbury v. Madison that it ought to have the power of judicial review. Lo and behold…



Heh. They probably want to train it not to answer non-technical queries, but it’s still GPT at its core. So if the filters aren’t foolproof, it’s likely capable of the same general knowledge answers as ChatGPT.


I, for one, can’t wait to read Apricot bar code architecture




iMessage is now fully secure like Signal and Telegram, if you’ve enabled advanced data protection in your Apple ID. This also protects your photos and other personal information from snooping and data breaches. Apple users should turn on this great feature in Settings -> iCloud.


Pro-tip: Self-hosting Lemmy? You can use object storage to back pict-rs (image hosting) to save a lot of money
Just thought I'd share this since it's working for me at my home instance of federate.cc, even though it's not documented in the Lemmy hosting guide. The image server used by Lemmy, pict-rs, recently added support for *object storage* like Amazon S3, instead of serving images directly off the disk. This is potentially interesting to you because object storage is orders of magnitude cheaper than disk storage with a VM. By way of example, I'm hosting my setup on Vultr, but this applies to say Digital Ocean or AWS as well. **Going from a 50GB to a 100GB VM instance on Vultr will take you from $12 to $24/month. Up to 180GB, $48/month.** Of course these include CPU and RAM step-ups too, but I'm focusing only on disk space for now. Vultr's object storage by comparison is **$5/month for 1TB of storage** and includes a separate 1TB of bandwidth that doesn't count against your main VM, plus this content is served off of Vultr's CDN instead of your instance, meaning even less CPU load for you. This is pretty easy to do. What we'll be doing is diverging slightly from the [official Lemmy ansible setup](https://github.com/LemmyNet/lemmy-ansible) to add some different environment variables to pict-rs. After step 5, **before running the ansible playbook**, we're going to modify the ansible template slightly: `cd templates/` `cp docker-compose.yml docker-compose.yml.original` Now we're going to edit the docker-compose.yml with your favourite text editor, personally I like `micro` but `vim`, `emacs`, `nano` or whatever will do.. `favourite-editor docker-compose.yml` Down around line 67 begins the section for `pictrs`, you'll notice under the `environment` section there are a bunch of things that the Lemmy guys predefined. We're going to add some here to take advantage of [the new support for object storage in pict-rs 0.4+](https://git.asonix.dog/asonix/pict-rs/#user-content-filesystem-to-object-storage-migration): At the bottom of the `environment` section we'll add these new vars: - PICTRS__STORE__TYPE=object_storage - PICTRS__STORE__ENDPOINT=Your Object Store Endpoint - PICTRS__STORE__BUCKET_NAME=Your Bucket Name - PICTRS__STORE__REGION=Your Bucket Region - PICTRS__STORE__USE_PATH_STYLE=false - PICTRS__STORE__ACCESS_KEY=Your Access Key - PICTRS__STORE__SECRET_KEY=Your Secret Key So your whole `pictrs` section looks something like this: https://pastebin.com/X1dP1jew The actual bucket name, region, access key and secret key will come from your provider. If you're using Vultr like me then they are under the details after you've created your object store, under Overview -> S3 Credentials. On Vultr your endpoint will be something like sjc1.vultrobjects.com, and your region is the domain prefix, so in this case sjc1. Now you can install as usual. **If you have an existing instance already deployed, [there is an additional migration command you have to run to move your on-disk images into the object storage.](https://git.asonix.dog/asonix/pict-rs/#filesystem-to-object-storage-migration)** You're now good to go and things should pretty much behave like before, except `pict-rs` will be saving images to your designated cloud/object store, and when serving images it will instead redirect clients to pull directly from the object store, saving you a lot of storage, cpu use and bandwidth, and therefore money. Hope this helps someone, I am not an expert in either Lemmy administration nor Linux sysadmin stuff, but I can say I've done this on [my own instance at federate.cc](https://federate.cc) and so far I can't see any ill effects. Happy Lemmy-ing!
fedilink