lsferreira42's comments

lsferreira42 | 2 years ago | on: My Love Letter to Rails (and Ruby) – Or, Why RoR Isn't Dead Yet

I actually use buffalo as reference to implement somethings, using the modules buffalo uses instead of using it.

Tried beego some time ago and everything felt out of place, websites not working, unresponsive dev's on github and so on.

Today i'am happy with the standard lib + mux + some otheer libs for other functionalities, it's just more work than rails but this also works!!

lsferreira42 | 2 years ago | on: Write more "useless" software

I do a lot uf useless and experiment software, like these:

https://namechecker.leandrosf.com/ -> Check if your pretended project name is already used in somewhere

https://github.com/lsferreira42/bli -> a brainfuck interpreter that is intended to help you understand brainfuck

https://github.com/lsferreira42/nadb -> a threaded key value store with memory buffering

https://github.com/lsferreira42/hnpes -> a hackernews chrome extension to find previous posts of the url your are browsing

All of them work, but not at all usefull hahahaha

lsferreira42 | 2 years ago | on: Ask HN: Is anyone using PyPy for real work?

I'm building a bot detector api to use with our CDN and using pypy was decided on day one, without pypy the performance is just not there.

Also in my day job we use pypy in all our python deployments, to be fair until now I thought that everybody would develop in python, test in pypy for an easy speed boost and only got back to python if pypy was slower than cpython

page 2