298 private links
Des projets validés par team for the planet pour le bien de la Terre.
(anciennement Time for the planet)
Arguments seem legit with links to original articles.
Generating cash has a bigger priority than reinforcing the company
Billions of dollars have shifted toward an entirely new category of technology without any real consideration of whether they'll be good products that users will like — or whether said products might actually harm users — because these companies are not interested in useful innovation or what will actually make their products better at the things they're meant to do. Instead, they are interested in pumping stocks and showing the ability to grow their revenues every single quarter, even if doing so doesn't make the actual purpose of the company stronger.
Big tech companies try so hard to follow trends instead of reinforcing their core product.
Google delayed launching its own AI-based chatbot for years out of ethical concerns, but then rushed out an embarrassing, partially broken version in response to Microsoft's moves.
The goal is not to build the best product for the user anymore. "The user's experience has become subordinate to the company's stock price."
These companies have strayed from their core products — helping you find information, buy things, or connect with people — because their focus is no longer on innovation or providing a service, but finding a "good enough" service that they can then sell advertising around.
Venture capital and other investors have pushed for a growth-first model, prioritizing "line goes up" metrics rather than building a useful product and sustainable business.
instead of trying to meaningfully innovate and improve the useful services they provide, these companies have instead chased short-term fads or attempted to totally overhaul their businesses in a desperate attempt to win the favor of Wall Street investors. As a result, our collective online experience is getting worse — it's harder to buy the things you want to buy, more convoluted to search for information, and more difficult to socialize with people.
Facebook, a website ostensibly for finding and connecting with your friends, constantly floods users' feeds with sponsored (or "recommended") content, and seems to bury the things people want to see under what Facebook decides is relevant.
Eine How-to guide
The virtual DOM replacement for React. Gain big performance wins for UI and data heavy React apps. Dead simple to use – try it out today with just a block()
Pour faire partie du club des 1% les plus riche en France, il faut avoir 7 180€ par mois.
Pour le club des 5%, c'est 4 113 euros par mois.
Ups. La coupe du monde du Quatar n'était pas neutre en carbone?
A sort algorithm found by an AI is integrated to the LLVM standard C++
A blog post vulgarising the thing https://www.deepmind.com/blog/alphadev-discovers-faster-sorting-algorithms.
We can read here that less instructions are needed at assembly level.
It can be useful to generate an HTML view of entries :)
Create a command line interface from a REST API.
It seems powerful!
Joat uses a YAML file to define subcommands of two types: requests and scripts. Requests subcommands ease the interaction with a REST API and scripts combine multiple commands into a more convenient one.
Use one package manager built on top of corepack to support npm, yarn and pnpm.
#idea #project support more package managers such as cargo, deno, ... :)
Oh wait, there is already something https://github.com/egoist/dum
Execute powerful common commands
A collection of awesome projects. It is great to find good quality projects in it.
It looks good.
32 bits integers: at most 4 billion.
Times it is not enough:
- database primary keys: 4 billions record is not that much
- IPv4 addresses: we want more than 4 billions computer on the internet
- registers: limited to 4GB of RAM
- unix timestamps: end at Jan 19, 2038
33 specific ways to improve your Rust code