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

Resize and reflow - seirdy.one - 3 years ago - eng
This is a good article on the difference between SC 1.4.4 and 1.4.10. However, I don’t think these criteria go far enough: Even narrower viewports exist. KaiOS devices tend to have 240 px viewports; smartwatches tend to have half the width of a phone while emulating a phone width (Apple Watches can be instructed not to do this with a proprietary meta tag). Of course, making sites watch-compatible is a stretch, but support for feature phon..

It’s been a long time coming, but I’m glad to announce that Eve 2 has finally been released today. This release drops support for Python 2, Python 3.5 and Python 3.6 hence the major version bump. Other than that, expect some fixes, a new uuidRepresentation setting for MONGO_OPTIONS, and an alignment to the latest Werkzeug/PyMongo idiosyncrasies. The full changelog is available on the project website . The Eve project has been out for ten..


Kubernetes provides a powerful platform for container orchestration, but it's essential to implement additional security measures to protect your applications. Explore key strategies to enhance the runtime security of your Kubernetes clusters, including network policies, role-based access control, policy admission control, secrets management, audit logs, and ephemeral containers.


tg-archive v0.5.5 - nadh.in - 3 years ago - yue
Repository: @knadh/tg-archive GitHub release page: v0.5.5 What’s Changed config.yaml description change by @Seele0oO in https://github.com/knadh/tg-archive/pull/51 use login from env: API_ID and API_HASH by @milahu in https://github.com/knadh/tg-archive/pull/66 fix log message: published to directory by @milahu in https://github.com/knadh/tg-archive/pull/64

Marc Chagall's home - rybakov.com - 3 years ago - eng

This post studies Gastwirth’s location estimator — a weighted sum of three quantiles designed for robustness. In Pragmastat, Center — the Hodges–Lehmann estimator — is the recommended robust location estimator with a 29% breakdown point. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat Let $x = \{ x_1, x_2, \ldots, x_n \}$ be a random sample. The Gastwirth’s location es....

This post studies Gastwirth’s location estimator — a weighted sum of three quantiles designed for robustness. In Pragmastat, Center — the Hodges–Lehmann estimator — is the recommended robust location estimator with a 29% breakdown point. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat Let $x = \{ x_1, x_2, \ldots, x_n \}$ be a random sample. The Gastwirth’s location es....


dns.toys v0.2.0 - nadh.in - 3 years ago - eng
Repository: @knadh/dns.toys GitHub release page: v0.2.0 What’s Changed feat: add cidr service by @mr-karan in https://github.com/knadh/dns.toys/pull/3 Full Changelog : https://github.com/knadh/dns.toys/compare/v0.1.0...v0.2.0


On tracker blocking - seirdy.one - 3 years ago - eng
I think this post is correct, strictly speaking. I also feel like it misses the point of tracker blocking (or at least, what I think the point should be). Many people have a relatively casual threat model when they do their typical browsing. Lots of people are less concerned with avoiding identification than they are with reducing the amount of data collected about them. For example, if they sign into an account that’s linked to their....

Today, we’d like to share a story about our recent collaboration with the CISPA Helmholtz Center for Information Security, and walk through a few of the vulnerabilities we found together.

Last House Standing - ilearnt.com - 3 years ago - eng
We had a guest speaker at church on Sunday, the son-in-law of our pastors. He spoke on the subject of “Last House Standing” - based on Matthew 7:24-27, the wise and foolish builders.

Last House Standing - ilearnt.com - 3 years ago - eng
We had a guest speaker at church on Sunday, the son-in-law of our pastors. He spoke on the subject of “Last House Standing” - based on Matthew 7:24-27, the wise and foolish builders.


As mentioned earlier , I am implementing a SaaS-base to be reused for every project idea I have and that makes it through the meat grinder. If you start building something without a clearly defined scope, you will find it very hard to stop and succumb to feature creep . So let’s define the scope an MVP for a Micro SaaS should have. We have one general area of code that’s always needed in a new project:


The San Francisco Chronicle charges for subscriptions. How much does a subscription cost? This is an impossible question to answer, even for current subscribers. The Chronicle advertises several different prices for new subscribers. The only public information the Chronicle shares about its permanent subscription rates raises more questions than answers. No one at the Chronicle […]

Supporting Pi-hole alongside WireGuard within OPNsense creates a powerful solution of anti-ad/tracker connection anywhere in the world.

Introduction A blockchain is an integrated solution of different computer science problems in the form of a single, append-only , publicly available, transparent , and cryptographically auditable database that runs in a distributed and decentralized environment. I’ve heard many times that blockchain is a technology looking for a problem to solve. I disagree with that assessment because the tech and computer science behind blockchain ha..




I wanted to share a quick thing that made my life easier on tmux lately, but before we dig into that, I feel like I need to explain how I usually work.






I find myself building a new application, Cartazzi, and since the "template app" I'm building from uses Rails Test not rspec, I'm back to the past using the native rails testing framework – something I probably last touched by in 2009. This blog post summarizes different Rails testing examples and is a work in progress as I come up with new examples. Thinks I Like About Rails Test It is fast Have I mentioned it is fast It is so, so fast....

Background This is an implementation of the paper, “Message-based Community Detection on Twitter”, written by Carl Miller and associates at…

The only purpose of a plan is to ensure better results, it has no value in itself. And as James wrote, we must know what to overlook, as sometimes it is better to have no plan at all.” I value knowledge and being able to respond or adapt when it’s needed over obsessive planning of details that will be wrong the second you get to working on something. Many people are able to adapt and figure out the details for themselves — maybe not in th..

The Chromium team is planning on phasing out Manifest V2, its current set of extension APIs, in favor of Manifest V3. Manifest V3 involves giving extensions less access to page contents. Instead, extensions use new APIs that involve giving the browser simple instructions for page modification. The browser performs those instructions using its own logic; extensions themselves can’t access page contents. This represents a tremendous trade....

Let’s consider the following dynamical system: $$ \begin{cases} \dot{x}_1 = f(x_3) - x_1,\\ \dot{x}_2 = f(x_1) - x_2,\\ \dot{x}_3 = f(x_2) - x_3, \end{cases} $$ where $f(x) = \alpha / (1+x^m)$ is a Hill function. In this case study, we explore the phase portrait of this system for $\alpha = 18,\; m = 3$.

Let’s consider the following dynamical system: $$ \begin{cases} \dot{x}_1 = f(x_3) - x_1,\\ \dot{x}_2 = f(x_1) - x_2,\\ \dot{x}_3 = f(x_2) - x_3, \end{cases} $$ where $f(x) = \alpha / (1+x^m)$ is a Hill function. In this case study, we explore the phase portrait of this system for $\alpha = 18,\; m = 3$.

About - www.austinatchley.xyz - 4 years ago - eng
Hey there 👋 welcome to my website I’m a software engineer and musician based in NYC. A generalist by trade, I enjoy building worlds with code and sound 💻 🎶 I graduated from the University of Texas at Austin in 2020, earning dual degrees from the computer science department and a liberal arts program called Plan II Honors . I wrote an undergraduate thesis analyzing the philosophical underpinnings of self-driving technology, exploring e..

Projects - www.austinatchley.xyz - 4 years ago - eng
Music Projects I release music as os.10 , primarily under my project postbag alongside Sudarshan Iyengar , my friend and frequent collaborator. Here’s a running list of releases: MORPHIUS by postbag (single) 07/06/2023 CAPTAIN ALCHEMIST by postbag (single) 07/15/2023 DUSTY by postbag (album) 07/20/2023 11 days by postbag (single) 10/18/2024 sakal ban by postbag (single) 10/11/2024 ARBORETUM by postbag (album) 10/25/2024 ..

A couple of months ago, I bought the PiccoloCane Tanto2 pet stroller for the cats. I originally ordered the slightly more compact and elegant Carino2, but after it arrived it was obvious that it was too small for both of my cats. I exchanged it for the bulkier, but more roomy forest green Tanto2.


The asset pipeline is the component of Rails that I, well, let me quote myself from a recent email: I've been tracking down that crazy image related issue for an age now and I think I just got it. Every single time it is always the damn asset pipeline (this is the one component in Rails that I have a literal deep and abiding hatred for; it is finicky code and instead of sticking with a solution they keep replacing it which I have the d....

Dear Spotify. I tried to search for podcasts on your Desktop app. I know you're into fancy cross-platform Electron framework. I've come to terms with it. It's fine. It'll do. But, your understanding of interface design seems like it needs a bit

As I am reaching the 10-years-of-experience milestone in my career, there’s still a bunch of stuff that I am hopeless at.

28 visitors online