Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
38
Comments
12
Joined
3 yr. ago

  • This is Egypt, not UAE/Saudi Arabia/etc.

  • Wow this is such a clean and snappy Lemmy client, may become my new daily driver!

    The "For You" feed looks like it has a similar focus as the one I have on Agora, which is a webapp for following people across the "extended Fediverse" as I call it (Mastodon, Bluesky, Threads, Nostr).

    The For You feed on Agora utilizes a fork of the open source FediAlgo library to create a feed that combines interesting posts from people you follow, as well as friends of friends, and it learns your preferences based on whose content you like/boost.

    Agora: https://agorasocial.app

    Source code: https://github.com/ghobs91/agora

  • Open Source @lemmy.ml

    iSH: An open source terminal for iOS/iPadOS

    github.com /ish-app/ish
  • movie-web always seemed like such a sitting duck for takedowns like this. Any form of piracy that’s grabbing from a few centralized streaming servers is bound to be shut down.

    P2P torrents over a VPN is the most resilient way to do piracy.

  • Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ @lemmy.dbzer0.com

    The Yuzu repo is hosted on Radicle, an open source P2P GitHub alternative where repos are hosted and seeded across peoples locally running nodes

    app.radicle.xyz /nodes/seed.radicle.garden/rad:z3SNcAzHydhWtfaFTiq9S643GQjYU
  • Why does it matter whether they announced it or not, if the flight took off more than 3 and a half hours after its scheduled departure, is that not more than a 3 hour delay by definition?

  • Privacy Guides @lemmy.one

    PSA: Nova Launcher has been owned by analytics company Branch since 2022

    www.androidpolice.com /nova-launcher-acquired-by-branch/
  • Privacy Guides @lemmy.one

    Proton: "Introducing Dark Web Monitoring for credential leaks"

    proton.me /blog/dark-web-monitoring
  • News @lemmy.world

    The Environmental Protection Agency (EPA) is announcing the first-ever national legally enforceable drinking water standard for PFAS

    www.whitehouse.gov /briefing-room/statements-releases/2024/04/10/fact-sheet-biden-harris-administration-takes-critical-action-to-protect-communities-from-pfas-pollution-in-drinking-water/
  • World News @lemmy.world

    EU agrees US deal to launch satellites with Elon Musk’s SpaceX

    www.politico.eu /article/eu-signs-security-deal-us-launch-satellite-spacex-elon-musk/
  • Florida - The Sunshine State @lemmy.world

    The Sunshine State is #1 in fatal crashes at intersections, with more than three times as many deadly intersections (257) as the next highest state, Arizona (82)

    stacker.com /news/deadliest-intersections-america-according-national-highway-traffic-safety-administration
  • Technology @lemmy.world

    CEO of Data Privacy Company Onerep.com Founded Dozens of People-Search Firms

    krebsonsecurity.com /2024/03/ceo-of-data-privacy-company-onerep-com-founded-dozens-of-people-search-firms/
  • Privacy Guides @lemmy.one

    CEO of Data Privacy Company Onerep.com Founded Dozens of People-Search Firms

    krebsonsecurity.com /2024/03/ceo-of-data-privacy-company-onerep-com-founded-dozens-of-people-search-firms/
  • Off the top of my head: with Forgejo, you alone have the burden of hosting your repo, which means if your repo becomes popular, you have to deal with the costs of all that traffic to it.

    The nice thing about the P2P/seeding aspect of Radicle is that anyone can clone your public repo and help seed it to others.

    I see that Forgejo is working on federation which should help distribute the load of hosting a repo, but that doesn't look to be completed yet

  • How so?

  • Data is Beautiful @lemmy.world

    ProPublica's Nonprofit Explorer: shows highest earning non-profits per state, as well as highest-paid non-profit executives.

    projects.propublica.org /nonprofits/
  • Data Is Beautiful @lemmy.ml

    ProPublica's Nonprofit Explorer: shows highest earning non-profits per state, as well as highest-paid non-profit executives.

    projects.propublica.org /nonprofits/
  • Green Energy @slrpnk.net

    Solar and battery storage to make up 81% of new U.S. electric-generating capacity in 2024

  • If you want to follow Twitter accounts from Mastodon, there's a bridge called Bird.Makeup that still works and is working on a workaround to this issue.

    I'm working on a Mastodon client called Agora that integrates this bridge into the search, so that if you search for "elonmusk@twitter.com" it automatically loads the bridged Mastodon version of the profile: https://agorasocial.app/#/andrew.masto.host/a/111844567849084915

  • [Dormant] Electric Vehicles (Moved to !electricvehicles@slrpnk.net) @lemmy.world

    Rivian’s $40K R2 launch is March 7th in Laguna

    electrek.co /2024/02/05/rivian-r2-launch-event-officially-scheduled-for-march-7th-in-laguna-heres-what-to-expect/
  • Blows my mind that a (technically) Chinese-made EV would be that overpriced.

  • Which search indexers are you using in radarr/sonarr?

    DHT allows discovery of torrents by pinging the IP addresses from an existing torrent, and asking them what other files they’re sharing. It then pings the other IP addresses seeding those files, and asks them what they’re sharing, and so on.

    You can either use a torrent search index site (many of them use DHT to create their database) or you can self host your own DHT crawler and have your own personal torrent search index, but the downside is it uses a decent amount of space to store the index.

    BitMagnet is the best self hosted DHT indexer if you’re interested: https://github.com/bitmagnet-io/bitmagnet

  • Now that DHT makes trackers unnecessary in order to find torrents, what’s the point of private trackers other than gatekeeping?