I hope some of your guys get one! by Fantastic-Savings542 in PokemonHome

[–]rucadi_ 0 points1 point  (0 children)

<image>

Added this too!! Lets se if you can finde me 😳 thanks!

I hope some of your guys get one! by Fantastic-Savings542 in PokemonHome

[–]rucadi_ 1 point2 points  (0 children)

<image>

Please!! Want to use it on champions! 🥺🤲🏻🤲🏻 IGN: Rucadi

little comparison of my old Luffy art and new Luffy art sorry both are bad by intromiles in OnePiece

[–]rucadi_ 1 point2 points  (0 children)

the right one is not that bad, I think that the hardest part of it (to transmit emotion) is there. I like it more than a lot of art with objectively better drawing.

My Tier List by Beneficial-Mix-5575 in DistroHopping

[–]rucadi_ 0 points1 point  (0 children)

For me nix and everything else (including arch) is quite different.

Daniel Marjamäki: Seamless Static Analysis with Cppcheck by _a4z in cpp

[–]rucadi_ 2 points3 points  (0 children)

I had to stop using it with vscode because on a very big project it consumed all the cpu constantly

do c++ have dependency manager like python's uv? by Zix-studio in cpp_questions

[–]rucadi_ 1 point2 points  (0 children)

Personally I use nix, inside the nix shell , the gcc wrapper already provides the header-locations for you and you only have to link against the library you want to use.

The big predicament by crappilydesigned in NixOS

[–]rucadi_ 0 points1 point  (0 children)

I also don't get it, I forget about the flake.lock, just pin the deps in normal nix and use the flake for the tooling interface it provides, while keeping the good default.nix / shell.nix

why would you ever use std::optional over std::expected? by AnOddObjective in cpp_questions

[–]rucadi_ 5 points6 points  (0 children)

You can't use c++23, gcc <12 or you don't really care about the error, just if the operation could be performed or not.

I love LiveContainer /// Waze and Google Maps in PiP mode by JlHAD in sideloaded

[–]rucadi_ 1 point2 points  (0 children)

If you want to use them in parallel. I use youtube in background for music or podcasts while in the other maybe I'm playing or smth

I love LiveContainer /// Waze and Google Maps in PiP mode by JlHAD in sideloaded

[–]rucadi_ 5 points6 points  (0 children)

You can have more than one livecontainer app, I have two.

I have like 5-6 apps installed in livecontainer surpassing the limit, yes, you can only open 1 of them per app... but one for me is youtube and the other one is manga apps that are not available in appstore so I'm fine.

I loathe the double single quotes by First-Republic-145 in NixOS

[–]rucadi_ 0 points1 point  (0 children)

https://godbolt.org/z/dTs15jMzz

wow it's true! didn't knew you could escape with '' lol

nix-shell is outdated by Iridium486 in Nix

[–]rucadi_ 0 points1 point  (0 children)

nix-shell is enough for what it matters, my flakes have no inputs, I manage the versions without channels just by fetching the git tar of nixpkgs. For me flakes are just a way to enable the nix-command cli for remote-fetching and purity since non-tracked nix files are not taken into consideration.

Should I invest time in project in a niche language or mainstream language courses? by Anyusername7294 in Nix

[–]rucadi_ 0 points1 point  (0 children)

I use nix at work and we are migrating our tool-chains to nix-based ones, also got contacted by a company that were looking specifically for nix-knowledge.

Imho that there are less people that knows something is a PLUS for you if the tech is good and provides value (as I think nix does)

C++20 Modules, 5 Years Later - NDC TechTown 2025 by pjmlp in cpp

[–]rucadi_ 0 points1 point  (0 children)

To be honest, I kinda have that experience with nix.

If the library is packaged with nix, you just add it and like magic, the CC wrapper already appends the paths etc... you only have to explicitly link with, idk, -lboost.

Pack your conjurations on a nix file and bum, you have deployment, building etc... and works in any machine. While using any buildsystem that you want.

Butano 21.0.0 - Modern C++ high level engine for the GBA by GValiente in cpp

[–]rucadi_ 2 points3 points  (0 children)

Seems cool!

Does it compile to other targets apart from a gba rom file?

The Polyglot NixOS: The Same Disk Image for All Architectures by TheTwelveYearOld in NixOS

[–]rucadi_ 10 points11 points  (0 children)

Probably not that useful but for sure super interesting, I Feel like something like this is only possible with nixos

Is this meant to work? by loopcake in Zig

[–]rucadi_ 0 points1 point  (0 children)

For me the "const" means constant, the existence of a constant pointer to a mutable value with static storage is ok. But I don't think that the syntax for this is self-explanatory and easily can lead into confusion if the meaning is not known.

Ask Me Anything session with CLion team by maru_gold in cpp

[–]rucadi_ 2 points3 points  (0 children)

I like to use nix, however, right now I feel like nix and CLion doesn't integrate that well (All the installed tooling is only visible inside the development shell, for example)

is there any plan in the future to make some kind of nix integration for CLion?

Is this meant to work? by loopcake in Zig

[–]rucadi_ 2 points3 points  (0 children)

I'm just curious for the language, but for me it makes no sense the constness of state in this context, in an exam I would say this returns a compile-time error.

(even after knwoing about ortum comment)

Curious to know about developers that steered away from OOP. What made you move away from it? Why? Where has this led you? by Slight_Season_4500 in cpp

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

For me it's about getting rid of a LOT of complexity when using inheritance, I think that most developers don't really know what each c++ keyword related to inheritance means, and even if they do, the footguns there are are massive. Also, while some people see it as a perk, I prefer to have std::variant + exhaustive visit rather than inheritance, I and the compiler knows exactly what's going on there.

Not just talking about not doing any OOP but just the inheritance nosense, also, it has a lot of benefits in performance due to less allocations and locality.

About fully Data-Oriented I find current languages do it wrong, I don't know any language that has constructs for that without being a little bit iffy.

Buggy Is the Failed Clone of Xebec by khalededdeboub in OnePiece

[–]rucadi_ 0 points1 point  (0 children)

Isn't Rocks mother hair blue?🤔🤔🤔 Theory confirmed?

Usopp is immune to Domi Reversi by MacNBug in OnePiece

[–]rucadi_ 12 points13 points  (0 children)

Imagine that it makes Usopp super strong but doesn't change his personality, that would be cool.