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

Infinite Race - ztoz.blog - 4 years ago - eng
Infinite Race is a mathematical racing game. Two players compete to move their piece the greatest distance along the number line by choosing how the dice will fall. However, the rolls must fit a distribution perfectly, so the player’s luck must revert to the mean. The strategy is to select a sequence of moves which allows one player to break free of the pack. Setup Each player specifies an infinite sequence of moves at the beginning of p....

Infinite Race - ztoz.blog - 4 years ago - eng
Infinite Race is a mathematical racing game. Two players compete to move their piece the greatest distance along the number line by choosing how the dice will fall. However, the rolls must fit a distribution perfectly, so the player’s luck must revert to the mean. The strategy is to select a sequence of moves which allows one player to break free of the pack. Setup Each player specifies an infinite sequence of moves at the beginning of p....

View the Source or Demo for the schema-based form system described in this article. Working with forms on the front end is tedious and…

Many "must-read" books are not well-written. I try to read a lot , but I still have a low tolerance for bad writing and bad editing. I write this post both to discourage thoughtless recommendations and to encourage the receivers of bad recommendations. For software developers, Structure and Interpretation of Computer Programs is a prime example. Written for freshman at MIT, it is ostensibly an entry-level text. But it requires such a lev....

When you design software to achieve a particular level of performance, it can be a good idea to be familiar with the general speed regimes you are working with: fundamental limitations like storage devices and networks can drive software architecture. Here are a set of common benchmark numbers that can help you anchor performance conversations and think about the components that your software will interact with. As with all guidelines, thes..

Crypto marketers share how they’re leveraging this exciting moment in time in a new 10-episode season of The Brave Marketer podcast.

As I close in on my promotion to captain, mentorship has become an increasingly important part of my job. Many new lieutenants find the Basic Officer Leader Course just that — basic — and so they report eager to develop personally, professionally, and militarily. My article Personal Development addresses that first domain in terms of improving one’s personal, professional, and military knowledge , but neglects other areas. After severa..

Major data loss - artemislena.eu - 4 years ago - eng
So… TL;DR: We lost all of your data created after 28th November 2021 at midnight… No, we probably can't get it back for you… Yes, I am terribly sorry, this affected us as well… a lot… anyway… Matrix data should be mostly recoverable, we hope, except for password resets and new accounts, I suppose… that would have to be recreated… also anything that isn't federated… and perhaps some things that are… Invidious and Plik data from after the dat....


First of all this is not the usual(ess) article that says “use Low Power Mode, disable background refresh, etc…” we already know those stupids tips, I’m assuming that we are a bit above this level. So I would try to explain how to keep charged your batteries between 20% and 80% using Shortcuts and Alexa connected Smart Plug, plus get some notifications when the batteries are below or above a threshold of other devices. For example, get an..


First of all this is not the usual(ess) article that says “use Low Power Mode, disable background refresh, etc…” we already know those stupids tips, I’m assuming that we are a bit above this level. So I would try to explain how to keep charged your batteries between 20% and 80% using Shortcuts and Alexa connected Smart Plug, plus get some notifications when the batteries are below or above a threshold of other devices. For example, get an..

At this point most people are pretty cynical about social media. The worst offender in that space is Facebook , recently rebranded into Meta . In a world constantly incentivized by profit it’s difficult to imagine Meta optimizing for anything else. The striking part was always how cunning and ruthless they are in pursuing profit. Nevertheless, despite many controversies around privacy, usage of personal data and Meta ’s political invol..

Country Music 2022 - mbutler.org - 4 years ago - eng

Update: Github have responded and said they will stop sending notifications about this CVE. Yesterday Github started notifying tens of thousands of people about a critical remote code execution vulnerability in a package named loguru. Their reviewed advisory is here. It references CVE-2022-0329 whic...

Update: Github have responded and said they will stop sending notifications about this CVE. Yesterday Github started notifying tens of thousands of people about a critical remote code execution vulnerability in a package named loguru. Their reviewed advisory is here. It references CVE-2022-0329 whic...



The Pwnkit vulnerability (CVE-2021-4034) disclosed in Jan 2022 has existed since 2009, but can now be exploited in the wild. Secure your projects with Snyk.


Why reaching DDR4's theoretical bandwidth is nearly impossible. CPU parallel reductions struggle to hit 60% saturation while GPU solutions easily exceed 79%.

Back in 2019, I picked up a rare SPARC-based laptop from the 1990s running Solaris UNIX (marketed as the ultimate UNIX portable on the Tadpole website in 1997). You can read my blog post on it here: SPARCbook 3000ST: The coolest 90s laptop . It occasionally shows up on Hacker News, and I get plenty of comments whenever I post it on Reddit.

Back in 2019, I picked up a rare SPARC-based laptop from the 1990s running Solaris UNIX (marketed as the ultimate UNIX portable on the Tadpole website in 1997). You can read my blog post on it here: SPARCbook 3000ST: The coolest 90s laptop . It occasionally shows up on Hacker News, and I get plenty of comments whenever I post it on Reddit.

Why reaching DDR4's theoretical bandwidth is nearly impossible. CPU parallel reductions struggle to hit 60% saturation while GPU solutions easily exceed 79%.

If you just got started with Zig , you might quickly want to use a hashmap. Zig provides good defaults, with a lot of customization options. Here I will try to guide you into choosing the right hashmap type. 60-second explainer You probably want: var my_hash_map = std . StringHashMap ( V ). init ( allocator ); Or if you do not have string keys, you can use an Auto hashmap instead: var my_hash_m....


If you just got started with Zig , you might quickly want to use a hashmap. Zig provides good defaults, with a lot of customization options. Here I will try to guide you into choosing the right hashmap type. 60-second explainer You probably want: var my_hash_map = std . StringHashMap ( V ). init ( allocator ); Or if you do not have string keys, you can use an Auto hashmap instead: var my_hash_m....

Big DEF CON 30 CTF update! Following several years of exemplary service by the Order of the Overflow, our world-famous Capture the Flag contest is under new management. The care and feeding of this year’s CTF is in the worthy and capable hands of the Nautilus Institute! From Nautilus Institute: Ahoy DEF CON and CTF communities! We are the Nautilus Institute. We have been chosen, from a very respectable pool of applicants, to..

How can you can speed up Python? Have you thought of using a JIT (Just-In-Time Compiler)? This week on the show, we have Real Python author and previous guest Anthony Shaw to talk about his project Pyjion, a drop-in JIT compiler for CPython 3.10.

GPU code beats optimized CPU parallel reductions by 10x, reaching 879 GB/s. CUB achieves 94% bandwidth saturation while CPU barely hits 60%.

GPU code beats optimized CPU parallel reductions by 10x, reaching 879 GB/s. CUB achieves 94% bandwidth saturation while CPU barely hits 60%.

Rails 7 introduced import maps as the new default way to manager javascript. To quote the readme from importmap-rails: Import maps let you import JavaScript modules using logical names that map to versioned/digested files – directly from the browser. So you can build modern JavaScript applications using JavaScript libraries made for ES modules (ESM) without the need for transpiling or bundling . This frees you from needing Webpack, Ya....

Last year’s SnykCon provided a wealth of AppSec tips and best practices. In this post, we look at two talks on the process of building and maintaining a culture of secure development in your organization.

DEF CON movie night rolls on with ‘Primer’. Joins us on the DC discord Saturday 8pm PST for what has to be the most brainmelting time travel movie that could possibly be shot for $7000. Bring a cork board and a few different colors of yarn. We’ll be waiting for you in the movie-night-text channel.

You’ve probably seen web editors based on the idea of blocks. I’m typing this in WordPress, which has a little + button that brings up a long… Read more "Making the web better. With blocks!"



A chief information security officer (CISO) has a lot on their shoulders to ensure an organization is secure. And for someone new to the role, the challenge is even more significant.

Pool mining is the most common way to mine Monero today, but thankfully the emergence of p2pool mining is rapidly changing that.


Brave is excited to announce that Annie Lee has joined the company as its first Chief Marketing Officer. She was most recently at Twitch, an Amazon subsidiary.




137 visitors online