Search results

  1. C

    Estrogen - A trip report

    https://smoothbrains.net/posts/2025-06-15-estrogen.html (mirror) #estrogen #estradiol
  2. C

    EU Eyes Ditching Microsoft Azure for France OVHcloud

    https://www.euractiv.com/section/tech/news/scoop-commission-eyes-ditching-microsoft-azure-for-frances-ovhcloud-over-digital-sovereignty-fears/
  3. C

    EU just told Google - Enough is enough and fined them €4B

    https://euroweeklynews.com/2025/06/20/the-eu-just-told-google-enough-is-enough-and-fined-them-e4b/
  4. C

    Change the implementation of an interface at runtime

    AddSingleton : shared throughout the entire application lifetime AddTransient : Transient services are created each time they are requested from the DI container. This means that every time you resolve the service, a new instance is created. AddScoped : New instance is created for each HTTP...
  5. C

    Danish Ministry of Digitalization Is Switching to Linux and LibreOffice

    https://www.omgubuntu.co.uk/2025/06/denmark-government-replaces-microsoft-with-linux-libreoffice
  6. C

    AOSP project is coming to an end

    https://9to5google.com/2025/06/12/android-open-source-project-pixel-change/
  7. C

    Ηλεκτροκίνητο μονοθέσιο αυτοκίνητο από τους φοιτητές του Παν. Θεσσαλίας

    https://www.businessnews.gr/auto/item/312287-to-proto-ilektrokinito-monothesio-aftokinito-apo-tous-foitites-tou-pan-thessalias
  8. C

    Meta - Shut Down Your Invasive AI Discover Feed, Now

    https://www.mozillafoundation.org/en/campaigns/meta-shut-down-your-invasive-ai-discover-feed-now/
  9. C

    Meta pauses mobile port tracking tech on Android after researchers cry foul

    https://www.theregister.com/2025/06/03/meta_pauses_android_tracking_tech/
  10. C

    Introduction to .NET Microservices (.NET 8)

  11. C

    The truth about soft plastic recycling points at supermarkets

    https://www.everydayplastic.org/softplastic
  12. C

    Portable espresso

    Wacaco picopresso (review) - stainless steel ( > 100e ) - weight : 350gr | coffee : 15gr | 18 bar - skroutz minipresso gr2 (review) [2] - plastic ( < 70e ) - weight : 285gr | coffee : 8-12gr | 18 bar - skroutz minipresso gr (review) - plastic ( < 60e ) - weight : 360gr | coffee : 8g | 8 bar -...
  13. C

    OAUTH2 explained

    Google present it as Microsoft present it as ref - https://github.com/robocorp/example-oauth-email Limi labs OAuth 2.0 with Office365 (microsoft IMAP / POP3 connectivity analyzer) OAuth 2.0 with Gmail EmailArchitect Retrieve email using Gmail OAuth 2.0 Retrieve email using Microsoft...
  14. C

    Meeting President of Burkina Faso Ibrahim Traore

    DOB : 1988 https://en.wikipedia.org/wiki/Ibrahim_Traoré Inside the digital cult glorifying Burkina Faso military leader https://www.theafricareport.com/383198
  15. C

    insert record with bind parameters and get the new id on mssql

    Function AddTeam(user) Dim rs, sql, cmd dim adCmdText, adInteger, adVarWChar, adDBTimeStamp, adParamInput, adParamOutput adInteger = 3 adCmdText = 1 adVarWChar = 202 adParamInput = 1 adParamOutput = 2 adDBTimeStamp = 135 'dummy sql to get the...
  16. C

    Serilog - howto + log any httpclient request/response

    article is for .net framework for .net core see UseSerilogRequestLogging ///////////////////////////// main project //nuget Install-Package Serilog Install-Package Serilog.Sinks.File //class using Serilog; namespace hi { public static class LogConfig { public static void...
  17. C

    Who Owns All The Supplements? (2022)

    The global dietary supplements market size was valued at USD 151.9 billion in 2021 https://fanaticcook.com/2022/06/28/who-owns-all-the-supplements/ 2018 https://drnealsmoller.com/rant/the-14-mega-corporations-that-own-your-supplement-brand/
  18. C

    ανέκδοτο : το σχέδιο για ταχύτερη απομείωση του χρέους

    Το πρώτο αφορά τον στόχο το 2029 η Ελλάδα να μην είναι πλέον η πιο χρεωμένη χώρα στην Ευρώπη. Το δεύτερο, είναι η πρόωρη αποπληρωμή έως το 2031 των 31,6 δισ ευρώ που απομένουν για να “σβήσουν” πλήρως οι υποχρεώσεις του πρώτου μνημονίου οι οποίες θα έπρεπε να εκπληρωθούν με ισόποσες τριμηνιαίες...
  19. C

    Ιταλία - H Illy θα αναγκαστεί να αυξήσει την τιμή του καφέ

    https://www.businessnews.gr/epixeiriseis/item/308276-italia-h-illy-tha-anagkastei-na-afksisei-tin-timi-tou-kafe-logo-ton-dasmon-tou-tramp Arabica coffee futures have surged 70% since November Traders and roasters making minimal purchases Retailers pushing back against accepting higher prices...
Top