Thanks, that doesnt fill me with a lot of hope, but thats why i have dual boot set up with linux (mint) as main os. Ill try wine regarfless before going to windows though
The real deal y0
Thanks, that doesnt fill me with a lot of hope, but thats why i have dual boot set up with linux (mint) as main os. Ill try wine regarfless before going to windows though
That too
They dont own it, they just own seats at the foundation table and thats not even 50% of the seats :p
How well does a windows vm run in linux? Does it have hardware acceleration?
Asking because i need something to run photoshop and lightroom, which both need hardware acceleration :/
Pre-locked bootloader times ive had multiple android devices be passed to me that were malware infected that changed the rom in a way that even a factory reset would not remove the malware. Locked bootloaders made it so the rom needed to be signed and unaltered on boot, fixing this. Root access also means apps can use and access api’s in android that it normally cant, changing settings and things inside android it shouldnt. What do you think happens when malware comes in? :p
Imo, i agree what you said. bootloaders should remain locked but you should be able to somehow, in the bootloader, be able to add the os’ signature/keys to the bootloader’s trusted stuff like how secure boot on a pc keeps os signing keys and verification stuff inside the tpm.
This way you can install lineage os for example, tell bootloader to trust it, and lock bootloader again so nothing can be changed anymore.
I wouldnt take this from user input, as that is controlable by malware, but rather come from the OS itself. Maybe even during installation, idk
Exactly the reason why i replaced the one plus x ( which was running a lineageos android 11 build fine ) with the fairphone 4 :D
Eu fairphone 4 user here. Obviously i have none of these issues as phone/network locking isnt a thing here. And im running lineageos and not fully degoogled ( which im ok with ).
But the party trick is very real haha.
I plan to use this phone for at least 8 years as my previous phone, a one plus x, i used for 8 years.
He isnt wrong. This comes from somebody who technically uses ai daily to help develop ( github copilot in visual studio to assist in code prediction based on the code base of the solution ), but AI is marketed even worse than blockchain back in 2017. Its everywhere, in every product, even if it doesnt have ai or has nothing to do with it. Monitor ai shit? Mouse with ai? Hell, ive seen a sketch of a fucking toaster with ‘ai’.
There is shit like microsoft recall, apple intelligence, bing co pilot, office co pilot, …
All of those are just… Nothing special or useful.
There are also chatbots which bring nothing new to the table either.
Everyone and everything wants to market there stuff with ai and its disgusting.
Does that mean that current ai tech cant bring anything to the table? No, it totally can, but 90% of ai stuff out there is, just like linus says, marketing bullshit.
This is a very complex topic that is very hard to draw the line on.
As a technical person who follows hacking and security news i can understand google introduced the api and warnings, as phones are getting hacked and unlocked bootloader or root can be abused to keep your malware going, and has been abused in the past.
But as a user of fairphone/lineageOS, who tells google, apple, meta, … all of them to fuck off when i can, this scares me. The lockdown of devices can and is going too far. Hell, i even consider samsung’s android ui changes to be going too far, as it changes a shit ton of stuff and really is not a stock android experience. It locks users in their environment…
Ye, i dont know how it is worldwide but here in west europe paying online with your bank is just like paying with paypal. The only advantages paypal has over my bank is its return policy and it technically not directly linking the purchase with my personal info.
I havent used paypal in a while tbh…
Thanks, i was thinking id need to go check them later today and that it was kinda illegal. Now i can be rest assured its fiiine
I think you have things wrong. Any other languages can have libraries be distributed as some format that would allow applications to use it, be it linux/gcc and .a files ( which are actually archives with elf/object files of the code ), or a full on library like .so/.dll.
Rust can only do .o/.dll and only have it expose like a c library afaik. Even .net has improved on the .dll and includes all its language features in it. Rust has none of that. Its not true that libraries not rebuilding are only for closed source. Its also ease of use/access and less problem prone. What if i build my library using a different version of the compiler than you and your application? I could have no problems building my library, while you cant build your application because the library i made gets rebuild and errors.
These errors happen and are all because there is no stable interface/abi and all other languages have overcome this.
Also, by default, nothing in c is rebuild unless it needs to. Thats why the intermediate .o ( elf object ) files exist, so it only has to do the relinking and not recompile and thats why .a archive/libraries in c work, because it doesnt recompile. Unless you meant the fact rust can rebuild part of a file, without recompiling it completely?
I think you dont fully understand how c compilers ( gcc specifically ) work when using multi file projects ( and not just doing gcc input.c -o output.exe
) just how i dont fully know how the rust compiler works. Also, anything using IL will always have an abi, because how else will it jump from code to IL code, so its obvious that rust to wasm will have to abide by that haha.
Be it c wasm, c# wasm or rust wasm calling one another. Wasm is wasm, and you only need an exposed interface to call or include the other wasm ( c#/blazor having NativeFileReference
in the csproj )
Again, i like the idea of rust, but it has a long way to go to be viable atm. And it has many pitfalls to avoid so it doesnt become the hot mess that is any framework based on node.js
I know that exists, but whats the point of that? You loose all advantages of rust when you use the library then because it cant predict application state with the library code. There is a reason all those rust libraries are compiled locally when you compile a rust application. Its a major lacking point for rust, and as long as it lacks that its dead in the water for big projects.
Again, i like strong type stuff and i like the ideas of rust but it is not grown up enough for me
What is this abi and standard calling methods you speak off? Are you a rust-non-believer or some shit! Rewrite it all in rust, no questions asked!
( i too like the ideas of rust, but without a decent abi or not constantly changing interface, its useless to me. I dont want to rebuild all code, including libraries every time i update 1 library in my application )
Saaaaame. But sometimes even strongly typed stuff wont break on compilation time
Its funny cause its true. I often design tests to be “if a case/enum value is added this test will explode and tell them to add code here”
I hate discord a lot, but this feature kinda destroys the reason discord exists. We used to have irc which is direct communication and needs both systems to be online ( yes, bouncers exist, but they arent perfect ). We moved away from irc so systems didnt need to be online and it was all in the cloud. Direct communication/file sharing from pc would kinda revert all that lol
( lets gooooo, bring irc back :p )
Must be a benelux thing? Same thing here
Flappy paddles <3
Source : audi a3
True, i was using w10 + wsl until this week. With my new pc i want to switch to linux full time as i did with my laptop. Photoshop and lightroom are the only apps i have issues with atm ( office will follow… ) and dont want to go back to windows full time for them alone. Hence the dual boot in case i need them :p