Earlier quoted context omitted.
This reads like parody! In a sane world (and I believe the HN community rules are fairly sane) we should be upvoting things that are interesting , or insightful , or informative , or otherwise tickle our curiosity . Not just because we agree with them! After all, who cares that I agree with something? Everyone has an opinion on everything, opinions in themselves are cheap and uninteresting.
It's not interesting or insightful to take potshots at a project because it's hosted on GitHub.
Bashblog – a single bash script to create blogs
31–40 of 93 posts
Re: Bashblog – a single bash script to create blogs
#32Earlier quoted context omitted.
I use Python for that, since I know it will always be on my machine. Is this what you have in mind?
Yeah but i have Python PTSD from all this Python 2 vs. 3 shit :D
Re: Bashblog – a single bash script to create blogs
#33Earlier quoted context omitted.
I use Python for that, since I know it will always be on my machine. Is this what you have in mind?
Yeah but i have Python PTSD from all this Python 2 vs. 3 shit :D
Re: Bashblog – a single bash script to create blogs
#34Re: Bashblog – a single bash script to create blogs
#35Glorious. I used a similar system back in the day, nanoblogger: https://nanoblogger.sourceforge.net/
I still have fond memories of the open source community’s warm welcome and amazing contributions to the project.
Re: Bashblog – a single bash script to create blogs
#36Earlier quoted context omitted.
Awful old Bash. I hate it. Seriously I don't know why you'd do this in Bash. Crazy choice.
Known system dependency that's (almost) always on the system you're on. I remember somebody once telling me that they had learned vi because "it was always installed". Well, no, technically, the only editor you can be sure is there is ed. So, you know, learn that. I was surprised that they actually did. Bash is syntactically not perfect, I agree. However it's a well known, mature, stable environment. LLMs can write i…
Re: Bashblog – a single bash script to create blogs
#37This is a good example of a program I would like to use if it was distributed in the standard repo of my OS, rather than totally unvetted on the Microsoft Github page of a random developer. PS: I don't know why HN allows downvoting seeing how it is always so abused. Nothing I wrote here is factually false, and what remains is just my personal opinion as a principled user of FOSS. A bit of tolerance for others' viewpo…
for what we need downvoting and upvoting? I thought: - upvote if you like/agree - downvote if you dont like/disagree Am I wrong?
"Users should vote and comment when they run across something they personally find interesting—not for promotion."
https://news.ycombinator.com/newsguidelines.html#:~:text=Use...
Re: Bashblog – a single bash script to create blogs
#38Earlier quoted context omitted.
Package management in the distro is also how FOSS works?
Things that end up in curated package repositories like those of the various significant distros, have usually spent time growing on the random developer's own page (most common in the past) or said random developer's account on a forge like github (most common in more modern times). Standard repos might be were many discover things, but those things don't normally get there until they've build a following, so the ra…
Re: Bashblog – a single bash script to create blogs
#39Earlier quoted context omitted.
Awful old Bash. I hate it. Seriously I don't know why you'd do this in Bash. Crazy choice.
Known system dependency that's (almost) always on the system you're on. I remember somebody once telling me that they had learned vi because "it was always installed". Well, no, technically, the only editor you can be sure is there is ed. So, you know, learn that. I was surprised that they actually did. Bash is syntactically not perfect, I agree. However it's a well known, mature, stable environment. LLMs can write i…
Then you wonder why it doesn’t work in your other environment. Then you find that GNU vs BSD sed have different syntax.
Better to start with Python once you’re doing more than coordinating well known other tools.
Re: Bashblog – a single bash script to create blogs
#40This is a good example of a program I would like to use if it was distributed in the standard repo of my OS, rather than totally unvetted on the Microsoft Github page of a random developer. PS: I don't know why HN allows downvoting seeing how it is always so abused. Nothing I wrote here is factually false, and what remains is just my personal opinion as a principled user of FOSS. A bit of tolerance for others' viewpo…
So why are you waiting? Be the change you seek. Simply become a maintainer of a distro, and publish the package there. Repeat for all the major distros.