HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bb1234

no profile record

Submissions

Coding Jobs and GPT-4

45 points·by bb1234·3 года назад·55 comments

comments

bb1234
·в прошлом году·discuss
I don't like them either. I find it hard to articulate why I don't like them. I definitely have experienced problems with them where they get into some state where the cell results are incorrect. Then, if I restart the kernel and run the cells again, I get the correct result. But I don't like them for reasons other than this one, and cannot explain why. I prefer the ipython REPL to the notebook.
bb1234
·2 года назад·discuss
Same here. I have the same issue with realtime services. They are either free (and, hence very limited), or over $50 per month. I wish the usage-pricing step function had smaller jumps.
bb1234
·2 года назад·discuss
My websites run on https because how easy Caddy makes it. Caddy made it possible for me. Cannot thank Matt Holt enough for creating Caddy and making it available to all of us.
bb1234
·2 года назад·discuss
That is a good practice for any statistical software you are using. You should validate your R code with Python or Julia.
bb1234
·3 года назад·discuss
Vocal minority might be one of them. But I think that is not the only reason. I think it also because a lot of very useful and performant tools are being written in it. Also, the fact that so many programs are being created likely suggests to newcomers (like me) is that it is not unreasonably difficult to write code in it.
bb1234
·3 года назад·discuss
This has been said many times, but I think it is because of not having AOT compilation as an option. Due to this, not only do we have the "Time to first plot" problem, but apparently the memory used by the process is also large. I love Julia and use it for my data and computational work. But for CLI apps and for web apps I am learning Rust because the start up speed and memory usage for CLI and webapps matters.
bb1234
·3 года назад·discuss
If interested in benchmarks comparing different dataframe implementations, here is one:

https://h2oai.github.io/db-benchmark/