|
Observability and Monitoring: Illuminating the Inner Workings of Large Systems
-
akashrajpurohit.com
-
2 years ago
-
eng
Join me on an illuminating journey into the world of observability and monitoring when building large systems. In this blog, we'll demystify the art of understanding, visualizing, and diagnosing the intricate inner workings of complex systems. Get ready to shed light on hidden issues, gain insights, and ensure smooth sailing for your projects.
|
|
Bookmarks for August 2023: 4 links - Don't be clever - stitcher.io; Perche' l'OnlyFans economy impatta sul mercato del lavoro...; Broken Ownership, and more.
|
|
Quick tutorial to run immich.app, the free and open source google photos alternative. This article is intended to those who don't have much experience using docker. Follow these three steps to have a working immich.app server. Requirements: Ubuntu with root access, internet access, open ports and
|
|
When interviewing a potential candidate recently I asked them the difference, in their opinion, between the way a consultant/contractor engages with a company and a full time employee.
|
|
When interviewing a potential candidate recently I asked them the difference, in their opinion, between the way a consultant/contractor engages with a company and a full time employee.
|
|
Today I released Events 0.5 . Thanks to Cailean Parker ’s contribution, we added support for the __getitem__ dunder (aka Python magic method.) This allows the calling of events from strings, thus enabling dynamic events. For instance: events = Events(tuple(f"on_{i}" for i in range(5))) for i in range(5): events[f"on_{i}"](i) The C# language provides a handy way to declare, subscribe to and fire events. In C#, an eve..
|
|
TLDR: No. No it cannot. This was admittedly a fairly stupid experiment on the face of it. ChatGPT is a decoder-only model. It shouldn’t be able to perform an image recognition task. But then again, a decoder-only model wouldn’t have been my first choice for translation or summarization either. In my experience, ChatGPT has created translations which are at least as coherent and idiomatic as Google Translate, if not more so.
|
|
This article will guide you through implementing a TLS connection for your applications on a Kubernetes cluster, providing you with a comprehensive understanding of TLS and its importance in securing your applications and data.
|
|
On July 17, 2023 I released Apktool 2.8.0 which was a very large release that unfortunately carried some regressions with it. Little did I know that on July 19 only a few days later I would be contending with a stressful bug (feature?) from OpenJDK that took the
|
|
Large Screen Devices - The New Frontier SoundCloud large screen optimized Recently, the Android team at SoundCloud took on a project to…
|
|
This weekend I wrapped up volunteering at a summer day camp for kids ages 5 to 12. The experience was a first for me, seeing a summer day camp of that type. While I’ve gone on many outdoor camping trips, I’d never experienced, neither as a participant nor as a volunteer, a summer day camp. It wasn’t really “camp”, as I’d understood the term, but more of a blitz of activities, learning, crafts, and fun for the kids within the walls of a mode..
|
|
Hi, Wann hast du das letzte Mal die Zeit vergessen? Einfach immer weiter machen. Ohne das es schwer fällt. Mit voller Konzentration. Um dich herum blendest du alles aus. Du vergisst zu essen. Auf Toilette gehen zögerst du hinaus. Bei mir war es zuletzt als ich backendhance.com designed habe. Ich war voll drinnen. Und es war so befriedigend. Meine Website baue ich mit Hugo. Und das ist super schnell. Soll der Header etwas größer? f..
|
|
Large Screen Devices - The New Frontier SoundCloud large screen optimized Recently, the Android team at SoundCloud took on a project to…
|
|
A brief look at the proposed enhancements to the Go standard library HTTP request router, net/http.ServeMux: matching on HTTP method, and supporting wildcards in matched paths.
|
|
Finding my balance: An evolved and simplified task management system
-
pankajpipada.com
-
2 years ago
-
eng
An evolution in work related task management over the years, that has worked for me, and has personally shaped my professional life.
|
|
I (N.A. Ferrell) watch a good amount of anime. Anime has been a somewhat regular article topic here at The New […]
|
|
I have published a long-running series of dialogues between two fictional characters in New York City, Justin and Justina. Many of […]
|
|
Note: this blog post was not written by me. It was posted as a comment on r/rust by user matthieum, and was so well received that I thought it deserved to reach a broader audience. He gave me permission to repost it here. Everything below this paragraph has been taken verbatim from there. — Disclaimer: I love logging. I’ve implemented no less than 4 complete logging systems at various companies in the last 16 years, two of which were low-la..
|
|
Another day, another tool brought to my Emacs fingertips. A while ago, I wrote about easily copying text from desktop to mobile via QR codes . Later on, I brought it under dwim-shell-command as dwim-shell-commands-clipboard-to-qr . This time around, I needed the opposite: to scan a code from an image file. This is where zbar 's zbarimg comes in. These days, I'm mostly on macOS, so I installed via Homebrew : $ brew install zbar Th....
|
|
Discover how to enhance your React components with type safety using TypeScript typings for events. Delve into browser events and their role in notifying applications of user or browser-triggered changes. Explore the world of React events and learn how to handle them effectively with TypeScript.
|
|
Sharing reflections on a great summer so far in Toronto, embracing AI tools like ChatGPT, evolving in my role at Ada, exploring new coding practices and dabbling in music.
|
Two years ago, I made a small tool on top of Cloudflare’s Workers to generate a single feed by taking input from multiple RSS sources, a kind of aggregator or planet software as it was usually known a few years ago. You can read more about it here and here. This is a basic tool […]
|
|
Issues in the bedroom I have a wall-mounted TV in my bedroom. This TV has a PS4 and a PC hooked up to it. I use the PS4 to remote play my PS5 (which is situated in the living room), and in the past, have used the PC for Kodi/Jellyfin and YouTube in bed, using a USB remote control with support for moving the mouse cursor. Unfortunately, it doesn't do that very well, as the Wi-Fi adapter I have for it keeps presenting issues under Linux. No ....
|
Many thanks to the mighty, mighty Zebbler for this DEF CON 31 Trailer video! Enjoy the artistry, dance like no one's watching and get your mind right for DEF CON 31. You can download it for yourself on the #defcon media server at http://m6rqq6kocsyugo2laitup5nn32bwm3lh677chuodjfmggczoafzwfcad.onion/DEF CON 31/ . Two little weeks, people. It's almost here. Let's GO!
|
|
Every step of this captivating experience has impacted both my professional and personal development.
|
|
Differentiating the Versions of Python & Unlocking IPython's Magic
-
realpython.com
-
2 years ago
-
eng
What are all the different versions of Python? You may have heard of Cython, Brython, PyPy, or others and wondered where they fit into the Python landscape. This week on the show, Christopher Trudeau is here, bringing another batch of PyCoder's Weekly articles and projects.
|
|
Developers are embracing WebAssembly for its ability to accelerate complex algorithms, enable gaming and multimedia applications, and provide a secure sandbox. But before adopting WebAssembly, it’s crucial to consider its security implications and how to mitigate the risks.
|