The real deal y0
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
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…
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.
Im a pc user, and the pc world is still a lot more complex than just “regular, slim and pro” versions. Different hardware and combinations males it a lot more complex.
You could say “low, medium and high end pc” but that means nothing as even a medium pc could have different cpu’s, gpu’s or even ram timings…
But yes, the different console versions is stupid
Oh sweet summer child. Capcom is on a very sharp edge imo.
Their games are solid, but everything around it is utter god damn dogshit.
Sf5? Beta was very solid, was fucked up before release. Also had a terrible microtransactions system.
Sf6? Very very solid base game, but to get all character and stages since last year + the game you have to pay +160 euro.
Re4? Very solid remake, but prepare to loose performance on pc due to dunovo despite it being a single player game.
Re: the village? Very solid game, but better pay shit up and also loose performance despite ALSO being a single player game.
Megaman: mega who?
Monster hunter : safe, for now. Monster hunter wilds looks amazing and loads of fun, but watch them fuck it up somehow…
I like capcom a lot, have always supported them despite shit decisions and a few near bankruptcies but its the microtransactions/usage of dunovo and other weird ass decisions is making me hold back on buying their stuff atm…
The mit license allows forking, merging, modifying and releases of modified code. Yes id assume so yes :)
I have a lot of bad things to say about some microsoft teams and some microsoft managers (cough fluentui webcomponents team cough ), but in general the .net team is a nice one and ive had several nice encounters with few of its devs.
Just dont know what the actual bloody fuck the manager/team was thinking dropping linux when they made maui…
Thats bad paraphrasing. .net is not propiatary and is open source and cross platform now because it started from scratch even before they bought xamarin (.net core). Yes mono did help .net become cross platform, no denying that, but they were already making steps to make that possible. They had to for the cloud/azure.
On top of that, for future development mono is no longer needed because .net is cross platform, and as an example ive made desktop apps on linux using avalonia which work on mac, windows, linux, …
Mono’s purpose at this point is only legacy stuff ( aka .net framework projects, aka stuff made with .net 4.8 or lower ) and will not evolve, which is perfect for wine.
I know it looks like microsoft took what they needed and are now ditching it, and its not untrue, but its always better to have something officially supported by the source instead of some 3th party as it will now evolve on all platforms at the same time and not stay behind the facts. It also will have better performance too since there is less translation going on.
Dont be salty about this man. Be salty about maui and how it took xamarin and crippled it ( no linux support )
Right, so basically things that decent skills would also get you?
Also, if you feel being aggressive doesnt help you, you start playing defensively and thats when you can strike back. Cheats or not, it still has to attack and is still stuck on the frame limits of the move right? Thats when you can strike back, no?
Im not saying cheating isnt bad, and im not saying its not annoying either, but in general fighters are different and they are completely skill based unless the cheater changes things that the other can never do.
In hindsight, pretty sure ive fought cheaters back in the day in sf4 before, but that was never that bad because i still had options to fight them back…
Yes!
They have released multiple new mainboards for the framework 13 which upgraded the cpu. This is a new mainboard with the latest intel cpus. They have always allowed everyone to just buy the board so they can upgrade their existing framework 13’s, thats their whole stick : modularity.
This time they also have a new screen panel and battery you could get to upgrade your system.
Also obviously new systems can be bought with the new hardware from the get go too.
I have a framework 16 that my boss got for me. Im a trial to see if we can save money by going framework instead of dell for the laptops developers use as things like the ports on the side, batteries and mainboards are easily replaced and upgraded. No need to waste +2600 euro every 3 years per laptop either if we can just swap the mainboard. They didnt want to finance the gpu, but when the laptop is mine after 3 years i will probably get the gpu for it :)
(In a framework 16 a gpu can be plugged in or replaced. Framework 13’s always use integrated gpu )
I can understand with what youre saying, and to each their own tastes. However, id like to point out that asus tried to get them to pay 200$ for something that wasnt broken is something that is relevant to us as consumers. Specially since they started the investigation after a lot of people started mailing GN about their issues and… questionable practices
Ye fair, it all depends on what markup you have and what features you use. Personally i dont think my markup of priiloader has any weird stuff that is specific to github, but i will have to check to be honest. If there was any special stuff id try to steer away from github specifics as much as i can, because i believe and work in a way it should always be possible to take away any part of a project and replace it with something else. It makes projects very flexible to change
Ye, some of these i started thinking of after i made my comment, which is my bad. Its true a project that uses the full github stack is harder to move, its its still relatively easy. The only problem you’d have is redirecting traffic to a new host, but this problem exists in all platforms and not only in project management sites like github.
As for your bulletpoints, i have a few remarks. Mainly that github pages are silly and they should not be used as a website. And even if you are, there are tools out there to convert the markdown from github pages into html/css/js so moving that is easy. Same with wiki pages, they are just markdown. 90% of markdown is compatible with other sites, and the parts that arent probably have a site specific syntax that youll need to look up, nothing bad. Review comments i will disregard, as those are part of the PR process. Once a project is moved you could hide the PR tab on github or close all new ones redirecting them to the new host. All older ones can be handled and phased out. Once a pr is merged, get the commit from github and push it to the new host. Thanks git!
Random contributers have nothing to say imo. If a project’s team feels the need to move away from github a true contributer/side team member/helper will move with them, and if they dont then so be it. Once a project team feels the need to move, something bad must be going on and moving will always be the better move for their mental health than to keep working with bad stuff.
As mentioned before ci/release pipelines are all yaml. Their odeas stay the same, only action names & their patameters change. Nothing complex there to move there…
So im short : only moving your traffic is a real problem, but is a problem on all websites and all communities, not just github or a project on github
Imo github doesnt have that high of a vendor lock-in. Its git, you can clone and push it to another server. Sure, youll have to convert the ci’s and templates, but thats about it really.
And a good yaml is easily converted as the ideas and actions are the same, only the action names are different.
But yes, i think that is what the author was getting at.
In principal, the change is good for reasons you mentioned. However microsoft has :
They just can not be trusted with this, they have proven this in the past…
To be fair, they said no dlc or expansion. Doesnt mean they wont add modes or free content updates :p
But ye, i could understand them. This is a game that took everything they had to give. I too would want to do something else after 4-5j hehe.
I also think that if perfect mod support was added ( which is on the way ), the mod community will have you covered :)
This is going to be a bit of a conservative opinion, but hear me out because i respect both sides of the conversation!
I think the 2016 doom ost sucks. The way he made is original and kudos to him for doing it that way, but i found the end result boring.
I like my metal, but not death metal. And this is what it sounded like to me. The same note over and over and no melody.
That said : the following youtube meme is exactly what this conversation is about and both sides are a-ok!
Edit : any way i can embed a video in lemmy?
You know damn well they wont :p
Imo the oldunreal people should have gotten access to post the original games on the store for publishing. The games still get small updates from the community from what i noticed when i got the linux versions going