HN user

nunja

27 karma
Posts0
Comments24
View on HN
No posts found.

Jean Marc Jancovici is one of the most vocal of we can call "Nuclear ecologist" around in France, the content is amazing and he definitely have a point if you want to follow [0].

He is a realist, but in this field we need to go beyond and to open big money for the research into small and decentralized nuclear power.

Every citizen have to know the pros and the cons, and be educated to the risks. Energy provide good living standards, but we have to know the drawbacks and we have to account for externalities in every business model.

This will be the only way to keep our standards of living and keep an habitable home.

[0] https://www.youtube.com/watch?v=wGt4XwBbCvA

France nuclear innovation was very linked to military force and bombs. Over the decades, skills where lost and biggest players in the field are failing companies deep in dept. The enregetical status quo looks good but there is absolutely no research in the field except fusion which is very far away. France lost his nuclear leadership times ago and there is absolutely no reason to wait for innovation here. The risk of a nuclear disaster in the center of e Europe is not to dismiss, with 55 aging reactors across the territory. Wasted genius ressources by politics 101.

Exactly. People seems to forget that the social landscape of people using Internet in 90/2000s was totally different. As far as I remember, internet was then populated by idealist early adopters, gamers / tech savvy hobbyists. Part of this pool translated to conservative boomers and now Internet is considered as a serious thing.

Lo-Fi Player 6 years ago

Virtual envs are very practical for this as it does not mess up with the global python env. Also for inference / production, I just export my models to ONNX format which is more easy to work with thanks the available runtimes: ONNX Runtime for C++ or ONNX.js.

I switched to Juce 6 preview branch last week. It's not without problems but getting rid of the Projucer is amazing. Now you can have a clean CMake setup and you are not stuck with Xcode on the mac.

I experimented with the spleeter architecture quite a bit and I would say this is not suitable for real time audio processing. The reason is that the model needs at least 512 frames of audio samples to produce an output usable for source separation. This adds a ton of latency. I tried with smaller windows but the results are very bad.

Yeah ! So much this. Iterations / branches / arrays ... in Max is pure nightmare. Supercollider is a breeze to work with hundreds / thousands of audio buffers and the multichannel / polyphonic capabilities are incredible. I found it very hard to build a stable complex patch in Pd / Max if you are not that much experienced with the opaque control flows.

Yeah ! That's was the point I was trying to make. It was a breath of fresh air when I switched from Rust 2015 to Rust 2018, without obvious change in the language from my point of view.

This. Exactly. Also, there is definitely an ongoing effort to make the language simpler, not in the type system which arguably is getting more complex, but in the way the borrow checker is getting smarter. Might be imperceptible at first but really brings a lot in term of ergonomics and productivity.

Agreed. Particularly in a city like Berlin where cars are worshiped and being pedestrian makes you a second-class citizen (Cars > Bikes > Pedestrian). Car free zones + speed limits will hopefully make the life better overthere for non-BMW owners.

It would be amazing if someone could come with a useful technology that solves this particular set of problems. Something like a public distributed ledger where all transactions are validated by a majority of actors in a trustless system ... oh wait.