Skip Navigation
nargacu83 nargacu83 @lemmy.world

Programmer trying to do some weird pixels simulations so called videogames and softwares. I like pixels.

Posts 0
Comments 26
Self-hosted YouTube frontend with some additional features
  • I'm only a contributor who mainly improved the homepage. You are still helping the project by using it and giving the creator and contributors feedback!

  • Self-hosted YouTube frontend with some additional features
  • Glad you enjoy the only subscriptions view! I would love to work on the playlist feature to add likes, dislikes, watch later but i'm already struggling to have time to work on the watch history already. I'm currently using Freetube with my own Invidious instance which works great imo.

  • Self-hosted YouTube frontend with some additional features
  • This should be fixed soon(tm) by the new player being worked on here: https://github.com/ViewTube/viewtube/pull/2388.

  • Window size
  • It should remember by default. If you are on Plasma, you can do a temporary fix by creating a window rule for firefox and tell it to remember it's size.

  • Building Better Movement in Godot (Text tutorial)
  • Looks interesting! It's nice to have written tutorials.

  • Trying to narrow down an extremely infuriating issue with Mesa on an AMD GPU
  • RX6600 on arch. It was kinda a nightmare a few weeks ago ngl. The whole screen freeze, lost the video signal then gives false hopes by returning the signal to the screen but still freezed requiring a hard reset.

    • I crashed in the middle of a game.
    • I crashed on the desktop when i just started the session.
    • I crashed every time i tried to open blender 4.0 because i enabled the HIP option, some rocm or mesa had dependencies issues or something, i ended up installing the flakpak.
    • I was blown away when i discovered that launching LibreOffice made me crash, ended up using the flatpak too.

    I made a new fresh install of arch on a different drive and did some quick tests, the issue was still here.

    I'm not having those frequent freezes anymore so there's that. Don't know what's so special about these cards but holy moly that's my first time having so many issues with a graphics card.

  • a nice problem to have
  • Start your monitor before starting your PC!

  • a nice problem to have
  • I'm good thanks

  • a nice problem to have
  • Don't know why but i had a bug (don't know if i still do) on Linux, if i don't turn on the monitor fast enough, it will never pick up the video signal until i start a session or restart the pc. It drove me crazy sometimes.

  • Got some minor troubles with Godot itself, am I missing settings?
  • You can disable the built-in editor! ...but it would not open any scripts in your external editor, which is kind of annoying. It could also disable the debugger, i didn't use the full potential of an external editor for Godot, you'd have to see for yourself on this one!

  • Got some minor troubles with Godot itself, am I missing settings?
  • For the focus, you're not missing anything, it's actually a bug introduced in 4.0 with the ability to have multiple windows.

    I made an issue about this a year ago: https://github.com/godotengine/godot/issues/68305

    For the external editor, have you tried disabling the setting called Open Dominant Script? Made my life easier when i was using an external editor.

  • Dev snapshot: Godot 4.2 beta 6
  • Damn, they are doing good work so fast!

  • Every time i go to L'Amant
  • More like every time you enter any indoor room with furnitures

  • Id like to build my from source
  • There a game for Supreme Commander enjoyers, Beyond All Reason!

  • not again...
  • I mean, it would be hilarious if your toilets hated you by calling you names every time you go take a dump.

  • Creating GodotOS - Devlog 1
  • Looks pretty cool ! Made me think, i made a small prototype of a window manager like experience for a game once.

  • Translation files not importing correctly
  • The "keys" thing doesn't seem to be necessary, but thank you, I'll read through it.

    Yes, you are right, sorry i always put it just in case.

    EDIT: How are we supposed to enter these special characters for different languages with UTF 8?

    What languages are you talking about? Do you use specific characters that are not supported?

    You could enter the unicode value of your characters in your UTF-8 translation file and then use a script to convert these values to UTF-16 or make your own tool / extension to add the feature. I don't know much in the unicode formatting area.

  • Translation files not importing correctly
  • First, make sure you read: https://docs.godotengine.org/en/stable/tutorials/assets_pipeline/importing_translations.html#translation-format

    You must save the file using UTF-8 and you're missing "keys" in the first column.

  • WM recommendation (I know Python but not enough to take much priority)
  • If you know a bit of Python then i can only recommend you try qtile. It's a pretty nice WM to start with IMO.