Search results

  1. 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...
  2. 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
  3. C

    AOSP project is coming to an end

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

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

    https://www.businessnews.gr/auto/item/312287-to-proto-ilektrokinito-monothesio-aftokinito-apo-tous-foitites-tou-pan-thessalias
  5. 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/
  6. 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/
  7. C

    Introduction to .NET Microservices (.NET 8)

  8. C

    The truth about soft plastic recycling points at supermarkets

    https://www.everydayplastic.org/softplastic
  9. 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 -...
  10. 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...
  11. 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
  12. 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...
  13. 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...
  14. 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/
  15. C

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

    Το πρώτο αφορά τον στόχο το 2029 η Ελλάδα να μην είναι πλέον η πιο χρεωμένη χώρα στην Ευρώπη. Το δεύτερο, είναι η πρόωρη αποπληρωμή έως το 2031 των 31,6 δισ ευρώ που απομένουν για να “σβήσουν” πλήρως οι υποχρεώσεις του πρώτου μνημονίου οι οποίες θα έπρεπε να εκπληρωθούν με ισόποσες τριμηνιαίες...
  16. 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...
  17. C

    Snappi - Τι φέρνει η νέα ελληνική neobank

    https://www.businessnews.gr/epixeiriseis/trapezes/item/310446-snappi-ti-fernei-i-nea-elliniki-neobank-10-000-sti-lista-anamonis powered by Piraeus Bank
  18. C

    US has approved CRISPR pigs for food

    https://www.technologyreview.com/2025/05/02/1116059/the-us-approves-crispr-pigs-for-food/ ref - https://news.ycombinator.com/item?id=43879288
Top