[-] nous@programming.dev 7 points 9 months ago

You can profit from GPL software. The only restriction is if you distribute it you also need to distribute modifications under the GPL.

GPL also does nothing for software as a service since it is never distributed.

GPL even explicitly allows selling GPL software. This is effectively what redhat do. They just need to distribute the source to those that they sell it to.

[-] nous@programming.dev 7 points 1 year ago

Also worth pointing out:

There are other issues too. All of Law and Blair’s tests were done with one kind of 3D printer—a Prusa MK4S. There’s hundreds of different devices on the market that all behave differently. Law also pointed out that brass nozzles warp over time themselves and may produce different results after hundreds of prints and that different nozzles made from different materials may work very differently. Law would also want an examiner rate study—a formal scientific inquiry into false positives and examiner bias.

[-] nous@programming.dev 7 points 1 year ago

If it is working then there is no need for a reinstall. If you cannot live without it for a day then you might want to not mess with it.

At the same time this is Arch so you can create a new partition and install from your current system into that. And only switch over when you are happy with it. It can be useful to go through the install process occasionally to ensure you can still set it up if something ever does happen to your system. Or to ensure you are configuring things with the latest recommended settings and packages.

But there is no need to wipe your current system to go through that process.

[-] nous@programming.dev 7 points 2 years ago

So someone that is not involved in rust at all and does not seem to like the language thinks it will get a GC at some point? That is not a very credible source for such a statement. Rust is very unlikely to see an official GC anytime soon if ever. There are zero signs it will ever get one. There was a lot of serious talk about it before 1.0 days - but never made it into the language. Similar to green threads which was a feature of the language pre 1.0 days but dropped before the 1.0 release. Rust really wants to have a no required runtime and leans heavy on the zero-cost abstractions for things. Which a GC would impose on the language.

[-] nous@programming.dev 7 points 2 years ago

Sovol V8 is a nice printer, especially for its price. Based on the voran v2.4 but pre-assembled.

[-] nous@programming.dev 7 points 2 years ago

And other browsers can be configured to do the same. Though that is not ublock origin doing anything with the cookies and these settings can be enabled wtihout ublock (though you likely want ublock if you are enabling them).

[-] nous@programming.dev 7 points 2 years ago

The core is immutable, but it comes with flatpak which writes to a writeable location so you can install and update applications independently of OS updates without having them wiped after an upgrade. You can also install and use tools like distrobox to give you container environments that you can install and change as much as you like as well.

[-] nous@programming.dev 7 points 2 years ago

There are only a finite number of easily purchasable game dev assets out there

So? There is an infinite ability to reuse these assets over and over. You dont need fresh assets to create a shitty game.

[-] nous@programming.dev 7 points 2 years ago

a hearing doc won’t be much help with anything aside from hearing

Irrelevant to my argument. All I mean is because they go to visit someone for one problem can mean they visit other people for other problems they have - rather than ignoring things and staying at home. And I am not claiming what I said to be the actual cause - at least no more than what the study can claim. There could be many other factors at play here as well. My only point is to not confuse causation for correlation and that these types of studies are almost useless in what they tell us.

Hell, even spurious correlations happen all the time. You cannot use two graphs looking similar to prove any point without a lot of control for all the other variables that might be at play and not go looking at large amounts of data for anything that might seem interesting.

[-] nous@programming.dev 7 points 3 years ago

It is an alternative to bash/zsh. But it is not a drop in replacement for them. An alternative does not have to be compatible or else it would not be an alternative to powershell. It is not a viable alternative for those looking for POSIX compliance shell though.

[-] nous@programming.dev 7 points 3 years ago

You can create some really ugly code in spite of the forced indentation in python. Indentation does not really help here at all. In all languages you can correctly or incorrectly format things. A code formatter strictly applying a coding standard helps far more here than indents vs bracers. Take a look at black it takes the pep8 standards and adds more strict things on top making code look a lot more consistent and thus makes it easier to read.

And all formatters will indent code consistently, so having it as part of the language parser does not really help improve readability at all. And even without a formatter everyone I know will still correctly indent their code no matter the language used. But sometimes forcing new lines to have a meaning does make things worst - just look at pythons lambdas which have to be a single line.

[-] nous@programming.dev 7 points 3 years ago

Decimal does come at a cost though, being slower than raw floats. When you don't need precision but do need performance then it is still valid to use floats. And quite often you don't need absolute precision for things.

view more: ‹ prev next ›

nous

0 post score
0 comment score
joined 3 years ago