Spyke

Posts

showerthoughts·ShowerthoughtsbyNix

avatars and usernames should be bigger so it's easier to grow a sense of community

I think the apps and the web ui should increase the size of the users avatars and make the username a bit bigger so it’s easier for people to start recognizing eachother and grow a sense of community. Back in the forum days people would remember eachother’s usernames/avatars for their contributions and it would be easier to grow a sense of community making things less hostile and easier to create community events

View original on merv.news
showerthoughts·ShowerthoughtsbyNix

Instead of only voting for one candidate we should be able to upvote or downvote each candidate

It would be great to be able to vote for every candidate in an election instead of only once and you can decide to upvote, downvote, or not vote for any candidate. This way you never “throw away” your vote and extreme/hated candidates can be downvoted so if im not a fan of any candidate but one is particularly awful I can downvote that one and not vote any I don’t like while still making my voice heard that I definitely don’t want this specific candidate

Edit: Combined Approval Voting is what I want and its used by to elect the Wikipedia Arbitration Committee and the Secretary General of the United Nations

Edit 2: You can learn about and try different voting methods in this amazing project https://ncase.me/ballot/

View original on merv.news
technology·TechnologybyNix

Lemmy Comments for YouTube is now available!

edit: The extension bow allows you to see Lemmy comments on any website on the web! As long as there is a Lemmy thread with the same URL as the website one you’re on when you click the extension a popup will appear displaying Lemmy threads and comments which you can vote and reply to!

cross-posted from: https://merv.news/post/644180

A couple weeks ago I reached out to the dev that makes the Reddit Comments for Youtube extension and asked him to enable support for Lemmy. The developer was already rewriting the extension and decided to implement Lemmy support as well! Here's the GitHub and FireFox links. It also available for Chrome iirc.

The comments appear after you select an instance in the extension's menu on any youtube video that has been posted to any Lemmy instance with a full url without a timecode. Invidious links and Lemmy comments on invidious instances still aren't supported but since its supported by the Reddit comments it should be possible if someone submits a PR.

View original on merv.news
fediverse·FediversebyNix

Lemmy Comments for YouTube is now available!

Edit: The extension now lets you see lemmy comments on any website!

A couple weeks ago I reached out to the dev that makes the Reddit Comments for Youtube extension and asked him to enable support for Lemmy. The developer was already rewriting the extension and decided to implement Lemmy support as well! Here's the GitHub and FireFox links. It also available for Chrome iirc.

The comments appear after you select an instance in the extension's menu on any youtube video that has been posted to any Lemmy instance with a full url without a timecode. Invidious links and Lemmy comments on invidious instances still aren't supported but since its supported by the Reddit comments it should be possible if someone submits a PR.

View original on merv.news
asklemmy·Ask LemmybyNix

Do we have enough coders to collaborate on an extension like this?

EDIT: the extension now supports Lemmy comments!

https://lemmy.world/post/9401361

Youtube comments are historically terrible so this Reddit comment for YouTube is a great extension to never have to read YouTube comments. I no longer use Reddit though and would love to have a similar extension using Lemmy comments that also work on piped/invidious and maybe be compatible with any website/link

Do you think this could be crowdsourced as a collaboration by the Lemmy community to make this an AGPL extension? If so how do we get started? (Idk how to code)

(The extension in the picture is an extension that adds Reddit Comments under a youtube video https://addons.mozilla.org/en-US/firefox/addon/reddit-comments-for-youtube/ )

Source code: https://github.com/Xyl-AU/Reddit-Comments-for-YouTube

View original on merv.news
lemmyapps·Lemmy AppsbyNix

why dont any lemmy apps have a Create Post button?

All the apps make it very difficult to create a post. You have to know what community you will be posting to, search for the community, click the three dots, click create post, click whether it’s a photo/link/text and then start posting.

Why not just have a Create Post button with the title field, url field, body text field, and a button to upload a photo and then a choose community button

View original on merv.news
technology·TechnologybyNix

Have any of you used Tailscale's AirDrop alternative Taildrop?

I just discovered it today and I'm considering setting it up to use instead of LocalSend. Have any of you used TailDrop before? I don't use TailScale so I'm not really sure I want to set it up just for sending files from my phone to my PC but the share menu options does seem convenient and it would be cool to be able to send any photos etc to my pc when I'm not home and have them their when I arrive sorta like I used pushbullet in the past.

Have any of you used Tailscale's AirDrop alternative Taildrop?https://tailscale.com/kb/1106/taildrop/?tab=windowsOpen linkView original on merv.news
technology·TechnologybyNix

Drivers Co-op is doing a kickstarter to expand their Uber alternative thats owned by the drivers.

I remember seeing this app a couple months ago and being excited about a team finally doing this. They've been available in New York City for a while and now they're trying to raise money to expand to more places. Hopefully they open source the app\server in the future since it would be great to have more co-op apps for the other "gig economy" style apps.

https://www.kickstarter.com/projects/coopride/co-op-ride-a-rideshare-app-but-owned-by-the-driversOpen linkView original on merv.news
lemmyapps·Lemmy AppsbyNix

Suggestion: Apps should automatically show all comments from crossposted threads and threads with the same link

It would be much more convenient to have a thread have all the comments that are on crossposts and threads with the same link. They could have a little indicator mentioning the title of the thread it's posted on with a link to the thread. This would also help people come across new communties.

It could look something like this

clicking on the link to the thread could open it within the app allowing you to then easily browse the community in case you want to subscribe to it

View original on merv.news

[Solved] How to backup an entire blog hosted on medium.com?

Using Archive.org doesn't work on medium posts and ideally I want to archive every post. The blog I'm trying to archive is https://itsairborne.com in case the posts go down. Googling how to backup medium posts only gives me articles on how to do it if it were my blog. I found this extension called Monolith of Web that allows you to backup a website using the Rust tool Monolith and I just went to each article and clicked the extension and saved them all one by one

View original on merv.news
selfhosted·SelfhostedbyNix

Need help fixing image uploads on mediawiki

I’ve tried asking on the Mediawiki Support Desk but haven’t gotten any help.

EDIT: It looks like the issue with images comes from using Short URLs. After uploading the image through the Upload File section I get a 404 error but if I add /index.php?title= to the url I can visit the uploaded files. Not sure how to fix this though

So basically my issue is mediawiki thinks the links to my files are /File:filename.png but they're actually at index.php?title=File:filename.png

View original on merv.news