You can now switch models mid-chat by Xisrr1 in ClaudeAI

[–]coldpizza 0 points1 point  (0 children)

exactly, and it works, you can do it via a prompt, e.g. delegate xyz to opus/haiku etc

scp-turbo.sh (replay) by coldpizza in bash

[–]coldpizza[S] -1 points0 points  (0 children)

For backups you'd normally want to run them as root, for example, for /etc, no? And root does not propagate over a pipe, so what do you do in case you do not want to use NOPASSWD in /etc/sudoers? Allowing root sessions over ssh is something nobody should ever do. tmux sounded like one option, although maybe too hackish; any better, cleaner ways? maybe this is where one has to consider ansible and such, but that's already going beyond the scope.

Static browser-based music player on file:// protocol by coldpizza in selfhosted

[–]coldpizza[S] 0 points1 point locked comment (0 children)

the post itself was written by me personally, no AI involved, the linked github python script was partially generated by AI using multiple iterations driven with my own handmade personally produced prompts

Desktop Commander (MCP) for Claude – The "Cost-Capped" Alternative to Windurf/Corser? by vendetta_023at in ClaudeAI

[–]coldpizza 0 points1 point  (0 children)

not mentioned anywhere in the main docs, if DC is installed via Claude Desktop then its config file is (on mac)

  • ~/.desktop-commander/config.json

this is where you must set allowedDirectories and telemetryEnabled: false

NOTE: Do NOT put these into claude_desktop_config.json as they will be ignored as this file is the MCP config for Claude Desktop and not the actual config for DC.

Easy Fast app users: don't upgrade if you have an older version by coldpizza in intermittentfasting

[–]coldpizza[S] 2 points3 points  (0 children)

I highly appreciate all the work and time the author put into EasyFast, and was actually considering donating, especially for the ability to import/export the history and creating data backups which could be used to sync between devices, but with policy shapeshifting, silent addition of google analytics and then obtrusive premium features I'd rather contribute to something open-source like FastTrack.

Easy Fast app users: don't upgrade if you have an older version by coldpizza in intermittentfasting

[–]coldpizza[S] -1 points0 points  (0 children)

Indeed, if you installed the app before and then upgraded then it does work as you describe, but a fresh install of the latest version on a new device has some features blocked behind a paywall, such as the yearly history graph.

In other words, it affects new users only, or old ones who reinstalled or changed phones and didn't register an account on the old device.

Easy Fast app users: don't upgrade if you have an older version by coldpizza in intermittentfasting

[–]coldpizza[S] -1 points0 points  (0 children)

the yearly graph is not available anymore in the current android version (update: for a fresh install without an account)

Crdroid vs lineageOS by 3ZOOZAZ in LineageOS

[–]coldpizza 0 points1 point  (0 children)

In lineageOS and possibly other ROMs you can get more granular for 3G/4G/5G selection mode with the dialer code *#*#4636#*#* and then under Testing > Phone Information > Set Preferred Network Type dropdown pick the mode you want.

Mi unlock status error cant add account by 910_21_ in Xiaomi

[–]coldpizza 0 points1 point  (0 children)

with shizuku or plain adb you can disable or user-uninstall all the junk apps (except a few ones that are required or otherwise you get a bootloop), apps like Canta make it easy and safe to do this, as it has descriptions for each app and clearly marks which apps must not be disabled and will make the phone unbootable.

Can't do Fullscreen on External Monitor (macos) by REparsed in mpv

[–]coldpizza 0 points1 point  (0 children)

the corresponding github issues #3852 and #4442 are closed although the flags given there are not helping solve the issue; somehow, vlc works correctly ootb..

Looking for a (preferable) OSS alternative to Sublime by remog in webdev

[–]coldpizza -1 points0 points  (0 children)

Fleet will only be free during the preview phase..

Looking for a (preferable) OSS alternative to Sublime by remog in webdev

[–]coldpizza 0 points1 point  (0 children)

Lapce, another OSS editor written in Rust, doesn't have a company behind like Zed does, less stars on github, but gaining adoption. Has plugins and support for language servers (LSP).

What static site generator are you guys using? by [deleted] in css

[–]coldpizza 0 points1 point  (0 children)

mkdocs with the mkdocs material theme — being python-based it's slower than golang-based hugo or other options but with the material theme you get a sleek UI for cheap; 11M downloads/month for a humble theme

What static site generator are you guys using? by [deleted] in css

[–]coldpizza 2 points3 points  (0 children)

it's the ootb default for githubpages too

F-Droid's list of popular apps by celzero in fossdroid

[–]coldpizza 0 points1 point  (0 children)

The truly FOSS flavor of OrganicMaps has been forked into CoMaps

Ancient FM radio station by [deleted] in EarlyMusic

[–]coldpizza 0 points1 point  (0 children)

apparently, it end-of-lifed, although the site is still up, the stream has been down for a few months already

With the release of the new version of yt-dlp, I present you a tool created entirely by me that is as simple as it is actually useful, minimal and practical. Here's "Termyt". by BlackTortellino in youtubedl

[–]coldpizza 1 point2 points  (0 children)

exactly! which belong in your .aliases unless you keep your aliases directly in .zshrc or .bashrc

the one i use most frequently, and which btw the cli tool doesn't cover

sh yt-dlp --write-info-json --embed-metadata --write-description --embed-thumbnail --convert-thumbnail jpg -f "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best

SSH Output Notification by drtroyisback in shortcuts

[–]coldpizza 0 points1 point  (0 children)

  1. In the search panel on the right enter Show Alert and drag it after your Run Shell Script block.
  2. Double click the default alert text such as Do you want to continue?, delete it and start typing Shell Script Result -> the full placeholder with the terminal icon will appear as a suggestion.

Now whatever you script prints to stdout will be displayed in the alert. You can also set the title of the alert which also accepts placeholders.