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 my previous two posts, I talked about Self as the language, and the system which allows it to serialize objects into text format. Now let’s talk about another big part of Self, which is the programming environment and the UI toolkit that it is created from: Morphic.

40% hasičů z Protipožárního útvaru v Los Angeles (LAFD) se nedostavilo k dobrovolnému očkování proti koronaviru, stejně jako mnoho zdravotnických pracovníků přední linie. Zdroj:  40% of L.A. Firefighters Decline to Show Up for Coronavirus Vaccine (breitbart.com)   16. 1. 2021 Překlad: OrgoNet Deník Los Angeles Time v sobotu přinesl zprávu :  " Koncem loňského roku dostali hasiči jako první z občanů města přístup ....

Po očkování proti covidu zemřelo v USA 55 lidí, v Norsku 29.  Zdroj:  https://www.zerohedge.com/covid-19/55-americans-have-died-following-covid-vaccination-norway-deaths-rise-29   16. 1. 2021 Překlad: OrgoNet Norsko: Výzvy k zastavení užívání vakcín proti covidu na bázi mRNA, které vyrábí například Pfizer, a to zejména pro staré lidi, v Norsku zesílily významně nyní, když tento severský národ zaznamenal již 29 úmrtí lidí nad 75....


In my previous post , I talked about Self and gave a general tour of the language and the programming environment. I mentioned that Self was an image-based programming language. Of course, if you want to develop a Self application with multiple people, an image is not suitable for collaborating (except in real-time – we’ll come back to that in a later post). Your Self image contains everything in your programming environment (provided you ..

In my previous post , I talked about Self and gave a general tour of the language and the programming environment. I mentioned that Self was an image-based programming language. Of course, if you want to develop a Self application with multiple people, an image is not suitable for collaborating (except in real-time – we’ll come back to that in a later post). Your Self image contains everything in your programming environment (provided you ..



Initially roughly patched together in Musings on Home Automation this script is intended to work around the fact that Google's NEST Thermostat doesn't have a "boost" function - making it a bit tricky if you want a part of the house not containing the NEST thermostat to be able to call for heat. The basic idea is that it will increase the NEST target temperature by a configurable amount for 30 minutes, causing the boiler to come on if ..

Shopify's tutorial is awesome for getting started, but doesn't let you deploy onto Vercel. In this article, I'll show you how.

We've a wall light in our hall whose main lightswitch is poorly placed. So, I put a smart bulb in and put a Zigbee button in a more convenient place. However, the light is brighter than a thousand suns, so I wanted a it to come on at just under half brightness by default, with an option to turn it up to full (in case someone loses a contact, or is bored of having retinas) The following script in HomeAssistant/Hass.io achieves that. On..


What is it like to design a Python library for three different audiences? This week on the show, we have Nir Aides, creator of Jupylet. His new library is designed for deep reinforcement learning researchers, musicians interested in live music coding, and kids interested in learning to program. Everything is designed to run inside of a Jupyter notebook.

The Dark Tangent gives an interview on DEF CON's origin story and the hacker way of life way back in 1997 at DEF CON 5.


Hey there. This is the first post I will be making here, and I wanted to give a tour of Self before making posts about my current implementation, mySelf. Throughout this post, I will be showing examples from the regular implementation of the Self programming environment, available here . What is Self? To quote the Self language homepage : Self is a prototype-based dynamic object-oriented programming language, environment, and virt..

Hey there. This is the first post I will be making here, and I wanted to give a tour of Self before making posts about my current implementation, mySelf. Throughout this post, I will be showing examples from the regular implementation of the Self programming environment, available here . What is Self? To quote the Self language homepage : Self is a prototype-based dynamic object-oriented programming language, environment, and virt..

Comprar una computadora es igual que comprar un automóvil, es muy dificil escoger el correcto y salir de la tienda sabiendo que fue la mejor opción” - Carlos Cerdeira Muchos de mis amigos invierten una cantidad considerable de su dinero para comprar una laptop ”potente” pero al final, cuando llegan a casa a usarla, esta igual o más lenta que la anterior. Por lo que me he decidido a hacer una guía de cómo comprar computadora basado en las úl..

Black Mirror: Bandersnatch (2018) is an interactive film in which viewers are periodically asked to make decisions for the main character Stefan Butler, the decisions then result in different scenes, and paths through the film, resulting in a branching path to a variety of endings. Think “choose-your-own-adventure”, but in interactive video. Since television viewers are conditioned to be passive spectators, the film included a tutorial e....

1 2 3 4 5 6 7 8 ██████╗ ███████╗ ██████╗ ██████╗ ██████╗ ██████╗██╗ ██╗███████╗ ██╔════╝ ██╔════╝██╔═══██╗ ██╔══██╗██╔═══██╗██╔════╝██║ ██╔╝██╔════╝ ██║ ███╗█████╗ ██║ ██║ ██████╔╝██║ ██║██║ █████╔╝ ███████╗ ██║ ██║██╔══╝ ██║ ██║ ██╔══██╗██║ ██║██║ ██╔═██╗ ╚════██║ ╚██████╔╝███████╗╚██████╔╝██╗██║ ██║╚██████╔╝╚██████╗██║ ██╗███████║ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝╚════..

I finished reading Erebus: The Story of a Ship by Michael Palin, an excellent book on the dramatic adventures of the HMS Erebus with her sister ship, the HMS Terror, first in James Clark Ross’s Antarctic expedition of 1839-43, and then during Franklin’s ill-fated Arctic expedition in search of the Northwest Passage. I knew Michael Palin as a member of the Monty Python comedy group. As it turns out, since 1980, he has also made many travel..

Giving Ada a Chance - ajxs.me - 5 years ago - eng
An in-depth look at the Ada programming language, its history, and what it has to offer developers today. As well as a fistful of my humble opinions.

Here’s a little SQL query that lists all Oracle wait events where Oracle kernel developers have added additional “human readable” descriptions. Since the original wait event names shouldn’t be changed for compatibility with existing tools, then a new column DISPLAY_NAME was added: SQL> SELECT name, display_name FROM v$event_name WHERE name != display_name; NAME DISPLAY_NAME ----------------------------------------- ----------------------....

Here’s a little SQL query that lists all Oracle wait events where Oracle kernel developers have added additional “human readable” descriptions. Since the original wait event names shouldn’t be changed for compatibility with existing tools, then a new column DISPLAY_NAME was added: SQL> SELECT name, display_name FROM v$event_name WHERE name != display_name; NAME DISPLAY_NAME ----------------------------------------- ----------------------....

Introduction If you can write a for-loop, you can do statistics. - Jake Vanderplas A lot of developers shy away from problems which involve statistics or probability. Which is shameful since in today’s data-rich environment, you can gain a lot of insights from data. In this blog post, I’ll show you how to write a simulation tool which requires no knowledge in statistics or probability. Simulations are easy to write and can be a very ..

Since I’ve never found a complete and easy tutorial on how to setup an encrypted account using the default macOS/iOS Mail.app, I’ll try to explain my setup and how I made this. Keeping things separate for the two type of encryption, an easy and less secure way: S/MIME, and the more robust and secure PGP. I’m using both on my macOS/iOS devices, with two different apps, when I want to use a friendly way and I don’t have to share important inf..

Since I’ve never found a complete and easy tutorial on how to setup an encrypted account using the default macOS/iOS Mail.app, I’ll try to explain my setup and how I made this. Keeping things separate for the two type of encryption, an easy and less secure way: S/MIME, and the more robust and secure PGP. I’m using both on my macOS/iOS devices, with two different apps, when I want to use a friendly way and I don’t have to share important inf..

It’s a brand new year, which means it’s time to set yearly goals. But before I list my goals for 2021, let’s take a look at how I did for my 2020 goals .

Books I read in 2020 - river.me - 5 years ago - eng

Books I read in 2020 - river.me - 5 years ago - eng

PC Penguins - matthewc.dev - 5 years ago - eng
This is an early attempt at blender from 2021. It started with a drawing that I loved. I’ve poked around Google Images but so far I haven’t found the original artist. I quickly modeled a few things, trying to create a more 3d look rather than sticking with the more stylized look. I’m not sure if this was ultimately the right choice. The moon was a little tricky to get right and I haven’t nailed the look of low light.

Figure 1. Asciidoc. I’ve been using reStructuredText for writing on this blog, because it has lots of built-in features that markdown doesn’t. However, reStructuredText’s actual syntax is a bit…​ fiddly - particularly its non-atx headings, too many things relying on lining up white space, etc…​ If I don’t use it for a bit, I have to look up or copy & paste all the advanced syntax. I’d prefer to use AsciiDoc, as it has all the extra....

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

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




40 visitors online