Easy. Just use utf-32 and make the text field a maximum of 500 letters. That will be a maximum of 2000 bytes, doesn’t matter if the user is french or Chinese.
Easy. Just use utf-32 and make the text field a maximum of 500 letters. That will be a maximum of 2000 bytes, doesn’t matter if the user is french or Chinese.


Yes. Seeing more posts, it is absolutely disproportional. And there are some videos where they absolutely maul them for basically nothing.
I commented on the post I commented on though, which has very little police violence (compared to the other ones).


Disagree. You can easily degooglify for the most part. Except android. But you won’t get your friends and family to contact you via anything other than Whatsapp (except in america).
And teens without Instagram just don’t exist socially. Maybe with TikTok now. But not like TikTok is any better.


I see 1 baton hit in the entire video. There was a second cop with a baton out, presumably for another hit. Let’s say 2 then.
Batons are pretty common in crowd control scenarios. Usually cops don’t hold back and just start swinging left and right.
2 baton hits are not nearly on the same level as executing them.


They are being detained, not executed.


Why shut it down though? Just take over it and intercept the traffic. If you shut it down, a new one will just be made.


The thing about outer wilds is that you can explore it in any order you want.
The only thing stopping you from doing certain things is just the knowledge. There’s no “you have to beat this boss so that part of the map opens”. If you know how to do it, you can do it.
If you find a part challenging, you can go explore another place, it may give you information that would help you in the part you couldn’t explore before.


Microsoft acquired GitHub way before LLMs existed.


What if someone tells you something is gonna happen at 12?
For example: you can turn in your assignments until 12 tomorrow.
That confusion could lead to you failing your assignment if they meant noon and you thought midnight.
Time is not only for the present, it’s for the past and future too. You can’t look at the sky in the past/future.
I’ve heard people argue in both sides of “is 0 a natural number?”. But I’ve never before encountered the “there are no natural numbers” argument. It’s like flipping a coin and having it land sidewise.


Backdoors are features, not bugs though.


That’s called immediately mode gui (or imgui). It has nothing to do with think about elements or pixels. You do have elements, it’s just that they’re rendered directly (immediately) instead of stored.
You have a panel+border+text “primitive” drawing functions. Nothing is stopping you from creating a single function that calls all 3 of those. You probably should, since it’s probably a common pattern. You could call it DrawBoxedText. There is no difference between a DrawBoxedText function and a BoxedText element with a draw() method.


The first problem is a you problem though. There’s nothing stopping you from dividing your global god-class into smaller ones. For example, you can have one state struct per windows. So windows wouldn’t have access to the state of other windows.
The second problem is also the reason I don’t often use imgui. Imgui is great for introducing UI to applications that would re-render every frame, like a video game. But for every other application, it feels like a waste. If I wanted to waste resources I would write it in python or JavaScript.


I swear it’s impossible to get to that menu via the start menu. Every time I find a way to make it the first result, they seem to change it after a few months. I’d say it’s the hardest settings tab to get to.


So if you are that dude with the mining rights, you would sell them at the same price before and after discovering the gold right? Since the discovery of gold hasn’t changed its value.


Their app being so bad is the only reason third party apps were even a thing. The official reddit was just unusable on mobile.
It is the only social media that had a significant user base using third party apps.
The same is true for the search. You had to use their party (google) search engines to search for something on reddit.
Not even the desktop website is good. I don’t even remember the name of the extension, but that one extension that every power user had brought many simple features that reddit didn’t add after years of existing.
Their multiple redesigns were universally hated. The reason they haven’t shut down old reddit is because a non-insignificant amount of traffic uses that frontend, even though it is 2-3 redesigns old.
Basically anything that reddit did was shit. It only was popular because the core features worked and were free with very little ads. And it had a massive (and active) user base that posted content, so basically every google search contained a reddit link with a decent answer.


I don’t know you. My comment doesn’t apply to you, sorry.
Knowing what a symlink is doesn’t make you a programmer. It’s just that I don’t know any non-programmer that knows what it is.


Let’s do one with raw material in the ground:
There is a mountain that is 99% made of solid gold, but none bothered to check. Some random dude has the mineral rights for that mountain.
Suddenly one day, that dude wanders in his mountain and makes a 1m deep hole and finds the gold. He has not yet extracted a single gram of gold.
So you say that mountain has no value?
Or has the analogy have to be lithium now?
I believe it was a joke where real maths refer to maths dealing with real numbers.
Not if the maximum is due to the database being configured to have a maximum space of 2000 bytes for that field.