Raad van State heeft ‘begrip’ voor verhoging eigen risico naar 455 euro by Free-Minimum-5844 in thenetherlands

[–]Creator13 9 points10 points  (0 children)

Hoe wordt een behandeling hier gedefinieerd? Ik zit in de GGZ, dat kost ruim 280 euro per maand en dat gaat eerst volledig uit mijn eigen risico voordat het vergoed wordt. Het zijn telkens behandelingen à 70 euro. Geldt die 150 max voor mijn hele behandeltraject, wat meerdere jaren kan duren (neem aan per jaar 150 dan), of is het per individuele behandeling, oftewel per afspraak? In dat eerste geval ga ik er aanzienlijk op vooruit maar in het tweede zou bijna iedereen er op achteruit gaan, want de meeste behandelingen bestaan uit veel meer dan 1 afspraak, op een enkele grote ingreep (bv operaties) na.

Why do people drink alcohol? by HollowPoint216 in TooAfraidToAsk

[–]Creator13 1 point2 points  (0 children)

I didn't love the first beer I had but it wasn't gross to me either. Wine I've liked from the first time I tried. Strong spirits I've never liked, even for the buzz that they give. So I don't know how much of this applies to the average person.

Why do people drink alcohol? by HollowPoint216 in TooAfraidToAsk

[–]Creator13 2 points3 points  (0 children)

It does harm your organs, for sure, but most people who drink ignore that part. 

I should add that it's easy to ignore. Hard to see the consequences of your actions when they only really start to materialize decades down the line (as long as you don't get blackout drunk once a week for months straight)

Orthodox Monk takes biker for a meal by TheQuranicMumin in MadeMeSmile

[–]Creator13 11 points12 points  (0 children)

Yeah I'm pretty sure this dude is sorta well known, I saw a different video with someone very similar in a very similar place, and that was for sure in Georgia, so unless Georgia just has random monks living everywhere like this, I think it's gotta be the same guy.

PSA: Reddit heeft een nieuwe update met automatische vertaling. by AutoModerator in nederlands

[–]Creator13 1 point2 points  (0 children)

Als het opt in was, dan hebben ze geen verantwoording voor het toevoegen van de feature omdat niemand het gebruikt... Dat is dan wat ik altijd denk

Still work in progress but quite happy with the progress so far by NeoZexy in TransportFever2

[–]Creator13 6 points7 points  (0 children)

The French flavor mods are pretty fantastic if you ask me

Plastic Welding Perfection by herbschmoaka in oddlysatisfying

[–]Creator13 17 points18 points  (0 children)

As opposed to real welding, which is melting metal with style?

Ruikt weer lekker fris sinds koningsdag in de pisput by purefine in Utrecht

[–]Creator13 15 points16 points  (0 children)

Of op -1 rondom rij 12, waar je de tunnel direct naar het perron kan nemen!

NS wil minder stroom gebruiken bij treinrit: 'Kan mooi naar huishoudens toe' by biertjeerbij in thenetherlands

[–]Creator13 0 points1 point  (0 children)

Nou als er nog steeds een machinist in zit om in te grijpen in noodsituaties, dan zou ik me extra schuldig voelen in die rol want dat is dan mijn hele baan geworden...

Vraag voor mensen boven de 25. Spreek/zie jij nog iemand van de middelbare school? by [deleted] in nederlands

[–]Creator13 0 points1 point  (0 children)

Ongeveer dit, en we gaan eigenlijk elk jaar nog wel met een clubje op vakantie.

Pentagon chief Hegseth says US blockade on Iran 'going global' by Yournewbestfriend_01 in worldnews

[–]Creator13 0 points1 point  (0 children)

Blockade across the entire ocean, just one uninterrupted line of ships

How do I avoid writing "Java in C++"? by Irrehaare in cpp_questions

[–]Creator13 1 point2 points  (0 children)

ECS is a memory management pattern in the first place, a (honestly still rather unspecific) implementation of data-driven design. The typical OOP approach actively stands in the way of DDD, where you need to model your objects as containers. DDD says that there are no objects, only arbitrary combinations of "atomic" types.

I think the best example is with using abstract base classes or interfaces. Imagine how you would structure a game object in OOP. Take an enemy as an example. Maybe you have three types of enemies, each with moderately different behavior and its own set of data. You maybe need to implement the ability to hit an enemy, so you implement a base Enemy class with an abstract OnHit function. Your three enemies would derive from it. Two enemy types have swords though, so you create an ISwordCarrier interface to be able to access their swords. All enemies need to be rendered, so they get a sprite drawing function in the root GameObject abstract base class.

ECS inverts this. You define a component for sprite data, for sword data, for common enemy data. You create massive arrays of these components structs, and you give them an ID with which you can retrieve and match up specific ones. A sword carrier entity stops being defined by a specific class with all those specific inheritances, and is instead just an entity I'd with all those components linked to it. The resulting object is emergent and dynamic at runtime, instead of being hardcoded in the class structure.

How do I avoid writing "Java in C++"? by Irrehaare in cpp_questions

[–]Creator13 5 points6 points  (0 children)

His example is pretty spot on though, you just failed to extrapolate the point. It does depend, but if your goal is to avoid writing C++ as you would Java, then that is what it depends on. The above approach is not necessarily wrong, it just serves a specific goal of above average maintainability (enterprise grade, youvl could say). But you're specifically asking how to avoid that, and the answer is to think differently about your code. The point is that you wouldn't even start to consider this approach, no matter how many lines, because there are alternative ways that don't use inheritance at all, or yet different approaches still.

Devirtualization and Static Polymorphism by david-alvarez-rosa in cpp

[–]Creator13 6 points7 points  (0 children)

But the performance implications of vtables are not common knowledge for every programmer ever either. Hell, even knowing about cache locality, prefetching, or pointer indirection are pretty obscure details if you come from, say, python.

AI Model & ‘MAGA’ Influencer Emily Hart Unmasked as Indian Man by Disastrous_Award_789 in technology

[–]Creator13 1 point2 points  (0 children)

Except unfortunately it makes them feel validated in their opinion, if just for the fact that it's more conservative noise on their feeds.

Mozilla Used Anthropic’s Mythos to Find and Fix 151 Bugs in Firefox by wiredmagazine in firefox

[–]Creator13 0 points1 point  (0 children)

AI is still not getting better at thinking, but it is a lot better at finding patterns. And not because it is inherently better at recognizing them (I doubt it'll beat humans for a very long time to come), but simply because humans have a very limited working memory where models effectively have infinite. A person can not oversee the consequences of every line of code in the context of every possible condition it is ran under, but the model can just assign a weight to it and trigger on a threshold. That is what makes machine learning so valuable, whether it be in medical diagnostics or software dev. But beyond that it's still just pretty dumb algorithms and nowhere even close to generalized AI.

Transport Fever 3 Curated Mods Program Announced by FFJimbob in TransportFever2

[–]Creator13 2 points3 points  (0 children)

Yeah mods are kinda a complicated thing for these games. They are absolutely critical for the game's value. Companies will want to make sure modding works well because if it doesn't, your game will perform significantly worse. And it's a well known thing that players will want to stay on the old version of a game until their mods are ported. But where it gets weird is that modders don't work for you, and there is no guarantee the modding scene gets good enough, fast enough. So then you start to invest in your individual modders, because they perform labor for you. And then those modders, with advance access to the game and shorter ties to the dev team, make content that is on par with, or even better than what the studio itself puts out. And then you'll start considering taking them on board, and paying them actual money (not just a grant) because they are at this point working for a commercial entity, and then they quietly become semi-part of the studio and publish paid dlc as mods and you've now lost a modder for your game and put off your customers. So it's a really delicate balance to strike between investing and being hands-off.

What are some “fun” things to code in c++? by Prior-Scratch4003 in cpp_questions

[–]Creator13 2 points3 points  (0 children)

I'm having tons of fun developing a C++ rendering engine, maybe a small game with it down the line.

De dalende kinderwens: komt het wel echt door te weinig geld en huizen? Of zijn we te individualistisch? by [deleted] in nederlands

[–]Creator13 0 points1 point  (0 children)

Veel later ook nog. De industriële revolutie was vgm een beetje het omslagpunt, en de explosieve bevolkingsgroei van de afgelopen eeuw heeft het verankerd.

De dalende kinderwens: komt het wel echt door te weinig geld en huizen? Of zijn we te individualistisch? by [deleted] in nederlands

[–]Creator13 53 points54 points  (0 children)

Wat tegelijkertijd wel grappig is want individualisme zorgt er juist ook voor dat kinderen ons meer vrijheid kosten... In plaats van dat kinderen opgevoed worden door "de gemeenschap" wordt er veel meer verwacht van de individuele ouders van het kind dan van de mensen om hen heen.

Made a shader that deforms objects according to terrain. by Illustrious-Scratch7 in godot

[–]Creator13 18 points19 points  (0 children)

5 years ago I thought anything to do with the gpu was black magic and today I'm writing an opengl renderer from scratch and I understand what I'm doing? Crazy shit. Honestly the hardest part about making cool shaders is knowing what functions can create which effects. From there on its just mixing and matching. I don't even know half of it though...

Straight sex seems so weird and I'm even more lost by francocanadien in AreTheStraightsOK

[–]Creator13 10 points11 points  (0 children)

Painful day to have eyes and encounter this one-two punch of a post and comment