Besides it might spoil the relationship with your local NSA agent.
Besides it might spoil the relationship with your local NSA agent.
Still learning, they just covered compiler flags in cs. They didn’t go into detail yet though.
Edit: I’ve used python for years and they have something equally dumb. You can have a function in a massive application that is broken and the moment it’s called, the application crashes.
At any other point the application will just run as if nothing is wrong even though python evaluates everything at runtime. I’m sure they can’t do much because the initial launch would be slow.
Yeah, they could puppet the chrome company if the courts don’t keep a close eye on it. Basically there’s a good chance it would be another Firefox but with way more influence.
Isn’t it already licensed under permissive Apache v2? Anyone can fork and carry on the project without the permission of Google, every manufacturer already does as a result of the license.
Machine code would be a better example of what he’s talking about imo. Not an expert or anything of course.
It wouldn’t be that much processing compared to the rest of the app. It would lot more efficient than running an effectively infinite loop or arithmetic on an arbitrarily large number as a result of an unsigned variables.
If it’s going to compile without any warnings I’d rather the app crash rather than continue execution with rogue values as it does now.
There is so much room for things like corrupted files or undocumented behavior until it crashes. Without the compiler babysitting you it’s a lot easier to find broken variables when they don’t point to garbage.
I forgot to assign a variable, now it crashes %5 of the time. It’s wild how c doesn’t default variables to null or something.
I do appreciate it, I know I’m no idiot.
To be honest, I kinda wish some projects came with API manuals. I understand it’s not a priority in an open source project with limited resources.
It would be nice to use a python based ml tool without passing commands through it via shell. People do it, I just don’t have the time or experience to analyze a complex project like ML voice synthesis.
So you’re saying it should wick the water from the cup to the table like an oil lantern. That seems like a good way to have half of your cup on the table.😂
If you get it to travel up the string, gravity will definitely do the rest. It seems like such a passive aggressive way to design a product and I’m all for it.
I can be an idiot every once and a blue moon. Thank you to anyone who put literally everything a manual just in case someone is braindead and isn’t afraid to rtfm.
To be honest it’s just after I’ve spent 10 hours on something fairly complicated and new to me. I suddenly can’t think for myself anymore. It literally becomes a chore to do the simplest shit sometimes.
I mean openai already has.😄
I don’t know, they’re just security measures you can take. Maybe some personal preference thing. I don’t bother with the app guard thing and SELinux is pretty annoying with my Nvidia graphics card but a firewall is something I always setup.
Firewalled for limiting untrustworthy connections to the computer(public networks, hotels, even work).
apparmor for protecting the kernel and controlling file access to applications. SELinux is also a good option but if you need to load kernel modules, it can take a few minutes to sign and register it. It is automated on redhat systems though.
Other than that, do your research and don’t run random scripts and install random apps.
I do wish there were more native apps but alternatives to electron is always a good thing in my book.
Except for Microsoft, Microsoft can stop pretending their solution is demonstrably different from electron and chromium.
Neat!
Discord, slack, bitwarden, steam, Microsoft teams, visual studio code, balena etcher . Anyone else know of any electron apps or heavily modified version of chrome?😄
I don’t develop kernel modules, I use python. That’s pretty interesting though.
Do your code reviewers subscribe to the didn’t check looks good model? Joking btw.
I’m bad at naming things too🖐️