itadakimasu

joined 1 year ago
[–] itadakimasu@programming.dev 2 points 1 year ago (2 children)

Firefox on Android sucks. I make a Google search, images show up in the results. I click an image and it doesn't open up, just freezes the browser until I click the back button.

[–] itadakimasu@programming.dev 1 points 1 year ago

Agreed. Not fair to Nim for sure.

[–] itadakimasu@programming.dev 1 points 1 year ago

I definitely need to explore more options. Thanks for the suggestions!

[–] itadakimasu@programming.dev 4 points 1 year ago* (last edited 1 year ago)

Solar system sim stuff.

Increased the computational core performance 120X by rewriting in Rust (og was Python).

Was a great first experience for me with Rust. Used pyo3 / maturin to make a python library in rust

[–] itadakimasu@programming.dev 2 points 1 year ago (5 children)

No issue setting up Nim itself (and I realize my complaint is not fault to Nim itself) but it would be great if this complimentary jupyter kernel for Nim would work on MacOS... Hasn't been maintained in a while: https://github.com/stisa/jupyternim/issues/38

Would be very useful for my workflow as someone who wants to explore Nim for data science-y type tasks.

Anyone know of an alternative Nim jupyter kernel?

[–] itadakimasu@programming.dev 1 points 1 year ago (7 children)

I want to love Nim but during my trial run with it. It was a pain in the ass to get set up on my Mac in a way that I could use it easily ie as a repl for quick and dirty prototyping and learning

[–] itadakimasu@programming.dev 2 points 1 year ago

Interesting. I'll have to give it a try.

Currently putting together unit tests for a project and I'm using pytest-cov to identify unused blocks of code (that I need to define tests to invoke). A lot of time code isn't used but should remain as it has a purpose for a future / anticipated need

[–] itadakimasu@programming.dev 1 points 1 year ago

I love toml. It's so natural. I use it all the time (for smaller configs)