retiolus

joined 1 year ago
MODERATOR OF
[–] retiolus@lemmy.cat 9 points 1 year ago

At home, my parents are forced to use Windows and macOS because of their work, but all the machines at home are either Linux or a Linux/Windows dual-boot. The mobile phones run LineageOS. I haven't succeeded with my little brother, who's the only one with an iPhone.

Everyone's happy, and when there's a problem (which happens quite rarely), I'm asked, and it's solved in seconds. Most of the time, no one misses proprietary applications, and everyone's surprised that everything's free, hahaha.

[–] retiolus@lemmy.cat 17 points 1 year ago

😍😍😍

[–] retiolus@lemmy.cat 3 points 1 year ago* (last edited 1 year ago)

Hello, glad to have this community here! I could certainly use it more than once.

Would love to be a moderator, having been an OpenStreetMap user and contributor for a while.

[–] retiolus@lemmy.cat 1 points 1 year ago (1 children)

I got that from the benchmarks link :)

[–] retiolus@lemmy.cat 1 points 1 year ago* (last edited 1 year ago) (3 children)

Thank you! This looks like a good hardware setup and upgrade. But what about Max. GPU Memory? The R5 7600 and R7 7700 are max 8GB...

[–] retiolus@lemmy.cat 36 points 1 year ago (9 children)

For a long time now, if a flatpack is available and maintained, I use it.

[–] retiolus@lemmy.cat 1 points 1 year ago

I really want/would like to stop using intel

[–] retiolus@lemmy.cat 1 points 1 year ago (5 children)

So let's say I switch to AM5 sockets, I would need to change the RAM (say 32GB 6000MHz ~100 EUR) and a new (better) AMD CPU, which one? I'd like the RAM + CPU + motherboard change not to exceed 550 EUR. Would the graphics card still be compatible? Would upgrading the CPU be worth it at that price?

[–] retiolus@lemmy.cat 0 points 1 year ago* (last edited 1 year ago) (1 children)

Fabric charger, working before... default ROM

[–] retiolus@lemmy.cat 4 points 1 year ago

https://mangrove.reviews/ seems to have a lot of potential, but is not federated as far as I know.

[–] retiolus@lemmy.cat 1 points 1 year ago (1 children)

It's already a standard on the Fediverse! and I guess on other places too

[–] retiolus@lemmy.cat 5 points 1 year ago (1 children)

Interesting, I hadn't thought of that. I guess it's technically possible to post on a community without even having an account on any server...?

 

It is currently possible, through Lemmy's API, to create accounts automatically and without limit if verification by email address or captcha is not activated. I'd advise you to activate one or both of them NOW!

After registering x number of accounts (currently I could do thousands), all you have to do is list all the existing communities for each of the account to publishes one new post per community, or more. I'll leave you to picture the mess.

(I apologise to the administrators of sh.itjust.works, I should have done the test with my own server.)

 

Non-official community to share the features you'd like to see on Lemmy.

!wishlist@lemmy.ml

 

I'm currently setting up a Python wrapper for Lemmy's API, my aim being to develop a moderation bot (more info here), so I'm building the wrapper as the bot requests it.

It's my first time doing this, so don't hesitate to contribute if you find it useful: https://codeberg.org/retiolus/Lemmy.py

Usage example:

from lemmy import Lemmy

# Login to your account
lemmy = Lemmy("https://lemmy.ml")
lemmy.log_in("username_or_email", "password")

# Get a community ID
community_id = lemmy.discover_community("community_name")

# Get all posts from a community by ID
community_posts = lemmy.post.list(community_id=community_id)

# Get the modlog of your server
modlog = lemmy.modlog.get()

# Post a new publication on a community
lemmy.post.create(community_id=community_id, name="First Post!", body="This is the first community post.")
 

The following tutorial provides step-by-step instructions to install Lemmy, a link aggregator for the fediverse, on Ubuntu 22.04. It includes the installation of Lemmy backend, Lemmy UI (web frontend), and the configuration of a reverse proxy with TLS using Nginx.

You should be able to install Lemmy without any errors. If you have any, please let me know. I intend to extend this tutorial to Lemmy upgrades, migration and deletion, and thus update the official documentation.

 
 

cross-posted from: https://lemmy.cat/post/3165

cross-posted from: https://beehaw.org/post/580400

As some subreddits continue blackouts to protest Reddit's plans to charge high prices for its API, Reddit has informed the moderators of those subreddits that it has plans to replace resistant moderation teams to keep spaces "open and accessible to users."

Edit, there seems to be conflicting reporting on this issue:

While the company does “respect the community’s right to protest” and pledges that it won’t force communities to reopen, Reddit also suggests there’s no need for that.

Source: https://www.theverge.com/2023/6/15/23762501/reddit-ceo-steve-huffman-interview-protests-blackout

 

@dansup@mastodon.social made a special page on fediDB to make it easier to track growth.

 

I can click Update 50,000 times, and I'll still have 2 "components with updates" in the Pop!_OS store.

This output of sudo apt-get full-upgrade is:

...
Fetched 2,961 B in 2s (1,437 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  libgd3 libgd3:i386
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

I don't get why libgd3 and libgd3:i386 are kept back.

4
submitted 1 year ago* (last edited 1 year ago) by retiolus@lemmy.cat to c/memmy@lemmy.ml
 

I'm confused, on GitHub Memmy is for iOS and Android and in the community on Lemmy, Android is not mentioned...

If Memmy is also available for Android, are there any existing builds to be able to test the app?

 

I'm looking for a radio alarm clock project that I could do with a Raspberry Pi or a NodeMCU (ESP32/ESP8266), a small LCD screen and a small speaker.

Do you have any ideas? Does it exist? If not, how should I approach the project? Any advice on speakers for the Raspberry Pi?

view more: ‹ prev next ›