@blind_via I *just* got a model similar to the top one. Its pretty accurate and delivers the correct current as advertised. However it does not show the limit and has *significant* isolation problems if you don't ground the output (it does not come with any bridge to do that).
@mfranz_on Im aware that implementations of std::set and std::map usually use them, but im yet to find a situation where std::set and std::map are the correct data structures to use
@NOTimothyLottes Awsome to hear!
Im having a great time with Fedora and the copr xlibre spin. Its certainly not minimal, but it works consistently and dosent break.
Keep in mind that some WMs do not support X11 anymore unfortunately.
@LubaRaphael GDB is also a protocol for generic debuggers, which IDEs use to connect to debuggers like GDB and LLDB. Im hoping RAD implements that. But yea, once it releases on linux im sure to give it a try.
@LubaRaphael The speed is a fair point, GDB is very slow. But does it provide a GDB server so it can be used in other applications?
I cant try it because for some reason it was created for windows only... apparently they are working on a linux release
@MarekKnapek@straceX This isent the case. Canonical memory space is defined as 48-bit on x86-64, which means any virtual address space the system gives you will always fall into that range unless you add extra flags during mmap.
@themovercell@TrisH0x2A You can, but its a little inconsistent because it can break if-else. If you have something like `if (x) SWAP(...); else something();`, it will fail to compile because of the extra semicolon. The gnu statement expression dosent have that problem as it behaves like a function call.
@rovarma@SheriefFYI Proton is for gaming. And like it, any other games on steam are a 1-click install. If anything proton is a lot harder to get running well than a native linux game.
Outside of games the situation might be different. But counterpoint; have you tried compiling something for Windows?
@straceX This is also allowed in seccomp, so you can write filter machines for system calls. Its what 'virtualization' tools like docker use. Powerful stuff!
am i missing something or is the answer really easy? since the predictor is guaranted to be correct just take box B since it would've predicted that you did that lol?
@anicic_filip@Pirat_Nation@Ed__dev This has always worked ok. Windows likes to corrupt the partition but the `ntfsfix` utility fixes that. You can out it in the autostart and never worry.