Viewing profile — crabbygrabby
crabbygrabby
HN member- Joined
- Thu, Jun 02, 2022, 11:52 PM UTC
- HN karma
- 182
- Public activity
- 113 items
- HN profile
- View on Hacker News ↗
About crabbygrabby
No profile information was provided.
Recent public activity
-
comment
Comment #32906946
Really interesting take, I've had the opposite experience. I've also seen very talented c++ devs screw things up in prod that rust doesn't even allow for. Really recommend taking i…
- comment
-
comment
Comment #32889027
I was in the same boat once upon a time. I actually overhauled it all but spent the next six months trying to convince 80 yr olds who self taught themselves visual basic (version 3…
-
comment
Comment #32835698
Just type it in yourself and discover the post is incorrect like the rest of us...
-
comment
Comment #32835670
Ok good I'm not insane lol...
-
comment
Comment #32835664
Whoever made this post um didn't type in lisp and rust into the search... They look inversely correlated with rust rising in the past few years over lisp...
-
comment
Comment #32764563
Can't reply to you depth of discussion got too long I think. Yea they didn't get kicked out entirely not banned or anything but they became "persona non grata" over stuff in their …
-
comment
Comment #32764499
I think you misunderstood me, all good. The diffeq/sciml landscape has been a WIP for half a decade with lots of pieces of it changing rapidly and regularly. But so has the rest of…
-
comment
Comment #32764429
See my above comment for clarification
-
comment
Comment #32764423
It's not a half hour package install. It's a half hour of loading everything back in to get to where you were because the runtime dropped sorry for the lack of clarity. But yea, it…
-
comment
Comment #32764403
They forked them. Also this is not that person. And there's more instances of this than I think you realize.
-
comment
Comment #32758106
I met a guy who got kicked away from the community because he had different political beliefs than a lot of the people there. Immediately after he got the boot he stopped contribut…
-
comment
Comment #32758057
Check the version summaries. Think it was Julia 171 or something. There's lots of bugs like that that crop up every other release. Segfaults happen all the time with FFI. But yea O…
-
comment
Comment #32750580
I appreciate your view but seeing as how most Julia projects work this way I sometimes wonder if it's just a problem with the language itself. Not trying to be a troll with impossi…
-
comment
Comment #32749788
It's super easy to get ooms and seg. Faults in Julia. For a while there this past year you couldn't even Ctrl c to stop the Julia process. It's rough for real work imo. Fine for re…
-
comment
Comment #32749774
Theyve been at it for half a decade or so. Ignoring compilation times they shuffle the code around so frequently it's only real use imo is for the authors to publish papers and sta…
-
comment
Comment #32749482
Julia's syntax is it's greatest strength but also it's biggest weakness. Large Julia code bases without team standards are complete soup. For small to medium size projects it's all…
-
comment
Comment #32749453
Yea but keep in mind anytime you get a bug your session goes away so you can end up eating hours from a day precompiling. Not worth it with heavy pkgs imo. Wish they had incrementa…
-
comment
Comment #32749414
It's still rough. They've been at it for yrs and it's a perpetual bed of sand... A lot of machines will fail to install it because it's so resource intense to install... Promising …
-
comment
Comment #32550101
It's a pretty weird critique, llvm is becoming ubiquitous for these tasks. Can rattle off probably a dozen programming languages using it and no one is grousing...
-
comment
Comment #32550060
They kind of all are scams. It was how they got people's information preinternet. Usually the fine print will tell you they aren't even giving the car away. The only person I know …
-
comment
Comment #32410727
Super good lay person summary. I like how this explains the underlying concepts more than the python specific stuff. Will recommend this to new comers.
-
comment
Comment #32410643
My little brother is autistic and admits he's wrong all the time. The title of this is trash.
-
comment
Comment #32409978
Definitely misleading given all the bloat and baggage adding Julia as a dependency to a project can have. It's the heaviest glue ever.
-
comment
Comment #32409918
Why are you trying to optimize for performance if you don't have a goal in mind?