I’m working on open source projects :)
🔗 Links:
GitHub |
---|
🍪 Get me a cookie:
Go to Ko-fi | GitHub Sponsor |
---|
Sounds good! This was my first dive into browser extensions as well. It’s not too bad once you go over the basics. If you give it a try, see the contributing page on the repo’s wiki for some resources on how to get started with browser extensions.
A super short summary is:
If you DO give it a try, we were part way through migrating features from the LemmyTools userscript and that might be a good place to start. I wasn’t familiar with userscripts so I didn’t make much progress, and can’t get back to it for a little while. The issues page of the repo should have LemmyTools related features tagged. If any details are missing, let me know and I’ll add them in :)
We’re actually working on a browser extension for this! It currently supports both communities and posts
We ran into the same issue, federated sites are hard to work with. Right now, the extension has it so that a user needs to right click on a link to be redirected. That way the user can choose which links get redirected, and there’s no chance of accidentally redirecting the wrong thing.
There are other solutions (using the API for example), but they seemed to slow the browser down too much. Another proposed feature that hasn’t been implemented yet was to redirect when holding down a key (when holding down “r”, try to redirect the link).
Feel free to take a look, try it, and you can totally contribute code. It’s all open source and we’ve tried to keep the code simple and easy to verify/contribute.
I don’t have as much experience working with the stack, but from what I’ve read it seems like Rust is a pretty solid choice for the backend. It also seems like a lot of the upgrades people want are for the front end, so that’s what would benefit the most from being simpler.
Typescript makes sense, and a handful of frameworks have typescript support. Would anyone know more about the benefits of using Inferno over something like Vue/Nuxt or plain React?
Good to know, could you share what website you were trying to post from?
I think one thing I should implement is a little toast message that explains what went wrong (ex. No title contents found)
Sorry to those that have already seen this. I’m trying to space out the posts so it’s not in a large clump in your feeds. People have different subscription lists, so I’m trying to reach those that haven’t seen it yet.
These are the last 4 posts :)
There ARE other downsides to this law, outside of the hissy fit Facebook is throwing.
For example, smaller independent news companies don’t have the bargaining power to come to a fair agreement with Facebook, like the larger organizations can. A solution to that might be to have some standard rates set up, but again, don’t know enough about it
I don’t agree with the solution the government came up with, but the problem still exists and I don’t understand it well enough to come up with an alternative solution.
Making news is expensive, and good quality news (not mucked up by corporate interests) needs a way to fund that work. We don’t want news to be an outlet for corporations investing in a mouthpiece. So traditionally this was done through advertising.
Now people barely ever click through to the websites so the advertising doesn’t work. Meanwhile the places where people ARE seeing the news do have ads. The content is produced by one party, and the profit goes to another.
The problem exists and needs a solution, but I don’t know what it might be. Australia brought in a similar law successfully and Facebook/Google came to a deal. Canada might also be able to do that?
The other long term solution IMO is to make the platforms obsolete with things like Mastodon and Lemmy. That might take some time though
Not really emergency notifications but news, which tbh isn’t as important in this case because non-Canadian news orgs aren’t affected and are covering it too. So there isn’t an immediate risk I don’t think.
As for the main point: The problem is that a subset of the population ONLY gets information through one platform. The only way to reach them is through that platform, and not reaching them means excess costs when you have to rescue/treat/otherwise deal with the fallout. It’s also the government’s job to inform people and keep them safe.
At the same time, the companies need to be regulated by the government. Can’t just let them have free reign because they seized control
Yea someone actually just commented on the API and I should be able to find posts by link/title on other instances. Previously I was trying with the simple URL manipulation, but this would be a reasonable workaround. I’ll give it a try soon :)
That was one of the first things I wanted out of this project, so it would be amazing to get it going
What’s a good place to get/hold domains these days?
I need to set up a proper roadmap, the closest I have right now is https://github.com/cynber/lemmy-instance-assistant/wiki
RES for Lemmy would probably be an end goal, and at this point I’m not sticking to any particular area. It’s more that I’m working on the things that I figured out how to do since I’m learning lots as I go. For example, multi-account switcher is a commonly requested feature from RES and something I’d really like to use myself, but I’d need someone with more experience to check my code to make sure I’m not leaking account details anywhere.
Having default sorts should be possible, and a simple way might be to just check the URL. So if on a lemmy site & on home page, it would check if “dataType”=Post and if “sort”=“TopDay”, and if not it will swap the URL. I’ll see if it works in practice and maybe push it in the next update :)
I’ll see if I can roll this into a future update for [email protected] . I wanted to try and get a “post to Lemmy” button working, and this is a part of that. Looks like the reddit one was done using a Reddit API, and while the Lemmy ones are different it shouldn’t be too bad.
UPDATE: I’m able to search for links within the body of posts, but haven’t figured out why it doesn’t search the links yet. I’ll look into it later
The only limitation might be that the search is limited to a particular instance. Since there is an unlimited number of instances, I don’t think there’s an easy way to search them all without some external service doing some caching of some kind. We could have it search a bunch of different instances, but I want to minimize unnecessary / spammy requests.
@[email protected], is it important for the extension icon to display the number, or did you usually run a manual search?****
have control of your local network
traffic of a particular kind
Could you give an example of what this looks like? I’m sure I’ll have friends sending me similar articles / YouTube videos. Would be nice to have a simple and accurate analogy
I recently tried to get some self hosted music going, using old CDs I had for example. It’s such a hassle moving things over, even when the automated software tags the files correctly (which only happened half the time)
TV and movies are easy enough to manage your own files for, because it’s a lot more organized and categorizable. With music it’s a mess, and not something worth doing for me.
Also I listen to so much music that it’s nice being able to let it fetch similar music for hours and hours.
Makes sense, thank you!