Came here to say this. Also
OpenDyslexic as an alternative font
Respect. Congrats to OP on launching. Will take a peak when I get the chance.
Came here to say this. Also
OpenDyslexic as an alternative font
Respect. Congrats to OP on launching. Will take a peak when I get the chance.
People who are proud of getting a good deal via an app break my heart. Most folks I know like that are not strapped for cash. They just like the feeling of getting a bargain. They don’t consider that the prices are artificially inflated. They don’t need the sale item. And in the long run they’ll probably end up paying more when the stores know their purchasing habits and have A/B tested them enough to know how to provide as little as possible while charging as much as a customer can stomach.
If a coupon requires an app, I don’t by that item. Especially when it comes to groceries. When it comes to store cards, most let you use a phone number instead of scanning the card. So plug in a random number at checkout. You can often get a hit on the first try. Then pay in cash. Dirty up someone else’s data and give these stores nothing on you. Seriously, if people keep giving in, it’s guaranteed to get worse. First the store card, then the app, what’s next?
I’m with you 100% up to the “little recourse,” I think there’s more options now than there have ever been. Open source (including linux and self hosting) are about the only tech-future things I’m genuinely excited about.
There’s still a learning curve and progress to be made, for sure. However, anecdotally, I’ve seen programming and hosting become vastly more accessible in the last 15 years. Also, not everyone needs to self host, people just need to know someone who is willing and able to set them up.
Not saying it’s a guarantee, but it’s a possible way out, at least. And being here on lemmy, reading and writing about these issues is a good sign there’s movement in the right direction.
infuencers are just rebranded shills
Yeah. My partner later said it was almost a deal breaker when I first told her.
I’m a fan of most of the movies listed, but didn’t notice anyone mention one of my favorites, Moneyball. Don’t let the baseball fool you. I don’t even like baseball. To me it’s not about baseball, it’s about trying to succeed in a flawed system.
Never have I ever read a single book or watched a single movie of the Harry Potter series.
I have used inkscape for this purpose and it can be effective. The display units can be changed in the preferences (inch, cm, etc) and basic shape dimensions input directly. You can input absolute position for shapes and nodes, but I didn’t notice an easy way for relative position. They also have a path effect called “Measure Segments” for that functionality. FWIW, I later preferred blender, but I might try a dedicated tool like LibreCAD mentioned in another comment. They seem to have decent documentation and a wiki.
Yup! Migrated from VSCodium; wanted to learn a modal editor but didn’t have the time or confidence to configure vim or neovim. It’s been my go-to editor for 2+ years now.
I went a little overboard and wrote a one-liner to accurately answer this question
history|cut -d " " -f 5|sort|uniq -c|sort -nr|head -5
Note: history
displays like this for me
20622 2023-02-18 16:41:23 ls
I don’t know if that’s because I set HISTTIMEFORMAT='%F %T '
in .bashrc, or if it’s like that for everyone.
If it’s different for you change -f 5
to target the command. Use -f 5-7
to include flags and arguments.
My top 5 (since last install)
2002 ls
1296 cd
455 hx
427 g
316 find
g
is an alias for gitui. When I include flags and arguments most of the top commands are aliases, often shortcuts to a project directory.
Not to ramble, but after doing this I figured I should alias the longest, most-used commands (even aliasing ls
to l
could have saved 2002 keystrokes :P) So I wrote another one-liner to check for available single characters to alias with:
for c in a b c d e f g h i j k l m n o p q r s t u v w x y z; do [[ ! $(command -v $c) ]] && echo $c; done
In .bash_aliases I’ve added alias b='hx ${HOME}/.bash_aliases'
to quickly edit aliases and alias r='source ${HOME}/.bashrc'
to reload them.
And if you use your imagination, it’s more eco-friendly.
Come to think of it, unless you’re doing something that requires fewer calories, other activities would likely have a bigger carbon footprint.
brb, taking a break from the internet to help the environment.
And all that data probably takes up less room than a few pictures, could easily be stored locally, and encrypted locally before backing up on a server. But why give individuals control and privacy over their own behavior and history when you can sell it to anyone and keep the profits for yourself? /s
scruffy-seconded.gif
I’ve been surprised by how effective it’s been to say, respectfully, “this is important to me,” maybe adding “here’s why.” Got all my siblings, mom, SO, and best friend on Signal, that’s a vast majority of my online conversations.
reddit is orders of magnitude bigger then lemmy, but I find lemmy high quality and has more people with similar values- more than i could ever keep up with.
Back when Adobe went subscription-only, I stopped using it on my personal work and devices even though a lot of my previous work depended on it. Had to switch to different tools, but now there are better options. Not only has Adobe stagnated, but they caused an even bigger exodus when they messed with the ToS to train ai on user data.
I switch to linux a few years ago and now when I have jobs that use windows I realize how clunky it actually is, and it’s only getting worse while linux has been getting better.
I’m fully degoogled (also a graphineOS user). It took me years to eliminate each service, but I was sick of these giant companies that could never give me the things I wanted because in interferes with what they want (ad revenue). The only thing you can do is take it all back. Participate as little as possible. These companies will not stop getting worse while people continue to use them.
It can be inconvenient, time-consuming, and hard, but there are options, and it is a lot easier now than it was a decade ago. I see no reason why it wont continue to get easier and more accessible. That’s why it’s important for tech savvy folks to do what they can, now, and make it easier for those who come after them. Personally, I’ve done a lot for myself, but need to learn more about hosting securely so I can offer close friends and family better alternatives that they can easily access.
I wanted something similar from a remote company I was working for. They were pretty good about fulfilling requests, but when I asked for a good kvm switch they said they had trouble in the past and instead recommended a usb hub that can toggle between machines. Then connect both machines to the same monitor and toggle the input. Not ideal, but low cost and functional. Might not suit your needs (would be annoying if you have to frequently toggle back and forth), but if you’re just trying to share your desk space between a work machine and personal, and the monitor input is easy to toggle, it’s worth considering.
I don’t think they have the ux advantage that their wealth suggests due to misaligned incentives. A good portion of their investment is getting users to see as many ads as they will tolerate. Try to modify any privacy settings, for example, and the ux is as garbage as amazon.
Fediverse and self hosted, open source alternatives are still relatively new. Folks have to expect some turbulence. As things grow and more bug reports and contributions can be made, the ux could be superior because they can give users what they want instead of maximizing monetization.
Misskey is a federated facebook alternative I heard about on mastodon recently. I’m not too familiar with it myself, but seems worth mentioning.
It has a “groups” feature that might avoid the “instance per person” lemmy workaround you were thinking about. According to this comparison misskey doesn’t have a like button, but a few of its forks do. Not sure about the upload experience; may depend on the app. I didn’t see any clients listed on their site but did a quick search for an iOS app, which exists, so i assume android, too.
Sorry I don’t have more info, but I hope that’s useful. Best of luck! I’ll be looking for a similar solution in the near future.
💯 There’s more software, games, movies, music, people, etc than I’ll ever be able to interact with in my entire life. So much good to be found when you don’t waste time on all the extractive, disrespectful, enshittified BS. Edit: dropped word.
Happy to see it get love and spread the word. alternativeto.net is my go to. Worthy of muscle memory. I’ve also found great options in the awesome lists on github. Especially awesome self-hosted if we’re talking software. I thought I remember an alternativeto-like site geared towards cli, but I couldn’t find it last time I looked. LMK if that rings a bell for anyone.
I had a similar change of heart years ago, watching a docu-series on PBS and realizing I wanted more of that content in the world. Even though you can stream PBS for about $5 a month, I canceled Netflix so I could pay PBS $20 a month to start making up for all the time my money was flowing in the wrong direction.
We’re likely to get more of the things we invest in, and less of the things we don’t. That investment includes attention in ad-driven market, not only money.
I know I’m not the first person on lemmy to have this realization, it’s one of the many reasons I like it here.
Have you actually used linux? Terminal is optional. Most linux users use it because it’s rad, not because it’s necessary.
Digging through the registry or searching ad laden websites to find where a new setting or old menu is buried is more time consuming than typing
man <command>
ortldr <command>
. The latter is to improve my system and the former to prevent a private company from making it worse.