Viewing profile — bb1234
bb1234
HN member- Joined
- Wed, Oct 10, 2018, 3:30 AM UTC
- HN karma
- 167
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About bb1234
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
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.
-
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…
-
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 …
-
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…
-
comment
Comment #35444022
If interested in benchmarks comparing different dataframe implementations, here is one: https://h2oai.github.io/db-benchmark/
-
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 …
-
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 …
-
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.
-
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…
-
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.
-
comment
Comment #28241875
Thank you.
-
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 …
-
comment
Comment #27740416
Greatest Of All Time
-
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…
-
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 …
-
comment
Comment #25115789
Do you have an alternative to suggest?
-
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…
-
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…
-
comment
Comment #21921448
Is there a way to fix this?
-
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…
-
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…
- story