Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

Dive into the world of distributed tracing and observability to gain valuable insights into your system's performance and behavior. In this blog, we'll embark on a human-to-human exploration of tracing techniques and observability tools that empower you to understand the intricate interactions among your microservices. From tracing spans to logging and monitoring, we'll uncover the key components that illuminate the path to a more observabl..


Overdesign - solomon.io - 2 years ago - eng
An appeal to designers and product people. Overdesign adds unnecessary complexity. This complexity causes compounding downstream issues for all involved.

Dive into the world of distributed tracing and observability to gain valuable insights into your system's performance and behavior. In this blog, we'll embark on a human-to-human exploration of tracing techniques and observability tools that empower you to understand the intricate interactions among your microservices. From tracing spans to logging and monitoring, we'll uncover the key components that illuminate the path to a more observabl..

We want to maximize our ability to "stay in The Zone". So the aim is to create the fastest, smoothest, tightly integrated, and unobtrusive mechanism to get things done using the keyboard alone.

Dive into the world of distributed tracing and observability to gain valuable insights into your system's performance and behavior. In this blog, we'll embark on a human-to-human exploration of tracing techniques and observability tools that empower you to understand the intricate interactions among your microservices. From tracing spans to logging and monitoring, we'll uncover the key components that illuminate the path to a more observabl..

We've always liked the idea of having a webcomic, or something like that. But uh, we can't really draw (I know, most artists say it just takes practice and so on, but really, so far we've always been disappointed by ourselves and uh, just don't want to get into it), and also, with how our plurality works, there's a higher-than-we'd-like risk of fictional characters we create ending up sticking around in our head as autonomous headmates, or ....


I find reading letters to the editor enjoyable. I find a lot of good debate springs up in that column, and on the flip side, I find it hilarious how poor comment sections can get. I wonder if this is due to the greater degree of curation by print editors versus the cacophony of the vox populi. I wonder if this is a problem that could be solved on the internet. Is the barrier for entry too low on a website for quality to remain consistently ..

A practical guide to working with recruiters as a software engineer covering day rates, contracts, relationships and timesheets

A practical guide to working with recruiters as a software engineer covering day rates, contracts, relationships and timesheets

A practical guide to working with recruiters as a software engineer covering day rates, contracts, relationships and timesheets

Anybody in Australia these last few months would have inevitably seen people debating the Aboriginal Voice − well, we say “debating”, but unfortunately a tactic that could have easily been anticipated by Labor is that people have resorted to winning arguments by calling each other bad names: one side is racist for making laws that make distinctions based on race, and the other side is racist for not caring about Aboriginal Australians.

The Open-Source Initiative (OSI) is planning to form a definition of “Open Artificial Intelligence” (not to be confused with OpenAI, a company selling proprietary autocomplete software whose technical details only grow less open with each iteration). Unfortunately, odds of the definition requiring the release of training data are slim: the OSI’s executive director isn’t keen on the idea himself. I see libre/open-source software as a mea....

Snyk provides tools to create and scan SBOMs for vulnerabilities, helping organizations meet the requirements laid out by the METI Guide. This blog explores how Snyk can help to comply with the METI's guidance.

Recently, I was rereading [[hampel-robust-statistics]] and I found this quote about the difference between robust and nonparametric statistics (page 9): Robust statistics considers the effects of only approximate fulfillment of assumptions, while nonparametric statistics makes rather weak but nevertheless strict assumptions (such as continuity of distribution or independence). This statement may sound obvious. Unfortunately, facts th....


Recently, I was rereading [[hampel-robust-statistics]] and I found this quote about the difference between robust and nonparametric statistics (page 9): Robust statistics considers the effects of only approximate fulfillment of assumptions, while nonparametric statistics makes rather weak but nevertheless strict assumptions (such as continuity of distribution or independence). This statement may sound obvious. Unfortunately, facts th....

I'm Philip, and this is my monthly newsletter about what I'm up to, which I send in place of social media. ✨ What I was up to in July Booklet is a product I've been building to help communi...

I'm Philip, and this is my monthly newsletter about what I'm up to, which I send in place of social media. ✨ What I was up to in July Booklet is a product I've been building to help communi...

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.

July 2023 - www.rasulkireev.com - 2 years ago - eng

Recently, I spoke about generative AI to a group of designers and researchers at Amazon Web Services.

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.

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.

WebStandards@Brave - brave.com - 2 years ago - eng
Technical insights and analysis from Brave’s privacy and security team on Web standards, laws, and harmful new proposals from Big Tech. Check out Brave's work to continue advocating for user privacy and an open Web.

Brave strongly opposes Google's "Web Environment Integrity" proposal, the latest in Google's efforts to prevent users from being in control of how they use the Web.

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

Always agreeing - ilearnt.com - 2 years ago - eng
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.

Always agreeing - ilearnt.com - 2 years ago - eng
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..

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..

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…

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..

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.

I like to sketch, mostly with pencil and charcoal on paper. One of the first things I needed to learn was how my drawing tools and the paper interacted. What kind of mark did each level of pencil hardness make, and how was that different from charcoal? What kind of paper worked best? I did various exercises that helped me understand my own tools.  I’ve been thinking a lot about this and trying to figure out what is the equivalent for th..

48 visitors online