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

Educated - arunmani.in - 4 years ago - eng

Which is fine - it’s reporting errors, after all. So, if you want to capture the output to a file in Linux/Bash, you need to do it like this: $ black --check . 2> black-report.txt or like this to also output to the console, so you can see it: $ black --check . 2> >( tee -a black-report.txt > &2 ) Bash has a shortcut for this, but you lose the return code from black: $ black --check . |& tee black..

Russia’s impunity and the lack of action from the West could make nuclear weapons more attractive to regimes of all sorts.

Burger Boy - matthewc.dev - 4 years ago - eng
I came across this little GIF of someone carving a little burger boy on imgur . As far as I can’t, the poster of this GIF isn’t the original carver. Doing a quick google doesn’t show any burger boys that are similar to this. Hopefully I’m not stealing some beloved character. It’s just a thing I thought was cool. Reference: First Attempt The lighting is way too much and I need to add some texture onto the patty.

The Army has a strange relationship with words. On the one hand, precision means everything: the term “seize” means something very different to a ground forces commander than the term “secure”. On the other hand, “leader” has become an umbrella term for both the entire force in general and the select few in command positions specifically. This has little impact on non-commissioned and warrant officers who — for the most part — will never ..


最近准备做一些 RSS 相关的工作,但是发现除了 RSS 协议之外官方还提供了个 Atom 协议,算是继承自 RSS 并且进行了一些扩展,相对要比 RSS 复杂很多,而网上也没找到中文资料,阅读文档的时候就想着看都看了,那就顺便(并不)翻译成中文吧。 1. 介绍 Atom 是一种基于 XML 的文档格式,主要用于描述 Feed 相关的信息列表。 Feeds 流由很多 entries(条目)组成,每个条目都包含一组可扩展的附加元数据,例如标题等等。 1.1 实例 一个简短的单项 Atom Feed 文档: Example Feed 2003-12-13T18:30:02....


The Nextcloud snap updates automatically. By default it might happen any time, although you can configure that. The snap provides a wonderful, user-friendly indicator that an upgrade is happening: it will become unresponsive and unvisitable until the upgrade has finished. Okay, I’m kidding, this is terrible and something we know we need to work on. My point is, there are times when your snap isn’t responding properly, and you want to know W..

Python and Assembly have one thing in common: as a professional software engineer, they are both languages that you probably should know how to read, but be terrified to write. These languages seem to be (and are) at opposite ends of the spectrum: One is almost machine code, and the other is almost a scripting language. One is beginner-friendly and the other is seen as hostile to experts. One is viciously versatile with tons of libraries an..

Berkeley Mono Typeface Absolutely thrilled by the response after Hacker News launch of Berkeley Mono Typeface. I am truly humbled by the feedback, interest and people that have keen interest in typography. Berkeley Mono Font Variants Quick update on people asking what's the most popular variant. Seems like

On linux, you can create aliases for commonly used commands. These can be pretty much anything you like. Here’s an example, which creates a command called ports, which runs the stuff in quotes: # List all the ports that are currently open, with the processes that are listening alias ports = "sudo netstat -tulpn | grep '^tcp' | awk '{print \$ 1, \$ 4, \$ 7}' | sort -n | uniq | column -t" On Windows, PowerShell does suppo....

CTF - lainchan.org - 4 years ago - eng

An overview and technical breakdown of a silly side project idea that possibly became a useful modding API for Minecraft.

An overview and technical breakdown of a silly side project idea that possibly became a useful modding API for Minecraft.

Kurt Vonnegut’s Breakfast of Champions was a literary subversion, both in its wacky style and message. The sprinkles of sketched…

Quoting [Nelson’s weblog][3]: Goodreads lost my entire account last week. Nine years as a user, some 600 books and 250 carefully written reviews all deleted and unrecoverable. Their support has not been helpful. In 35 years of being online I’ve never encountered a company with such callous disregard for their users’ data. Ouch. A lesson learned the hard way: My plan now is to host my own blog-like collection of all my reading not..

War and K2 - liza.io - 4 years ago - eng
Lately, I am constantly refreshing the news about the war, and waiting for word from family in Ukraine. I am not sure what Putin thinks the end-game is here. Taking Ukraine for Russia? Installing a puppet regime? Has he not seen what Ukrainians have been willing to go through for their freedom? Does the bunker he crawled into not have Internet access to see what’s happening? Even if he manages to control the country by force for a while, Uk..

View from the campground southwards, across the partially frozen lake. Summary: 5.5 mile round-trip snowshoe from Kachess Sno-Park to Kachess Campground. Kachess Lake Road (from the I-90 to Kachess Sno-Park) was completely clear of snow, so very easy to access the trailhead. Even though we arrived at midday on a Saturday, there were still plenty of spaces. Parking is on the right side of the road, with a big turning circle at..

View from the campground southwards, across the partially frozen lake. Summary: 5.5 mile round-trip snowshoe from Kachess Sno-Park to Kachess Campground. Kachess Lake Road (from the I-90 to Kachess Sno-Park) was completely clear of snow, so very easy to access the trailhead. Even though we arrived at midday on a Saturday, there were still plenty of spaces. Parking is on the right side of the road, with a big turning circle at..

I share my experience and lessons learned from a recent tech job search, including tips on preparing for interviews and negotiating job offers.

There's a recent reddit post asking how to view webp images in Emacs . I didn't know the answer, but it's something I had wanted for some time. This post was a nice reminder to go and check things out. Was happy to contribute an answer . Turns out, it's very simple. Just set image-use-external-converter and install relevant external tools. (setq image-use-external-converter t) I'm a use-package user, so I prefer to set with: (use-pa....

I share my experience and lessons learned from a recent tech job search, including tips on preparing for interviews and negotiating job offers.

Over most of the ten years I've been using git, I've been a strong proponent of merging over rebasing. It seemed more honest to avoid rewriting commits and more likely to produce a complete history. There are also problems that arise when you rewrite shared history, and you can avoid those entirely if you just never rewrite history at all. While all of this is true, the hidden costs of the approach came to play an increasing role in my thin....

It’s my honor to announce that John Carmack and I have initiated a friendly bet of $10,000* to the 501(c)(3) charity of the winner’s choice: By January 1st, 2030, completely autonomous self-driving cars meeting SAE J3016 level 5 will be commercially available for

I use Hugo for my personal website - https://www.unsungnovelty.org . At present I use Bulma CSS for it. But I am working on a redesign with Tailwind CSS . During my search, I found articles on how to add Tailwind CSS to Hugo confusing. And at times bloated. So here is an attempt to tell you how to add Tailwind CSS to Hugo in the most minimal way. The goal is a simple and straight forward setup for Tailwind CSS in your Hugo website. Al....

How do you define Python functions that accept optional arguments or default values? Are you wondering how to go beyond being a beginner with Python? This week on the show, Christopher Trudeau is here, and he's brought another batch of PyCoder's Weekly articles and projects.

This book stands up to its fame. It’s chock-full of precious insights on our decision-making and behavioral processes and how and why we humans are often capable of making informed yet awful decisions. The bad news is that we can hardly avoid most of these biases, no matter how hard we try and even if we know about them. So-called experts in the field are subject to these same biases: their short-term estimates and predictions can even be p..


War - divan.dev - 4 years ago - eng
It’s 3AM of 4th of March, 2022, but it’s just “the eighth day” for Ukrainians. We don’t know what day it is any more because every day lasts at least ten lives. I was in Kyiv a day before the war started. On Wednesday, I flew to Estonia for a regular business trip. I had only a small backpack and planned to return in a few days. I’m safe, but everything that makes me me – is not. My nation, country, culture, language, self-identity, peo..

War - divan.dev - 4 years ago - eng
It’s 3AM of 4th of March, 2022, but it’s just “the eighth day” for Ukrainians. We don’t know what day it is any more because every day lasts at least ten lives. I was in Kyiv a day before the war started. On Wednesday, I flew to Estonia for a regular business trip. I had only a small backpack and planned to return in a few days. I’m safe, but everything that makes me me – is not. My nation, country, culture, language, self-identity, peo..

Write faster C++ with Google Benchmark: measure everything from math micro-ops to sorting algorithms, and discover 60x speedups with simple compiler tricks.



Write faster C++ with Google Benchmark: measure everything from math micro-ops to sorting algorithms, and discover 60x speedups with simple compiler tricks.

Great book to listen to while doing chores. A lot of the principles have penetrated the tech industry, so you will be familiar with what this book has to offer. However, you should still give it a try, since there aren't many book like that one. A fictious story about DevOps practices. THat's pretty cool and unique.

We’re excited to announce infrastructure as code (IaC) and container security are joining code and open source dependency security in the Snyk free plugin for JetBrains IDEs.

Read our best practices cheat sheet to help you make the most of the integration between Snyk and Bitbucket.

In this blog post, we’re going to take a look at how you can secure your cloud infrastructure to be PCI compliant.

Hugo is a static site generator built in Golang. Fast compile times and a powerful templating engine makes it a powerful option for creating sites like a blog.

Hugo is a static site generator built in Golang. Fast compile times and a powerful templating engine makes it a powerful option for creating sites like a blog.


One of the techniques that fascinates me most about writing is textual analysis, which includes semantics (the meaning of words) and syntax (the use of signs and letters to construct sentences). -Continue to read the article on SerHack.me


89 visitors online