That’s strange. Please let me know what you find out.
This is a great idea, thank you!
I’ve been using tide-jsx, but I’m also using tide (not actix). Everything renders to a String, so it would technically be compatible with any web framework.
I would love to see what other people suggest for Actix since I wanted to use that instead of Tide, but I also didn’t know where to find a crate like tide-jsx. https://crates.io/crates/tide-jsx
I never would have guessed when I first installed RIF that some years later I would end up feeling sad as I uninstalled it.
Ah, okay, this makes sense. I was confusing the product for the source code. If they provide the product, they must provide the source code but they (obviously) aren’t required to provide a product to everyone, so everyone is not entitled to the source code.
I appreciate all of the information and discussion. Thanks all.
To respond to my own initial post: the harm comes from the fact that Redhat is entitled to be the sole distributors of their source code by way of requiring that all those who desire access to the product affirm that they will not distribute the source code the GPL affords them, thereby stopping raw rebuilds of the product (but also potential extensions of Redhat).
And the GPL is okay with that? Can every repo under GPL put up a paywall?
Google: “The GNU General Public License (GNU, GPL, or GPL) is a free software license originally written by Richard Stallman of the Free Software Foundation, which guarantees that users are free to use, share, and modify the software without paying anyone for it.”
Within the analogy (as it compares to Redhat and the Rebuilders), how is Foo helping Bar? Isn’t Foo simply leaving the TVs outside the factory for people to come and pickup? A bunch of trucks branded “Bar” come by, pick some of them up, rebrand them, and take jobs to install them, jobs that Foo thought they were going to get? Isn’t Foo now requiring individual people to walk through a lockable door, sign their name, verify that they don’t work for Bar, and grab a TV instead of just leaving them outside in a pile?
I don’t see how Company Foo can dictate that all other entities (customers, for example) can receive a free TV on their doorstep (since the code is open source) except for Company Bar. To make it map better to the situation, Company Bar would receive a shipment of free TVs, rebrand them, ship them out to customers, and install them.
“They don’t have to give Company Bar TVs to install.” So the GPL doesn’t require that Company Foo permit free access to the TVs? They could decide to not give out their TVs to anyone?
Also, what if I wanted to get my cousin a free TV but charge him a few bucks to install it? Is this only a problem at scale?
Oh, I see. But what do you think of this translation:
“Company Foo makes TVs and is always working to make them better. They give them out for free with the hopes of making money installing them and providing guidance on how to use them, but someone starts Company Bar and installs them for cheaper and starts taking on installation jobs.”
Is this wrong? Isn’t this just the definition of an open market? Please let me know if I’m missing some kind of context. I hope that we can continue to discuss this respectfully.
I should say that I want any open source project with the motivation to write good software to have all of the funding they need to make that happen. I just don’t see how it can be justified in this instance when compared to any other market.
What’s the harm in doing a rebuild? Serious question. I simply don’t understand where the harm comes from. I would appreciate any insight. Thanks.
Edit: I find the answer to my question at the end of this productive conversation.
It’s interesting that the bulk of the article is suggesting that this is a bit overblown.
Quote: "The International Council of Beverages Associations’ executive director Kate Loatman said public health authorities should be “deeply concerned” by the “leaked opinion”, and also warned it “could needlessly mislead consumers into consuming more sugar rather than choosing safe no-and low-sugar options.”
Yeah, looking at these notes, they don’t appear particularly useful for my purposes either. It’s a challenge to find good, ready-to-use material. Thanks for sharing them, though.
If I wanted to use these notes as direct source material for an open source quiz project, would that be okay? I’ve been looking for good, free, open source notes, Q&As, and diagrams but it’s not easy.
I appreciate everyone’s feedback! I’ll report back if I have any issues in my specific case, but hopefully I have the same experience all of you have had.
I had issues searching for Lemmy communities until I updated my docker-compose to give the “lemmy” container it’s own network.
I don’t know… if joins are so good, why did it take so long for them to show up via SQL? /s
Here’s a post on Mastodon that links to their blog where they describe different clients.
I haven’t experienced any crashes. I’m just getting annoyed with it resetting the view when I rotate my phone by accident. It takes me back to Local and changes my filter back to default. Painful.
Yeah, I was imagining that it was connected to my phone, but I’m not sure how to setup my phone such that it responds to messages like that - I’ve never tried sending my phone bluetooth messages and I don’t know if that would be possible (to go watch to phone via BT and phone to self-hosted server via mobile network). Can I have an app always listening for messages over BT? Hopefully I don’t need a PiZero W in my pocket: watch to Pi via BT as a relay, Pi to phone via Wifi hotspot, and phone to self-hosted server via mobile network. Sounds like a lot of work, lol. I’ll think about applications for it. They’d have to be pretty awesome.
You may need to fork the repo and mirror my pull requests into your fork. The maintainer of the repo hasn’t responded to my pull requests yet and one of them fixes a common bug.
In your Cargo.toml file, you can reference your own fork as a dependency. https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories