HackerTrans
TopNewTrendsCommentsPastAskShowJobs

paperwork

no profile record

comments

paperwork
·4 lata temu·discuss
I wish JAX worked with windows natively (without using wsl). I teach a very high level intro to numpy and would _love_ to have my students try jax. These students are relatively new to programming and the idea of using a linux shell or having to compile anything themselves just wouldn't work.
paperwork
·5 lat temu·discuss
Looks great! I created something similar at http://sqlforever.com/
paperwork
·5 lat temu·discuss
I'm excited about Deno, but I'm finding that the docs still need to be improved. For example, I'm trying to build a tcp server. I'm not able to get information on how back-pressure is handled.

I can see that Deno.listen returns an object which implements reader and writer interfaces, but it isn't clear to my how to look for events, such as disconnect or that new data is available.

I wish there were examples showing how to correctly parse frames or implement protocols.

I'm sure these things will be expanded over time, partly by programmers in the community, but from the outside, things are still a bit rough.
paperwork
·6 lat temu·discuss
Sounds interesting, but can’t read it because I’ve apparently exhausted the number of free medium articles can read.

Do the authors at least get some sort of micropayments from medium?
paperwork
·6 lat temu·discuss
I really like the idea of being more thoughtful about naming columns and being more explicit about the “type” of data contained in them.

Is this idea already known among data modelers or data engineers?

I’d love to read any other references, if available.
paperwork
·6 lat temu·discuss
Can you describe a bit more about what is going on in the project? The file you linked is over 2.5k lines of c++ code, and that is just the “setup” file. As you say, this is supposed to be a statistical model, I expected this to be R, Python or one of the standard statistical packages.

Why is there so much c++ code?