Linus have stated multiple times that he does not break user space, thus this quiet clearly cannot be real.
- 0 Posts
- 15 Comments
coherent_domain@infosec.pubto Technology@lemmy.world•What Does Palantir Actually Do?English11·20 days agoEngineers can laterally move to more prestigious or challenging projects if they prove worthy based on their skills and connections. One former staffer tells WIRED that this made the company feel like a meritocracy where the best people, and the best ideas, naturally rise to the top.
I am very interested in the culture and psychology of these supposed “meritocratic” companies. Personally, I don’t believe we have a reasonable approximation of the hyper-efficient merit-based resource allocation that is promoted by the ultra-rich.
Usually I find these so-called “meritocratic” policies do not encourage good ideas, but enable hyper-competitive environments.
These kind of environments likely do not support solid well-thought-out proposals; instead, pushes the quick implementation of mediocre ideas (a.k.a move fast and break things). A hyper-competitive environment can also discourage collaboration, which often can be crucial to “solve the hard problems”.
And the article mentions that this environment boosts employee retention, which I find extremely interesting. I wonder if the constant competitions can keep triggering a sense of “winning” and “accomplishment” in a perhaps mundane job.
I am in this picture and I don’t like it.
coherent_domain@infosec.pubto Technology@lemmy.world•No, the UK’s Online Safety Act Doesn’t Make Children Safer OnlineEnglish20·21 days agoIt seems like they have replied and said they won’t repel the act.
coherent_domain@infosec.pubto Technology@lemmy.world•No, the UK’s Online Safety Act Doesn’t Make Children Safer OnlineEnglish9·21 days agoUnfortunately, even EU’s solution doesn’t support non-google-backed android.
I hope image-based distro can solve this issue. In general I feel a lot of these breakages are caused by repeatedly migrating configuration files, yet fresh install usually fixes these issues.
I think one of the advantage of image based distros is that they are much more principled in migrating config files.
coherent_domain@infosec.pubto Showerthoughts@lemmy.world•America is in the 5 stages of griefEnglish3·2 months agoYeah but OP’s post is about the U.S. economy and your post is about Trump.
Even though I agree with you completely.
coherent_domain@infosec.pubto Today I Learned@lemmy.world•TIL that wealth inequality within countries is increasing, but between countries it's decreasing.English8·3 months agoThere should only be class wars, but unfortunately I doubt the Russian invasion is a class war.
coherent_domain@infosec.pubto linuxmemes@lemmy.world•There are two types of Lua usersEnglish5·3 months agolualatex?
coherent_domain@infosec.pubto linuxmemes@lemmy.world•The Perfect Linux AdvertisementEnglish8·3 months agoIt is also broken by Windows at every Windows update.
coherent_domain@infosec.pubto Programmer Humor@programming.dev•PHP: Gender\Gender - ManualEnglish1·4 months agoYes, my gender is Estonia.
coherent_domain@infosec.pubto Technology@lemmy.world•Even PewDiePie thinks you should install Linux on your computer after saying he was "tortured by Windows"English10·4 months agodeleted by creator
coherent_domain@infosec.pubto Selfhosted@lemmy.world•Can I self host a VPN that sneakies through the China firewall?English1·4 months agoWhat brand of VPN do you use to bypass it, many of my friends are there quite frequently, none of them have a mainstream solution for it.
coherent_domain@infosec.pubto Selfhosted@lemmy.world•Can I self host a VPN that sneakies through the China firewall?English2·4 months agoLast time I was there, express does not work, and I heard proton also does not work. However, my mobile carrier by default routes all roaming traffic through UK, so that did work.
coherent_domain@infosec.pubto Selfhosted@lemmy.world•Can I self host a VPN that sneakies through the China firewall?English6·4 months agoChina blocks most IPs from foreign cloud providers like AWS or Digital Ocean. And if I am not mistaken, they can also block some VPN protocols (tor is not a VPN protocol, but it is very blocked, I don’t know if tor bridge works), but I am not sure which exactly.
Comprehension is functional programming too, they arise from list monad https://www.schoolofhaskell.com/school/starting-with-haskell/basics-of-haskell/13-the-list-monad And Haskell do notation indeed reads top-down, unlike Python, but I find both quite readable.