I think OP is referring to NAT hairpinning though.
I think OP is referring to NAT hairpinning though.
sad CJK noises
<center>
</center>
Great tool!
The UI is probably confusing to non-technical people who don’t already use Lemmy. I would suggest adopting a similar UI to the Matrix one that another commenter shared, to make it easier for beginners.
edit: also the repo doesn’t have a license, so currently the code is not open source.
No you’re thinking of ‘active’, which surfaces posts with recent comments. Just scroll a bit on ‘hot’ and you’ll see it dredges up some old posts, even without recent comments
Nah, it’s definitely a thing in the Netherlands. I got my degree a couple years ago and we only had a few girls.
The hot algorithm is a bit bugged, it likes to throw in the occasional ancient post
Thanks!
That’s wild. Do you have a link to the post?
I considered signing up to VLemmy due to their open federation policies, but I guess I’m glad I didn’t, haha
Wait, what happened to VLemmy?
Microsoft and Apple have offices around the world though, so it doesn’t really make sense
If you use WSL (which you should), you have a normal Bash, so it works
Ah, I understand now. The expression is evaluated like this:
$a == 1 ? "one" : $a == 2 ? "two" : $a == 3 ? "three" : "other"
$a == 2 ? "two" : $a == 3 ? "three" : "other"
"two" ? "three" : "other"
"three"
Ah, I understand now. The expression is evaluated like this:
$a == 1 ? "one" : $a == 2 ? "two" : $a == 3 ? "three" : "other"
$a == 2 ? "two" : $a == 3 ? "three" : "other"
"two" ? "three" : "other"
"three"
Windows: “I gotchu, fam.”