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/)M
Posts
28
Comments
6
Joined
5 yr. ago

Linux gamer. Open source enthusiast. Reddit refugee.

  • I am super-happy to see this project being worked on.

    Note: this version is still considered to be an alpha release.

  • Thanks for this!!

    I just realized I can use the following command to OCR a bitmap in the clipboard and put the text back into the clipboard.

    xclip -out -selection clipboard -t image/bmp | tesseract stdin stdout -l eng | xclip -in -selection clipboard

    This works in my linux VM (in Virtualbox on my work laptop) using bi-directional shared clipboard without touching my Windows software.

    Mind blown!!

  • OpenSourceGames @lemmy.ml

    LBreakoutHD 1.1.4 Released

    sourceforge.net /p/lgames/news/2023/09/lbreakouthd-114-released/
  • Free Games @lemmy.ml

    Dexter Stardust: Adventures in Outer Space

    gaming.amazon.com /dexter-stardust-adventures-in-outer-space-aga
  • Free Games @lemmy.ml

    Shotgun King: The Final Checkmate

    gaming.amazon.com /shotgun-king-the-final-checkmate-aga
  • Free Games @lemmy.ml

    Crumble | PC Mac Linux Steam Game

    www.fanatical.com /en/game/crumble
  • Free Games @lemmy.ml

    Football Manager 2023 (redeemed on Epic Games)

    gaming.amazon.com /football-manager-2023-epic/dp/amzn1.pg.item.416494e8-ca17-47f4-a9b8-ee3e978eed9d
  • Free Games @lemmy.ml

    King's Bounty: The Legend

    www.gog.com /en/game/kings_bounty_the_legend
  • This is great! I was hoping someone would try port or update Tanks of Freedom.

  • Free Games @lemmy.ml

    In Sound Mind

    gaming.amazon.com /in-sound-mind-aga/dp/amzn1.pg.item.1a5c5cac-5445-48ba-89f6-91c4e0068399
  • Do Linux From Scratch! You will learn a lot. I credit LFS with getting me comfortable with the linux command line.

    But don't use it as your daily use linux.