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

Discover the world of high availability architectures and how they ensure your services are always up and running, no matter the circumstances. Join me as we explore the art of building resilient systems that guarantee 24/7 uptime and deliver a seamless experience to users.

Software supply chain security tools provide a range of features to identify and mitigate potential risks and vulnerabilities and play a critical role in safeguarding the integrity and security of the software supply chain.

You’ve probably used libreoffice. You opened a document, and proceeded to insert an image into the text. It wiggles all over and never rests where you want it to. The solution : You most likely want the “anchor as character” option. Right-click on the newly inserted image, go to the Anchor menu item, and choose As Character. You will have to do this for each image you insert which is annoying…

You’ve probably used libreoffice. You opened a document, and proceeded to insert an image into the text. It wiggles all over and never rests where you want it to. The solution : You most likely want the “anchor as character” option. Right-click on the newly inserted image, go to the Anchor menu item, and choose As Character. You will have to do this for each image you insert which is annoying…

Steve Jobs’ biography is an interesting insight into one of the most recognisable inventors of the 21st century. The book captures the…

Explore how journaling can be a game-changer for solopreneurs, unlocking creativity, enhancing productivity, and guiding personal and business growth

99% of dev work has already been done before. That’s why most modern dev is “Search Google” -> StackOverflow or random blog post -> copy & paste + tweak code LLMs and AI code completion tools (eg. GitHub Copilot) drastically simplify this even further. In a few years, you’ll simply write a prompt and the … Continue reading We’re Competing With Each Other Against Our Own Economic Irrelevance

This tutorial shows you step by step how to securely containerize — or more specifically, “Dockerize” — a PHP application. You’ll also use Snyk, a developer security platform that provides security tools for modern applications to identify and automate vulnerability fixes.


Series Here are all the posts in this series about the slices package. Binary Search Clip, Clone, and Compact Compare Contains, Delete, and Equal Introduction Go’s most important data structure is the slice and it was designed from the beginning to be mechanically sympathetic with the hardware. To learn more about that, check out Bill Kennedy’s Ultimate Go video. Thanks to the introduction of generics in Go 1.18, the language..

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

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

KRouter (Kotlin-Router) 是一个非常 轻量级的 Kotlin 路由框架 。 具体而言,KRouter 是一个通过 URI 发现接口实现类的框架。就像这样: val homeScreen = KRouter . route < Screen >( "screen/home?name=zhangke" ) 起因是段时间用 Voyager 时发现模块间的互相通信没这么灵活,需要一些配置,以及 DeepLink 的使用也有点奇怪,相比较而言我更希望能用路由的方式来实现模块间通信,于是就有了这个库。 https://github.com/0xZhangKe/KRouter 主要通过 KSP、ServiceLoader 以及 反射 实现。 使用 上面的那行代码几乎就是全部的使用方式了。 正如上面说的,这个是用来发现接口实现类并且通过 URI 匹配目的地的库,那么我们需要先定义一个接口。 ....

RAGBRAI L - www.xorvoid.com - 2 years ago - yue

RAGBRAI L - www.xorvoid.com - 2 years ago - yue

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

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.

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

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.

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.

16 visitors online