Exactly the reason why i replaced the one plus x ( which was running a lineageos android 11 build fine ) with the fairphone 4 :D
The real deal y0
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…
Finally, i can use this invention!
You can. There are physical , drm free, releases and drm free releases on gog :p No online required either. So yes, you can :)
A 5 bit long signed integer? What kind of weird system you using ? :p
As a software developer i know what iterative development means, its in our blood and brains ( or at least it should be ). Simulations can indeed only get you so far, and i agree sometimes you have to make things and take a plunge. However, and i would like to be really wrong here so correct me if im wrong, but other companies like nasa, do not just shoot shit up in space and hope for the best. They arent allowed to do so for a reason. They test and calculate everything very rigoursly to make sure itll hold up as expected. From thruster power, resistance to continues extreme heat from reentry, …
All of that they do here, on earth, before shooting anything up into space. Otherwise things like the rover on mars would have needed like 20 tries instead of 2.
These are things that looks like spacex is just throwing out the window.
To take it back to software development, they are doing an iterative development ( which is very good for what they are doing! ) but their testing before production/release of software is so basic theyll just see how it responds out there. Thats a huge nono to me if youre going to end up crashing all those rockets in the sea killing a shit ton of nature in the process. Sometimes the means dont justify the costs to me, and this is one of them.
Yes, the booster catching was nice to see ( eventhough it nearly ended badly ) and its idea is very good and needed, but the way to get there is…messy.
Depends, im a power user that does all kind of things on my pc. Gaming but also other workloads, so ill be dual booting with linux as my main soon anyway.
But for pure gaming, ye linux might do depending on the games
Ye, they are apparently a different race of badgers!
Source : https://en.wikipedia.org/wiki/Badger
Its almost always tools and programs used in their professional life. The 365 suite, adobe suite, fusion 360, simulation programs, …
Yes i know there are free or alternative options, but they are never as good or powerful as the full on suites that have existed since the dawn of time.
Ive been running linux ( dual boot with windows ) on my work laptop for 9 months at this point and i love it. But sometimes, i do have to boot windows for one of the professional suite programs.
I love this meme, and nearly commented it myself to the top comment, but i learned an american badger != a honey badger :(
Specially this. How space x handles failures is a very hard nono in my book. “But we test in the field” is what space x says, and as a software developer its like saying “we test in production”.
Yes youll get something use able faster, but its way way more costly in the long run and is nasty in between.
My arse they cant test this stuff on earth. We have simulations, models, calculations, test, everything. Yes, things can and will sometimes still fail when going in production ( in flight ) but you want to lower the risk of it failing cause its costly as fuck.
They dont seem to care though.
Also, im not saying what they are building towards is bad, it really really isnt, but their methods is… Bad
Maybe they wrote their own emulator
It makes sense to exist… In the 40’s.
But with modern day society and how small the world has become, it makes no sense to me to still exist tbh…
Not all cops, and not everywhere in the world, are pigs. The world isn’t that black and white
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
Ah ye that makes sense! The grid is pushing 230v in, so to get power out you push harder back, so for example 240v. Thanks!
I know inverters have a safety feature to shutdown if the input voltage is not in range so it doesnt push power on a open net etc. Have had people tell me that inverters doing that was a problem, but discovered they shutdown if the input isnt right!
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