HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Rush2112

no profile record

Submissions

[untitled]

1 points·by Rush2112·tahun lalu·0 comments

Ask HN: What new libraries/frameworks are you developing? And in what language?

2 points·by Rush2112·tahun lalu·1 comments

Slidedeck with Pylan examples (Python library for simulating recurring patterns) [pdf]

timokats.xyz
2 points·by Rush2112·tahun lalu·0 comments

[untitled]

1 points·by Rush2112·tahun lalu·0 comments

[untitled]

1 points·by Rush2112·2 tahun yang lalu·0 comments

[untitled]

1 points·by Rush2112·2 tahun yang lalu·0 comments

[untitled]

1 points·by Rush2112·2 tahun yang lalu·0 comments

[untitled]

1 points·by Rush2112·2 tahun yang lalu·0 comments

Convert Markdown files to RSS feed

github.com
76 points·by Rush2112·2 tahun yang lalu·28 comments

comments

Rush2112
·tahun lalu·discuss
Cool project. So I can run: cly run <alias> <parameter> and the parameter will be appended to the alias?
Rush2112
·tahun lalu·discuss
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).
Rush2112
·tahun lalu·discuss
Go program that converts markdown files (e.g. from an obsidian vault) to RSS feed with tags, publication date, etc.

https://github.com/TimoKats/mdrss
Rush2112
·tahun lalu·discuss
ah ok. Thanks!
Rush2112
·tahun lalu·discuss
Hi, great project! Can you add the library pylan? https://pypi.org/project/pylan-lib/
Rush2112
·tahun lalu·discuss
My format: hello@<fullname>.xyz. It's the same domain name as my personal webpage. E.g. [email protected] or [email protected]
Rush2112
·tahun lalu·discuss
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
Rush2112
·2 tahun yang lalu·discuss
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.
Rush2112
·2 tahun yang lalu·discuss
This app reminds me of the marx brothers quote, “Time flies like an arrow, fruit flies like a banana.”
Rush2112
·2 tahun yang lalu·discuss
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' />
Rush2112
·2 tahun yang lalu·discuss
Today I added support for RSS enclosures. So you have full support for podcasts/audio formats.
Rush2112
·2 tahun yang lalu·discuss
Yes! This is exactly what it's meant for.
Rush2112
·2 tahun yang lalu·discuss
It suppports links already. So it’s not a lot of effort to add this. Good idea will look into it!
Rush2112
·2 tahun yang lalu·discuss
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 ;))
Rush2112
·2 tahun yang lalu·discuss
Hi thanks for this comment. I'll look into Atom a bit more for this tool. Heard a lot about it.
Rush2112
·2 tahun yang lalu·discuss
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.
Rush2112
·2 tahun yang lalu·discuss
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!
Rush2112
·2 tahun yang lalu·discuss
[flagged]