Updating github links to new gitea instance
This commit is contained in:
parent
016d9a5d5a
commit
29f4862888
5 changed files with 5 additions and 7 deletions
|
|
@ -14,7 +14,7 @@ draft: false
|
|||
- 🛜 Added an RSS feed for the blog. I've made my full posts available via RSS so you can consume them however you please.
|
||||
- 💏 Made some significant progress towards our plans for moving house, and life in general!
|
||||
- 🎁 Found some awesome little bits of tech and my wife kindly agreed to get them for my birthday next month, they will absolutely be showing up on the blog some time after that.
|
||||
- 🧑💻 Wrote a script that can take a video with subtitles and a string of text, and return the gif of the clip. I wrote a [blog post about it](/blog/video-to-gif-converter/), and it's on [GitHub](https://github.com/unbolt/VidToSubGif).
|
||||
- 🧑💻 Wrote a script that can take a video with subtitles and a string of text, and return the gif of the clip. I wrote a [blog post about it](/blog/video-to-gif-converter/), and it's [available here.](https://git.bkr.im/ritual/vid-to-gif-with-subs).
|
||||
|
||||
## Links I Found Interesting
|
||||
|
||||
|
|
|
|||
|
|
@ -114,8 +114,6 @@ Twelve years to build it. Five years to watch it end. The last three were almost
|
|||
|
||||
This is the hardest and longest I have thought about anything in a long time. I was an avid StackOverflow user 10~ years ago, and the graph showing up on Hacker News showing the current state absolutely blew my mind and inspired me to dig a bit deeper.
|
||||
|
||||
The CSV data for this post can be found on my [GitHub](https://github.com/unbolt/ritual.sh/tree/main/content/blog/the-downfall-of-stackoverflow).
|
||||
|
||||
I hope you found this interesting. Please get in touch if you have any further insights.
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ I looked around for a simpler plugin that just did what I needed and couldn't fi
|
|||
|
||||
### Two Plugins
|
||||
|
||||
Both plugins are available on GitHub at [unbolt/tiled-plugins](https://github.com/unbolt/tiled-plugins). They use Tiled's built-in JavaScript scripting API and show up as tools in the toolbar once installed.
|
||||
Both plugins are available on Forgejo at [ritual/tiled-plugins](https://git.bkr.im/ritual/tiled-plugins). They use Tiled's built-in JavaScript scripting API and show up as tools in the toolbar once installed.
|
||||
|
||||
{{< img src="ui_buttons.png" alt="The two plugin tools in the Tiled toolbar" >}}
|
||||
|
||||
|
|
@ -47,4 +47,4 @@ The object placer works the same way but targets object layers instead of tile l
|
|||
|
||||
</div>
|
||||
|
||||
Both tools have made populating maps dramatically faster. Dropping in a scattering of rocks and plants that would have taken tedious manual placement now takes a few seconds. If you're using Tiled and want something similar, the plugins are on [GitHub](https://github.com/unbolt/tiled-plugins) — installation is just copying the `.js` files to your Tiled plugins directory.
|
||||
Both tools have made populating maps dramatically faster. Dropping in a scattering of rocks and plants that would have taken tedious manual placement now takes a few seconds. If you're using Tiled and want something similar, the plugins are on [Forgejo](https://git.bkr.im/ritual/tiled-plugins) — installation is just copying the `.js` files to your Tiled plugins directory.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ A passing comment resulted in me falling down a bit of a rabbit hole recently. I
|
|||
|
||||
Fast forward two days and I had hacked together a script that would accept a legally back up video file and a string, and clip you the GIF. There are, of course, caveats to that… It only works on standard subtitles, not the fancy graphical ones that would require the addition of an OCR to extract[^1] - though most of the other issues I have worked through and got something as close to complete as I’m prepared to make it.
|
||||
|
||||
You can find the source on [GitHub](https://github.com/unbolt/VidToSubGif).
|
||||
You can find the source on [Forgejo](https://git.bkr.im/ritual/vid-to-gif-with-subs).
|
||||
|
||||
## How it works
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
•
|
||||
|
||||
<a href="https://github.com/unbolt/ritual.sh/" target="_blank">
|
||||
<a href="https://git.bkr.im/ritual/ritual.sh" target="_blank">
|
||||
Open Source
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue