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

In an earlier post, I got USB audio working on my used, manual, 2013 Honda Civic EX . Today I’ll do the same for a Sony ZS-RS60BT boombox . Here it is in all its used glory after a little cleaning. Background : I decided I should get a small portable boombox to practice my dope dance moves . I currently still suck because I think I spend more time computering than out on the floor. In any case, in a stroke of luck, I happened..

In an earlier post, I got USB audio working on my used, manual, 2013 Honda Civic EX . Today I’ll do the same for a Sony ZS-RS60BT boombox . Here it is in all its used glory after a little cleaning. Background : I decided I should get a small portable boombox to practice my dope dance moves . I currently still suck because I think I spend more time computering than out on the floor. In any case, in a stroke of luck, I happened..





GNU Stow is a tool from the GNU Project presenting itself as a symbolic link manager. As a reminder, a symbolic link is a shortcut to a file stored elsewhere on the disk. Thus, reading or writing a symbolic link will redirect to the original file. On the other hand, deleting the symbolic link does not delete the original file. Stow allows you to better manage the numerous configuration files present in Linux by creating symbolic lin..

Are you familiar with the role data engineers play in the modern landscape of data science and Python? Data engineering is a sub-discipline that focuses on the transportation, transformation, and storage of data. This week on the show, David Amos is back, and he's brought another batch of PyCoder's Weekly articles and projects.


After Mapbox announced the closure of Mapbox GL JS, the community made a collective decision to maintain and further develop the last open-source version and build a free alternative.

This year there’s an election for the council seat in the ward of the city I live in, and I want to run for it.

You sent me a Word doc on Wed 18 Mar 2020. Inside the doc was a copy/paste of a very large slack conversation. Inside the conversation was the complete contents of our production incidents channel on the morning of Mon 16 Mar. I glanced at the document, but was busy - our systems were straining and crashing because COVID-19 had erupted and US schools had closed, and teachers turned to Remind at scales we had never seen. Teachers have r....


The vast majority of my long term private savings are in low cost index funds. I only hold a handful of individual stocks, from a small “play” bucket in which I have no high expectations. But I have recently been thinking about investing in companies that I actually care about.



For some people, publishing a book represents a dream, or lifelong goal, whereby they share a particular experience or subject matter expertise. -Continue to read the article on SerHack.me

From the creators of rebar3_format , here comes… rebar3_hank , a powerful but simple tool to detect dead code around your Erlang codebase (and kill it with fire!). Developers can use this rebar plugin in addition to a linter ( Elvis ), Xref , and Dialyzer ; they complement each other perfectly. 10 minute read Hank Scorpio - Kill it with fire! Introduction In NextRoll’s RTB Team, we have two passions while we maintain our c....

Introduction This is a companion blog my fifth Functional Justin YouTube video which you can find here: https://youtu.be/wNVQ75KM8-4 If you're new to the series I'm exploring Scala 3 and functional programming using a simple expression evaluator, and adding features to it every week. Most of the videos are coffee break sized (10-15 minutes) but this one took a bit longer as I needed more time to explain the concepts. Next time wil....

If you’re familiar with the Rails ecosystem, the names Devise and OmniAuth might ring a bell: the former is a gem that handles (nearly) everything related to authentication; coupled with the latter, it makes implementing popular Social Login providers (e.g. Login with Facebook, or Twitter, or GitHub…) a breeze.

Quote 96 - www.wints.org - 5 years ago - eng
Never believe that anti-Semites are completely unaware of the absurdity of their replies. They know that their remarks are frivolous, open to challenge. But they are amusing themselves, for it is their adversary who is obliged to use words responsibly, since he believes in words. The anti-Semites have the right to play. They even like to play with discourse for, by giving ridiculous reasons, they discredit the seriousness of their interlocu..


1 2 3 import threading def start_thread ( func , name = None , args = []): threading . Thread ( target = func , name = name , args = args ) . start () How to start a background thread in Python to download images from an API.

Today’s post comes from a recent Go pop quiz. Consider this benchmark fragment. A convenience wrapper around sort.Sort(sort.StringSlice(s)), sort.Strings sorts the input in place, so it isn’t expected to allocate (or at least that’s what 43% of the tweeps who responded thought). However it turns out that, at least in recent versions of Go, each […]

I want to comment on the following tweet: A rather banal “thought experiment:” What if the only code we could review was tests and interface definitions? What would that force us to specify at the interface and behaviour level, rather than just the implementation level? — Reginald Braithwaite (@raganwald) January 2, 2021 When I read it, I had an immediate and visceral reaction. Because this is one of those things that sound ....

Happy-ish New Year - liza.io - 5 years ago - eng
It has been such a long year. I like being by myself. For the most part I’ve enjoyed hiding away in my little apartment, getting groceries delivered, working from home. I don’t really need a lot of human interaction. But by this point even I have gotten pangs of wanting to go to the city and sit in my favorite coffee shop, or just window shopping, or being able to go to a restaurant or stroll through Gamla Stan. Most of all I’ve missed be..



This case study evaluates the accuracy of MAD estimation using the Harrell-Davis quantile estimator on Gumbel-distributed data. Pragmastat recommends Spread — the Shamos estimator — as a more efficient robust scale alternative. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat In some of my previous posts, I used the median absolute deviation (MAD) to describe the dist....

This case study evaluates the accuracy of MAD estimation using the Harrell-Davis quantile estimator on Gumbel-distributed data. Pragmastat recommends Spread — the Shamos estimator — as a more efficient robust scale alternative. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat In some of my previous posts, I used the median absolute deviation (MAD) to describe the dist....

dragmove.js v0.1.2 - nadh.in - 5 years ago - eng
Repository: @knadh/dragmove.js GitHub release page: v0.1.2 What’s Changed Update dragmove.js by @suxianbaozi in https://github.com/knadh/dragmove.js/pull/7 New Contributors @suxianbaozi made their first contribution in https://github.com/knadh/dragmove.js/pull/7 Full Changelog : https://github.com/knadh/dragmove.js/compare/v0.1.1...v0.1.2

Ten or so years ago, jQuery (the Javascript framework) was all the rage. Now, removing jQuery is all the rage.


In this post, we’ll look at some common software risks, how to measure security risks, and how organizations can use Datadog and Snyk to automate risk management.

We’re ironically searching for counterexamples to the Riemann Hypothesis. Setting up Pytest Adding a Database Search Strategies Unbounded Integers In this article we’ll deploy the application on a server, so that it can search for RH counterexamples even when I close my laptop. Servers and containers When deploying applications to servers, reproducibility is crucial. You don’t want your application to depend on the details of the computer i..

We’re ironically searching for counterexamples to the Riemann Hypothesis. Setting up Pytest Adding a Database Search Strategies Unbounded Integers In this article we’ll deploy the application on a server, so that it can search for RH counterexamples even when I close my laptop. Servers and containers When deploying applications to servers, reproducibility is crucial. You don’t want your application to depend on the details of the computer i..

We’re ironically searching for counterexamples to the Riemann Hypothesis. Setting up Pytest Adding a Database Search Strategies Unbounded Integers In this article we’ll deploy the application on a server, so that it can search for RH counterexamples even when I close my laptop. Servers and containers When deploying applications to servers, reproducibility is crucial. You don’t want your application to depend on the details of the computer i..


Here are five books I read in 2020 that I would recommend. I read several fine books last year, so please check out my reading history if you are unsatisfied with this selection. Mani: Travels in the Southern Peloponnese , by Patrick Leigh Fermor . I love Patrick Leigh Fermor. Over the years, I read almost everything he wrote. He has been described as “a cross between Indiana Jones, James Bond, and Graham Greene,” and for a good rea....

Git - www.craigpardey.com - 5 years ago - eng

I’ve been working on re-platforming the online banking system for a Canadian retail bank for over two years. Leading up to the initial launch, The Business decided to defer a few features to the next release which was scheduled for about a month later. We created a release branch to support defect fixes found in testing, and the development team continued adding features to the develop branch. Bug fixes from release were merged into deve..

Splitting headache at 10am. Not a fine way to start the day. For the last 10+ years, I’ve consumed 2-5 cups of coffee every day. I was hooked to coffee is an understatement. It had gotten so bad that if I didn’t get coffee by 9am, I’d get a debilitating migraine for the rest of the day. I also had restless sleep, bordering on insomnia, where I wouldn’t sleep at all for a couple nights a month.

Quote 95 - www.wints.org - 5 years ago - eng

I’ve been working on re-platforming the online banking system for a Canadian retail bank for over two years. Leading up to the initial launch, The Business decided to defer a few features to the next release which was scheduled for about a month later. We created a release branch to support defect fixes found in testing, and the development team continued adding features to the develop branch. Bug fixes from release were merged into deve..

11 visitors online