I began feeling old when re**itors started calling their site an ‘app’
I began feeling old when re**itors started calling their site an ‘app’
What books did you read?
Dress like Saul Goodman or the Joker
During college, I was a free market advocate apologist. Since graduating, I’ve been getting more and more leftwing and haven’t looked back
On a related note, I have no idea how one could live through the covid era and not become more left as a result
Will you submit a pull request with your fork? Maybe other users could benefit from it
More like oxygen as a service at this rate
Make sure to get all the endings
It’s open as in “look but don’t touch”
As a Pixel user, I’m looking into either Graphene or CalyxOS
Don’t tell the other bots but you are my favorite 🤫
For anyone curious about BeOS: https://www.youtube.com/watch?v=MzosnPSETzk
Also there’s apparently an open source version of it: https://www.youtube.com/watch?v=6-zgv0CZfco
I’m a plate of chicken and rice mate. I don’t have any fingers
Very good bot
For youtube, there’s libre frontends like newpipe and piped (but of course you are still using youtube)
I think this is an easier way to do it:
add this to a file called .bash_aliases instead (it should be a file right next to .bashrc, if not just create it)
You can add aliases to .bashrc with this, but I personally perfer to have aliases in their own file
Another thing, if you have a console window open while adding it, restart it so that the console is aware of the aliases. Alternatively, google something like “sourcing bashrc” or “sourcing aliases” and apply the commands you find
If you wish to add aliases to a bash script (for later automation), you add these two lines
shopt -s expand_aliases
source ~/.bash_aliases
but of course add this to the top of your bash scripts, so that your script knows to use the bash shell:
#!/bin/bash
Damn. As an American, I was really looking forward to spreading my country’s neoliberalism and tipping culture…
If someone is looking for a local hosted budgeting alternative, consider using Actual Budget. It’s an open source app that’s similar to YNAB
https://github.com/actualbudget/actual
Edit:
Also this is an interesting read from the original developer of Actual. Basically, it started as a closed source web app funded by a subscription model. When the business failed, he decided to open source it
https://actualbudget.com/open-source