Search results

  1. C

    Germany and Italy pressed to bring $245bn of gold home from US

    https://www.ft.com/content/e39390cc-ea02-4197-843a-1e4c242422cc mirror https://archive.ph/Nig8k
  2. C

    praeclarum/sqlite-net

    Simple, powerful, cross-platform SQLite client and ORM for .NET with Encryption Support. https://github.com/praeclarum/sqlite-net
  3. C

    Dough Whisk

  4. C

    Το 50% των καταστημάτων που βγάζουν έξω τραπεζοκαθίσματα δεν έχει άδεια

    https://www.businessnews.gr/ellada/item/313211-elegktiko-synedrio-to-50-ton-katastimaton-pou-vgazoun-ekso-trapezokathismata-den-exei-adeia-apo-tous-dimous
  5. C

    Cypress Hill - Tiny Desk Concert

    Cypress Hill - Live at Hellfest 2025
  6. C

    Estrogen - A trip report

    https://smoothbrains.net/posts/2025-06-15-estrogen.html (mirror) #estrogen #estradiol
  7. 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/
  8. 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/
  9. C

    KVM

    ^crocs, after use, many times misfunctioning getting a green layer switching back&forth sometimes without success, have to plug the cable direct! :( A trick at least to share one monitor is this to find a monitor has multiple input ports (ex VGA & HDMI), tested on this and working. Monitors by...
  10. C

    Change the implementation of an interface at runtime

    alternative - Using a Factory Pattern //Define a Factory Interface public interface IkoalaFactory { Ikoala Create(); } //Implement the Factory public class KoalaFactory : IkoalaFactory { private readonly IServiceProvider _serviceProvider; public KoalaFactory(IServiceProvider...
  11. 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...
  12. 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
  13. C

    Dapper

    How to map a one to many tsql to class (How to map a join to class) with Dapper public async Task<IEnumerable<SalesOrder>> SalesOrdersOverMinAmountDue(int minimumAmount) { var sql = @"SELECT soh.SalesOrderID, soh.OrderDate, soh.TotalDue...
  14. C

    AOSP project is coming to an end

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

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

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

    Introduction to .NET Microservices (.NET 8)

  19. C

    The truth about soft plastic recycling points at supermarkets

    https://www.everydayplastic.org/softplastic
  20. 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 -...
Top