• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 6th, 2023

help-circle


  • sub_o@beehaw.orgtoOpen Source@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago

    Nope, (very often) it’s more like a community service, a passion project, a group project. The main thing is the source is open. Sometimes it’s not funded, sometimes there’s government funding, sometimes there’s patreon, sometimes there’s special commercial license but free for personal use, etc.

    It’s just the source that’s open.

    Crunch time at game development, that’s probably akin to slave labor.

    Edit: Yeah, what’s the terms and agreements about the AI stuff on Github? It’s still less of a slave labor, but more like straight up stealing / plagiarizing other people’s stuff. I say it’s still less of a indentured servitude, mainly because devs can just move their repository to say Gitlab. It’s still shitty that it’s being used for AI stuff (I need to start committing awful buggy code, or just straight up uploading recipes but written under .js format)


  • it’s a library / command line software to download youtube videos.

    There’s more information here

    Basically install the tool, and run yt-dlp [put your youtube links here without the bracket] to download the video. I haven’t directly used the official command line for years though, so you might want to read the documentations.

    And that’s because, I wrote my own terminal-ui using their python API, for personal usage and requirements (you need to know at least some python or knowledge using the terminal to use it)




  • I’ve been using it for a week, and I’ve also been using Obsidian for a couple of months.

    It’s quite different from Obsidian.

    Obsidian:

    • is great in writing notes / markdown, very text heavy
    • there are dataview that could tie relations between notes, but it’s not user friendly to set it up. Also table creation is still not user friendly.
    • has great community plugin support
    • very keyboard friendly

    Anytype:

    • is great in creating relations between objects, you define objects and relations all the time, e.g. Movie object has a Director relation that ties to a Director object, etc.
    • it’s good for drag & drop / mouse heavy interactions, the keyboard navigation is still clunky (hard to select some sections just by using keyboard)
    • no community plugins

    I use Obsidian to write my language grammar notes, it’s very fast, and I could do most stuff on keyboard without switching to mouse.

    I use Anytype to setup kanban boards, information of my video games backlog, I use it for planning tasks that I wanna do later, set the status to in-progress, and watch it show up on the dashboard. It’s very linkage heavy.

    Anytype is probably more of a replacement of Notion, instead of Obsidian, albeit it’s still in alpha, thus it doesn’t have enough features to go against Notion yet. But I am enjoying it thoroughly, the UI is clean and not bloated, although it requires you to define Objects and Relations if you want to fully utilize it.