Weekly thread for casual chat and photos of pets
This is the place for casual discussion about our pets. Photos are welcome, show us your pet(s) and tell us about them!
This is the place for casual discussion about our pets. Photos are welcome, show us your pet(s) and tell us about them!
I've thought about this off and on for like a year.
It, as far as I know, seems well documented that populations are struggling with dating and marriages, especially in the younger generations. A lot of people attribute it to things like finances, working hours, cost of living, etc, but also the abysmal online dating circus. People don't seem to go out with the intention of meeting people as much, and so most turn to apps like Tinder, Bumble, and Hinge. But with these apps basically monopolized by the Match group, and none of the parent companies have an actual incentive to get people off the app, it seems like a ripe opportunity for governments everywhere to try and fill in the gap.
As they don't have the investor profit motive, but they do have a very strong motive for people to get together, have relationships, marriages, eventually babies. And this is just a baseless claim on my part, but I imagine it could be stimulating to local economies as more people go on dates. I know at least my ass doesn't go anywhere really when I'm single.
Add awesome game deals to this topic as they come up over the course of the week!
Alternately, ask about a given game deal if you want the community’s opinions: e.g. “What games from this bundle are most worth my attention?”
Rules:
If posting a sale, it is strongly encouraged that you share why you think the available game/games are worthwhile.
All previous Save Point topics
If you don’t want to see threads in this series, add save point to your personal tag filters.
We’re almost halfway through the 2020s (hard to believe it, I know!).
I’m interested in knowing which music newcomers we should be tuning into, instead of listening to all the same old stuff we always do from the last decade.
So, what have been your favorite debut albums of the 2020s so far? What makes them great?
This is a recurring post to discuss programming or other technical projects that we've been working on. Tell us about one of your recent projects, either at work or personal projects. What's interesting about it? Are you having trouble with anything?
I am currently preparing for a new job and cleaning up my dotfile repository. During the process, I had the idea that it would be nice to create a list of amazing tools, aliases, functions, and recommendations together.
I will start.
First, here is a list of nice tools to apt-get install or brew install that I can wholeheartedly recommend:
nvim is just an amazing text editor.fzf is a very good fuzzy finder util. For example, you can quickly find files with it.eza is a good ls replacement (and the successor of exa).bat is a great replacement for cat with nice integrations and many options.stow is great for managing your dotfiles. Thanks to @TangibleLight for telling me about it some while ago. I really love it.tmux is a terminal multiplexer, i.e. you can have many sessions in one single terminal window. It's easy to use and super helpful. (When on a mac, I prefer iTerm tabs, though.)nvm is practically a must if you are working with Node.glow is an excellent markdown reader.tldr is a nice man replacement. (You must run tldr -u after installing it to update available texts.)z, an amazing tool for switching directories quickly.Also, I can recommend Oh My ZSH! which I have been using for years.
Here is a small list of aliases I enjoy (I have 100+ aliases and I tried to pick some others may enjoy as well):
# Serve current dir
alias serve="npx serve ."
# What's my IP?
alias ip="curl --silent --compressed --max-time 5 --url 'https://ipinfo.io/ip' && echo ''"
# This should be the default
alias mkdir="mkdir -p"
# Nice git helpers
alias amend="git add . && git commit --amend --no-edit"
alias nuke="git clean -df && git reset --hard"
# Make which more powerful
which='(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
# This saves so many keystrokes, honestly
alias -- +x="chmod +x"
# Turns your path into a nice list and prints it
alias path='echo -e ${PATH//:/\\n}'
# Map over arguments and run a command
# Usage: map <command>
# Example: ls | map cat
alias map="xargs -n1"
And, finally, here are some fun functions:
# Get cheat sheets for almost anything!
# https://github.com/chubin/cheat.sh
cheat() {
WITH_PLUS=$(echo $@ | sed 's/ /+/g')
CAT_TOOL=$(command -v batcat || command -v bat || command -v cat)
curl "cheat.sh/$WITH_PLUS" | $CAT_TOOL
}
# Send everything to /dev/null
nullify() {
"$@" >/dev/null 2>&1
}
# Create a new dir and enter it
mk() {
mkdir -p "$@" && cd "$_"
}
# Create a data URL from a file
# Source: https://github.com/mathiasbynens/dotfiles/blob/master/.functions
data-url() {
local mimeType=$(file -b --mime-type "$1");
if [[ $mimeType == text/* ]]; then
mimeType="${mimeType};charset=utf-8";
fi
echo "data:${mimeType};base64,$(openssl base64 -in "$1" | tr -d '\n')";
}
Toxicologist proposes greater unrecognized harm from East Palestine derailment
Just though it might be nice to have a space for general EV discussion here on Tildes. The only other space I know of to talk on the subject is r/electricvehicles, which has gotten big enough to get polarized and echo-chambery… prepare to get bombarded if you say anything positive about EV models from Japanese manufacturers or suggest that a used Chevy Bolt isn’t a great fit for everybody, for example.
Anyway, what is everybody driving and how do you like it? Has it given you any trouble? Any upcoming models you’re excited about or interested in? If you don’t drive one now, is there a model you’re eying?
Right now I’m driving a 2023 Nissan Ariya Platinum+, which I chose because it’s what I could get a reasonable lease deal on without too much trouble. It’s been great for the most part but I’d be lying if I said it wasn’t total overkill for my needs… something more like a modernized electric Golf would better fit me, but those don’t exist in the US, so here I am.
The upcoming model I’m most interested in is by far the Rivian R3. It’s sized about the same as a Golf, the retro styling is cool, and its got several high-utility features that make it almost seem like a reincarnation of the Toyota Matrix (fold flat seats including front passenger, back hatch window that can open to accommodate long objects, etc) without the Matrix’s weaknesses. The Pacific Northwest inspired interior of the higher end R3X model looks gorgeous too and is a welcome departure from the sterile grayscale interiors that EVs have become known for.
What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?
This topic is part of a series. It is meant to be a place for users to discuss creative projects they have been working on.
Projects can be personal, professional, physical, digital, or even just ideas.
If you have any creative projects that you have been working on or want to eventually work on, this is a place for discussing those.
Have you watched any movies recently you want to discuss? Any films you want to recommend or are hyped about? Feel free to discuss anything here.
Please just try to provide fair warning of spoilers if you can.
What have you been doing lately for your own fitness? Try out any new programs or exercises? Have any questions for others about your training? Want to vent about poor behavior in the gym? Started a new diet or have a new recipe you want to share? Anything else health and wellness related?
This is a monthly thread for those who need it. Vent, share your experiences, ask for advice, talk about how you are doing. Let's make this a compassionate space for all who may need one.