Show HN: Orange Forum – Web 1.0 style forum written in Go
11–20 of 178 posts
Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#12Interesting.. Looks sleek.. DLang forum [1] is similarly lightweight and it runs as a newsgroup, IIRC. Source code at [2] and previous discussions on HN [3] [1] http://forum.dlang.org/ [2] https://github.com/CyberShadow/DFeed [3] https://news.ycombinator.com/item?id=3592769
Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#13The way you create cookies is also insecure, you should be using crypto/rand instead of math/rand AND rather hex.EncodeToString() the result instead of just generating random numbers in the alphanumeric range.
Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#14I'd recommend you to use Argon2 instead of bcrypt for storing password. It has won the Password Hashing Competition last year and is the recommended way to store passwords. Bcrypt is not bad but it could be used with insecure parameters while Argon2 does not have insecure parameters. The way you create cookies is also insecure, you should be using crypto/rand instead of math/rand AND rather hex.EncodeToString() the r…
Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#15Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#16Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#17Interesting.. Looks sleek.. DLang forum [1] is similarly lightweight and it runs as a newsgroup, IIRC. Source code at [2] and previous discussions on HN [3] [1] http://forum.dlang.org/ [2] https://github.com/CyberShadow/DFeed [3] https://news.ycombinator.com/item?id=3592769
Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#18The newer ones led by Discourse, Nodebb and Flarum have completely gone in another direction in reinventing how discussion forums should be and perhaps gone too far. They feel strangely 'rootless' and completely lack the 'community feel' of user forums.
This looks promising for something fast, lightweight and easy to deploy.
Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#19Re: Show HN: Orange Forum – Web 1.0 style forum written in Go
#20Interesting.. Looks sleek.. DLang forum [1] is similarly lightweight and it runs as a newsgroup, IIRC. Source code at [2] and previous discussions on HN [3] [1] http://forum.dlang.org/ [2] https://github.com/CyberShadow/DFeed [3] https://news.ycombinator.com/item?id=3592769