

This page has info on parts and upgrades
I waddled onto the beach and stole found a computer to use.
🍁⚕️ 💽
Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)


This page has info on parts and upgrades


This might actually work? I imagine getting up to altitude is the most difficult and energy intensive step since the engines are operating at a higher power and the air is thicker.
Even if that’s only 10% or 15% of the overall energy usage, being able to drop the battery and have it return to the airport on its own for reuse could be a cool concept. You could also optimize that particular battery for take off & climbing, and have the main battery for cruising.
It just needs to be able to pilot itself back to a landing / catching structure 😄


Yeah I guess there should be rudimentary markdown to LaTeX translation programs, right?
I haven’t tried any, but I would think so yes. You can probably run a script over the files to accomplish the same thing :)


If it helps, a number of courses at my university used open source git based textbooks. For example, you can replicate this Statistics textbook using any static site generator designed for documentation: https://moderndive.com/ (https://github.com/moderndive/ModernDive_book/)
We use vitepress for our docs: https://fedecan.ca/en/guide/get-started
Or you can get even simpler by using plain markdown files organized into folders.
In my opinion, it’s better to start off simple while writing the content since then you can pick a tool based on what type of formatting you end up needing


LaTeX has been around for a lot longer, and Typst is one of the projects looking to replace it
Typst is a lot more intuitive and easier to use, but it might be missing some packages and tools that were designed for LaTeX.
For your purposes, I think it would work just fine
Is there a robust test suite?
Merge, test, merge, test, patch, merge, test
Oh good point 🤦
So maybe instead, we can clear all local + remote branches and tags, create a blank branch, delete main, rename the blank branch to main, then delete .git
Although the OP says that we can merge anything, and we might not have access to mess with branches
Goodbye fedecan.ca
I’m not sure about the git history wipe, I can’t test it myself right now
rm -rf *
git add -A
git commit -m "oops."
rm -rf .git
git init
git add .
git commit -m "bye."
git push origin main --force
!misleadingthumbnails@lemmy.ca
On that note, I should replace the AI generated community icon.
edit: Done, the icon is now the sushi bird. It works on two levels, since it also looks like a thumb nail 😄
Welcome!
For the rules, could you use different formatting? A lot of users use mobile apps, and some of them don’t format markdown the way Lemmy does. The spoiler tag in particular doesn’t get rendered in a lot of them.
For example, this is what I see in Boost:

Perhaps you can do something like
## Rules
1: 😇 Be Nice!
- Treat others with respect and dignity. Friendly banter is okay, as long as it is mutual; keyword: **friendly**
2: 👶 Keep it at PG
Which will format like this
1: 😇 Be Nice!
2: 👶 Keep it at PG
You could also shorten some of them to make it more likely that people will read them. For example, moving this to the bottom of the rules section, or taking it out entirely:
Repeat offenders will have their posts removed, be temporarily banned from posting, or if all else fails, be permanantly banned from posting.
I also liked the old sidebar’s guidance on “complete stories” because it sums up what this community is intended for and differentiates it from “comics” and “memes”. I don’t know if it needs to be stated explicitly, but you could potentially include it right at the top with the description line.
I’m also happy to help out if the moderation load gets too much to handle. Feel free to add my LW account if at any point the team could use more hands: https://lemmy.world/u/otter


There is deepwiki, which can give you a similar overview. You will need to do the subsequent animations yourself afterwards


We are not running Anubis, although we do block a large number of AI/LLM companies through IP addresses. Each time we block a new one, it makes a noticeable difference in the performance graphs.


https://lemmy.nz/ and https://quokk.au/ are running Anubis, and so those admins may be able to offer insight :)


Weird, it loads instantly for me. Maybe you have some settings that are blocking the page?


It was a full replacement for me, but I was only using it for personal use.
If you need a unique and specific package, you might have trouble finding it since the LaTeX ecosystem has been around for decades longer. The other drawback would be collaboration and interacting with journals, where the people that grew up with LaTeX might be resistant to changing to something new. I’m not personally in the research side now, so I can’t comment on it much further. I would assume that adoption also varies by the field of research.


I switched from LaTeX to Typst this year, and while I didn’t do it for this reason, it’s a nice side benefit
I haven’t seen that yet