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


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.





I'm a huge advocate for public transport, and as is typical in Europe , my attitude towards private cars in an urban environment is on the negative side. My opinion however, may be much more negative than most! To preface this, I have a driver's license, and

A very touching Akhil Sharma in The New Yorker : Not long after we began dating, my now wife, Christine, and I started making up stories about the child we might have. We named the child—or, in the stories we told about him, he named himself—Suzuki Noguchi. Among the things we liked about him was that he was cheerfully indifferent to us. He did not wish to be either Irish (like Christine) or Indian (like me). Suzuki was eight, and....


I started this blog few weeks ago and I installed, despite my will, Google Analytics but, just few days after… G. Analytics has been declared illegal in EU. Then? Okay, first a bit of background: everyone is curious of how many visitors, from where and from which referral site, is coming to his website. And I’m too, so what is the easy to install, free and detailed analytic service? Google Analytics, you bet. Well, maybe it’s true, if you....


I wanted to use Blackblaze's B2 service to host uploads for this site using Active Storage. I wrote this up when I couldn't find a guide to configure the two to work together. B2 advertises itself as the most affordable cloud bucket storage. 🤞 here's to hoping it remains competitively priced. Rails 5.2 introduced Active Storage, a simple way to add attachments in your Rails applications. Rails 6 introduce Action Text with simple built-....

I started this blog few weeks ago and I installed, despite my will, Google Analytics but, just few days after… G. Analytics has been declared illegal in EU. Then? Okay, first a bit of background: everyone is curious of how many visitors, from where and from which referral site, is coming to his website. And I’m too, so what is the easy to install, free and detailed analytic service? Google Analytics, you bet. Well, maybe it’s true, if you....

Learn about a recent Stranger Danger live hack where Simon Maple, Field CTO at Snyk, Eric Smalling, Senior Developer Advocate at Snyk, and Micah Silverman, Director of DevSecOps Acceleration discussed the Log4Shell vulnerability and demonstrated how an exploit could work.

Or how health checks avoid me from running into issues with controller-managed resources Here's an interesting problem I ran into while doing some work a few days ago. I was working on a pipeline to deploy new resources using ArgoCD. Everything was going great until one of the Kubernetes resources was, in fact, a resource managed by a Kubernetes controller: that is, applying it will not create it, it will merely tell the controller to cre..

In the previous posts, I discussed [[p2-quantile-estimator-intro]] (a sequential estimator which takes $O(1)$ memory and estimates a single predefined quantile), the moving P² quantile estimator ([[mp2-quantile-estimator]]) (a moving modification of P² which estimates quantiles within the moving window), and the extended P² quantile estimator (a sequential estimator which takes $O(m)$ memory and estimates $m$ predefined quantiles). Now ..

In the previous posts, I discussed [[p2-quantile-estimator-intro]] (a sequential estimator which takes $O(1)$ memory and estimates a single predefined quantile), the moving P² quantile estimator ([[mp2-quantile-estimator]]) (a moving modification of P² which estimates quantiles within the moving window), and the extended P² quantile estimator (a sequential estimator which takes $O(m)$ memory and estimates $m$ predefined quantiles). Now ..




Apology - www.rasulkireev.com - 4 years ago - eng
The Apology is Plato's record of the speech given by Socrates in court as he tries to defend himself in 399BCE against the accusations of 'corrupting the young, and by not believing in the gods in whom the city believes'.


We’re excited to announce that both Kathleen Murphy and Zach Nelson have joined the Snyk Board of Directors effective as of January 1, 2022.

I see a lot of dislike towards new year resolutions. There is a assumption that new year resolutions is bad and ineffective. Atleast some people think new year resolutions as a finalised plan. It is not. It is just a rough script for how you want your new year to go. You need to be working on it everyday. Trim it down or expand as necessary. You don’t have to hit it all. In fact, most people won’t hit it all. And that is fine. It is definit....

Use it in your Kubernetes clusters to wait for resources to be ready, like SQL Databases I know I'm not the first one to create this and, in fact, there are a plethora of options out there to use as of right now. Still, I wrote my own version of wait-for, and there are a few differences that make it to be a little more useful than the alternatives. For those of you who have never heard about this, wait-for is a very simple and tiny applic..

My Email Setup - janejeon.blog - 4 years ago - eng

I've always been curious about the story of Bell Labs – how it was formed, why it was successful, its challenges and struggles, innovation engine, people, its organizational structure, operations, and its legacy. The Idea Factory by Jon Gertner is an excellent albeit slightly inaccurate summary of what,

Tomorrow we’re releasing a major project on which we’ve been working non-stop for two and a half years. No matter how many years in the trenches, release day always makes me a bit nervous. Experience does help. I know there will be problems, and we will solve them. Some customers will complain, and those will be the most vocal. The vast majority of them will appreciate the effort, enjoy the features, and stay silent. That’s how it works. We..



Obsidian is first and foremost a Markdown editor with first-class support for internal links between notes. But just because it wasn’t built as a to-do app, doesn’t mean it can’t become one. Community plugins and external tools have made Obsidian work just as well for me as any task management app I’ve used in the past. As an added bonus, because I’m keeping notes about my day and what I’m reading, it’s easy for me to keep tasks in the cont....

Obsidian is first and foremost a Markdown editor with first-class support for internal links between notes. But just because it wasn’t built as a to-do app, doesn’t mean it can’t become one. Community plugins and external tools have made Obsidian work just as well for me as any task management app I’ve used in the past. As an added bonus, because I’m keeping notes about my day and what I’m reading, it’s easy for me to keep tasks in the cont....


67 visitors online