Readit News logoReadit News
ZoomZoomZoom commented on What are OKLCH colors?   jakub.kr/components/oklch... · Posted by u/tontonius
JKCalhoun · 2 days ago
Shine a red and a green light near each other on a wall — what does the transition look like?
ZoomZoomZoom · 2 days ago
There's no transition, this is color mixing, or overlay in case of light.
ZoomZoomZoom commented on A statistical analysis of Rotten Tomatoes   statsignificant.com/p/is-... · Posted by u/m463
baxtr · 6 days ago
What I find weird is that no one has solved the "people like you also liked this" problem for ratings/reviews.

All ratings on these platforms are average values through the entire cross-section of people.

Yet I am sure that they are people who have a very similar taste like me. I want to read their reviews, see their ratings, and recommendations.

Social media platforms do that pretty well these days.

ZoomZoomZoom · 6 days ago
Rateyourmusic.com / Sonemic added movie scores/reviews a long time ago. You can follow people and their scores will be visible for you.
ZoomZoomZoom commented on Why Nim?   undefined.pyfy.ch/why-nim... · Posted by u/TheWiggles
gyulai · 10 days ago
So, there I was in 2016. It had been 13 years since I had last entertained the desire to learn a new programming language (I had landed on Python, back then). The serious contenders were Go, Nim, and Rust. I landed on Nim back then, thinking to myself: Man, this language really has a future. I did my next side project in Nim, and loved it like I've loved no other language over the course of my (as of now, in 2025) 28 years of programming. But no actual job ever materialized to make me into a professional Nim programmer that would actually pay the bills. I stuck it out with Python, with growing discontentment. I took a Perl job in 2018, which lasted until 2022, which I never should have taken in the first place. I was relatively free in my choice of language from that point forward, and decided to switch from Python to Lua after a short period of disorientation where I kind of liked Haxe. Right now, I'm learning Rust, crying tears over that future for Nim that never materialized.
ZoomZoomZoom · 10 days ago
Had almost the same situation to a tee around the same time (~2014). Decided between Rust, Nim, D and Go. Went with Rust then and quickly felt it had been the right choice since it really helped me improving my skills and got me interested in programming again after a few years away from it. Rust community was way smaller and more approachable, the language felt exciting and really delivered on its promises.

Then around 2019 Nim started to gain momentum (preparing for 1.0 release) and when I looked into it a bit deeper it became evident that for most of the code I usually write for myself Nim is just a more pragmatic choice than Rust. It gets me there faster.

Zero job perspectives both times, scratched my own itch twice though.

Glad I haven't gone with Go. Nim is not a perfect overlap with Rust, but it definitely covers everything Go can do and more and is a better design in my opinion.

ZoomZoomZoom commented on Why Nim?   undefined.pyfy.ch/why-nim... · Posted by u/TheWiggles
raffraffraff · 10 days ago
This. I really wanted to like Nim. I tried to learn it, but having never been a programmer before (but years of Linux admin, puppet, terraform and scripting) I found it extremely tough, and a lot of documentation is out of date and the there aren't many good examples to follow. Switched to Go and have built lots and lots of stuff in go.
ZoomZoomZoom · 10 days ago
> a lot of documentation is out of date

Please, file bugs or complain on the official matrix room. The community tries its best to keep up the official documentation in sync with the changes.

https://matrix.to/#/#nim-lang:matrix.org

ZoomZoomZoom commented on How to teach your kids to play poker: Start with one card   bloomberg.com/news/articl... · Posted by u/ioblomov
tetromino_ · 16 days ago
I have always been mystified by the popularity of poker. To me, it is an unpleasant game.

First - the fact that it's played for real money. If I win, I feel like a common swindler stealing money that someone could use to pay their bills or buy something nice for themselves. If I lose, I feel like a swindler's victim. And if the people around the table happen to be my friends - why would I ever wish to victimize them, or ruin their image in my mind by watching them victimize others?

Second - the lack of information. Many interesting games provide incomp9lete information of game state to the players, which one then needs to reconstruct. But with poker, the lack of information is so severe that one has no hope of reconstructing the game state - reasonable possibilities are too many to analyze, one is forced to pretty much guess and make gambles. It's an unpleasant experience.

It seems like a game for people whose brains are wired in a manner incompatible with mine. If I discover that someone likes poker, I find them rather suspicious. And people who teach poker to their own children - like the article'a author - are, to me, utterly incomprehensible.

ZoomZoomZoom · 15 days ago
> Second - the lack of information. … But with poker, the lack of information is so severe that one has no hope of reconstructing the game state.

To me, full-information games feel immensely boring, they all look like a harder version of Tic-Tac-Toe that require a bigger brain. Just don't make mistakes and you're guaranteed to win. Harder games like chess just make it so incredibly expensive and attention draining that only a special kind of people get really good.

The fun part of Poker for me is exactly the psychological game of reconstructing the hidden info. Tuning your intuition when you know you still lack it is also fun and revealing.

Regarding teaching children: bluff and lies are rampant in real life. Poker teaches to take it into account and to do it yourself in a no-consequence conditions. Even if you never resort to it you need to know what it feels like to understand others.

It's the first time I've been classified as suspicious, to my knowledge. Cool.

ZoomZoomZoom commented on Open music foundation models for full-song generation   map-yue.github.io/... · Posted by u/selvan
thinkalone · 19 days ago
You might find what you're looking for in VST plugins for DAWs, rather than standalone AI products
ZoomZoomZoom · 18 days ago
There's a few commercial offerings but they seriously lag behind.

Some very desirable features are just not available as plugins (or I didn't find them), like enhancing the recording quality: this is only available as paid services aimed for podcasters so work on spoken voice only.

Again, the problem is that most of the offerings are trying to leverage the neural network for some complete solution, in the way replacing the steps professionals are perfectly able (and need to decide on) to take themselves. I'm constantly looking for specialized solutions that do the job that's impossible to make manually. The best example is Demucs for stem-splitting: it does one job and leaves me to work on the rest.

ZoomZoomZoom commented on Open music foundation models for full-song generation   map-yue.github.io/... · Posted by u/selvan
ZoomZoomZoom · 19 days ago
I get the incentives for full-song generation models, but it looks like it's the only thing that pops up. Where are the audio models I can use with a positive effect while working on music? Style transfer for instruments, restoration (but not just trained on over-compressed mp3s, talking about bad recording conditions), audio-to-audio editing?

You'd think those would be easier to achieve than something that tries to just replace me completely.

ZoomZoomZoom commented on Cligen: A Native API-Inferred Command-Line Interface Generator for Nim   github.com/c-blake/cligen... · Posted by u/TheWiggles
ZoomZoomZoom · 20 days ago
This is an outstanding library which is more of a CLI framework.

It's seriously optimized and includes ready to use modules which are alternative to Nim's standard library or more tailored/opinionated interfaces for basic POSIX software building blocks.

Don't skip going over examples[1]. All of those are fully functional programs, some are pretty niche, but all are very usable and, I bet @cb321 will confirm, in some cases are competitive with widely-used alternatives.

https://github.com/c-blake/cligen/tree/master/examples

ZoomZoomZoom commented on Backblaze Drive Stats for Q2 2025   backblaze.com/blog/backbl... · Posted by u/TangerineDream
moebrowne · 22 days ago
Disappointing that all the tables of data are images
ZoomZoomZoom · 22 days ago
This makes me want to comment that the first thing I noticed on the page is two white rectangles on the second image (under "Drive Stats by the numbers") are not top-aligned.

Regarding tables: using monospace typefaces and padding floats with zeros to better align numbers make them easier to visually compare at a glance. Compare the difference the alignment of the AFR column of the two first big tables makes.

ZoomZoomZoom commented on Objects should shut up   dustri.org/b/objects-shou... · Posted by u/gm678
mort96 · 23 days ago
There is truly a scourge in the EU of increasingly intrusive "safety features" which I truly believe are making cars less safe.

I've been driving a family member's new Nissan. Nice car for the most part, but it has this "safety" feature (that's on by default and cannot be permanently switched off, thanks to the EU) which watches out for the white stripe on the right-hand side of the road and JERKS THE STEERING WHEEL when it thinks you're "too close".

Where I often drive, there are many narrow roads. No yellow line in the middle of the road. The only way to avoid hitting oncoming traffic is to drive with your wheels on the white stripe when you meet another vehicle. This can be stressful enough in itself, especially when the other vehicle is some huge bus or semi truck. Not exactly the time you want alarms going off AND YOUR STEERING WHEEL TURNING BY ITSELF. I've taken to calling it the car's auto-crash feature. Always gotta remember to disable the auto-crash. Every time I start the car.

I got so annoyed I looked up the relevant directive. Turns out new cars are required to have a lane assist feature. It is required to turn itself on automatically, and it is required to warn the driver using at least 2 out of the 3 methods: sound, visuals, haptic. So the steering wheel jerking isn't even just a bad implementation, it's the law.

Sigh.

ZoomZoomZoom · 22 days ago
> a lane assist feature

More like Bike Overtake Prevention System. Unbelievable.

u/ZoomZoomZoom

KarmaCake day1974December 24, 2014
About
indiscipline.github.io thirdhemisphere.studio
View Original