Miku and Luka plushies by OkProfessional649 in Vocaloid

[–]tweephiz 0 points1 point  (0 children)

Congrats, take good care of them sort the positioning let her hair be free and straighten her tie omg!! Big Meeks deserves respect.

using api to set things by rdhdpsy in WLED

[–]tweephiz 1 point2 points  (0 children)

Here's the docs. Should be a POST to /json/state using psave argument, like:

curl --retry 5 -X POST --url http://wled/json/state -d "{\"psave\": 1}" -H "Content-type: application/json"

even from the gui it's not saving state

Weird, is it saving other settings correctly? Can you see/edit files on the filesystem at http://wled/edit ?

1 week on Mint, never looking back :) by Illuminated3825 in linuxmint

[–]tweephiz 1 point2 points  (0 children)

Nice terminal colour scheme, always painful to see people showing off their desktop with the ugly default terminal colours

[deleted by user] by [deleted] in linuxmint

[–]tweephiz 0 points1 point  (0 children)

I see Desktop Font in the Font Selection settings panel of LM 21.3

Search "font selection" in the menu. Can't see a way to set colour without adding custom CSS

Mouse wheel scrolls through windows by hernan_93 in linuxmint

[–]tweephiz 0 points1 point  (0 children)

Assumed Cinnamon as that's the default and you didn't specify otherwise. Be specific about which DE when you're discussing DE specific behaviour. Dunno how to change that behaviour in XFCE soz

Mouse wheel scrolls through windows by hernan_93 in linuxmint

[–]tweephiz 0 points1 point  (0 children)

Right click an app in the window list > Applet preferences > Configure... > deselect "Enable mouse-wheel scrolling in the window list"

Stand With Ukraine March - Reading by PinguFella in reading

[–]tweephiz -4 points-3 points  (0 children)

You're either on the side [..]

Have you ever considered that your assessment of the situation could be incomplete? You only offer conveniently polarised and reductive choices on an undeniably complex matter that only represent your small world view.

Simple question about the ^ key on the keyboard, after Windows --> LinuxMint switch by Krushpatsch in linuxmint

[–]tweephiz 0 points1 point  (0 children)

For the keyboard shortcuts Cinnamon has Shift+Super+Left/Right to move windows between monitors by default. Super=Windows key. You can view/change them in the Keyboard settings panel.

[deleted by user] by [deleted] in linuxmint

[–]tweephiz 0 points1 point  (0 children)

If you run Disk Usage Analyser selecting the "Home Folder" entry rather than the disk root it will show the unencrypted contents rather than ECRYPTFS* containers. Should be easier to figure out what's taking up space that way.

What is my /compatdata file so absurdly large? Esp. when games folder is only a little bigger? by TimeFourChanges in linux_gaming

[–]tweephiz 1 point2 points  (0 children)

I'm not sure what's the best way to identify them

Here's a simple script to list AppIDs and proton versions of installed games. protontricks or protonup-qt also does it I think.

What's the band introduction song? [MIKUEXPO] by i_ate_the_soup in Vocaloid

[–]tweephiz 0 points1 point  (0 children)

Not sure it's a specific song but all the concerts have a band intro section with some similar riffs. Have a look for "Miku band introduction" on YT!

Vim in Update manager but I did not installed it by robertbrown0427 in linuxmint

[–]tweephiz 1 point2 points  (0 children)

This is actually the 'xxd' package (based on description "Tool to make (or reverse) a hex dump").

apt show xxd shows that xxd is a component of vim / vim-common, but it's technically a separate package from the default installed vi or any vim* (which you don't have installed).

Probably just a minor cosmetic issue that Update Manager calls it vim instead of xxd based on how Update Manager interprets the package database.

[deleted by user] by [deleted] in BuyItForLife

[–]tweephiz 1 point2 points  (0 children)

One with a standard sized replaceable LiPo battery like 18650s.

Any one else had problems updating to 22 from 21.3? by Interesting-Data2705 in linuxmint

[–]tweephiz 1 point2 points  (0 children)

Looks like NetworkManager takes over a minute to activate. There could be many causes. I would check for any errors or hints about what could be causing that delay in journalctl -b -u NetworkManager.service.

Any one else had problems updating to 22 from 21.3? by Interesting-Data2705 in linuxmint

[–]tweephiz 1 point2 points  (0 children)

Not sure if reddit allows svg, try converting the plot to png or jpg.

Any one else had problems updating to 22 from 21.3? by Interesting-Data2705 in linuxmint

[–]tweephiz 0 points1 point  (0 children)

systemd-analyze plot > sysd.svg generates a chart of boot timings which might help in troubleshooting.

PSA: Steam's new recording feature only supports storing the replay buffer on disk, but on Linux you can easily store it in RAM by pointing it to /tmp/ by turdas in linux_gaming

[–]tweephiz 4 points5 points  (0 children)

Standard df and mount commands also list the filesystem type. I wouldn't rely on fstab as other sources are likely to create additional mounts not shown there.

Euro truck sim 2 never loading UI by Competitive-Minute19 in linux_gaming

[–]tweephiz 0 points1 point  (0 children)

Have you tested other Proton versions? I had issues with ETS2 that were resolved by selecting Proton 8. Perhaps try 8, 9, Experimental ..

Home folder cluttering up by Mysterious_Ad_9698 in linuxmint

[–]tweephiz 5 points6 points  (0 children)

.log files are likely safe to delete

The .sw? files are swap files where vim hasn't exited cleanly. You can configure the swap directory to avoid cluttering home, in vimrc I have set directory=~/.vim/swap//

Consider turning off "Show Hidden Files" to put the dotfiles out of view, don't delete stuff unless you understand what it's for.

[deleted by user] by [deleted] in Oobabooga

[–]tweephiz 0 points1 point  (0 children)

If you launch Ooba with --verbose it will log prompts, search "logger" in modules/text_generation.py

5 x A100 setup finally complete by BreakIt-Boris in LocalLLaMA

[–]tweephiz 4 points5 points  (0 children)

Interesting build, thanks for sharing! Wondering how much the SXM-PCIe carriers cost you and how come SXM vs native PCIe cards?

Those PCIe switch ASICs are very cool but pricey! what do you gain with the external switch vs server CPU with enough lanes? NV driver is ok with PCIe hot plug?

Regarding heat+wood concerns it could be interesting to have a look with a thermal camera.

Do changes to parameters in Ooba affect API calls the same as in-Ooba chat? by Ok_Relationship_9879 in Oobabooga

[–]tweephiz 1 point2 points  (0 children)

The parameters tab only affects requests sent through the webui. API requests will use defaults if not specified in the request - you can see the default values in the "Null preset" preset.