One could claim that people should get salary for being in social media sites like #Facebook and #Instagram, and for any possible content, e.g. a cat video or random rant like this.
Right now the cash flows is for e.g. Facebook something like:
User is a staff member in this scheme with total zero salary. And some say Amazon factory jobs are crap…
So how can this work as a business model? I have zero idea but neither current business model works for my benefit. It is a loosing game.
@pinkforest I met the guy who created ritc and he recommended me to check out Bevy for audio plugin alike stuff :-) Already found something along the lines of egui-baseview
: https://github.com/kunalarya/bevy_baseview_plugin, which makes it feasible to interface with clap host.
@pinkforest thanks for great comments!
talking about asm, one feature i’m waiting for to become stable is naked functions, which is fortunately in unstable.
one api that was outdated even when rust first came out is File API. it models POSIX golden days of the tape drive part ;-) i.e. it is pretty much in the 70s idiomatically. or what was the latest thing back then.
with modern storage and 64-bit address space only thing that you ever want to use fd for is with sendmsg(SCM_RIGHTS)
when you share it betwen multiple processes.
rest is better to be done simply by mapping the whole thing to address space and let page cache take care of you. initially reserved set size is ofc zero bytes with invalidated page table entries.
it is great way to also deal with large sparse arrays for the obvious reasons.
not a huge issue. i’m pretty happy with https://github.com/rust-vmm/vm-memory but hopefully stdlib will have equivalent functionality some day. despite the name this can be used outside KVM context.