Search results

  1. C

    Lab-grown salmon hits the menu

    https://www.smithsonianmag.com/smart-news/lab-grown-salmon-hits-the-menu-at-an-oregon-restaurant-as-the-fda-greenlights-the-cell-cultured-product-180986769/
  2. C

    Google admits anti-competitive conduct involving Google Search in Australia

    https://www.accc.gov.au/media-release/google-admits-anti-competitive-conduct-involving-google-search-in-australia
  3. C

    NodeJS is able to execute TypeScript files without additional configuration

    https://nodejs.org/en/blog/release/v22.18.0
  4. C

    Funk Classics 70s & 80s

    youtube
  5. C

    EmbedPDF files without the pain

    https://www.embedpdf.com/ https://github.com/embedpdf/embed-pdf-viewer
  6. C

    Πνευμονογαστρικό νεύρο και πνευμονογαστρικός τόνος

    Μετά από ένα γεύμα με υδατάνθρακες ενεργοποιείται το παρασυμπαθητικό νευρικό μας σύστημα ( κατάσταση «ξεκούραση και πέψη» ). Αυτός είναι ο λόγος που νιώθουμε τόσο κουρασμένοι και λήθαργο μετά από ένα γεύμα. Το πνευμονογαστρικό νεύρο (vagus nerve) είναι το δέκατο κρανιακό νεύρο που εκτείνεται...
  7. C

    Perplexity offers to buy Google Chrome for $34,5B

    https://www.theverge.com/news/758218/perplexity-google-chrome-bid-unsolicited-offer https://en.wikipedia.org/wiki/Perplexity_AI
  8. C

    mssql - builtin function month to identify the year quarter

    CASE WHEN MONTH([date_field]) BETWEEN 1 AND 3 THEN 'Q1' WHEN MONTH([date_field]) BETWEEN 4 AND 6 THEN 'Q2' WHEN MONTH([date_field]) BETWEEN 7 AND 9 THEN 'Q3' WHEN MONTH([date_field]) BETWEEN 10 AND 12 THEN 'Q4' END AS Quarter
  9. C

    FDA approves eye drops that fix presbyopia without glasses

    https://newatlas.com/aging/age-related-near-sighted-drops-vizz/ ref - https://news.ycombinator.com/item?id=44820325
  10. C

    Scientific fraud has become an 'industry,' alarming analysis finds

    https://www.science.org/content/article/scientific-fraud-has-becom
  11. C

    Cry once a week

    https://www.cryonceaweek.com
  12. C

    Gala - Freed From Desire (1996)

    youtube live 2023
  13. C

    More honey bees dying, even as antibiotic use halves

    https://news.uoguelph.ca/2025/07/more-honey-bees-dying-even-as-antibiotic-use-halves/
  14. C

    Mermaid for .net

    How many times, you open an old big project and you have to search from scratch what is going on ? This project comes to give an end to this mess, point the assembly then you get a flowchart diagram that visualizes each method dependencies (what methods uses). Platform : C# 2012 Operating...
  15. C

    Using ShadowRoot to create light reusable JS components

    <html lang="en"> <body> <text-input> <label>Search:</label> </text-input> <script> class TextInput extends HTMLElement { constructor() { super(); const shadow = this.attachShadow({ mode: 'open' })...
  16. C

    Scientists may have found a way to eliminate chromosome linked to Down syndrome

    https://doi.org/10.1093/pnasnexus/pgaf022 ref - https://news.ycombinator.com/item?id=44676817
  17. C

    French petition against return of bee-killing pesticide passes 1m

    https://phys.org/news/2025-07-french-petition-bee-pesticide-1mn.html
  18. C

    Microsoft.ReportViewer for .NET Core

    Microsoft RDLC Report Designer https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio-18001 Microsoft RDLC Report Designer 2022 https://marketplace.visualstudio.com/items?itemName=ProBITools.MicrosoftRdlcReportDesignerforVisualStudio2022...
  19. C

    BitLocker Drive Encryption cannot be used

    Even you dont use bitlocker, is possible when you Extend or Shrink a partition this error appears on win10/11... workaround : use a 3rd party hard disk tool to do your job. MiniTool Partition Wizard Offline Installer #8031004A #bitlocker
  20. C

    Outlook inline image

    File > Options > Mail and select Compose messages in format as Rich Text (RTF). This would include attachment within the body of the Message. When you writing an email go to Insert tab > Picture > From Device the image will added as inline image and not as attachment.. ref
Top