So wait… Did Puppet have a license change as well recently? Is this just preemptive because it looks like Perforce is starting to change things?
So wait… Did Puppet have a license change as well recently? Is this just preemptive because it looks like Perforce is starting to change things?
The Free Software Foundation requires “CLAs” as well. I have no fear that they’re going to rug-pull. I don’t think we can use that as the indicator. IMO, it’s even a good idea to have a CLA so that’s no conflict that the project owns the code.
The warning for me is if the project is run by a company, especially a VC-backed company. Joplin isn’t, so I would be comfortable using it (although I don’t).
JIRA Data Center: What am I? Chopped liver‽
https://www.atlassian.com/enterprise/data-center/jira
Agreed that JIRA is… not the greatest tool.
N.B. I originally went looking for a reason that maybe it was okay that Andy Yen was giving the thumbs up to Gail Slater. I thought this was an unfair internet pile-on. I think now it’s a fair internet pile-on.
The official @[email protected] account replied and doubled down
[email protected] - @jonah
Corporate capture of Dems is real. In 2022, we campaigned extensively in the US for anti-trust legislation.
Two bills were ready, with bipartisan support. Chuck Schumer (who coincidently has two daughters working as big tech lobbyists) refused to bring the bills for a vote.
At a 2024 event covering antitrust remedies, out of all the invited senators, just a single one showed up - JD Vance.
1/2
[email protected] - @jonah By working on the front lines of many policy issues, we have seen the shift between Dems and Republicans over the past decade first hand.
Dems had a choice between the progressive wing (Bernie Sanders, etc), versus corporate Dems, but in the end money won and constituents lost.
Until corporate Dems are thrown out, the reality is that Republicans remain more likely to tackle Big Tech abuses.
2/2
(Less importantly, my response)
Which documents, you say?
What happened?
Shredded, you say?
How badly?
To bits, you say? Oh my my…
It’s okay if they use the Play Integrity API, they just need to also whitelist the keys that sign the official Graphene OS ROMs. Not that I expect they’ll do that, mind you…
X2go is the successor to NX and works well IMO, though I’ve never tried Rustdesk to compare.
I wish FIDO had paid more attention to SQRL. It’s long in the tooth now, but with some attention it could have been a better solution than passkeys, IMO.
I’d argue that the concept of isolated environments is great. Python’s implementation… leaves something to be desired.
It’s still a bit hacky, even in Python 3. Tools like uv
and pdm
exist in the gaps to smooth it out.
That said, it’s something that the core community is actively working on and it’s not something users will face day to day.
I say this as someone who moved from PHP 3 to Python 2 to Ruby to PHP 6+ to Python 3 as their goto language over the years.
I regret that I have but only one upvote to give.
Firefox still doesn’t have a native vertical tab bar.
That is only mostly true now. There is an about:config setting you can turn on in FF 129 (released this week) which will let you have native vertical tabs. The implementation is only about half done, but it’s good enough for me to use alongside Sidebery Tabs.
You can track progress on vertical tabs in Bugzilla. They are also working on tab groups, but that work is at an earlier stage.
All in all, I think we’ll see vertical tabs in the next 6 months or so? As a devout Firefox user and resister of the Chromium monopoly, I am really excited.
Through the magic of buying two of them…
I’m already on an independent git forge, so I have that covered.
I only read the protocol document and skimmed the guide, so I didn’t see the cryptocurrency angle of the funding company. Yeah, that’s a bit of a warning sign.
Um… It’s literally hosting itself, complete with issues and PRs (which they call patches). So to me it seems to replace a forge.
For private repos, it could be quite a good fit. No need for other contributors/users.
I was looking for something like this as a private alternative to GitHub/GitLab last month. Awesome to stumble across this.
This is interesting because I’ve been thinking about switching from Debian to Arch. I’m already running Nix inside of my Debian installation to get more recent apps (I don’t like how snap interacts with the rest of the system, so I avoid it if I can).
Is there anything else on a more base OS level (like apt v pacman) that you’ve noticed is different, if you’re willing to share?
TIL about Rainmeter. This thread has done some good, beyond the obvious good of mocking Dev Home.
Makes sense. I can’t blame you for taking that position. I think we need a paid search engine: if you’re not paying you’re the product, after all.
I don’t frequent that world much these days, but I personally preferred the agent/pull model when I did. I can’t really articulate why, I think I feel comfortable knowing that the agent will run with the last known config on the machine, potentially correcting any misconfiguration even if the central host is down.
The big debate back in the day was Puppet vs. Chef (before Ansible/SaltStack). Puppet was more declarative, Chef more imperative.
I also admit, I don’t like YAML, other than for simple, mostly flat config and serializing.
I further admit that Ansible just has a bigger community these days, and that’s worth something. When I need to do a bit of CM these days, I use Ansible.