Skip Navigation

Posts
3
Comments
172
Joined
2 yr. ago

  • You can also take a look at open telemetry. It's a huge open source project with lots of functionality. Handles logs just fine and also can provide metrics and traces too. Might be overkill for your needs but it's an excellent tool.

  • Agreed for comments. I also use that all the time and I'm sure we aren't the only ones. I was thinking of this for the post text only... But that makes for an inconsistent interface. Hmmm

    As for the last bit, I'm quite certain that most of us just learn languages as needed. I certainly do 😂

  • Another suggestion to solve it. Collapsing could be done with a long touch instead of a tap. So tapping would do nothing unless you tap a link. Touch and hold for a half second or so would collapse the text. Might be a little tricky to not mix with scrolling?

  • As someone rather new to the fediverse, thanks for your plug. I'm about to check it out!

  • Well I'm also not entirely sure what you're looking for. But here's my guess 😅

    None of this stuff should run under the account of a human user. Without docker/compose, I would suggest that you create one account for each service, deploy them to different directories with different permissions. With docker compose, just deploy them all together and run it all under a single service account. Probably name it "docker". When an admin needs to access, you sudo su - docker and then do stuff.

  • Ah I see now. It's about the motivations behind the support. Thanks for the insight!

    It's actually quite interesting. Personally, I try to remain neutral on politics but I'm definitely fed a left-leaning social media diet. Within that content, the general reason to support Ukraine is still self centered. "Go beat up the Russian military because they're the bad guys and our cost is super low." The nobility of this support feels like a happy side effect. But the really interesting part is that "funneling money into the military industrial complex" simply isn't focused at all. This is the first time I've considered that aspect.

  • Ya... That doesn't seem realistic to me. Very few people will "direct their anger" toward someone with power over them. There's always risk in a addressing issues with your employer because they can make your life worse. They can fire you, reduce your income or working hours, become inflexible with scheduling and demands, remove benefits, etc. No, it doesn't always go this way and there are plenty of fine employers. But even if you have a reasonable employer and are free to raise concerns, there's still risk and confrontation.

    And what about alternate employers? Restaurant staff can go find a better employer, right? Except, job searches are very difficult and it's near impossible to identify a good employer from a bad one while interviewing. Very real chance that you make a change and end up with more problems.

    Don't get me wrong. These hidden fees are 100% bs. It's just not the employee's responsibility to fix things. They usually have zero power in these situations. "Be good to the customer or I won't get a tip. Be good to the employer or I won't be scheduled to work."

  • Not a single lib will change their minds after hearing this.

    Are liberals generally opposed to supporting Ukraine? What opinion are they not going to change?

  • Able type of good use for worked charging is for devices that don't move much or often. Things like wireless keyboards and mice. Wireless chargers allow you to basically never worry about battery life. And you can hide the cables with a little tinkering.

  • Lol yeeesssss. It's not exactly the healthiest mentality in my opinion... But I 100% sympathize with you here. "I have energy and opportunity today to fix a thing so let's do whatever I can do today to solve it." Unfortunately, that does lead to some "creative" solutions like a Faraday cage around your modem (ahahaha 😂). But it sometimes you just any solution!

    Let it be known that I have provided your 2nd upvote.

  • Sure. I can get behind that.

    But do many people actually mix up the two platforms? I haven't seen it much. The devs and sys admins certainly know that there's a difference between the two. And most end users seem to know that there's a difference. But even if the end users can't identify one platform from the other, I still don't see that it matters. I'm familiar with both nginx and apache... But I also don't shout in public forums that the two tools are not the same.

  • Why does this matter?

    Also, please try using grammar. I had to read that awful block of text like 5 times before I understood what you were saying. And it felt like shouting. Just why??

  • Pineapple + bacon pizza is delicious. My favorite actually. If you like spicy, add some jalapeño or similar peppers.

  • While you are definitely right, I and many others use yyyy-mm-dd outside of software. And that's when the T becomes super lame.

  • On a phone, yes it's a bit annoying. Enough for me to read comments for a clockwork link

  • Apparently, someone else posted the same solution that I did while I typed it out. Sorry for the duplicate but at least weagree on the solution! A warning on this one though. You want to use a feature branch too. Otherwise you'll mix your changes for cool-stuff with new changes for and from even-cooler-stuff. It may become more confusing and difficult to merge.

  • Create a new branch on your fork. You need it to be synced with the other fork so there are a few extra tricky steps. On your new branch, you need to delete the latest commits that aren't merged yet so that it matches the original repo. Then add a remote for the other fork and pull. Now you can build against the other fork and submit a PR to it.

     
        
    git checkout -b even-cooler-stuff
    # Remove the last 8 commits. Change this number as needed. Increasing it "too high" is just fine 
    git reset HEAD~8 --hard
    git remote add even-cooler-stuff https://github.com/more-of-url/even-cooler-stuff
    git pull even-cooler-stuff
    
      

    You should now have a branch that matches the other fork. Make your changes, commit, and push normally. When you build the PR, you want to merge into the other fork.

    Disclaimer: I wrote this on my phone and from memory. There are probably typos and possibly other mistakes. Good luck!

  • Apparently I need to try that. Looks tasty!

    Is that syrup? What kind of syrup do they use in Japan?

  • One idea comes to my mind pretty quick. If you're not using qwerty or have an unusual layout, keybinds for certain apps turns into a sudden project. It would definitely affect gamers who frequently switch games and rely heavily on default keybinds and standard keyboard layouts. Just switching to a basic qwerty layout for gaming would simplify that quite a lot