shiftymccool

joined 1 year ago
[–] shiftymccool@programming.dev -4 points 1 month ago (4 children)

Everyone that uses windows. Pick a linux distro and forget these shit moves by shit companies

[–] shiftymccool@programming.dev 4 points 1 month ago

While end users like ourselves would be weary of such results...

Yes, i grow tired of this too... "Wary" is what you're looking for. I expect more from people that use words for a living.

Also, the article never explains what it means by blackmail or extreme circumstances

[–] shiftymccool@programming.dev 12 points 1 month ago (3 children)

You probably don't want your server maxing out all day, your electricity bill will thank you

[–] shiftymccool@programming.dev 4 points 1 month ago

I used to have a folder of my self-hosted apps, now it's basically just my app drawer

[–] shiftymccool@programming.dev 8 points 1 month ago

Not sure if this will work for you but I keep my homelab documentation in markdown, mainly edited with Obsidian. I wanted an easy way to access via web and found Perlite. I have this pointed at a notes folder on my server which is auto-updated with Syncthing. No fuss, just works

[–] shiftymccool@programming.dev 6 points 2 months ago

Yeah, let's put the decision of abortion in the states' hands by overturning Rowe v Wade but AI regulations are too much for the states to handle.

If these fucks want AI this bad, it's worth boycotting and protesting out of princple since it's definitely not for the "safety of our children" or whatever other bullshit justification they come up with. The oligarchs want it, that's enough for me to resist it.

[–] shiftymccool@programming.dev 23 points 2 months ago (7 children)

If you need to add a pinch of salt, get better coffee

[–] shiftymccool@programming.dev 16 points 2 months ago* (last edited 2 months ago) (1 children)

Wrangler relaxed fit boot cut

[–] shiftymccool@programming.dev 3 points 2 months ago

Apple changing their browser was the final straw that killed the internet for ya?

[–] shiftymccool@programming.dev 1 points 2 months ago (1 children)

If protests worked they'd be illegal

[–] shiftymccool@programming.dev 2 points 2 months ago* (last edited 2 months ago)

I'm using Kopia with AWS S3 for about 400GB and it runs a bit less than $4/mo. If you set up a .storageconfig file it will allow you to set a storage level based on the file names. Kopia conveniently makes the less frequently accessed files begin with "p" so you can set them to the "infrequently accessed" level while files that are accessed more often stay in standard storage:

{
  "blobOptions": [
    {
      "prefix": "p",
      "storageClass": "STANDARD_IA"
    },
    {
      "storageClass": "STANDARD"
    }
  ]
}
[–] shiftymccool@programming.dev 1 points 3 months ago* (last edited 3 months ago)

I've been using OneDev. It's really easy to set up, kinda just works out of the box

view more: ‹ prev next ›