this post was submitted on 12 Jun 2023
191 points (100.0% liked)
Canada
7185 readers
468 users here now
What's going on Canada?
Communities
🍁 Meta
🗺️ Provinces / Territories
- Alberta
- British Columbia
- Manitoba
- New Brunswick
- Newfoundland and Labrador
- Northwest Territories
- Nova Scotia
- Nunavut
- Ontario
- Prince Edward Island
- Quebec
- Saskatchewan
- Yukon
🏙️ Cities / Local Communities
- Calgary (AB)
- Edmonton (AB)
- Greater Sudbury (ON)
- Halifax (NS)
- Hamilton (ON)
- Kootenays (BC)
- London (ON)
- Mississauga (ON)
- Montreal (QC)
- Nanaimo (BC)
- Oceanside (BC)
- Ottawa (ON)
- Port Alberni (BC)
- Regina (SK)
- Saskatoon (SK)
- Thunder Bay (ON)
- Toronto (ON)
- Vancouver (BC)
- Vancouver Island (BC)
- Victoria (BC)
- Waterloo (ON)
- Winnipeg (MB)
🏒 Sports
Hockey
- List of All Teams: Post on /c/hockey
- General Community: /c/Hockey
- Calgary Flames
- Edmonton Oilers
- Montréal Canadiens
- Ottawa Senators
- Toronto Maple Leafs
- Vancouver Canucks
- Winnipeg Jets
Football (NFL)
- List of All Teams:
unknown
Football (CFL)
- List of All Teams:
unknown
Baseball
- List of All Teams:
unknown
- Toronto Blue Jays
Basketball
- List of All Teams:
unknown
- Toronto Raptors
Soccer
- List of All Teams:
unknown
- General Community: /c/CanadaSoccer
- Toronto FC
💻 Universities
💵 Finance / Shopping
- Personal Finance Canada
- BAPCSalesCanada
- Canadian Investor
- Buy Canadian
- Quebec Finance
- Churning Canada
🗣️ Politics
- Canada Politics
- General:
- By Province:
🍁 Social and Culture
Rules
Reminder that the rules for lemmy.ca also apply here. See the sidebar on the homepage:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It might require a significant amount of work to transition from the Apollo API to Lemmy. yesterday, I peeked at the Lemmy and Reddit APIs out of curiosity and they aren't exactly similarity. So, there are two potential paths forward for the developer: either build a translation layer to preserve their existing code base, or undertake a complete re-engineering of there code base.
There's also the challenge of identifying functional Lemmy instances, which brings us to a complex issue that was raised on Rust reddit thread about possible using Lemmy https://www.reddit.com/r/rust/comments/14921t7/alternative_rust_discussion_venues/. Where some concerning information regarding the lemmy dev was brought up.
This Mastodon post (https://mstdn.social/@feditips/106835057054633379) seems to imply some socio-political implications. Although I can't fully understand the context, it appears to be related to concerns about human rights oppression associated with Lemmy's developers (https://www.reddit.com/r/RedditAlternatives/comments/143o5xd/reconsidering_my_support_for_lemmy/
This issue is apparently severe enough that Fedi.Tips, decided to withdraw there support for Lemmy. The developers have seemingly not addressed these concerns since they were raised.
So ya, Lemmy isn't exactly a squeaky clean project currently
So lets just not register on the instances they run?
I'm working on a Lemmy app now, and I will say the documentation is pretty rough - I've had to do a lot of reading through source code. The data types are well defined, but there's no explanation - you kind of just get the name of the route, and if you're lucky a short sentence about it.
I've worked with much worse, but it's an entirely different experience than working with the Reddit API