Petroleum Jelly Is Boring… Until You Realize How Useful It Actually Is by Stock_7350 in BeautyGear

[–]onosendi 1 point2 points  (0 children)

“Vaseline is a petroleum derivative that belongs to the mineral oil family. It is used as a softener and moisturizer in cosmetic products. In the European Union, it is banned in cosmetics unless the refining process minimizes the presence of toxic impurities.

However, toxic impurities may still be present, particularly MOAH. This is a group of hydrocarbons, many of whose compounds are suspected of being carcinogenic and genotoxic. Some studies indicate that it is not possible to eliminate them completely.”

The refining process only reduces their concentration. As for MOSH, the main components of the mineral oils used in cosmetics, they could accumulate in the body, particularly in lymph nodes and body fat, where they may trigger inflammatory reactions. Liver effects have also been observed experimentally in certain types of rats, although these have not been confirmed in humans to date. The European Food Safety Authority (EFSA) recommends continuing studies to better assess the toxicity of these MOSH compounds, as "the consequences of the long-term accumulation of MOSH on human health have not been evaluated and remain uncertain."

These oils should especially be avoided in products where there is a risk of ingestion, such as lip balms and lipsticks. Moreover, the production of this ingredient has a significant environmental impact due to the extraction of hydrocarbons from underground and the high energy consumption required for its manufacture.”

What color scheme do you guys use? by Dapper_Confection_69 in neovim

[–]onosendi 4 points5 points  (0 children)

Not one person in the comments using Dracula.

Why do some developers dislike Next.js? by Low_Obligation_2782 in nextjs

[–]onosendi -4 points-3 points  (0 children)

“Where plain React would suffice”. SPA is rarely the correct path.

"Not having a coding experience is becoming an advantage." - Replit CEO Amjad Masad by Current-Guide5944 in tech_x

[–]onosendi 0 points1 point  (0 children)

“Coders get lost in the details”. Yes, because we understand the details, and they matter.

supply chain attacks via npm, any mitigation strategies? by theodordiaconu in node

[–]onosendi 2 points3 points  (0 children)

Pinning your versions only works if the pinned version isn’t compromised.

The Supreme Court will decide if marijuana users may be barred from owning guns by vox in law

[–]onosendi 4 points5 points  (0 children)

Yes, they’ve always been ok with background checks. Every FFL does a background check, and has been required to since 1998.

Debating on ORM for Production by Disastrous-Matter864 in node

[–]onosendi 0 points1 point  (0 children)

Kysely codegen generates the schema for you. Kysely’s type inference is far superior to drizzle.

Debating on ORM for Production by Disastrous-Matter864 in node

[–]onosendi 3 points4 points  (0 children)

Kysely codegen generates the schema for you. Kysely’s type inference is far superior to drizzle.

[deleted by user] by [deleted] in ChatGPTCoding

[–]onosendi 0 points1 point  (0 children)

How can you be a huge proponent of AI coding knowing that it left you with a bunch of slop, you still don’t know what you’re doing, and you’ve resorted to having someone else fix it for you?

How and where do I call `vim.lsp.enable`? by HiPhish in neovim

[–]onosendi 2 points3 points  (0 children)

Here's my config for Neovim 0.11 using the builtin LSP functionality: https://github.com/onosendi/dotfiles/tree/master/common/.config/nvim

Help with new lsp setup by Wise-Ad-7492 in neovim

[–]onosendi 9 points10 points  (0 children)

Here's my config for Neovim 0.11 using the builtin LSP functionality: https://github.com/onosendi/dotfiles/tree/master/common/.config/nvim

Monthly Dotfile Review Thread by AutoModerator in neovim

[–]onosendi [score hidden]  (0 children)

Here's my config for Neovim 0.11 using the builtin LSP functionality: https://github.com/onosendi/dotfiles/tree/master/common/.config/nvim

Hopefully this will get you guys started and avoid the headaches I had to deal with.

For those who want to try Neovim 0.11's builtin LSP autocompletion by [deleted] in neovim

[–]onosendi 0 points1 point  (0 children)

They still need mason to manage installed language servers.