Hahaha next level pathetic!
Hahaha next level pathetic!
It could be a tie or it could be a blend of the chairs arm rest and the background. We’ll never know!
I’m mainly using duckduckgo for 7 years now. If I can’t find something with it, I try startpage, which sometimes helps.
Or maybe by old people accidentally because they learned it from their parents as the normal anthem when they were children.
Then just download it e.g. from github: https://github.com/rsms/inter/releases
For a fair comparison you should at least use the same font and font size. Did you try that? It will still look different on windows, maybe better, but I think you can get pretty close. I use the “inter” font on debian xfce and it looks very clean (the font is probably in your repos as well).
docker-compose up -d
Oof what a pain this was! Glad it finally works and I can move on with my life!!
Rust. It’s so good, it can’t be popular enough.
But of course everyone decided it is just easier to nag all the users with a big splash screen.
Nope, the thing is, you’ll very rarely find a website that only uses technically necessary session/login cookies. The reason every fucking website, yes, even the one from the barber shop around the corner, has a humongous cookie banner is that every fucking website helps google and other corporations to track users across the whole internet for no reason.
Somehow, the “sparkling” part makes it even more gross xD
A chocolate starfish would be the perfect pairing dish to this drink I’d say!
That album was a banger!
Hahaha wow! That’s your comment about this? Incredible!!!
Sure, if someone writes something on the internet that some business owner somewhere doesn’t like, lets just torture them. Makes total sense!
In case you are actually this dumb: Her comment was a so called hyperbole. People like using these, often for humor reasons, especially on the internet and sometimes they are used to clarify something that’s actually subtle. Nobody reading that comment actually thinks that she seriously means people would get killed by that stuff. And if they would, she should still be allowed to express what she thinks on the internet.
Interesting! What’s better about owncloud?
I’d say at 1000 lines it usually makes sense to extract some parts into other files. But sure, I guess most obscurities have positive aspects. On the other hand, nothing is stopping you from writing a separate file with only function signatures next to your python scripts. It’s just not required, because why would it ;)
In germany we had subsidies for hybrid company cars, so companies bought hybrids. But: If employees would charge these in their home garage, they would pay for the electricity. If they get gas, the company pays. So they are practically just regular cars with a ton (probably literally) of extra weight. Unfortunately there’s barely a single law related to cars in germany that makes any sense (apart from just randomly gifting tax payer money to car companies). It’s like gun laws in the US. The area-wide corruption is immense.
The stone-age called, they want their languages that need header files back!
(I use Rust btw.)
And there you have it! The absolutely most pathetic kind of fragile masculinity. When adults are stuck in the “car makes wroom wroon”-age and are dumb enough to believe others would admire them for that behavior.
Bringing more modern tools and features into C++ is good. Acting as if that would make it equally suitable for new projects or even equally safe as languages that don’t (yet) suffer from carrying around a ton of legacy garbage nobody should use (both in terms of features and std items) is ridiculous though.
Isn’t it obvious? More code to skim, scroll over and maintain if something changes. If you add a struct field, your manual EQ implementation still compiles and seems to work but is wrong and will lead to bugs. Yes, solving this for 99,999% of cases with an attribute is just far superior and does make a difference (while keeping it easy to manually implement it if needed). Hash and Ord and some other traits can be implemented in a similar fashion btw…