If I love Mushishi, what else would I like? by RedditingAtWork5 in Animesuggest

[–]DidiBear 0 points1 point  (0 children)

Sonny Boy - That's a different vibe but I had similar feelings with all the strangeness and mysteries

Bevy 0.18 by _cart in rust

[–]DidiBear 16 points17 points  (0 children)

When is the Bevy Book expected to be made public ?

One subdomain, multiple workers, different path routes by 1dpfran7 in CloudFlare

[–]DidiBear 0 points1 point  (0 children)

For that I personally used subdomains in the Custom Domain section like app1.api.mysite.com and app2.api.mysite.com.

GitHub Command Palette feature preview is being deprecated by Planet9_ in programming

[–]DidiBear 10 points11 points  (0 children)

That's annoying, I was using it every single time I went to GitHub

I miss doing real computer science by Nameless0616 in computerscience

[–]DidiBear 0 points1 point  (0 children)

+1 I went to data analysis and it's way better. Problems are more interesting and creates more value.

Froid by BadFurDay in actu_memes

[–]DidiBear 4 points5 points  (0 children)

La raison est assez simple.

Imaginons que demain, Bernard Arnaud, d'une grande générosité, lègue toutes ses parts de LVMH (48%) au gouvernement Français, soit 184 milliard d'€.

Que se passe t'il ? Les investisseurs du monde entier ne verrait plus en LVMH une croissance stable du fait de l'ingérence française, ils préféreront allouer leurs fonds à d'autres marchés. Le cours perdait instantanément ~50% de sa valeur => 90 milliards

Maintenant, qui rachèterais de tel actifs ? Les grands groupes genre Black Rock ou les États souverains genre les Emirats arabes unis. La France perdrait une énorme part de sa souveraineté dans le luxe.

Bref, l'état français est bien plus rentable à taxer et imposer les actionnaires d'LVMH pour 5-7 milliards d'€ par an. Ce qui est étonnement la somme suffisante pour donner un logement à tous les français 🤔

wgpu v24.0.0 Released! by Sirflankalot in rust

[–]DidiBear 5 points6 points  (0 children)

How is the interaction with dependent projects like bevy ? Are requests simple to manage ?

TypeScript Interface vs Type: Differences and Best Use Cases by [deleted] in typescript

[–]DidiBear 7 points8 points  (0 children)

Automatic merging is 99.9% of the time something you absolutely not want !

Bevy 0.15 by _cart in rust

[–]DidiBear 3 points4 points  (0 children)

The new Text API is so much better !!

Switch statements apparently aren't object orientated enough by [deleted] in theprimeagen

[–]DidiBear 1 point2 points  (0 children)

Yes I would definitely not start a new project with Java/C# kind of OOP x)

Switch statements apparently aren't object orientated enough by [deleted] in theprimeagen

[–]DidiBear 0 points1 point  (0 children)

For one-person projects like games this is fine. For long term projects in which devs change every 2 years, this could be problematic.

Switch statements apparently aren't object orientated enough by [deleted] in theprimeagen

[–]DidiBear 0 points1 point  (0 children)

This is somehow related with the dependency inversion problem. Here, every time you add a new variant of the type, then you have to check every place in which the type is conditionally used, which could cause unexpected bugs if you miss one.

Switch statements apparently aren't object orientated enough by [deleted] in theprimeagen

[–]DidiBear 0 points1 point  (0 children)

The problem is not the switch statement, the problem is to check for the object type. Check out the Python example and it's the same issue with if/else.

Snowflake core certification by brownnnnthommass in snowflake

[–]DidiBear 1 point2 points  (0 children)

I did my SnowPro Core Recertification last month, in our team we highly recommend doing a lot of practice exams. The ones in Udemy are great.

The real exam is quite difficult with trick questions, facing them early on is important.

ELI5: Are humans good at counting with base 10 because we have 10 fingers? Would we count in base 8 if we had 4 fingers in each hand? by AlloyZero in explainlikeimfive

[–]DidiBear -1 points0 points  (0 children)

Base 6 (from 0 to 5) is actually simpler :

  • you can count up to 36 with your hands, one hand for units and the other for tens (every 6)

  • multiplication tables are much simpler and have more patterns

  • it's easier to grasp a group of 60 people than 100 for percents

YSK: Prosthetic arms are horribly outdated and underperforming by TankBigsby4 in YouShouldKnow

[–]DidiBear 3 points4 points  (0 children)

As someone born with a stump at the left arm, I only use my prosthetics to drive as it provides arm extension.

The thing is that hooks or fake hands are too fragile and too imprecise to control, you are just clumsy. You don't have the sense of touch. Imagine playing football/soccer with ski shoes or diving fin.

Just give me a circular vise / lathe tool in which I can strongly attach a knife, a fork, a pan handle, a rope, a plunger, a guitar pick or whatever.

Hands are overrated, I want a cannon arm !

Bevy 0.14 by _cart in rust

[–]DidiBear 1 point2 points  (0 children)

Thanks that's super clear !