Teams is trash, I have to use it with certain clients, slack for everything else. Literally everything it does is like a wish.com fail version of slack. Like if you ordered slack on temu.
- 0 Posts
- 50 Comments
carl_dungeon@lemmy.worldto Python@programming.dev•Is there a good resource for understanding this language from a technical level?English112·3 months agodeleted by creator
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•What is a self-hosted small LLM actually good for (<= 3B)English1·3 months agoRight and what I was saying was even if it wasnt “public”, single party consent means the person recording can be that single party- so still a non-issue.
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•What is a self-hosted small LLM actually good for (<= 3B)English34·3 months agoMost US states are single party consent. https://recordinglaw.com/united-states-recording-laws/one-party-consent-states/
carl_dungeon@lemmy.worldto Programming@programming.dev•Java at 30: How a language designed for a failed gadget became a global powerhouseEnglish1·4 months agoXML sucks- gradle was a groovy DSL which was very concise and easy, it was quite nice!
carl_dungeon@lemmy.worldto Programming@programming.dev•Java at 30: How a language designed for a failed gadget became a global powerhouseEnglish7·4 months agoI wrote Java and jvm languages for a long time. Mostly a good experience. Maven and later gradle, groovy and spring boot really made it more fun to use. Spock is still my favorite testing framework. These days it’s all python and node for me though- but using those languages and their popular libs really shows how much better dependency management and testing was in the Java ecosystem even 10 years ago.
carl_dungeon@lemmy.worldto Linux@programming.dev•Good News! Redis is Open Source Again 🕺English6·5 months agoThanks for the info!!
carl_dungeon@lemmy.worldto Linux@programming.dev•Good News! Redis is Open Source Again 🕺English5·5 months agoSerious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish3·5 months agoThanks!!
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish2·5 months agoYeah I’m familiar with server- I was asking if you were using official client apps or third party.
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish3·5 months agoIs it called “jellyfin” like the server or is it another app?
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•That's all folks, Plex is starting to charge for sharingEnglish81·5 months agoJellyfin have native apps that are any good? I use plex heavily on ps5, appleTV, iOS, and people’s random smart TVs, all of which have really good first class apps. I also support users that are not technically inclined, so they would need to be able to just install and app and log in.
Duck duck go is bing on the back end
You can’t get faster than instant- so if something is already instant, it wont improve. Also, 16GB ram isn’t exactly rocking the boat, workstations have 64-1024GB of ram these days.
carl_dungeon@lemmy.worldto Linux@programming.dev•Redis 8.0-M3 Brings Async I/O Threading, 12x Speed-Up With New AVX2 Code PathEnglish1·8 months agoIt’s a cache cluster. If you have an expensive query on your database or an api response that’s expensive to generate, you cache it in memory and then for some period of time whenever someone needs it, you return the cached version instead of doing the expensive work. Redis can do a whole lot more than that- data types, documents, etc etc but it’s a web scale caching layer.
Not all servers are running on the public internet.
Thereare Linux servers running that haven’t had reboots in years.
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•Selfhosted S3 compatible recommendations?English4·1 year agohttps://www.localstack.cloud/ emulates a bunch of the aws services, perfect for local testing.
carl_dungeon@lemmy.worldto Selfhosted@lemmy.world•Is there any way to save storage on similar images?English7·1 year agoNo that’s really not possible. I’d recommend tossing the similar ones after you pick the “best”.
Just put it in quotes?