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

My idea is to achieve a technological house but that doesn’t rely only and all on a connection, because it can have failure and is not always more useful, I want instead to have a handy and comfortable setup to enjoy my everyday life with the help of some automations and tech. But my priority is also the appearance, so I tried to build some “nerdy things” with cables and a lot of hardware but without leave the cables visible or expose the p..



A system is failing. People rely on it. You are on-call to fix it. You don’t know how it works, your team don’t know how it works and the last person to work on it has left the company. Fun times! I’ll be upfront. This was an intense on-call shift. It wasn’t much fun but it did help me learn some new approaches for how to handle these situations. This blog is what I was doing by the end, having learnt from doing the wrong things in places..

DNS Zone Transfer is a mechanism for administrators to replicate DNS datasets across DNS servers. If it is enabled for a DNS nameserver, the nameserver will gladly give all DNS data regarding a domain to anyone who asks. Enabling Zone Transfers will cause an information disclosure and can thus be considered misconfiguration. I decided to investigate how common this nameserver misconfiguration is by doing a zone transfer query on all .

DNS Zone Transfer is a mechanism for administrators to replicate DNS datasets across DNS servers. If it is enabled for a DNS nameserver, the nameserver will gladly give all DNS data regarding a domain to anyone who asks. Enabling Zone Transfers will cause an information disclosure and can thus be considered misconfiguration. I decided to investigate how common this nameserver misconfiguration is by doing a zone transfer query on all .

DNS Zone Transfer is a mechanism for administrators to replicate DNS datasets across DNS servers. If it is enabled for a DNS nameserver, the nameserver will gladly give all DNS data regarding a domain to anyone who asks. Enabling Zone Transfers will cause an information disclosure and can thus be considered misconfiguration. I decided to investigate how common this nameserver misconfiguration is by doing a zone transfer query on all .


The new version of MapTiler Server can easily connect to any PostGIS database and load data as map tiles.

My new year’s resolution for 2022 is: Don’t expose confidential information while I hack my applications during demos or presentations.

On the year end episode of The Secure Developer, Guy sat down with Snyk Field CTO Simon Maple to discuss the themes, advice, and future expectations that appeared in this year’s episodes.

Ryan Basayne of Coralogix sits down with Morgan Shultz of Copado to discuss his experience leveraging Coralogix on the Heroku Platform. Copado is an end-to-end, native DevOps solution that unites Admins, Architects and Developers on one platform. DevOps is a team sport, and uniting all 3 allows you to focus on what you need to […] The post How Copado Uses Coralogix for Log Management on Heroku appeared first on Heroku .

Table of Contents Context The Error Itself Mitigation General Best Practices As software developers, we’ve all come across those annoying, not-so-useful error messages when using some library or framework: "Couldn’t parse config file" , "Lacking permission for this operation" , etc. Ok, ok, so something went wrong apparently; but what exactly? What config file? Which permissions? And what should you do about it? Error me..

Table of Contents Context The Error Itself Mitigation General Best Practices As software developers, we’ve all come across those annoying, not-so-useful error messages when using some library or framework: "Couldn’t parse config file" , "Lacking permission for this operation" , etc. Ok, ok, so something went wrong apparently; but what exactly? What config file? Which permissions? And what should you do about it? Error me..

I recently got into streaming video games on a consistent basis and needed a better call to action (CTA) to encourage subscribers. In an attempt to encourage more subscriptions, I thought it'd be bene... The post Create a Custom Stream Elements Overlay for YouTube Subscribers appeared first on The Polyglot Developer .

Typically: Chapter 1: TypesChapter 2: VariablesChapter 3: Operators/MathChapter 4: Control structuresChapter 5: ArraysChapter 6: FunctionsChapter 7: StructsChapter 8: Classes and ObjectsChapter 9: MethodsChapter 10: Inheritance and PolymorphismChapter 11: Some advanced thing XChapter 12: Some esoteric thing YChapter







nginx - river.me - 4 years ago - dan

I have already written a few blog posts about the P² quantile estimator (which is a sequential estimator that uses $O(1)$ memory): [[p2-quantile-estimator]] [[p2-quantile-estimator-rounding-issue]] [[p2-quantile-estimator-initialization]] In this post, we continue improving the P² implementation so that it gives better estimations for streams with a small number of elements.

Intel Processor Trace is a hardware technology that can record all program execution flow along with timing information accurate to around 30ns. As far as I can tell a l m o s t nobody uses it, seemingly because capturing the data is tricky and, without any visualization tools, you’re forced to read enormous text dumps.

Intel Processor Trace is a hardware technology that can record all program execution flow along with timing information accurate to around 30ns. As far as I can tell a l m o s t nobody uses it, seemingly because capturing the data is tricky and, without any visualization tools, you’re forced to read enormous text dumps.

I have already written a few blog posts about the P² quantile estimator (which is a sequential estimator that uses $O(1)$ memory): [[p2-quantile-estimator]] [[p2-quantile-estimator-rounding-issue]] [[p2-quantile-estimator-initialization]] In this post, we continue improving the P² implementation so that it gives better estimations for streams with a small number of elements.

Anotato - june.kim - 4 years ago - ita

Anotato - june.kim - 4 years ago - eng


When I talk to friends and family about the electricitymarket, they often do not realise the large reliance of the electricity market on gas. This inspired me to look at 2021 electricity production sources. The plot below shows largest electricity source per hour in the Netherlands (sources are color coded over time; days at the x-axis and hours at the y-axis). This plot makes evident the market’s reliance on gas (i.e. yellow = gas). It....

Get Lucky # Either I’m very lucky, or I keep finding evidence that everything is connected. After Rites of Passage , I’ve been reading one of my Christmas presents: the very recent Woodruff’s Guide to Slavic Deities . I confess that when I discovered it was printed by Amazon , after flipping through the pages, at first I had some prejudices. I thought it was mainly a sort of list, maybe a catalogue… oh boy, I was so wrong! The text....


The new MapTiler Desktop 11.3 release is now available for you to download, and it brings some sweet new features!


Get Lucky # Either I’m very lucky, or I keep finding evidence that everything is connected. After Rites of Passage , I’ve been reading one of my Christmas presents: the very recent Woodruff’s Guide to Slavic Deities . I confess that when I discovered it was printed by Amazon , after flipping through the pages, at first I had some prejudices. I thought it was mainly a sort of list, maybe a catalogue… oh boy, I was so wrong! The text....

In this post, we will take a look at the history of URLs, explore possible sources of URL parser confusion, run through an exploit POC, and then provide recommendations for keeping yourself safe from URL confusion based attacks.

We are thrilled to announce that Samantha Wessels has joined the Snyk rocketship as our new Vice President, EMEA Sales.

SwiftUI - Learn by doing I briefly started to use SwiftUI in 2021. I wanted to learn about the fundamentals and how SwiftUI differs from the traditional iOS and macOS development frameworks. Over the next couple of weeks, I will provide tutorials to help others learn SwiftUI by building some apps. I’m going to start building a Minesweeper clone. Minesweeper is a simple game that I loved to play when it was released with Windows 3.1 in 19..

Introduction I don’t know if you’ve seen it, but recently, a person named Marak, who makes faker.js, created some drama around faker.js . I do not condone a lot of what Marak has allegedly done. This post is not about most of that. It is just about his decisions regarding his Open Source projects. He is apparently in a tight financial situation, of his own making, and would like to be paid for his work. After getting frustrated at..

Introduction I don’t know if you’ve seen it, but recently, a person named Marak, who makes faker.js, created some drama around faker.js . I do not condone a lot of what Marak has allegedly done. This post is not about most of that. It is just about his decisions regarding his Open Source projects. He is apparently in a tight financial situation, of his own making, and would like to be paid for his work. After getting frustrated at..

Introduction I don’t know if you’ve seen it, but recently, a person named Marak, who makes faker.js, created some drama around faker.js . I do not condone a lot of what Marak has allegedly done. This post is not about most of that. It is just about his decisions regarding his Open Source projects. He is apparently in a tight financial situation, of his own making, and would like to be paid for his work. After getting frustrated at..

Introduction I don’t know if you’ve seen it, but recently, a person named Marak, who makes faker.js, created some drama around faker.js . I do not condone a lot of what Marak has allegedly done. This post is not about most of that. It is just about his decisions regarding his Open Source projects. He is apparently in a tight financial situation, of his own making, and would like to be paid for his work. After getting frustrated at..

Introduction I don’t know if you’ve seen it, but recently, a person named Marak, who makes faker.js, created some drama around faker.js . I do not condone a lot of what Marak has allegedly done. This post is not about most of that. It is just about his decisions regarding his Open Source projects. He is apparently in a tight financial situation, of his own making, and would like to be paid for his work. After getting frustrated at..

43 visitors online