Full stack developer and privacy advocate. I like to keep the mentality, if you can program one language well, then you can program in any language!

  • 4 Posts
  • 93 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle






  • OP I appreciate the reasoning.
    But I’d advise against it,
    and would recommend users to delete their Facebook account asap.

    Why? 4-5 years ago I already noticed the “illusion of free speech” on Facebook.

    The platform is a data farm,
    but I’m a data privacy advocate,
    so I regularly posted data privacy articles/tools.

    Which went against the best interest of Facebook, so they simply held back that content from nearly everyone’s feed, resulting in it getting nearly zero attention.

    But if I posted a dumb meme,
    it would get a lot of attention.

    I’ve asked around to friends back in the day who where scrolling online if they saw my data privacy posts, none did.

    So staying on the platform to advertise things that go against Facebooks best interest, will likely not yield good results.

    However deleting your account,
    is a great conversation starter that can easily be directed into WOM (Word of Mouth) marketing, to teach your friends and family about Fediverse tools.



  • Yes Fediverse software can challenge the tech giants,
    but we can and must expect them to fight against it as soon as it gets on their radar!

    They’ll likely will attempt to do so by:

    • Censorship: Keeping it out of the feeds/search results of their users.
    • Propaganda: Putting it in a bad spotlight (e.g. marking it as security risks on their own platforms).
    • Direct Attacks: E.g. DDoS attacks and/or bot user networks spreading bad content on the Fediverse platforms.

    We should already try to harness ourselves against the direct attacks.
    And help with spreading Fediverse software through WOM (Word-Of-Mouth) marketing,
    since the tech giants certainly will not help it spread themselves.

    The Fediverse is one of the few sparks of hope I have remaining lately,
    let us ignite these sparks together into something bright!


  • If the fines regarding to it are in proportion with the revenue of the business, then it likely would make a lot of them think twice about doing so.

    I agree that it’s hard to enforce the rules,
    and that some would still ignore them.
    However updating the rules give the abused people a chance of getting justice/consolidation for their stolen work, and diminishes the chance of companies breaking the rules.

    It would not combat bit torrent (P2P) piracy.
    But that’s also not that important imo.
    Most pirates are rather poor folks,
    just trying to watch/play some content which they can’t afford, they make up for a rather neglible amount of the profit that can be had.

    However it would combat billion dollar companies that would use pirated content to train LLMs to sell further. All they need is x1 internal whistleblower about doing so, and they could be fined with an amount larger then the risk is worth.






  • There’s 2 parts to this:

    • Android Auto app (on your phone)
    • Android Auto Head Unit software (in your car)

    Both of which are currently proprietary,
    and would need to be written as FOSS from the ground up by reverse engineering the above 2, which would be a huge undertaking.

    Also flashing custom Head Unit software to your car will be very hard, is not well documented, and likely will void your warranty, giving low incentive for developers to even attempt it :/

    The best you can do right now is aa4mg (Android Auto 4 MicroG),
    which at least allows to replace the proprietary Google Play services with a privacy respecting FOSS alternative and Android Auto’s dependencies with empty stub packages:
    https://github.com/sn-00-x/aa4mg

    Full disclosure,
    I helped with writing aa4mg :)



  • uBlock Origin Filters to get rid of Copilot + AI feed bloat on Github
    uBlock Origin => Open the Dashboard => My Filters => Add:

    github.com##.copilotPreview__container
    github.com##.AppHeader-CopilotChat
    github.com##li.ActionListItem:has-text(Copilot)
    github.com##li.ActionList-sectionDivider:has-text(Copilot)
    github.com##li.TimelineItem:has-text(Copilot)
    github.com##div.pb-4:has-text(Copilot)
    github.com###copilot_free_global
    github.com###copilot-button-container
    github.com###blob-view-header-copilot-icon
    github.com##a[href*="/resources/articles/ai"]
    github.com##a[href*="/settings/copilot"]
    github.com##a[href*="/features/copilot"]
    github.blog##a[href*="/features/copilot"]
    github.blog##a[href*="/ai-and-ml"]
    github.blog##article.changelog-label-copilot
    github.blog##article.changelog-label-models
    
    github.com##article.js-feed-item-component:has-text(LLM)
    github.com##article.js-feed-item-component:has-text(OpenAI)
    github.com##article.js-feed-item-component:has-text(ChatGPT)
    github.com##article.js-feed-item-component:has-text(GPT)
    github.com##article.js-feed-item-component:has-text(Llama)
    github.com##article.js-feed-item-component:has-text(Gemini)
    github.com##article.js-feed-item-component:has-text(Grok)
    github.com##article.js-feed-item-component:has-text(DeepSeek)
    

    Also disable + block everything under: https://github.com/settings/copilot