Skip Navigation

Posts
0
Comments
107
Joined
2 yr. ago

  • I picked up a Denon DNP-730AE network audio player on ebay and I run Tiny-DLNA on my server where the music files and playlists are stored.

    Works great and sounds great.

  • I have a Steam deck and I have problems like this when I use the official dock on my main monitor.

    However, I have no problems with other monitors or a 3rd party dock with the same monitor.

    All that to say I would try new cables, a different dock, etc but thats just a guess.

  • A while ago I did this by making a custom wallpaper with a box on it and set the capture region to the box.

  • If you ran this as a non-root user then you didn't move any system files you just made some copies. Delete the new copies and you should be fine.

  • I use nix for extra packages on my linux desktop. I don"t like brew at all.

  • You can do this easily with Tailscale or a similar wiregaurd vpn.

  • It is easier than you think.

    I never said how easy I think it is so what are you basing this response on?

  • I wouldn't even think about charging anyone for anything until you get it all setup and dialed in with backups, etc and are sure you know how to keep the service running.

  • Then write a howto instead of asking here. That shouldn't take much.

  • How so? if I compromise a containerized app I get all the data that app has access to.

    From a security standpoint, each and every container running actually increases the potential attack surface.

  • Keeping containers up to date for security and bugfixes is just as important as OS packages.

  • I've recently been asked to help some folks on the biz side automate tasks "with ai" and I've had very good results having gemini write apps script to do automations via google sheets.

    For example HR wanted this for workshops they run "Write an Apps Script function to use the employee email list on sheet2 to create random teams of 4 and record the teams on sheet3. Use the template on sheet1 to write an email notification to each team and then send it."

    Worked on the first try and the code is decent.

  • If you are going to store important data I would get a new drive. Either replace the internal or attach an external.

    Also make backups.

  • My experience is that use of an LLM is an amplifier to your output but generally at no better quality that you can produce on your own.

    The skilled developer who uses an LLM and checks its work will get a productivity boost without a loss in quality.

    The unskilled developer who copy/pastes code from stackover can get even more sloppy code into production by using an LLM.

  • Its a personal style choice.

    With a blank line before the 'while' and another after the 'done' its a nice little easy to identify block. I don't know how the 'while' would look like its not a part of that block.

    A midline semicolon just looks ugly to me so I don't do it unless it is the only way to make a statement work.

  • No the opposite. I think more shorter lines makes it easier to read than fewer longer lines.

  • It just looks weird to me to stick a semicolon into the middle of a line when a compound command isn't actually needed.