In defence of pull requests | johnnyreilly Some people feel that pull requests are a barrier to contribution. I disagree.
Context-dependant code is better than its reputation Why context-dependant code and usage of symbols is better than its reputation
GitHub - pulsejet/memories: Fast, modern and advanced photo management suite. Runs as a Nextcloud app. Fast, modern and advanced photo management suite. Runs as a Nextcloud app. - GitHub - pulsejet/memories: Fast, modern and advanced photo management suite. Runs as a Nextcloud app.
Addiction is a Lack of Self-Control, and Every Choice You Make is Interlinked I just read the book “Dopamine Nation” by Anna Lembke. Fantastic book. I was going to summarize the book, but then I thought f*** it people can read it themselves if they want. Instead I want to ar…
CVD, EU-DSGVO and revDSG - A personal responsible disclosure experience of a data breach in the Swiss cyber landscape in 2022/23 In late November 2022, a few days after ETH Alumni launched their new feature “Who is who” which allows them to look up and connect to other members, I came across a severe access control vulnerability. Without any authorization over the internet, it allo...
Subtraction is Addition - Nick's Base Camp The world pushes us to add things to our lives, but adding is not always what needs to be done.
What can 10 dollars get you in Turkey | Engin Arslan Engin Arslan - Software developer, teacher, entrepreneur
All your data are belong to us · Circus Recently we have seen OpenAI, a company excessivly funded by Microsoft, trialing a Large Language Model (LLM) called chatGPT.
Beginner level learning and pair programming with ChatGPT - A case study of Admonitions in Hugo A interaction with ChatGPT as a pair programmer for learning and using a new technology tool.
Why I'm not the biggest fan of Single Page Applications Sometimes it seems like accessibility experts and other web professionals hate JavaScript. This might be true for some, but most understand that JavaScript can be useful for improving UX and even accessibility. JavaScript solutions are often more accessib...
GitHub - Cvaniak/NoteSH: NoteSH fully functional sticky notes App in your Terminal! NoteSH fully functional sticky notes App in your Terminal! - GitHub - Cvaniak/NoteSH: NoteSH fully functional sticky notes App in your Terminal!
Silk.NET Coffee & Code Catchups Join the Silk.NET team for a quick catchup. This is a more informal stream wherein we'll be discussing what we've been doing on the Silk.NET project, what we...
Extensible Markup Language (XML) 1.0 The Extensible Markup Language (XML) is a subset of SGML that is completely described in this document. Its goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed fo...
Microsoft’s Fully-Managed Azure Load Testing Service Now Generally Available Microsoft recently announced the general availability of Azure Load Testing, a fully-managed load-testing service allowing customers to test the resiliency of their applications regardless of where they are hosted.
Adding Video in .NET MAUI Apps With the New MediaElement Microsoft recently released another control for the .NET MAUI platform: MediaElement. This is one of the components of the .NET MAUI Community Toolkit that allows audio and video playback within .NET MAUI applications.
Containers and Serverless—Rivals or Cohorts? This article will try to decode these technologies and explore how developers should consider containers or serverless functions within their tech stack. For example, if your application has a longer startup time, then a container would suit the need bett...
Azure Announces Native New Relic Service for Full-Stack Observability Azure recently announced a native New Relic service for full-stack observability. The performance monitoring service allows monitoring and troubleshooting of cloud applications in real-time, providing metrics, traces, and logs.
How to Convert JSON to DataTable in C# In this article, we are going to discuss various methods that we can use to convert data in JSON format to a DataTable in C#.
Unlock your door with a home key on iPhone With a compatible HomeKit door lock, use a home key to unlock your door with your iPhone or Apple Watch.
Introducing: Ubiquiti UniFi Protect AI Bullet The UniFi Protect AI Bullet is the newest entry into the AI family, our 4th generation camera platform, with enhanced smart detection capabilities. AI Bullet...
Substring Text Without Breaking Words in C# Learn how to extract substrings from text without breaking words using a simple C# method. Get step-by-step instructions and sample code in this artic