• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • I only access banks electronically if they accommodate Tor.

    So they know when you logged in and what you did when you got there. So you can’t escape it there.

    The bank only gets to know my physical location when I do a transaction where that’s unavoidable.

    So you can’t escape this either.

    Even if I were to carry a mobile phone on standby wherever I go, the bank would get nothing from it if I don’t run their app.

    They would get nothing except the time, location, amount, business, and how that relates to the other purchases you make and all the data those transactions generate as well. That data is shared with the bank, Visa or MasterCard, and all credit reporting agencies. This is unavoidable too.

    You are not getting out of this unless you allow it to seriously affect your life.









  • Agreed. I could run water sensors and solenoid valves for my basement water heater off of an arduino or rpi. I could also use a commercial product that has a warranty and a product engineering team and a QA department and etc etc…

    I’m going commercial. The potential for damage to be done is too high for some hack job.

    I’ve been in FOSS software for more than 20 years but honestly find the absolutism insufferable. It’s not always practical and there are more important hills to die on.


  • It’s completely overkill for pretty much everyone but I have been thinking about building a kubernetes native client for months now.

    Like the torrent should be treated as a normal resource with a Torrent CRD. It should be scheduled onto whichever node has available capacity and rescheduled onto a different node if it goes down. If allowed by the tracker, multiple instances could be run. You could set resource limits programmatically, easily configure block storage, build dashboards, export logs/metrics… It would be open ended enough that you could have interfaces built as browser extensions, web ui, mobile app, tui, cli and be unopinionated so much that the method for torrent ingestions could be left up to the used. HTTP request, watch directory, rss client, download manager… You could even do stuff like throw magnet links into a queue… etc, etc…

    I keep thinking it would be a great project but I just do not have the spare time to dedicate to it… I imagine it could be used for large scale deployments for something like the Internet archive or whatever.



  • I kinda don’t care. The providers do all of the work anyway and, I think more importantly, terraform still feels like transitional tech. I might use it to stand up an initial working cluster but, in the long run and if given the choice, I’d want to use something closer to Crossplane for managing infrastructure.

    Terraform is still quite manual and doesn’t mandate consistency… You have to build automation around it and because drift is so easy it results in a system that can’t just be fully automated… You always have to check to see if changing a simple resource tag is going to revert a manual IAM permissions change that was made to a service account 3 weeks ago…

    I’ve been using terraform almost daily for years but I wouldn’t be sad if it stopped existing.



  • For me personally it’s probably mostly just momentum or habit at this point. I got into Linux on the late 90s or early 00s. Vim was the best option at the time so I figured it out mostly out of necessity. Now I’m just so comfortable with it and I’ve tweaked it to high hell it’s like a perfectly broken in pair of shoes… Everything fits me just right. I don’t see any real benefit to switching to vs code. I’ve tried it but didn’t like it. Things like filesystem navigation were so clunky and slow compared to what I was used to.

    Whatever… No judgement. There are obviously great developers out there using vs code. This just works for me.