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

--version always - evilcookie.de - 5 years ago - eng


Preface This is a tale of the intersection between thermal physics, cosmology, and a tiny amount of computer science to answer a seemingly innocuous question: “How strong does a password need to be for it to be physically impossible to brute-force, ever?” TLDR at the bottom. Note: this post contains equations. Since none of the equations were long or complex, I decided to just write them out in code blocks instead of using images ....

Just a little note to thank everyone who came out to our New Year’s Eve Party! It was fun to hang out with so many of you, and very satisfying to ring in the New Year with our community. These are difficult times for many of us, and maintaining our connections is an important part of staying healthy. Please feel free to visit forum.defcon.org for conversation, links to DEF CON Groups around the world and information about our upcomi..

In one of the previous posts, I described the P² quantile estimator. It allows estimating quantiles on a stream of numbers without storing them. Such sequential (streaming/online) quantile estimators are useful in software telemetry because they help to evaluate the median and other distribution quantiles without a noticeable memory footprint. After the publication, I got a lot of questions about moving sequential quantile estimators.....

The First 90 Days” by Michael D. Watkins is a book on leadership transition that I had delivered to me from my new manager at the role I just took on at a new company. I read the book ahead of starting last month but finally got around to sitting down and writing out my summary. The book provides a comprehensive framework for making a successful transition, with practical advice and tips that are applicable to any industry or organization.

In one of the previous posts, I described the P² quantile estimator. It allows estimating quantiles on a stream of numbers without storing them. Such sequential (streaming/online) quantile estimators are useful in software telemetry because they help to evaluate the median and other distribution quantiles without a noticeable memory footprint. After the publication, I got a lot of questions about moving sequential quantile estimators.....

Soy un usuario promedio: ¿Que app debería usar? Ideal: Signal - porque no recaba datos tuyos y no puede ver tus mensajes es lo mas seguro. Expertos en computacion pueden ver directamente el código que usa (github.com/signalapp) por lo que sabemos que es seguro. Tambien es el que usan periodistas y gente de wikileaks que necesita tener su información segura. Mejor: Whatsapp - Mientras que Whatsapp va a compartir a Facebook con quien te estas..



In which I save myself from financial hell by putting subscriptions on another card where they can't creep up on me

In which I save myself from financial hell by putting subscriptions on another card where they can't creep up on me

In which I save myself from financial hell by putting subscriptions on another card where they can't creep up on me

If you're already using a CSS-in-JS library, trying out Tailwind CSS with your existing app might be much easier than you think.

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


Z  https://off-guardian.org/2021/01/06/trump-supporters-allegedly-storm-the-capitol/ : (Trump zrazen spojenci a pro tuto chvíli poražen - jistě ne nadobro) Sociální média  cenzurují Donalda Trumpa . (Mažou jeho projev k protestujícím, kde vyzývá k poklidnému odchodu.) Demokrati žádají  Pence, aby odstranil Trumpa z úřadu .Video,  ukazující polici, jak dává "protestujícím" volný průchod do Kapitolu .Trumpova  sociální média byla zablok....

Vniknutí "protestujících republikánů" do Kapitolu je falešná vlajka, divadelní inscenace s krizovými herci, zorganizovaná Deep State, s pomocí Antify. Deep State se svou inscenací "násilného proniknutí Trumpových příznivců do Kapitolu" uspěl, akce znamená zřejmě na nějakou dobu konec nadějí Trumpa a vlasteneckého hnutí MAGA (Making America Great Again), i když přívrženců má milióny a určitě se jen tak nevzdá...   Zdroje:  https://off-....

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


55 visitors online