Rikj000

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!

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

help-circle


    • Customer: Can you make this code that does 1000 things?
    • Development team: Sure, we’ll think/work out a nice streamlined implementation for you.
    • Development team: Delivers product
    • Customer: Oh I forgot to mention, I also need this and this and this.
    • Development team: You mother f*cker, there goes our streamlined implementation…
    • Development team: Delivers updated product
    • Result: The 1001 variant of this meme as the final product, good job customer (/s)


  • Rikj000toCatposting@lemmy.blahaj.zoneme-OW
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 days ago

    It’s a game where you push in the teeth of the alligator, with a chance that it will bite you.

    It’s been since my childhood since I’ve played it, but if I remember correctly, the goal is to push in as many teeth without the alligator triggering, and of course if it triggers, to try to pull your fingers out before you get clamped :P

    It can hurt a bit if you get clamped, but it’s not strong enough to do any real damage to your finger.


  • Rikj000toOpen Source@lemmy.mlFoss Alternative to Android Auto
    link
    fedilink
    English
    arrow-up
    80
    arrow-down
    1
    ·
    3 days ago

    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 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##a[href*="/settings/copilot"]
    github.com##a[href*="/features/copilot"]
    github.com##a[href*="/resources/articles/ai"]
    github.com###copilot_free_global
    github.com###blob-view-header-copilot-icon
    

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



  • Rikj000OPtoFuck AI@lemmy.worldBlocking Copilot on Github?
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 days ago

    Believe me, I’d love to ditch Github!

    But it’s a really though bullet to bite for me…

    It kinda acts as my CV for when I’d apply for a new job, and in my nearly 10 years on the platform I’ve accumulated a nice follower and star count to prove my worth as a developer, which is hard to regain on smaller more privacy respecting platforms like Codeberg or Forgejo…

    Perhaps it’s time to move to Codeberg though.
    If I’d do so I will probably:

    1. Initially mirror the repo’s to Codeberg
    2. Notify the users about scheduled date to move to Codeberg
    3. Archive the Github repo’s and finalize move to Codeberg


  • Rikj000OPtoFuck AI@lemmy.worldBlocking Copilot on Github?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    5 days ago

    Thank you, that’s already a nice start! 🙂

    But I was mostly hoping to block the UI elements,
    e.g. today they added a Copilot button,
    and they also moved the search bar,
    and replaced it’s old position with “ask copilot”.

    Would be lovely get the feel of the old Github UI back
    with all the Copilot references filtered out.

    Edit: Figured it out, check my main post edit for the filters!