this post was submitted on 22 Sep 2025
68 points (92.5% liked)

Hacker News

2669 readers
456 users here now

Posts from the RSS Feed of HackerNews.

The feed sometimes contains ads and posts that have been removed by the mod team at HN.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Jesus_666@lemmy.world 12 points 3 days ago

The annoying bit is that sharing a series of cryptic shell commands is typically the most efficient way of telling someone how to get things done and of keeping them from wandering off in the GUI and doing something else instead.

This...

# dos2unix your-file.ini | crunchmeister-cli frobulate -d 9 --exclude-preflight alpha,delta --wank > ~/.config/somethingd/frobulated.dat && systemctl --user restart somethingd

...could be the equivalent of this.

  1. Convert your raw data INI file to UNIX file endings using an appropriate tool (outside the scope of this tutorial)
  2. Launch CrunchMeister
  3. Enter the Frobulation section and navigate to Custom Frobulation
  4. In the Input Data tab, upload the UNIXified INI file and set the data level to Full, with semicolons
  5. In the Preflight tab, ensure that the Alpha and Delta packages are deselected. Starting with CrunchMeister 5.7, the Delta package is found under the Additional packages expander
  6. In the Frobulate tab, enable wankness and hit the Frobulate! button
  7. Save the resulting file to your disk
  8. Launch Something Service Manager (install first if nor present)
  9. Click New frobulated data file
  10. Select the file you saved in step 6
  11. Click Reload service

It's still cryptic, though. You can't have everything.