Yeah resort to insults the braindead way of arguing.
I just don't buy into whatever brainwashing propaganda outlet makes you believe Putin is worse than Biden or Zelensky.
If this wasn't true it would be covered by all mainstream propaganda outlets, do a search see how many cover it.
Every journalist speaking the truth is a traitor. And of course they are going to discredit him however they can.
Every journalist speaking truth is a traitor. And of course they are going to discredit him however they can.
All journalists speaking the truth are traitors.
DISAPPEARED Journalist, Gonzalo Lira, Captured By Ukrainian Forces Found ALIVE
YouTube Video
Click to view this content.
Spy agencies use your taxpayer dollars to buy your private data
In the perfect example of the dangers posed by government / corporate collusion, it’s revealed that U.S. intelligence agencies have been skirting privacy laws by buying huge amounts of data from priva
Imagine being dumb enough to believe mainstream media.
How to Choose a Lemmy Instance Based on Latency and Least Blocked Users?
Hi everyone, I'm having trouble finding a Lemmy instance that works well for me. The main instance I use is down, and most others are too slow. I'm wondering if there's a way to choose an instance based on latency and the least blocked users. I found two relevant issues on the awesome-lemmy-instances GitHub page: issue #12 about choosing an instance based on latency and issue #17 about choosing an instance with the least blocked users. However, I'm not sure how to implement these into the main script to generate a readme with a few recommended instances. Does anyone have any advice or tips on how to choose a Lemmy instance based on these criteria? Thanks in advance for your help!
Am I the only one who got here looking who that really active dev was?
I'm coming from this idea that, the creators' political stance can have an impact on the audience's beliefs and attitudes, even if it is not overtly pushed in the content. This is because subliminal messages or offhanded comments can influence the audience's perception of certain issues.
Humans are more influenced by emotions than logic, which means that critical thinking alone may not convince them.
What are your favorite leftist content creators and commentators?
I'm particularly looking for youtubers that are very active and more entertaining than focused on theory. But I would be happy to hear any of your recommendations.
You aren't very bright either if you believe everything mainstream media tells you.
The US started the war in Ukraine by staging a coup in 2014, which instated a fascist leader that took away all civil rights of the citizens. The US is responsible for every single death in the war but they don't give a shit because at the end of the day they are all Russians to them. "Best money we've ever spent". Statement by Senator Lindsey Graham during a meeting with Ukrainian President Volodymyr Zelensky in Kyiv.
And the truth according to you is whatever mainstream media says?
Permanently Deleted
No, haven't heard of it.
How much exercise should a highly sedentary adult do?
A highly sedentary adult aged 18-64 should aim to gradually increase their physical activity levels to meet the recommended guidelines. According to the World Health Organization (WHO) and the Centers for Disease Control and Prevention (CDC), adults in this age range should:
- Do at least 150-300 minutes of moderate-intensity aerobic physical activity (e.g., brisk walking) or at least 75-150 minutes of vigorous-intensity aerobic physical activity (e.g., jogging or running) per week, or an equivalent combination of both[1][3].
- Engage in muscle-strengthening activities at moderate or greater intensity that involve all major muscle groups on 2 or more days a week[1][3].
- Limit the amount of time spent being sedentary and replace sedentary time with physical activity of any intensity, including light intensity, for health benefits[3].
It's important to note that some physical activity is better than none, and adults who sit less and engage in any amount of moderate-to-vigorous intensity physical activity will gain health benefits[2]. As a highly sedentary adult, you should start with small, manageable increments of physical activity and gradually increase the duration, frequency, and intensity as your fitness level improves. It's also a good idea to consult with a healthcare professional before starting a new exercise program, especially if you have any medical conditions or concerns[5].
Citations:
[1] https://www.cdc.gov/physicalactivity/basics/age-chart.html
[2] https://www.cdc.gov/physicalactivity/basics/adults/index.htm
[3] https://www.who.int/news-room/fact-sheets/detail/physical-activity
[4] https://www.health.gov.au/topics/physical-activity-and-exercise/physical-activity-and-exercise-guidelines-for-all-australians/for-adults-18-to-64-years
[5] https://www.nhs.uk/live-well/exercise/exercise-guidelines/physical-activity-guidelines-for-adults-aged-19-to-64/
[6] https://www.acsm.org/education-resources/trending-topics-resources/physical-activity-guidelines
[7] https://www.ncbi.nlm.nih.gov/books/NBK305058/
[8] https://www.ncbi.nlm.nih.gov/books/NBK566046/
[9] https://health.gov/sites/default/files/2019-09/Physical_Activity_Guidelines_2nd_edition.pdf
Audiobookshelf for a self-hosted audiobook and podcast server.
You'd have to create a feature request on github
This script allows you to choose an instance with few blocked users so you can see most content without feeling like you are missing out. Communities only share their content after a user subscribes, so a self-hosted instance is only useful if you manually subscribe to everything you want. It's better to choose an existing instance with some users who have probably already subscribed to those communities.
Request for Comments: Balance Scores Based on Monthly Active Users (Issue #1026)
I have had reservations about balancing scores across communities based on the number of users, as it may dilute the uniqueness and individual themes of each instance. However, upon further consideration, I have noticed that smaller instances are underrepresented on the main feed. This has prompted me to reconsider the approach and explore the possibility of balancing instances based on monthly active users instead of communities. By doing so, we can ensure a more diverse representation of instances and avoid a situation where only big instances dominate the feed. I am uncertain about the best approach, and I would appreciate hearing your opinions on this matter.
Please consider leaving a thumbs up on the GitHub issue.
Request for Comments: Enhancing Lemmy's Search Functionality (Issue #846)
When searching, the available options right now are: new or top of a specific time. Neither of this options usually offers what I'm looking for so I don't use lemmy search because the search engine...
I'm reaching out to the community to gather your thoughts and suggestions on how we can enhance Lemmy's search functionality, as discussed in Issue #846. Currently, the search options (new or top of a specific time) do not consistently deliver relevant or useful results, which creates difficulties for users trying to find posts based on specific keywords. While search engines like Google employ factors such as backlinks, freshness, keyword mentions, user experience, and topical authority, we need to strike a balance between improving search results and maintaining low complexity.
Please consider leaving a thumbs up on the GitHub issue.
Permanently Deleted
Permanently Deleted
So basically promote software for free? No thanks, bye. I won't attribute everything I write to an LLM.
Find videos with above-average popularity in YouTube subscriptions.
To find videos with above average popularity in your YouTube subscriptions, you can follow these steps:
- Retrieve a list of your YouTube subscriptions using the YouTube API or a third-party tool.
- For each subscribed channel, obtain the view count or engagement metrics of their recent videos.
- Calculate the average view count or engagement metrics across all videos for each channel.
- Compare the view count or engagement metrics of each video to the average for its channel.
- Select the videos that have above-average view count or engagement metrics as the ones with above average popularity in your subscriptions.
Here's an example code snippet in Python using the YouTube Data API to retrieve the list of subscriptions and calculate the average view count for each channel:
```python import googleapiclient.discovery
Create a YouTube API client
youtube = googleapiclient.discovery.build('youtube', 'v3', developerKey='YOUR_API_KEY')
Retrieve the list of subscriptions
subscriptions = youtube.subscriptions().list( part='snippet', mine=True ).execute()
Iterate through each subscribed channel
for subscription in subscriptions['items']: channelId = subscription['snippet']['resourceId']['channelId']
# Get the channel's uploads playlist playlist = youtube.channels().list( part='contentDetails', id=channelId ).execute()
uploadsPlaylistId = playlist['items'][0]['contentDetails']['relatedPlaylists']['uploads']
# Get the videos in the uploads playlist videos = youtube.playlistItems().list( part='contentDetails', playlistId=uploadsPlaylistId, maxResults=10 # Adjust the number of videos to fetch as needed ).execute()
totalViewCount = 0 numVideos = 0
# Calculate the total view count for the channel's videos for video in videos['items']: videoId = video['contentDetails']['videoId']
videoStats = youtube.videos().list( part='statistics', id=videoId ).execute()
viewCount = int(videoStats['items'][0]['statistics']['viewCount']) totalViewCount += viewCount numVideos += 1
# Calculate the average view count for the channel if numVideos > 0: averageViewCount = totalViewCount / numVideos else: averageViewCount = 0
print(f"Channel: {subscription['snippet']['title']}") print(f"Average View Count: {averageViewCount}\n") ```
You can modify this code to include other engagement metrics like likes, comments, or shares, and use them to determine the videos with above average popularity in your subscriptions.
What are your ideas for a controversial sorting algorithm for Lemmy?
Posts and comments ordered by most total votes but that are close to zero score. I guess this should only be available on instances with the downvotes active.
There is a request for a comment on this issue Controversial posts and comments #2515. Do you have any ideas on how best to implement this?
> I'd like to see some more people chime in with opinions, but maybe that'll come with a PR. At the very least, it's something that can be moved forward with. > > — dcormier
What are your ideas for a controversial sorting algorithm for Lemmy?
Posts and comments ordered by most total votes but that are close to zero score. I guess this should only be available on instances with the downvotes active.
There is a request for a comment on this issue Controversial posts and comments #2515. Do you have any ideas on how best to implement this?
> I'd like to see some more people chime in with opinions, but maybe that'll come with a PR. At the very least, it's something that can be moved forward with. > > — dcormier
Moving to Lemmy, fuck u/spez
Here is a guide on how to use PowerDeleteSuite to edit all Reddit comments automatically, which can be helpful for people who are migrating from Reddit and want to promote Lemmy: 1. Download and install PowerDeleteSuite from the official GitHub repository[1]. 2. Open PowerDeleteSuite and log in to y...
Reminder that you only have until the end of the month if you want to use PowerSuiteDelete to edit all your Reddit comments to say something like the title. After that, there may no longer be a free API available.
Guide: How to edit all your Reddit comments with PowerDeleteSuite
How can I find instances with open registration that block or are blocked by the fewest number of other instances?
I find it annoying to have to check posts from multiple instances just to make sure I'm seeing all the comments. How can I find instances with open registration that block or are blocked by the fewest number of other instances?
I will probably have to take into account the instance size and the total number of users blocked.
Simplifying Content Search on Popular Lemmy Instances via Search Engines
I have grown used to searching the internet with the help of the search site:reddit.com
command. However, I'm looking for a more convenient method to search across all popular Lemmy instances without the need to manually copy and paste the following query every time: (site:lemmy.world OR site:lemmy.ml OR site:beehaw.org OR site:feddit.de OR site:sh.itjust.works OR site:lemmy.one OR site:lemmy.ca)
. Is there a more user-friendly approach to perform these searches? Alternatively, is there a comprehensive instance list available that I can easily copy to my clipboard and utilize within a script to obtain the formatted output for the search? Any suggestions or assistance would be greatly appreciated.
...
I've been thinking about the rise of AI in the job market lately, and I wanted to get your thoughts on it. According to recent reports, AI eliminated around 4,000 jobs in the US in May alone, and it seems like this number will only continue to rise. This raises some important questions about the future of work and the impact of automation. Are you concerned about AI taking over jobs? How do you think it will affect employment in the next few years?