• 1 Post
  • 15 Comments
Joined 7 months ago
cake
Cake day: November 20th, 2024

help-circle


  • alarm-clock-applet allows custom commands. So put systemctl suspend into a timer, bingo.

    rtcwake to wake the computer up, for-better-or-worse the music will still be playing.

    Someone else mentioned android, VLC there does have a sleep timer (just to stop the music) I didn’t see an equivalent option in the desktop version (at a quick glance) though.

    In SMPlayer I do see the option ‘shut down computer’ as a sub-option for `close when finished playback’ (general options)


  • You know, I’m somewhat of a coding enthusiast myself.

    Difficult to think of projects that I want to do that are also viable for me now. I settled on Minesweeper (/a dragonsweeper-like) though I lost momentum as I got a bit hung up on how to implement it in a way that’d allow dynamic map sizes. I suppose I should just make it as simple as I can and then differentiate it later.

    Mostly been ignoring it though, instead making efforts to organize my room. Any personal growth is good, right?

    I would also like an excuse to make some polygonal art (2D or 3D) but I don’t have many ideas there either, and many ideas of which would probably be an insignificant amount of actual coding compared to animation.




  • I lost interest enough to delete the models I had before and this headline made me look into deepseek.

    EDIT: Not quite the Streisand Effect considering I already knew about it, but still an unintended source of pressure. Like someone stockpiling before a ban of something, even if they weren’t too avid about it before. I’ve had a similar thought when it comes to taking down free streaming sites.

    Though this seems to have traded compute for data, so I don’t have the VRAM for it… even running through RAM, I don’t feel like downloading a lesser version with my slow-ish internet.






  • I understand fragmentation here, as you can get what you need in a format that works well-enough.

    Different package formats often have technical differences. Recently I had the choice to use something from a flatpak to reduce lib32 dependencies on my system… but I didn’t go with that as the other dependencies it needed (openGL, graphics driver etc) were redundant thanks to sandboxing (~2GB download!).

    Anything native from itch, GOG, or humble doesn’t really ‘install’ but rather they are just extracted… so the files should be what it is (portable, except game saves/user data likely won’t be). This allows you to run it off of a slower+larger-capacity drive.

    EDIT: Also if you need to compile it, probably will also just compiled to where you put it (to a bin folder).

    Non-system stuff like this is more viable for things that you don’t need updated frequently/ever (particularly games/software post-development). For sure most-of-the-time the best experience is via your package manager.


  • It was too slow for an edit, but this is the older version screenshot (note:Imgur only loads links for me with a private window)

    One small benefit of the current layout is that I can see both edges of a rolled-up window (when focused).

    I would definitely try more things if I had more control. Big text would be nice with content overlap (or outside window+outlined+noBG?), inset controls especially if dynamic. Maybe even different placements of title or buttons.


  • Fair, I have no idea if there’s much interest.

    For difficulty, I would make wider+more spaced buttons if dynamic sizing were a thing (without it, small windows would have shorter titles when focused).

    If you mean visually, yeah not many pixels and with this layout I cannot put a background behind the window buttons without it spanning to the title. The previous version has it but was right-justified, so cannot have the buttons disappear without the title shifting (the shown version allows longer titles when unfocused).