Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Rush2112
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
Rush2112
1y ago
Cool project. So I can run: cly run <alias> <parameter> and the parameter will be appended to the alias?
2.
▲
by
Rush2112
1y ago
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).
3.
▲
by
Rush2112
1y ago
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
4.
▲
by
Rush2112
2y ago
ah ok. Thanks!
5.
▲
by
Rush2112
2y ago
Hi, great project! Can you add the library pylan? https://pypi.org/project/pylan-lib/
6.
▲
by
Rush2112
2y ago
My format: hello@<fullname>.xyz. It's the same domain name as my personal webpage. E.g. hello@johndoe.xyz or hello@janedoe.me
7.
▲
Ask HN: What new libraries/frameworks are you developing? And in what language?
2 points
by
Rush2112
2y ago
|
1 comments
8.
▲
Slidedeck with Pylan examples (Python library for simulating recurring patterns) [pdf]
(timokats.xyz)
2 points
by
Rush2112
2y ago
|
0 comments
9.
▲
by
Rush2112
2y ago
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 loo
10.
▲
by
Rush2112
2y ago
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.
11.
▲
by
Rush2112
2y ago
This app reminds me of the marx brothers quote, “Time flies like an arrow, fruit flies like a banana.”
12.
▲
by
Rush2112
2y ago
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
13.
▲
by
Rush2112
2y ago
Today I added support for RSS enclosures. So you have full support for podcasts/audio formats.
14.
▲
by
Rush2112
2y ago
Yes! This is exactly what it's meant for.
15.
▲
by
Rush2112
2y ago
It suppports links already. So it’s not a lot of effort to add this. Good idea will look into it!
16.
▲
by
Rush2112
2y ago
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 les
17.
▲
by
Rush2112
2y ago
Hi thanks for this comment. I'll look into Atom a bit more for this tool. Heard a lot about it.
18.
▲
by
Rush2112
2y ago
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.
19.
▲
by
Rush2112
2y ago
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!
20.
▲
Convert Markdown files to RSS feed
(github.com)
76 points
by
Rush2112
2y ago
|
28 comments
21.
▲
by
Rush2112
3y ago
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!
22.
▲
by
Rush2112
3y ago
This is a nice article that explains an alternative to regex which is far more readable, scalable and beginner-friendly.
23.
▲
by
Rush2112
3y ago
For those that want a more readable and scalable alternative to regular expressions.
24.
▲
Inspyr
(github.com)
29 points
by
Rush2112
4y ago
|
3 comments
25.
▲
by
Rush2112
4y ago
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
26.
▲
Cool Golang library that finally makes fractions a datatype in programming
(github.com)
1 points
by
Rush2112
4y ago
|
12 comments
27.
▲
by
Rush2112
5y ago
Pretty handy tutorial for DataPalette users.