HackerTrans
トップ新着トレンドコメント過去質問紹介求人

fieu

no profile record

投稿

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

github.com
1 ポイント·投稿者 fieu·2 年前·0 コメント

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

github.com
1 ポイント·投稿者 fieu·3 年前·0 コメント

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

1 ポイント·投稿者 fieu·5 年前·0 コメント

コメント

fieu
·6 か月前·議論
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
·昨年·議論
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
·昨年·議論
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 年前·議論
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 年前·議論
Thank you for everything you’ve done spf13. I wish you the best of luck on your next venture!
fieu
·5 年前·議論
Here is an aggregator site I found a while back. Very useful.

https://icones.netlify.app/
fieu
·5 年前·議論
Never thought of that. Good idea
fieu
·5 年前·議論
Posted 1 year ago: https://news.ycombinator.com/item?id=23419101
fieu
·5 年前·議論
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 年前·議論
Didn't realize it says "inspired by modern web development". Nevermind.
fieu
·5 年前·議論
From what I can see textual is purely for the terminal. Nothing involving HTTP.