HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fieu

no profile record

Submissions

Show HN: Write-only command-line Discord webhook integration written in Bash

github.com
1 points·by fieu·2 года назад·0 comments

Discord.sh – Write-only command-line Discord webhook integration written in Bash

github.com
1 points·by fieu·3 года назад·0 comments

Ask HN: What is a snippet/small lib of C code that you include on every project?

1 points·by fieu·5 лет назад·0 comments

comments

fieu
·6 месяцев назад·discuss
Ermine: https://www.magicermine.com/

It works surprisingly well but their pricing is hidden and last time I contacted them as a student it was upwards of $350/year
fieu
·в прошлом году·discuss
Thank you for using the project!

On the concern of it would be harder to setup, I think it would be easier in fact, you would simply curl the Go or C statically generated binary to your path and would alleviate the need for jq or curl to be installed alongside.

I think the reason I haven’t made the switch yet is I like Bash (even though my script is getting pretty big), and in a way it’s a testament to what’s possible in the language. Projects like https://github.com/acmesh-official/acme.sh really show the power of Bash.

That and I think the project would need a name change, and discord.sh as a name gets the point across better than anything I can think of.
fieu
·в прошлом году·discuss
I have exactly the same issue. I maintain a project called discord.sh which sends Discord webhooks via pure Bash (and a little bit of jq and curl). At some point I might switch over to Go or C.

https://github.com/fieu/discord.sh
fieu
·2 года назад·discuss
I wonder if I could use this on my project which uses multiple glue functions to piece together JSON strings. https://github.com/fieu/discord.sh
fieu
·4 года назад·discuss
Thank you for everything you’ve done spf13. I wish you the best of luck on your next venture!
fieu
·5 лет назад·discuss
Here is an aggregator site I found a while back. Very useful.

https://icones.netlify.app/
fieu
·5 лет назад·discuss
Never thought of that. Good idea
fieu
·5 лет назад·discuss
Posted 1 year ago: https://news.ycombinator.com/item?id=23419101
fieu
·5 лет назад·discuss
Similar to that tool but more than a simulation, you can use `act` to run GitHub Actions locally. Great for testing before deploying.

https://github.com/nektos/act
fieu
·5 лет назад·discuss
Didn't realize it says "inspired by modern web development". Nevermind.
fieu
·5 лет назад·discuss
From what I can see textual is purely for the terminal. Nothing involving HTTP.