Skip Navigation

Posts
7
Comments
125
Joined
2 yr. ago

  • Yeah, it's common, especially in programming. It's true that searching on Google usually solves the problem, but the biggest issue is that it's hard to know the exact word you need to use. They know the word so it's trivial for them, but that's not the case with others, and they're proud that they're out of touch with people.

  • Not money, but fucking vouchers.

  • Unless you count the dorm, yeah I do. It's pretty normal to live with your parents.

  • My guess is that they hope this somehow stops the scam calls.

  • () creates a subshell, and & runs the command in background. The $@ means everything after the first argument, so the <command> is executed like a normal command. I am not sure why this works, but it has worked more consistently than nohup, disown, and it's a lot shorter than most other solutions.

  • IIRC disown is a shell built-in command, so its use is a bit limited. Not sure if & is also a built-in, but I found disown to not work in some situations. Besides, it's shorter.

  • I have a script named d in my PATH and it contains this:

     
        
    ("$@" > /dev/null 2>&1 &)
    
    
      

    It allows me to run any program in a fully detached state in a way that works even if the terminal that started the program closes, and it's as simple as d <command>.

  • reproducible

    You tried writing bash scripts that set things up for you, haven't you? It's NixOS for you.

  • This particular blue wizard. Not my image, but he's a well known person that you can find image of him online.

  • A bit of both. There are plenty of players, and they are all great and does what I want. But I couldn't find a software that fills all of my exact niche I was looking for:

    • Synced lyric support
    • Keyboard-based navigation
    • Smart playlist support

    It also allows me to put in features I want. It's like customisation, but taken a bit too far.

    I still need to document how to use it because the config system is barely usable right now. But it's open source, and it's available here.

  • Things I do:

    • Maintain a large database of music, though primarily for archive purpose
    • Write software for listening music, though it is far from done
    • Maintain some overengineered smart playlist
    • Occasionally search and purchase new albums

    It's primarily Vocaloid, so that's probably why I can't listen to it and focus on something else at the same time. Also probably why I can't tell the difference between bad and good headphones. Some are meme songs too.

  • In terms of avatar, it was in my downloads folder

  • Other than keeping an eye on their changelog or waiting until it breaks, I don't think you can do anything about that. I do have automatic update, but the config rarely changes from my experience.

  • There's not much content to even say if there's resistance against them if any. I suppose people blocking contents in foreign language they can't read counts as one though.

  • I also recommend it.

  • I replaced like a third of the ingredients I need with something I had in the corner of the fridge because I couldn't be bothered to go to the shop. 😭 Oh well, that's vibe cooking.

  • Post your vibe cooking results here

  • Yeah, that's what plan to do once I can read without too much active thinking. I got ons of manga I want to read in original!

  • Japanese! I originally thought I might make quick progress, but there were surprising number of characters I've never seen before. So I just decided to learn everything from complete scratch so that I don't ever have to backtrack. Everything is written in hiragana at the current stage, and that's throwing me off a lot too. But I have to learn how they're read anyway so, oh well.

  • Programmer Humor @programming.dev

    crises into opportunities

  • linuxmemes @lemmy.world

    give somebody else a piece of that ram so that we dont thrash in this green trash square

  • memes @lemmy.world

    Scrolling in hospital

  • Ask Lemmy @lemmy.world

    What's something you wish you did/didn't do when you were a child, but wouldn't change you much even if that was the case?

  • Selfhosted @lemmy.world

    File collecting program?

  • Science Memes @mander.xyz

    Devices (fanmade, obviously)

  • Selfhosted @lemmy.world

    Has anyone successfully self-hosted Firefox Sync?