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

It’s cliché at this point to say that 2020 was a rough year. I’m grateful in that I and my wife were relatively unscathed by the pandemic. I had some personal health issues however that by themselves made 2020 a bit of a struggle. I learned some important lessons.

It’s cliché at this point to say that 2020 was a rough year. I’m grateful in that I and my wife were relatively unscathed by the pandemic. I had some personal health issues however that by themselves made 2020 a bit of a struggle. I learned some important lessons.

Learn the differences between the two types of sites: dynamic and static. A practical list of the most important pros and cons.

Poznaj różnicę pomiędzy dwoma typami stron: dynamiczną a statyczną. Praktyczne zestawienie najważniejszych wad i zalet.

Bulgakov’s The Master and Margarita is a wonderful story weaving together the oppresive, homogenous era under the early years of…

I've made a second prototype of the Squeezebox Keyboard. It's a huge improvement over the first working prototype. Detail of assembled right hand side Improvements included in this version Key switches are hot swappable courtesy of Kailh hot-swap sockets This required a major level-up in my FreeCAD skills as there's a LOT of precise geometry Per-finger splay angle, adjustable for tailor fit Each keywell column is a separate independ....

This post going to be a bit longer as I am going to cover multiple concepts. I will be covering the following things: Smart Contracts and how do they work in Ethereum blockchain. The basics of Solidity Programming language and how to use online and existing IDEs to write and test them. Using Truffle and Ganache for Ethereum development environment setup. Web3.py helps to integrate Smart Contract with Python applications. What is a Smart Con....

Are you looking for an in-depth data science project to practice your skills on? Perhaps you would like to add new tools to your Python web development projects instead? This week on the show, David Amos is back, and he's brought another batch of PyCoder's Weekly articles and projects.

2990 - gen.lib.rus.ec - 5 years ago - eng

2991 - gen.lib.rus.ec - 5 years ago - eng

2992 - gen.lib.rus.ec - 5 years ago - eng

2993 - gen.lib.rus.ec - 5 years ago - eng

2994 - gen.lib.rus.ec - 5 years ago - eng

2995 - gen.lib.rus.ec - 5 years ago - eng

2996 - gen.lib.rus.ec - 5 years ago - eng

2997 - gen.lib.rus.ec - 5 years ago - deu

2998 - gen.lib.rus.ec - 5 years ago - eng

2999 - gen.lib.rus.ec - 5 years ago - eng

When dealing with dictionaries, a typical problem is when an operation attempts to retrieve an element using a key that does not exist in the dictionary. In .NET, a KeyNotFoundException is raised, and that’s the desired behaviour in most circumstances. Sometimes, however, you know that your program will frequently try to retrieve keys that do not exist. In such cases, it is more efficient to use the TryGetValue method: This method retur..



Learn more about the software supply chain security requirements in President Biden’s Executive Order on Improving the Nation’s Cybersecurity and how Snyk can satisfy them.

Located 350 km (217 miles) southeast of Puerto Rico, the British island of Montserrat is sometimes called ‘The Emerald Isle of the Caribbean’ for its verdancy and early Irish settlers. However, far from a paradise, Montserrat also boasts an unfortunate history, and not just because of the British slave trade that brutally ensnared many ancestors of the present population. The island has been a magnet for natural disasters. An earthquake in ....

This blog post continues from my Hello World tutorial and adds a master layout that you can use to add a consistent HTML structure to all pages. This is very similar, in a Rails context, to application.html.erb. Step 1: Create a layouts Directory In your application directory, start my creating the directory: mkdir resources/views/layouts Step 2: Create a master.blade.php Layout In your application directory, create the layout fil....

If you're like me, you: have to look up Dockerfile quirks each time you write one, never know whether a container you exec into will have bash, sh, or whatever other shell, and are never sure which container init is currently the best practice. I definitely still don't know what the hell Moby is. Overall, packaging applications into Docker container images isn't very ergonomic, and the "repeatable" part isn't all that reliable (have y....

Recently I haven’t been as productive as I’d like. Sure, the pandemic took its toll. The summer is coming and if there is a time to consume what life has to offer, instead of producing what you have to offer, this is it. Productivity should never be the goal in itself. Nevertheless, I could be better at focusing on what’s important. Significant amount of time gets wasted. It’s rarely caused by an unexpected, huge time sinks. It’s usually ..


The following is a README I give to all of my new managers. Think of it like a step-by-step guide to the broader 90-day plan you would offer your manager when you start in a new role.

We’re pleased to announce our new Snyk extension for Visual Studio, making it easier for developers to stay both secure and compliant as they code within their favorite IDE.

My new favourite thing in JS is Nullish coalescing: The nullish coalescing operator (??) is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined, and otherwise returns its left-hand side operand. — Nullish Coalescing Operator return this . thing1 ?? this . thing2 ?? ' default ' Also works well with the Optional Chaining Operator , which is also great..

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....

Best viewed on the original page , where extended functionality like the footnote helper is available. A Project of One’s Own TLDR: The article, titled “Own”, is written by Paul Graham and was published in June 2021. It discusses the concept of working on a project of one’s own and how it differs from ordinary work. Here are the key points: Working on a project of one’s own is compared to skating, which is more fun and produc....



listmonk v1.1.0 - nadh.in - 5 years ago - eng
Repository: @knadh/listmonk GitHub release page: v1.1.0 This is an unplanned interim release that fixes a critical bug in subscriber deletion: https://github.com/knadh/listmonk/issues/384 Changelog b361292 Display app version the settings UI a3b285f Fix Buefy number input width


Best viewed on the original page , where extended functionality like the footnote helper is available. Ask HN: Favorite Blogs by Individuals? TLDR: The discussion on the provided Hacker News link revolves around various topics, primarily focusing on the appreciation of a historian’s blog that frequently appears on Hacker News. The blog is praised for its detailed and technical descriptions of mechanical processes, which some user....

Best viewed on the original page , where extended functionality like the footnote helper is available. Ask HN: Favorite Blogs by Individuals? TLDR: The discussion on the provided Hacker News link revolves around various topics, primarily focusing on the appreciation of a historian’s blog that frequently appears on Hacker News. The blog is praised for its detailed and technical descriptions of mechanical processes, which some user....

52 visitors online