Live data from Hacker News

Viewing profile — bb1234

bb1234

HN member
Joined
Wed, Oct 10, 2018, 3:30 AM UTC
HN karma
167
Public activity
35 items

About bb1234

No profile information was provided.

Recent public activity

  1. comment
    Comment #43847703

    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…

  2. comment
    Comment #40946200

    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 j…

  3. comment
    Comment #40519385

    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.

  4. comment
    Comment #39714744

    That is a good practice for any statistical software you are using. You should validate your R code with Python or Julia.

  5. comment
    Comment #37110563

    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 f…

  6. story
    Coding Jobs and GPT-4

    Do you believe that GPT-4 will significantly reduce the demand for coders? If not, why not? I am curious to get your sense of this. I am not a professional coder. I write code for …

  7. comment
    Comment #35484725

    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 apparent…

  8. comment
    Comment #35444022

    If interested in benchmarks comparing different dataframe implementations, here is one: https://h2oai.github.io/db-benchmark/

  9. comment
    Comment #32694235

    > 2. No language server (apparently it's just impossible due to the way the language works). Tbh, I'd be happy with just "Go to definition" but alas, no-can-do! This works on Doom …

  10. comment
    Comment #32685932

    I used Crystal to create a web application a 2-3 years ago. It is running great without any problems. There are not that many users (only about 300-400) at any time. Anyhow, I did …

  11. comment
    Comment #29776894

    That means chew your food thoroughly so that it becomes almost liquid and you “drink” it. Also, don’t gulp your drinks down quickly. Drink slowly, as if you are chewing each sip.

  12. comment
    Comment #29380106

    Yes, Caddy is awesome! About 3-4 years ago it made it super-easy (and possible) for me to serve my websites with `https`. Before that, I was using nginx, and the process of obtaini…

  13. comment
    Comment #28622178

    If you are going to rewrite, you may want to consider Julia. It will give you close to C speed, but will be as high level (or higher level) than Python.

  14. comment
    Comment #28241875

    Thank you.

  15. comment
    Comment #28236250

    For someone who does not know much about NIFs, will it be a lot slower if the Rust service is coded as a command line application and then invoked using System.cmd? Is that a good …

  16. comment
    Comment #27740416

    Greatest Of All Time

  17. comment
    Comment #26580269

    You said "The thing about Julia is that you can code without caring about performance (and the performance will be Python-like)." This is not my experience. Even if you code withou…

  18. comment
    Comment #26498149

    This is a good point. I think products like these have strong network externalities (more the number of people use it, more beneficial they become). For this reason, a new product …

  19. comment
    Comment #25115789

    Do you have an alternative to suggest?

  20. comment
    Comment #24847077

    For me the main selling point is speed. I had coded a simulation in Python which was slow (would have taken days for the whole thing to run). This version did not use Numpy. Then I…

  21. comment
    Comment #24002600

    Any modeling approach can be implemented/used in an incorrect way. The so-called analytical approaches also often make very specific assumptions on functional forms to be able to o…

  22. comment
    Comment #21921448

    Is there a way to fix this?

  23. comment
    Comment #21553210

    If you care about a rich standard library, and static self-contained executables, I would strongly suggest Crystal. I have used both Go and Crystal, and the latter is much more pro…

  24. comment
    Comment #20986225

    I would second this. I moved from Go to Crystal. Crystal has been great to work with. Due to a rich standard library, the absence or fewness of third-party libraries may not be muc…

  25. story