Cool project. So I can run: cly run <alias> <parameter> and the parameter will be appended to the alias?
HN user
Rush2112
Not following all requirements, but you could also just have an RSS feed generated from markdown files you have locally and publish that (using a tool like mdrss).
Go program that converts markdown files (e.g. from an obsidian vault) to RSS feed with tags, publication date, etc.
ah ok. Thanks!
Hi, great project! Can you add the library pylan? https://pypi.org/project/pylan-lib/
My format: hello@<fullname>.xyz. It's the same domain name as my personal webpage. E.g. hello@johndoe.xyz or hello@janedoe.me
I made a Python library that can be used to simulate the combined effect of financial patterns (e.g. salary, inflation, investment gains, etc) over time so you can plan your finances better. It's currently on my GitHub and I'm looking for new things to add to it :) https://github.com/TimoKats/pylan
Custom Github action written in Ruby. Checks if version is upgraded when updating the repository. Prevents creating a new release with an outdated version in the code somewhere.
This app reminds me of the marx brothers quote, “Time flies like an arrow, fruit flies like a banana.”
Hey thanks for your comment. Today I actually added support for this. If you make a markdown link to an audio file it will create an RSS enclosure. Including the file length (if it can be retrieved from header information).
[audio/mpeg](http://example.mp3)
<enclosure url='http://example.mp3' type='audio/mpeg' length='2273741' />
Today I added support for RSS enclosures. So you have full support for podcasts/audio formats.
Yes! This is exactly what it's meant for.
It suppports links already. So it’s not a lot of effort to add this. Good idea will look into it!
I can answer that first question: For my personal website I wanted to add some updates for different things. But making an entire webpage seemed a bit much and inconvenient for those that wanted keep up to date. So this solution is just less effort (if you subtract the time taken to create an application for it ;))
Hi thanks for this comment. I'll look into Atom a bit more for this tool. Heard a lot about it.
I hope I understand the question correctly. The markdown files are assumed to be in the same folder. The RSS file can be wherever. This is all handled using a configuration file.
It still says this in the README yes. But unordered lists should work. I'm still adding things. My view of RSS is somewhat biased because I use newsboat as my RSS reader, which is text only. Feel free to share ideas!
Hi everyone, here you can find a demo/article of a small web-app I made that finds the consensus of large sets of text/comments. Thanks!
This is a nice article that explains an alternative to regex which is far more readable, scalable and beginner-friendly.
For those that want a more readable and scalable alternative to regular expressions.
Hello there my bots and buddys. Last weekend (as a personal project to learn myself Ruby) I created a tool that uses AI generated text for brainstorming/mindmapping purposes.
In short, it's a pretty cool project that might be fun to contribute to/fork as a side project. So if anyone is interested, feel free to go to the GitHub page. Thx!
Pretty handy tutorial for DataPalette users.