>Google started treating quotes as advisory ~10 years ago. It still treats them literally (use it all the time) but it may mix non exact matches too (usually specifies when they do)
@animeirl@Arcana@lethe@allison@mia@scathach Females (both cis and trans) are fairly represented in programming and computer science. However, FOSS specifically is 90/95%+ assigned male at birth from my observations.
@Moon I am always nice to people unless they have harmed me in very specific and damaging ways. The amount of people that have can be counted on one hand.
@p@sjw@slash@TheMadPirate Qemu-kvm can be used with virglrenderer for 3d graphics, a bit of a pain to set up and not sure if that would help with the video issue.
>I am not convinced that the average person suffers long term damage I agree, it's only 10-30% of infections that result in long covid.
I also think that most people that get "long covid" it's not the severe type, it's usually something like loss of taste of smell or a nagging cough. And even most of those people recover eventually. They still live life normally. Those long covid subreddits represent a small minority of people that have severe symptoms and still haven't recovered
@BowsacNoodle@d0c40r0@dictatordave@jeffcliff >if COVID is "not over" and it's still equally bad to how it was originally, lockdowns were a waste of time. I agree contingent on "it's still equally bad to how it was originally", however it's not as bad as it was originally.
@BowsacNoodle@d0c40r0@dictatordave@jeffcliff Fine, at least you have the courtesy to wear one if sick. You never know what the virus can do to someone. I was and still am against the mandates, people should make their own health choices. > lockdowns were a total waste of time It was one of the only reasonable options at the time, when we didn't know anything about the virus.
@BowsacNoodle@d0c40r0@dictatordave@jeffcliff > but there are people who literally would be dead without the regular interactions they get with family and friends. You can do both. Wear masks + meet outdoors or in place with proper ventilation. Life is a balancing act.
Is the VM on a Windows host? If the host OS Linux QEMU+KVM tends to be better option, and if using a Mac Parallels is a better option. Even if on Windows I'd use Hyper-V over Virtualbox, but Virtualbox also works fine if it's your hearts content.
@Maholmire@dcc@pwm@p They were very popular in certain parts of Africa, Asia, and Europe. Now that you can hotspot from phones they stopped selling them officially.
Cproc is a "modern" small C compiler. It's based on https://c9x.me/compile/, which aims to have "70% of the performance of industrial optimizing compilers in 10% of the code." Cproc performs basic optimizations via QBE, while maintaining relatively quick compile times. But it is not as feature complete as LCC and Chibcc, notably the preprocessor doesn't seem to be complete yet.
LCC was the basis of a book about compilers, it's more for learning purposes but it still serves as a nice compiler. Someone created a compiler, pelles C, that is based on LCC and works on Windows.
Chibcc is similar to TCC: its a non optimizing compiler, but its more modern and the code is easier to understand. Justine Tunney switched from using tinycc to chibcc in the Cosmopolitan libc project.