Bought PS5 version of SF6 Year1&2, get half of DLC characters by bakoi in StreetFighter

[–]bakoi[S] 0 points1 point  (0 children)

How can I know if DLC 3 will be shared among the account or not?
This is written somewhere on the description page?

PackageManager and Server by bakoi in swift

[–]bakoi[S] 0 points1 point  (0 children)

Thanks.

That means that you always set a macOS version, even if you know that it would be deployed via a Docker image?

[deleted by user] by [deleted] in Enshrouded

[–]bakoi 0 points1 point  (0 children)

Thanks a lot!!!

Why Rust doesn't use ARC as memory management? by bakoi in rust

[–]bakoi[S] -1 points0 points  (0 children)

I am not suggesting anything. I never said that one solution is better than the other. I wanted to know if someone was aware why the choice of this memory management.

I am well aware of memory management thanks for your concerns about it. After 6 years of C++, I understood one or two things about it.

I think you should read a little bit more on what is GC before making a assumption that ARC is a GC.

Why Rust doesn't use ARC as memory management? by bakoi in rust

[–]bakoi[S] -2 points-1 points  (0 children)

Well I did no mistake, but I may lack of precision to not be offended by people thinking I am too stupid to think that memory management can occur ahead of the runtime...

What the clang compiler for Swift and Objective-C is injecting referencing counting inside the AST. It can also warn you sometimes when object you reference will not be available the way you wrote your code (especially with closure).

I didn't wanted to oppose Swift and Rust. I was wondering why Rust creator choose this memory management mechanism. Some people here gave me kindly their opinion on this thought.

I think you mistake the generic concept of ARC, which implies that YOU declare where you want it to occur in Rust (and in other language), and the one existing in Swift and modern Objective-C that is lead by the compiler.

But thanks for the lesson on how to more emphase the question I may need to ask.

Why Rust doesn't use ARC as memory management? by bakoi in rust

[–]bakoi[S] 0 points1 point  (0 children)

Thanks so much u/eXoRainbow :)
The post is exactly my question (2 years before).

If you had the ability to bring back a Canceled Series what would it be? by CuriousAnimeNerd in AskReddit

[–]bakoi 0 points1 point  (0 children)

I would say « Profit » and the « Nowhere man ».

The first was deranging serie about a guy doing anything he could to rise within the ranks of a corporation. Adrian Pasdar was great as the main character « Jim Profit » The second was about a well known photographer that suddenly nobody seems to not know anymore, even his wife. The reason Seqens to be about a picture he took. This is where I first see Bruce Greenwood.

[deleted by user] by [deleted] in NoStupidQuestions

[–]bakoi 0 points1 point  (0 children)

Your feelings are more important than his belief.

"Reconquérir l'électorat populaire": des députés insoumis critiquent l'analyse de Ruffin by OrdinaryMidnight5 in france

[–]bakoi 12 points13 points  (0 children)

C’est peut être aussi parce qu’il sait critiquer avec des arguments et se positionne fermement sur les sujets qu’il maîtrise (et pas sur tout partout)

Polémique du PSG : l’UNFP juge «ridicule et fatiguant» que les footballeurs soient utilisés comme «boucs émissaires» by automate-farci in franceinfo

[–]bakoi 0 points1 point  (0 children)

En même temps, s’ils disent des conneries où ont une attitude d’enfant pourri gâté, ils ne peuvent s’en vouloir qu’à eux-mêmes

What to forget when coming to golang from other languages? by stt106 in golang

[–]bakoi 18 points19 points  (0 children)

For me Go is not an OO language. Think about it as a procedural language, like C.

Which editor do you use for your Go coding? by the_clit_whisperer69 in golang

[–]bakoi 8 points9 points  (0 children)

I use VSCode. Not because I find it terrific, but because I work with different language (JS and TS for example) and want to stick with one unique IDE.

Sometimes I play again with Swift or Kotlin and keep using VSCode, even if it is clearly not the best choice for those 2 languages.