NostraDavid

joined 2 years ago
[–] NostraDavid@programming.dev 21 points 3 months ago (7 children)

Haskell:

https://learnyouahaskell.com/introduction

It's been a while since writing some (2018), but the concepts you learn from Haskell are great (though I still can't explain Monads, even if my life depended on it) and can be applied in other languages.

Anyway, I can't speak to BEAM, but Haskell is very typeful, it teaches you currying, very great language, awful tooling (but that was ~10 years ago, so I hope things have improved since).

[–] NostraDavid@programming.dev 1 points 3 months ago

very cursed, indeed

[–] NostraDavid@programming.dev 1 points 3 months ago

I've already had ChatGPT hallucinate Python packages that didn't exist - someone was nice enough to capture those kinds of packages to prevent abuse. Some pytest sub-package, IIRC.

[–] NostraDavid@programming.dev 3 points 3 months ago

over many many years.

19 years. Almost 20, coming December!

[–] NostraDavid@programming.dev 3 points 3 months ago

Aaah, PHP. I'll stick with GoHugo, but it's good to know alternatives!

[–] NostraDavid@programming.dev 1 points 3 months ago

Direct link to the paper: Pulse-Fi: A Low-Cost System for Accurate Heart Rate Monitoring Using Wi-Fi Channel State Information

It uses a signal processing pipeline to process CSI data fed into a custom low-compute Long Short-Term Memory (LSTM) neural network model.

Neat!

[–] NostraDavid@programming.dev 1 points 3 months ago (2 children)

I tried Thunderbird. Didn't like it, at all. Evolution is much more my jam.

[–] NostraDavid@programming.dev 2 points 3 months ago* (last edited 3 months ago)

Structlog actually bit me like this! Had a dict that I manipulated:

expectation spoilersexpected a copy, but actually modified the original dict. Just did a my_dict.copy() (IIRC - I don't remember whether I needed a deep copy or not)

edit: goeie shit, Bas! Leer je de studenten wel debuggen en unit testing? Dat was echt gemis toen ik klaar was bij de HU, en vooral unit testen zou veel hebben geholpen tijdens het maken van mijn code.

[–] NostraDavid@programming.dev 9 points 3 months ago (1 children)

NixOS isn't great for non-programmers, I bet, but for programmers it's amazing.

[–] NostraDavid@programming.dev 10 points 3 months ago (2 children)

I really should learn some Rust 😂

view more: ‹ prev next ›