^_^
2xsaiko
Lmao did you get the idea from my recent screenshot comment by chance?
The gap acts as a divider to resize the side-by-side windows at once. Does that work if you turn it off?
I’m sure you have your limit too.
Considering this is the very excuse used in practice right now to demonize very real people and take away their rights, I have very little sympathy for this argument that is entirely based on hypotheticals.
No. People should publish all the weird porn they want.
Especially when the perpetrators seem to think it’s harmless.
It is literally harmless. It's a fantasy.
fucking your favorite cartoon
I thought furries were usually original characters, but if someone wants to fuck Mickey Mouse, good for them.
Stop using children as a stand-in for your discomfort. That is so overdone.
Well then stuff your puritanical BS. Stop making your discomfort towards something that causes no harm into someone else’s problem.
Oh my god this is amazing. Thanks for this.
what happens when you merge two branches of a repo which has several changed submodules in each branch?
I would assume a merge conflict if the submodules were changed in both branches from the base… but it’s probably not that simple, is it? I’ve never tested it.
I use plain git when a project wants to use some tool that itself calls git commands that modify the repo state. You can use a colocated repo in this case (where jj and git commands both work) and nothing will break, but it can mess up your graph, creating duplicate commits which you then have to fix. I’ve seen this with Gentoo’s pkgdev for example.
Git blame and some other graph operations are also just faster right now which is why I sometimes use them in large repos over jj’s equivalent.
Regularly thinking that girls got all the cute clothes
I mean, this is just objectively true, isn't it? Men’s clothes, especially everyday outfits, are mostly boring and samey. The difference is night and day. I’ve been saying this for years.
Google’s bot is fine in my book, their crawler doesn’t absolutely blast your server with web requests like other AI crawlers do. (Speaking of, I need to update my list of netblocks and UAs to get iocaine-holed.)
That said, two evil megacorps potentially fighting? I hope they kill each other.
I haven't tried TrueNAS, but I use NixOS for my NAS and my other servers. It's perfect for servers imo since it's essentially a Linux system builder that you can customize to add whatever you want to your system.
The downside is that you'll have to learn a weird functional programming language, especially when you get into writing service modules yourself (for services that don't have an upstream module). And it'll take some time to get familiar with it and learn how to effectively write your configuration.