Wouldn't call it trash but personally after trying it a couple times it seemed like it took as long to config as neovim while also not being nearly as hackable (probably is more extensible though being a GUI). For that amount of time I'd rather use something with larger benefits like an IDE
I suppose it's to stop a critical mass of promoters commenting "and my axe" among themselves? I agree though it doesn't really feel right to encourage more low effort posts
If it's an external SSD I could see it being useful in order to keep native compatibility with Windows and MacOS (IIRC their other option would be FAT32 but I don't use a Windows machine so who knows)
Why single out TikTok and not Chinese nationals buying US real estate, driving up the cost of commercial and residential rents?
Heavily agree that this is equally problematic, but unfortunately it seems like the choice has already been made that real estate "investments" cannot be allowed to fail. It's the same reason why they aren't also targeting US-based companies that have been shown to have ties to foreign rivals, they're literally just playing politics. Sucks, but for now this at least opens the door for further regulation in the area
This is why I'm having trouble understanding why people are confused about the bill's purpose, especially in the context of the last dozen years or so. Allowing a political rival to maintain control over a platform like this is granting them soft power. Even if I agree that companies like Meta should be more heavily regulated (though not in this manner), I can see why they've put a bandaid on the issue given that there's a non-zero chance that TikTok's content has been actively in the past few years
At least the Adventurers Bible can keep it going for a little while longer
NMI serialization when? Great oneshot
Agreed, fzf (and similar fuzzy finders) have been a game-changer with regards to the way in which I navigate the shell. Add in a couple of one-liners and I'm never more than a second away from any nested directory
Here are some of the most used aliases in my configs if anyone would like to try it out
Note that they use fd
and exa
but they can easily be swapped out for find
and ls
if those aren't available on your system (which would allow for shorter aliases since they're the fzf defaults IIRC)
alias update-cdd='fd -Ha -td -d1 -E "\.config" -E "\.local" "^\." ~ > ~/.cddignore'
alias cdd='cd "$(fd -H -td --ignore-file ~/.cddignore . ~ | fzf --preview "exa -lF --no-permissions {}" --tiebreak=length,end,begin --preview-window=up,20%)"'
alias cdf='cd "$(fd -H -tf --ignore-file ~/.cddignore . ~ | fzf --preview "bat --style=header-filename,header-filesize -r 40: --color=always {}" --tiebreak=length,end,begin --preview-window=up,20% | xargs dirname)"'
I'd assume a lot of people sell/trade as the next set rotation is coming around no? I'm not sure how card economy works in magic but in yugioh today's meta is tomorrow's budget, surely there's people that want to buy in play in non rotating formats
I switched to (Doom)-Emacs from a ~7yr old homegrown Vim config last week and honestly the configuration is less bad than it seems. If you're mainly writing markdown you'll probably get 99% of the way there by just enabling the dedicated module