I’d bet dollars to donuts that’s exactly the reason. And the minute they start goin public, the enshittification will occur.
Web Developer by day, and aspiring Swift developer at night.
I’d bet dollars to donuts that’s exactly the reason. And the minute they start goin public, the enshittification will occur.
The -i
is not required.
sudo -u root bash
ftw
This only could’ve been better if this was a picture frame a phone of the monitor with the screenshot open in whatever the default screenshot app is for the is.
Back in 2016 (wow, almost a decade now…) I got a job with a group who used Word docs to email instructions on how to update your code with their changes. For example, “In file xyz.php, go to line 123 and replace <code> with <code>.”
One of my first tasks was getting that group set up with git. But I will never forget that was their best way to version control code… in 2016.
Depends on the version of VB. It seems VB .NET uses zero-based indexed arrays.
I’ve given up on truly being private. Between all of the data leaks, the known back doors, and now this… it’s mostly a lost cause. In fact, I got a letter the other day from a company I’ve never heard of, let alone done business with, stating that my PII was lost to a data breach.
All in the name of convenience and “national” security I assume. Such a bullshit excuse.
(Yeah I’m talking to you NSA, and CIA, and FBI, and you, Pervert)
FWIW, I’m referring to the local DNS (domain name system) resolver; the mechanism that resolves local domain names into IP addresses so that computers can talk to each other over the LAN.
Here is a good primer on the configuration files and their possible locations: https://www.freedesktop.org/software/systemd/man/latest/resolved.conf.html
Edit: be careful because this is your domain name lookup you’re messing with. 😊
Would have loved to, but keep getting a 401 when attempting to login. 😢
Thank you!
You can use kill -l
(lowercase L) to see a list of signals. But IIRC it’s the same as -KILL
.
EDIT: fixed the signal name.
Nah, we gotta kill
, preferably with -9
. 🤣
I’m waiting for Linux support to come to iPads. I have an older iPad I would love to see Linux on.
I used my 2010 MacBook Pro for about 10 years before I decided to buy a new one (no longer supported by Apple). It ran great too, for being 10 years old.
At least Mac is genuinely UNIX. 🙃
It’s normal to denormalize data in a relational database. Having a lot of joins can be expensive and non-performant. So it makes sense to use a common structure like JSON for storing the demoralized data. It’s concise, and still human readable and human writable.
Why should I spin up a NoSQL solution when 99% of my data is relational?
“Air gapped”… in my day we called that the sneaker net.
I found this site which might help you in your search.
https://selfh.st/apps/
Food for thought (no pun intended), but unless you’re willing to build an app (could be a great app; I doubt you’re the only person who could use this), you might be over engineering this quite a bit. A spreadsheet could be made to do what you’re looking for, with much less effort.