Please check the video downloader. It only downloads the video part and skips the audio part. Also is there a way to subscribe by specifying multi Reddit link??
Please check the video downloader. It only downloads the video part and skips the audio part. Also is there a way to subscribe by specifying multi Reddit link??
This is just basic make changes to file, git add and commit workflow. Other features of git like branching can be leveraged for greater control but are optional. What makes it magical is 3 seperate systems working together with such symphony namely git, Zotero and pandoc. Zotero is citation manager that you can use store scientific articles, papers, thesis etc. and it can produce a bibliography file and pandoc can reference those along with the citations in the make file to create a clean typesetted Word or LaTeX pdf with precise numbering, table of contents, citations and bibliography with correct format without you needing to edit anything.
Markdown and pandoc are like match made in heaven for this. If you didn’t know, Markdown is plain text file, has a simple syntax for formatting (that gets carried over when you use pandoc), supports LaTeX equations and can attach metadata as yaml part on top of the file (gives custom usability when pandoc works on it) and supports citations w/ a bibliography file. And pandoc is document converter between multiple formats and can produce word files, PowerPoints, html file, latex pdfs (book, report, Beamer presentations) etc. You can also provide a template for pandoc to work with and it produces in that format. Not to mention since it’s plain text, you can apply git version control and also use make files to iteratively compile new outputs.
There is also RMarkdown (or it’s newer successor Quartro), which is same markdown pipeline but also can compute codes inside a section and attaches the result to the markdown file and does the whole pandoc thing afterwards. Think of it as like Jupyter Notebook style of literate programming with Markdown. Here’s a demonstration of its capabilities. https://youtu.be/_D-ux3MqGug
Assuming your colleagues can work with git but not LaTeX, you can set up a git repo with just markdown files and collaborate on that and have a makefile or docker container to get the final word or pdf generated. Here’s a good example of an pandoc makefile https://gist.github.com/kristopherjohnson/7466917
In Worst case scenario that they only work with word files, you can generate one from your markdown files and share with them and pull down the changes they sent you on the word document.
P.S. I assume Org-Mode can also substitute Markdown here in the pipeline. But I haven’t committed to it, so I’m not fully sure.
Why can’t they just certify cars based on safety and ban unsafe ones instead of blanket ban the entire segment of them. It certainly helps the adoption of EV among masses.
Day by day, Psycho pass dystopia is becoming real. Getting obliterated by cops who shoot at people for having thoughts outside the box is not stressful at all I swear /s
Axel F by Crazy Frog
Thank you. I’ll check it out.
FOSS CAD softwares. I know FreeCAD exists but it’s very unintuitive compared to the proprietary ones. I am thankful that it exists but it’s a long way apart to become a household name like Blender.
I wish I could start writing one but I don’t have a clear picture of requirements to plan and start writing one. If anyone is expert in this field please link some research papers and guidelines for someone to start fresh.
Port forwarding is related to router forwarding all the traffic it gets on specific port to your computer. Port opening is just enabling to communicate via a new port on your computer.
Both can be done irrespective of each other and sometimes they do happens simultaneously. The router could forward the traffic to a new port that you opened on your computer. But they are not synonymous with each other.
Can you please post the repo of your template for people who are interested?
They are talking about Moment of Inertia. Inertia wrt to rotation changes with how they are positioned in reference to the spinning axis. Think slender bodies are easier to rotate compared to wider bodies with same mass. That’s what they mean when earth slightly flattens out its becoming less slender and more difficult to rotate
Don’t give them ideas
Micheal Jackson and his songs had a massive influence until the child abuse allegations came out. Then I didn’t care about his songs.
Let’s say I have 4 contacts A,B,C&D
A is both a course x mate and committee member for event 1 So tags for A are /batch20xx/course_x/ /event1/OC/
B is senior of course x and also a committee member so tags for B are /batch20xy/course_x/ /event1/OC/
C is a batch mate but on a different course y and also part of committee member and tags are /batch20xx/course_y/ /event1/OC/
D is also a batch mate and course mate but is in PR So their tags are /batch20xx/course_x/ /event1/PR/
I hope this helps.
Oh I’m not aware of this situation.
~Internet Historian~, Mustard, Real Engineering, Wendover Productions, Gigguk (for anime), The Squidd
Edit: Didn’t know about plagiarism problem Internet Historian got into
Check this use case I mentioned here: https://lemmy.world/comment/6114731
Mostly when you have multiple events where you could have made few tags and sub tags to capture the data instead now you have make multiple tags with parent and children as a tag
Can you give more context or an example. Is it like sort of Obsidian graph but the nodes are all contacts or something?
Ty. Pls consider the subscribing via multi Reddit link