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

I remember the first mobile phone I ever saw. A “car phone.” It looked a bit like an old corded telephone hooked up to a car battery in a bag that weighed 30 pounds. I thought it was awesome; my father was on the bleeding edge of a technological revolution, and he was pretty much a super hero. Was it pretty? No. Actually mobile? It couldn’t leave the car, but the car could move, so sure.

Linux 5.13 is going to include the unprivileged sandboxing feature Landlock, which has been in the making for many years now. Unprivileged means that you don’t need special system-level privileges like root or CAP_MAC_ADMIN to use it, as some other Linux sandboxing mechanisms do. Philosophically speaking, you should not need additional special privileges just to drop the privileges that you already have. How it works With Landlock, ....

Linux 5.13 is going to include the unprivileged sandboxing feature Landlock, which has been in the making for many years now. Unprivileged means that you don’t need special system-level privileges like root or CAP_MAC_ADMIN to use it, as some other Linux sandboxing mechanisms do. Philosophically speaking, you should not need additional special privileges just to drop the privileges that you already have. How it works With Landlock, ....

Linux 5.13 is going to include the unprivileged sandboxing feature Landlock, which has been in the making for many years now. Unprivileged means that you don’t need special system-level privileges like root or CAP_MAC_ADMIN to use it, as some other Linux sandboxing mechanisms do. Philosophically speaking, you should not need additional special privileges just to drop the privileges that you already have. How it works With Landlock, ....

Are you looking for a bit of order when working with dictionaries in Python? Are you aware that the Python dict has changed over the last several versions and now keeps items in order? Could you learn more about object-oriented programming in Python by comparing it to another language? This week on the show, David Amos is back, and he's brought another batch of PyCoder's Weekly articles and projects.

Surat is the most attractive place for commercial person as well as business men they looks different opportunity for him they want to get new when they fell lassy then they find first independent female service those how can give best female comfort to him. so we grape the opportunity

In this part of the series, we'll explore the bigger picture and the generic issues and 'ill effects' on societies that are brought by the emergence of the internet or accelerated by it. We'll begin with a look at three inter-related subjects, a general social paralysis, an apparent sentiment of homogeneity, and the relation with the widespread neoliberal mindset.

A recent reddit post on /r/golang titled Go2TV - cast videos to UPnP/DLNA MediaRenderers caught my interest. In this blog post I’ll try to get it working with my Samsung TV.

/uses - uses.tech - 5 years ago - eng

Every entrepreneur wonders: “Will my startup sink or swim?” When Felix Brandon and his wife Jordan Lloyd Bookey launched Zoobean, a startup focused on children’s reading, they found themselves swimming in rough waters early on. A few months after launch, the founders were invited to pitch their business on the TV show Shark Tank. What […] The post How Heroku’s Scaling helped Zoobean through their Shark Tank Pitch appeared first on Hero..


The code for this post can be found on my GitLab While the last two years have realized a number of risks that we had all left unmitigated for far too long, one even greater risk has yet to be realized: the risk of unscheduled time travel. Yes, the grave concern that must be considered is that one moment you might be hanging out in the mall parking lot and the next you might find yourself delicately navigating 1955, aware that your only hop..

Brain dump post, excuse typos and writing getting this out of my head while I still remember it. In this post I’m going to go through how I used query based parameters to setup an Application Insights workbook so it does not have hard coded resource ID’s in it’s definition. This means it’s much easier to use for automated deployments where these ID’s aren’t known and as new resources are deployed the existing workbook picks these u..

I did a recent AMA on Clubhouse and there were a lot of awesome, hard-hitting questions on the panel. So for the next several weeks, I’m going to write out my thoughts to each of the questions and how I answered them.

mwparserfromhell 0.6 - river.me - 5 years ago - eng

mwparserfromhell - river.me - 5 years ago - dan

mwparserfromhell 0.6 - river.me - 5 years ago - eng

mwparserfromhell 0.6 - river.me - 5 years ago - eng

mwparserfromhell 0.6 - river.me - 5 years ago - eng

To be a netizen means to be part of the online social sphere. There's no way around it, to have a voice and participate people have to join a platform, which comes with its own limitations. The rules of the platforms are the rules of the information society but the platforms adapt more to fit us than we adapt to them. Anything happening on them is directly because of real people interacting together. People that have their own hopes, emoti..

Have you ever wondered how HyperLogLog works? Or have you never heard of it at all? In this post I explain the wonderful algorithm of Flajolet et al. from scratch and in a very simple manner.





Snyk Code, the AI-based static application security testing (SAST) tool, now offers Python as a supported development language (beta). Snyk Code already fully supports Java, JavaScript, and TypeScript.

Kernel density estimation (KDE) is a popular technique of data visualization. Based on the given sample, it allows estimating the probability density function (PDF) of the underlying distribution. Here is an example of KDE for x = {3.82, 4.61, 4.89, 4.91, 5.31, 5.6, 5.66, 7.00, 7.00, 7.00} (normal kernel, Sheather & Jones bandwidth selector): KDE is a simple and straightforward way to build a PDF, but it’s not always the bes....

Kernel density estimation (KDE) is a popular technique of data visualization. Based on the given sample, it allows estimating the probability density function (PDF) of the underlying distribution. Here is an example of KDE for x = {3.82, 4.61, 4.89, 4.91, 5.31, 5.6, 5.66, 7.00, 7.00, 7.00} (normal kernel, Sheather & Jones bandwidth selector): KDE is a simple and straightforward way to build a PDF, but it’s not always the bes....



L: I wrote a new post here , amending some of the things here, but uh, do still read this post for reference (as in, read both posts before you create or modify a key or any config files) Update: This post explains how ya can get the public key from the smartcard, no need for storing a temporary file Update: Added a warning in the commands list to edit key before putting it on the card, updated backup stuff, fixed some command Upda....

Customer Trust is our highest priority at Salesforce and Heroku. It’s more important than ever to implement stronger security measures in light of increasing security threats that could affect services and apps that are critical to businesses and communities. We’re pleased to announce that all Heroku customers can now take advantage of the security offered […] The post Enhancing Security: MFA Now Available for All Heroku Customers appea..

Like many people I write to think. And, it helps. I set out with only inklings of an idea and by the time I am done, I usually have a coherent a complete thought. The writing contains it, but it doesn't communicate it. There's a difference between writing to think and writing to communicate and I finally understand that.

An overview of Mugo, a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself.

The error in your browser’s console # No ‘Access-Control-Allow-Origin’ header is present on the requested resource.


The error in your browser’s console # No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Brave opposes FLoC, a recent Google proposal that would have your browser share your browsing behavior and interests by default with every site and advertiser with which you interact.


Oxbow Lake - sam.hooke.me - 5 years ago - eng

Oxbow Lake - sam.hooke.me - 5 years ago - eng

It is Super Bowl Sunday in the year 2022. Five people, dinner, an apartment on the east side of Manhattan. The retired physics professor and her husband and her former student waiting for the couple who will join them from what becomes a dramatic flight from Paris. The conversation ranges from a survey telescope in North-central Chile to a favorite brand of bourbon to Einstein’s 1912 Manuscript on the Special Theory of Relativity. Then some..

Mainframe computers, like the IBM one shown above, were the first digital computers that started appearing in big companies during the 1950s. They were room-sized behemoths of circuitry and steel primarily used to generate balance sheets and income statements. And while IBM still sells a small number of mainframe computers today, they only enjoyed mainstream popularity until the late 1980s. While early mainframes were only accessed by the..

Mainframe computers, like the IBM one shown above, were the first digital computers that started appearing in big companies during the 1950s. They were room-sized behemoths of circuitry and steel primarily used to generate balance sheets and income statements. And while IBM still sells a small number of mainframe computers today, they only enjoyed mainstream popularity until the late 1980s. While early mainframes were only accessed by the..

20 visitors online