- 228 Posts
- 4.07K Comments
just_another_person@lemmy.worldto
politics @lemmy.world•Top Republican says the Epstein files release is Democrats’ ‘entire game plan’ to bring down Trump
67·4 hours agoWhy would it bring down Trump if there’s nothing in the files as they say?
just_another_person@lemmy.worldto
politics @lemmy.world•‘Humbly, I’m sorry’: Marjorie Taylor Greene says she’s turning a new leaf after years of divisive comments
5·5 hours agoLook… I’d love for this to be genuine and real, but the chances of that being true are SLIM TO NONE. She’s been doing this for a decade, and barring any proof she just started taking meds for a newly diagnosed mental condition, I can’t believe any of this is real.
She’s pulling a scam. I don’t know who the target is yet, but this is not genuine.
just_another_person@lemmy.worldto
politics @lemmy.world•Trump admin eyes moving convicted election clerk Tina Peters to federal custody
8·9 hours agoNot even what’s happening. They’re trying to silently pardon her because she’s a Trump fanatic. They can’t pardon her, so are trying to abuse the system to get her out of custody.
just_another_person@lemmy.worldto
politics @lemmy.world•Trump admin eyes moving convicted election clerk Tina Peters to federal custody
12·10 hours agoShe wasn’t convicted of a Federal Crime. That’s the issue. The federal system has no precedent for taking her into custody.
The federal govt doesn’t run elections.
just_another_person@lemmy.worldto
politics @lemmy.world•Trump admin eyes moving convicted election clerk Tina Peters to federal custody
32·12 hours agoFunny story: they can’t do that. Good luck getting before a judge in Colorado who knows exactly who this piece of shit is and arguing they have any legal precedent for this. They would have to admit she committed a crime, and even then it doesn’t erase her state conviction and record.
Can’t pardon that shit away.
just_another_person@lemmy.worldto
politics @lemmy.world•Trump’s Commerce Secretary Loves Tariffs. His Former Investment Bank Is Taking Bets Against Them
9·12 hours agoThis guy looks like Evil Andy Samberg.
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
2·12 hours agoJust based on experience in the community and professional experience, I can solidly say that your take on FOSS not being successful is just wrong, and I don’t mean that like you’re stupid or I’m shooting you down, you just wouldn’t realize how huge contributions are unless you know where to look.
Here’s a big example: look how many companies hire for engineers writing Python, Ruby, Rust, Go, Node…whatever. ALL OPEN SOURCE LANGUAGES. You bootstrap a project in any of these, and you’re already looped into the FOSS community. 100% of the companies I have personally worked with and for write everything based on FOSS software, and I can tell you hands down as a fact: never met a single person writing in any closed source IDEs or languages, because very few exist.
If you want to see where all the community stuff happens, find any project on GitHub and look at the “Issues” section for closed tickets with PRs attached. You’ll see just how many people write quick little fixes to nags or bugs, not just on their own behalf, but on behalf of the companies paying them. That’s sort of the beauty of the FOSS community in general in that if you want to build on community projects, you’ll be giving back in one form another simply because, as my last comment said, NOBODY wants to maintain a private fork. Submodules exist for a reason, and even then people don’t want to mess with that, they’d rather just commit fixes and give back. Companies are paying engineers for their time, and engineers committing PR fixes is defacto those companies putting back into the community.
To your Oracle point, I think the biggest thing there you may have been Java. That one is tricky. Java existed long before it was ever open sources by Sun Microsystems, and was available for everyone sometime in the early '00s (not bothering to look that up). Even though it was created by an engineer at Sun, it was always out there and available for use, it just wasn’t “officially” licensed as Open Source for contributions until some time. Sun still technically owned the trademarks and all of that though, and Oracle acquired them at some point, bringing the trademarks under their ownership. There wete a number of immediate forks, but I think the OpenJDK crew was further out in front and sort of won that battle. To this day I don’t know a single Java project using Oracle’s official SDK and tools for that language aside from Oracle devs, which is a pretty small community in comparison, but you’re right in that was essentially a corporate takeover of a FOSS project. How successful it was in bringing people to bear that engagement I think is up for discussion, but I’m sure the community would rightly say “Fuck, Oracle” and not engage with their tooling.
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
2·15 hours agoThere’s a few different things getting wrapped in here together, so let me break down my take:
-
Licensing - if you intend to only use FOSS software, it wouldn’t matter if a corporate/proprietary version of something exists or not. If you intend to release something and make it free, you would need to include only license-compatible libraries. I don’t see why Microsoft having a proprietary version of something that is better would be a problem, because that’s not the focus of your goal of releasing something for free. Similarly if you start a company and bootstrap a product off of open libraries, you will steer towards projects that are license-compatible. Whether there is a better version is irrelevant.
-
Scope of license - Your comments seem to focus on larger product-complete projects. You mentioned Paint.net as an example. So say Adobe forks GIMP, and drops a bunch of proprietary Photoshop libraries into it to make it beefier or whatever. Similar to the above, people who intend to only use FOSS software still wouldn’t adopt it.
-
Death by license - there have been some cases where FOSS project maintainers get picked up by corporate sponsors and sort of “acquired”. This is on the maintainers to make that choice of course, not the community, and contributing members of that community have every right to be pissed about that. Those contributing members also have the right to immediately fork that project, and release their own as a competitive product. Redis vs Valkey, and Terraform vs OpenTofu, are examples. Some people flock away, some people don’t, but in most cases ts a guaranteed way to turn the community against you, and towards a fork of said project. Happens a lot.
I think what you’re not seeing here is that these companies buying out projects really don’t intend to put a lot of money back into them after they get their bags of money. Whether or not people continue to use the originals is less important than the forks being available and supported. If companies believe in the project, they kick in PRs to keep things rolling along because they need that particular part of their stack. I myself am a maintainer in multiple public projects, and also work with companies that contributed to dozens of different public projects because the products they make revolve around them: everything from ffmpeg, to the torch ecosystem. You find a bug you can fix, you submit a PR. That’s what keeps this ecosystem going.
Smaller scale startups to mid-sized companies contribute all the time to public projects, though it may not be apparent. Larger corporations do as well, but it’s more of legal thing than an obligation to the community. Rewriting entire batches of libraries isn’t feasible for these larger companies unless there is a monetary reward on the backend, because paying dev teams millions of dollars to rewrite something like, I don’t know, memcache doesn’t make sense unless they can sell it, and keeping an internal fork of an open project downstream is a huge mess that no engineer wants to be saddled with.
Once a public project or library is adopted, it’s very unlikely to be taken over by corporate interests, and it’s been that way for almost fifty years now (if we’re going back to Bell and Xerox Labs). Don’t see that changing anytime soon based on the above, and being in the space and seeing it all work in action. Though there are scant cases, there’s no trend of this becoming more prevalent at the moment. The biggest threat I see to this model is the dumbing down of engineers by “AI” and loss of will and independent thought to keep producing new and novel code out in the world.
-
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
23·16 hours agoCheck the rest of the thread 🤣
People in here don’t work in the space, and are clearly not knowledgeable about the subject. They can downvote me all they want.
just_another_person@lemmy.worldOPto
politics @lemmy.world•Jeffrey Epstein's brother stuns with response to email about Trump sex act with 'Bubba'
663·16 hours agoTo be real: I think it was all over the news that there was a rumor Putin has Kompromat pictures of Trump, and Mark was just making a facetious joke about it all.
He did ruin a fun couple of days with this clarification though, so boo to him.
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
33·17 hours agoWhat does security have to do with open-source projects succumbing to “corporate takeover”, which isn’t even possible?
If the code is of such a restrictive license that you aren’t able to fork and re-release it with changes, then it isn’t open-source to begin with.
To your last point about removing “old features”, this is done all the time, and this is why things use semantic versioning. Nobody wants to be forced to maintain old code into perpetuity when they can just drop large portions of it, and then just release new versions with deprecated backends when needed
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•How to bi-directionally sync KeePassXC DB between Android and Manjaro without propagating deletions?
151·16 hours agoWhat you’re describing is not a two-way sync then. You’re expecting this to be an actual database, but it’s just a flat file with XML at its core. Here’s the file format specification .
Best you can do is set frontend options to prevent accidental deletions, and keep lots of backups, or put it on a versioning storage backend.
You may want to switch to a different solution if this is your desired use-case.
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
919·16 hours agoRemoved by mod
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
38·22 hours agodeleted by creator
just_another_person@lemmy.worldBanned from communityto
Linux@lemmy.ml•Confession: I don't know what passwords in Linux are for
322·1 day agoAny OS with no password is insecure. Hands down.
Linux/Unix has a permissions structure that works at the filesystem level, to be really brief about it.
Files are owned by users. Users can be part of groups to represent a larger number of users for simple organization.
Regular users can only touch files they own, or are owned by a group they are in. Root has master permissions to anything.
As a regular user, your home directory is owned by you. Anything you create is owned by you. All programs executed by you require that you have permissions to those things. Therefore if you’re just bouncing on the system and doing things, you can only harm the files that you own.
Your account having a password prevents access to this account. Though it’s a regular user, anyone with that password can harm your files.
The Root password allows anyone to execute or delete any files on the system. Anyone with this password can get to any file on the system, so you never let anyone know this password.
Your assumption that SSH somehow has different passwords is incorrect. You make a user on a machine and you don’t prevent SSH access…then they can SSH in, but they’re still a regular user.
just_another_person@lemmy.worldOPto
politics @lemmy.world•'Um... WHAT?!' Internet erupts over Epstein email about Trump sex act with unknown 'Bubba'
9·1 day agoLOLOL. Holy shit. He probably walked away with all the classified docs from scraping every server those fucking morons gave him access to.
just_another_person@lemmy.worldto
Linux Gaming@lemmy.world•Error when launching Unreal Engine games with the latest Proton version(s) "!status && "vkQueuePresentKHR""English
5·2 days agoJust don’t run this version of Proton with this game.
The reason they make all versions of Proton available at all times is because the rolling Proton version may break game configs for various reasons, in this case it looks like a Vulkan rendering queue issue where the call is blocking: https://docs.vulkan.org/refpages/latest/refpages/source/vkQueuePresentKHR.html
You can check ProtonDB to see if anyone has a workaround for newer versions of Proton, but it’s mostly unnecessary unless there’s some specific features a specific point release you care about. Just pin the game to a working version and go.























Because now they’re going to try and claim they “can’t due to an ongoing investigation”. This will be like pulling teeth.