this post was submitted on 31 Dec 2023
51 points (84.9% liked)

Videos

14080 readers
178 users here now

For sharing interesting videos from around the Web!

Rules

  1. Videos only
  2. Follow the global Mastodon.World rules and the Lemmy.World TOS while posting and commenting.
  3. Link directly to the video source and not for example an embedded video in an article.
  4. Don't be a jerk
  5. No advertising
  6. Avoid clickbait titles. (Tip: Use dearrow)

founded 1 year ago
MODERATORS
 

If you're a fruit tree owner, you may be unknowingly causing harm to your trees without even realizing it. In this video, my friend Daniel, an expert in tree trimming, stops by the farm to evaluate my trees and share some essential tips on how to take proper care of your fruit trees.

Time Stamps:

  • 0:00 Fruit trees are a large investment
  • 1:18 Evaluating a small Honeycrisp apple tree
  • 12:16 Evaluating a medium sized Plum tree
  • 20:06 Evaluating a large sized Peach tree
  • 22:43 Staking a fruit tree
  • 31:20 Lion tailing a fruit tree
  • 33:07 Wait, am I feeding toxic food to my goats?
  • 34:21 Where to find out more
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 8 months ago* (last edited 8 months ago) (2 children)

I am not "currently" interested in the video since I sadly don't have a garden, but the way you structure your post is deeply appreciated. All the needed information is their and more.

[–] [email protected] 4 points 8 months ago (1 children)

Fwiw, everything they posted was from the details left under the video by the creator.

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago)

Yes, I know this but he didn't only include the video title and posted it. He add a hook to attract attention ,the length of the video , the date it was uploaded and the channel name. In the description, he removed quite a lot of gunk.

This actually sent me into a rabbit hole.

I spent the last several hours making a script that when given a youtube link format it the same way as he does. I made it in js, python and bash ( well, bing did the writing, I didn't want to spend too much time on this but it in the end, it took me several hours because I wanted to share the link from an online IDE but js module loading is wack).

I then wanted to use llm to summerise the description and it turns out that thanks to tranfomers.js, it's actually quite easy to implement 100% local summerization/ video Q&A. I used the smallest model (t5-small) to test and it didn't give good results, but I know for a fact that bigger models are way better at this.

Tldr; I wasted a good portion of new years eve because I got impressed by a post formatting style and tried to replicate it programmatically.