What small questions do you have that aren’t worth a full topic on their own?
A whole topic for just one tiny question? Probably not worth it. A whole topic for LOTS of tiny questions? Definitely worth it! Ask away.
A whole topic for just one tiny question? Probably not worth it. A whole topic for LOTS of tiny questions? Definitely worth it! Ask away.
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')";
}
Tildes is a very serious site, where we discuss very serious matters like usps, obituaries and pagers. Tags culled from the highest voted topics from the last seven days, if anyone was nosey.
But one of my favourite tags happens to be offbeat! Taking its original inspiration from Sir Nils Olav III, this thread is looking for any far-fetched offbeat
stories lurking in the newspapers. It may not deserve its own post, but it deserves a wider audience!
Find yourself watching tons of great videos on [insert chosen video sharing platform], but also find yourself reluctant to flood the Tildes front page with them? Then this thread is for you.
It could be one quirky video that you feel deserves some eyeballs on it, or perhaps you've got a curated list of videos that you'd love to talk us through...
Share some of the best video content you've watched this past week/fortnight with us!
So my computer is not posting, and I am unsure the cause. I am not getting an error code, so that complicates things. I do not know if this motherboard will provide post codes, it does not have a seven segment display for providing post codes.
It just randomly stopped displaying any pictures, unsure if it happened while in use or when the computer was asleep. I was doing stuff at my desk and had music playing on my computer. The music ended and I did not put on more music and the monitors went to sleep. Later when I went to use my computer It did not appear to wake up, I tried fully shutting down and turning on my computer, and that is when this problem occurred.
I initially assumed it was GPU related as the computer appears to turn on normally, but then nothing is displayed. So another user shipped me his old GPU (the GTX 970), and I swapped it out with my old one, and the problem persists.
I tried a brand new PSU and that also did not solve the issue
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'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.
As per the title, is anyone into hacking about with Firestick devices and getting some world free IPTV?
Essentially it's just Kodi with plugins and Add-ons, and they're generally just python scripts anyway.
I've just fallen down this rabbit hole after a friend said he'd gotten a Firestick off a bloke down the pub for £75 for the year. He said its Sky Glass and loads of box sets and what not.
A quick inspection and it's not Sky Glass, it's a custom skin for an IPTV player. The box sets are a mix of Real Debrid links and what looks to be the Eupherium plug in which uses torrents. Straight away I threw a VPN on his stick with the killswitch enabled.
Anyway, I decided to see what I could with basics on my own Firestick for free. I used Kodi, Eupherium, The Crew's Daddy Live, The Loop, and a sports plug in. I managed to set up Electronic Program Guide (EPG) for most of it. I used Surfshark from the get go as this is all dodgy, but it's purely for experimental purposes.
It's great doing this for free but there are some downsides:
Channels are hit and miss whether they are even near HD quality. Streams are often low fps and you need to rely on interpolation on the TV to smooth the stream out.
Kodi often crashes during use or startup requiring a cache clearance.
Steams change often. They can be great one day, the next that IPTV is dead and you need to pick another which may or may not work.
I realise there is a whole underground network for private streams and people are making serious bank selling these for PPV access alone.
What are people's thoughts on all of this? I work in the TV industry and it's bad for businesses, but at the same time, there are far too many fat cats around making this industry drown.
This thread is posted weekly - please try to post all relevant US political content in here, such as news, updates, opinion articles, etc. Extremely significant events may warrant a separate topic, but almost all should be posted in here.
This is an inherently political thread; please try to avoid antagonistic arguments and bickering matches. Comment threads that devolve into unproductive arguments may be removed so that the overall topic is able to continue.
What are you reading currently? Fiction or non-fiction or poetry, any genre, any language! Tell us what you're reading, and talk about it a bit.
This thread is posted weekly - please try to post all relevant Israel-Hamas war content in here, such as news, updates, opinion articles, etc. Extremely significant events may warrant a separate topic, but almost all should be posted in here.
Please try to avoid antagonistic arguments and bickering matches. Comment threads that devolve into unproductive arguments may be removed so that the overall topic is able to continue.
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 playing lately? Discussion about video games and board games are both welcome. Please don't just make a list of titles, give some thoughts about the game(s) as well.
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?
Server host: tildes.nore.gg
Dynmap: https://tildes.nore.gg
Playtime Tracker: https://tildes.nore.gg/playtimes.html
Tildes website extension (shows online status & location): Firefox (Desktop and Android) - Chrome
Verification site: https://verify.tildes.nore.gg
Patreon: https://www.patreon.com/TildesMC
The server operates on a soft whitelist. Anyone can log in and walk around, but you need a Tildes account to gain build access.
I'm familiar with RSS, but I'm becoming increasingly passionate about JSON Feeds. This leads me to ask: Besides NPR News, are there any other interesting JSON Feeds to follow?
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.
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.