GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Simon Repp (freebliss@post.lurk.org)'s status on Wednesday, 29-Jan-2025 02:22:48 JST Simon Repp Simon Repp

    Fashionably late, here's my second¹ big announcement for 2025:

    Did you see the «Hyper 8 Video System» (https://simonrepp.com/hyper8), a static site generator for *video* that I beta-released last May?

    Last summer I applied for a https://netidee.at grant - an open source funding programme by the austrian Internet Foundation - to ensure further #hyper8 development, and to my great delight, the application was accepted!

    Hence, all throughout 2025 I'll be able to work part-time on turning Hyper 8 from a pretty solid beta into a full-featured production tool!

    The plan in a nutshell: Initially I'll work on critical features like subtitle support, RSS/Podcast integration, video embedding and built-in FTP deployment, midway I'll put additional focus on layout, accessibility and design, and in the grand finale Hyper 8 will be published as a proper desktop application – emphasis though that *right now* you can already use the Hyper 8 graphical user interface! The desktop application is just the missing glue to make this easier to access for everyone.

    I'll provide regular updates here on the fediverse, via newsletter (https://simonrepp.com/newsletter/) and I'll occasionally blog about this in german at https://www.netidee.at/hyper-8-video-system too.

    A thousand thanks to netidee for making this possible! <3

    ¹ The first was: https://post.lurk.org/@freebliss/113804889509469187

    In conversation about 4 months ago from post.lurk.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Newsletter
      Newsletter: Faircamp, Hyper 8, etc.

    2. https://post.lurk.org/system/media_attachments/files/113/907/082/427/513/203/original/b490cedd65d563bf.png
    3. Domain not in remote thumbnail source whitelist: simonrepp.com
      Hyper 8 Video System
      Hyper 8 Video System
    4. Domain not in remote thumbnail source whitelist: www.netidee.at
      netidee
      Österreichs große Internet-Förderaktion mit einer Gesamtfördersumme von 1 Million Euro pro Jahr.
    5. Domain not in remote thumbnail source whitelist: www.netidee.at
      Hyper 8 Video System | netidee
    6. Domain not in remote thumbnail source whitelist: post.lurk.org
      Simon Repp (@freebliss@post.lurk.org)
      from Simon Repp
      Attached: 1 image I have two big announcements for 2025 - today's is all about #faircamp! The response to the 1.0 release annoucement was incredible, way beyond what I had imagined, and I'm still glowing with excitement. (⌒‿⌒) Given this amazing response - for which I would like to say a huge thank you to all of you! - the @nlnet@nlnet.nl foundation has extended my current @NGIZero@mastodon.xyz grant, meaning that there will be more big developments following in the wake of 1.0! To name two of them already: Podcast support and track-level metadata (such as lyrics, transcripts, cover art) are coming in the next months! \o/ And now, to add some icing to the cake, 2025's first Faircamp release – 1.1! Introducing opt-in Open Graph metadata (with support from @berdandy@mstdn.games), M3U playlists for artists, catalog-wide and artist-level tag rewrite options (thanks @mahlon@tilde.zone for facilitating this), process exit codes for failure/success (thanks @audiodude@sfba.social for the suggestion), multiple essential fixes and improvements (thanks to contributions from @sunny@gotosocial.sny.sh and reports by @axwax@chaos.social and @samae@bidule.menf.in), as well as the introduction of japanese translations (ありがとう @dev@post.naskya.net!) and updates to french, swedish and norwegian (thank you Élie, Filip and Matias!). 1.1 waits for you at https://simonrepp.com/faircamp/ And that is all ... until I'm back with the second big announcement in a few days. ( ^◡^)
    • Embed this notice
      Jan Wildeboer 😷:krulorange: (jwildeboer@social.wildeboer.net)'s status on Wednesday, 29-Jan-2025 02:39:01 JST Jan Wildeboer 😷:krulorange: Jan Wildeboer 😷:krulorange:
      in reply to

      @freebliss Very interesting! Will give it a spin! One thing I didn't immediately see in the docs and on the site is how the deployment step works. I guess it creates the complete site in the build directory that I can then just upload to my web server? Or do I need to config domain name, path etc?

      In conversation about 4 months ago permalink
    • Embed this notice
      Jan Wildeboer 😷:krulorange: (jwildeboer@social.wildeboer.net)'s status on Wednesday, 29-Jan-2025 02:51:07 JST Jan Wildeboer 😷:krulorange: Jan Wildeboer 😷:krulorange:
      in reply to

      @freebliss I'll be happy if it stops after building the output directory (which will be git repo, which can push, which then kicks of CI/CD with Forgejo actions to deploy to my web server ;) Next step: run hyper8 --build-only as a container so I can just commit the "source" directory the way I do with my Jekyll sites :)

      In conversation about 4 months ago permalink
    • Embed this notice
      Simon Repp (freebliss@post.lurk.org)'s status on Wednesday, 29-Jan-2025 02:51:10 JST Simon Repp Simon Repp
      in reply to
      • Jan Wildeboer 😷:krulorange:

      @jwildeboer Awesome, and thanks for sharing! It's exactly as you describe - build directory contains the complete website and can be uploaded by any means. The built-in deployment works via rsync (and it generally works) but wrapping rsync through GUIs is always a bit of an adventure haha, so that area will eventually need some serious technical redesign of some sort. :)

      In conversation about 4 months ago permalink
    • Embed this notice
      Jan Wildeboer 😷:krulorange: (jwildeboer@social.wildeboer.net)'s status on Wednesday, 29-Jan-2025 03:05:06 JST Jan Wildeboer 😷:krulorange: Jan Wildeboer 😷:krulorange:
      in reply to

      @freebliss Cool! I will try it to see some more details (like does it use relative links etc). No need to explain it all to me here and now, testing and trying is always my preferred approach. If I find something that needs more explanation, I'll open an issue over at codeberg :) Again, thanks for your hard work on this very interesting project!

      In conversation about 4 months ago permalink
    • Embed this notice
      Simon Repp (freebliss@post.lurk.org)'s status on Wednesday, 29-Jan-2025 03:05:08 JST Simon Repp Simon Repp
      in reply to
      • Jan Wildeboer 😷:krulorange:

      @jwildeboer That it does ("--build - Directly builds the site without starting the editor"), deployment needs a separate, explicit flag. :)

      In conversation about 4 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.