Viewing profile — martinsmit
martinsmit
HN member- Joined
- Wed, Mar 23, 2022, 9:55 AM UTC
- HN karma
- 121
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About martinsmit
Recent public activity
-
comment
Comment #42193093
Check out redframes[1] which provides a dplyr-like syntax and is fully interoperable with pandas. [1]: https://github.com/maxhumber/redframes
-
comment
Comment #38506066
Yes, but no one's made a reverse-mode autodiff system for it yet, so all of the linked examples have hand-written derivatives.
-
comment
Comment #38139745
Similar to Hyukoh's[1], although it is actually multiple documents. P.TM seem to have gone all in, which is neat. [1]: http://www.hyukoh.com/
-
comment
Comment #37730377
Ironically, sometimes calculating cost-per-use takes more brainpower than it's worth. Sometimes I get a lot of enjoyment of buying a thing that I know I will love and considering a…
-
comment
Comment #37706110
Oh trust me, I am. The new code_report solution video on it convinced me to try it.
-
comment
Comment #37689980
The lack of an AD primitive is something I've discussed with the creator of BQN, coming from a JAX world I really miss it and feel that it's such an obvious feature, especially in …
-
comment
Comment #37443835
Here's a meme that might help: https://www.reddit.com/r/LispMemes/comments/irkm5m/nobody_li...
-
comment
Comment #36588726
I switched permanently from Plots.jl to Makie.jl in order to have backend-agnostic fine-grained control. My publication plots look fantastic and the power given to users is really …
-
comment
Comment #35994624
> Tidier I have not tried it. I like that the project makes broadcasting invisible, I dislike that it tries to completely replicate R's semantics and Tidyverse's syntax. Two exampl…
-
comment
Comment #35974626
I agree with your conclusion but want to add that switching from Julia may not make sense either. According to these benchmarks: https://h2oai.github.io/db-benchmark/ , DF.jl is th…
-
comment
Comment #35946812
BQN[1] has higher order functions. Of the array languages I've used, it's by far my favourite. That said, I mostly solve small problems for fun in them. [1] https://mlochbaum.githu…
-
comment
Comment #35863801
Context: Coming from a statistics background, I learned a bit of R, then a bit of Python for data analysis/science, then found Julia as the language I invested my time in. Over tim…
-
comment
Comment #35506648
Nice to see a non-trivial package with 100% code coverage, can't remember the last time I saw that.
-
comment
Comment #35506584
Bogumil is a truly outstanding member of the community and DataFrames.jl is an impressive, versatile package. From my perspective, however, DataFrames.jl's power is what makes it q…
-
comment
Comment #35505963
I think DF.jl works remarkably well as a "fits in RAM" dataframe backend, but I think it just lacks in usability and integratedness with the wider Julia ecosystem. Or rather, the w…
-
comment
Comment #35423418
Although it's worth noting that the information is somewhat outdated. Notably, the most recent version of K is K9 (referred to through its proprietary implementation called Shakti)…
-
comment
Comment #35264775
CS:GO already has this, it's called Danger Zone
-
comment
Comment #35017177
The difference is that Julia makes it easy to insert these characters (\symbol) so programming with them becomes more natural.
-
comment
Comment #34337177
Can someone comment on the user experience of NetworkX vs comparable packages like igraph? I've used Graphs.jl (formerly LightGraphs.jl) and I was unimpressed as it felt quite cumb…
-
comment
Comment #34150470
If you are doing array or vector-based work where the operations can be written as maps as opposed to for loops then JAX is king imo.
-
comment
Comment #33524616
On the flipside, I was thinking of learning CL as a Julia developer and this post has somewhat discouraged me to do so. What can learning CL do for me apart from realising that S-e…
-
comment
Comment #33472999
As a relatively new programmer who entered it through statistics, I've still yet to have a better UX or "it just works" moment than using the tidyverse. Years after moving to Julia…
-
comment
Comment #33280746
Feature-wise, the experience of using it is very streamlined. More importantly, it's where a substantial proportion of youth culture is found nowadays, so to keep up with and contr…
- story
-
comment
Comment #32539482
I don't think such a defensive response is necessary. Julia's claims have been rather lofty since the beginning and the degree to which they have been achieved is different to ever…