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

In this post, we’ll look at the security blindspots of lockfile injection that a Ruby gem might expose via its Gemfile.lock.

There really isn’t much to say here, nor is there a rational reason behind this. I just see it as an opportunity to send a signal and test the capabilities of my UPS. I’ve prepared for this moment with my self-hosting setup, let’s see how well it holds up. Hopefully better than the electrical grid. Winter is coming. :harold:

Finally I found the missing link to set up EDID overrides on Big Sur and later, where System Integrity Protection (SIP) is enabled. In short, MacOS also takes overrides from the path /Library/Displays/Contents/Resources/Overrides, which is admin writable.


Many moons ago - back in 2017 I think - I bought my wife an HP Pavilion . Or rather we bought it together for her.

I’m going to take you on a journey of optimization to show you how to optimize a web crawler, image recognition, and machine learning model for speed. For this we need a hypothetical problem. The challenge Link to heading There’s a website where tickets to see your favourite artist are released daily at 3 pm. But every time you try, you are too slow. You need to be the first; how fast could you optimize your process if you fully automated..


This article explores the top five C++ security concerns that affect code development and offers advice on mitigating them.


The best way to grasp the spirit of a programming language is to read example programs” as Knuth wrote in the “The Early Development of Programming Languages” 1 . Today, it is common practice to provide an example program on the front page of a programming language’s marketing site (i.e., a “hero code example” as it were). Since the objective of the example is to showcase the language’s value versus others, what coding tasks best fulfill....

The best way to grasp the spirit of a programming language is to read example programs” as Knuth wrote in the “The Early Development of Programming Languages” 1 . Today, it is common practice to provide an example program on the front page of a programming language’s marketing site (i.e., a “hero code example” as it were). Since the objective of the example is to showcase the language’s value versus others, what coding tasks best fulfill....

Learn about the newly discovered PyPi malware that attempts to steal credential and payment information from Discord and Roblox users.

This post derives the asymptotic Gaussian efficiency of the quantile absolute deviation as a function of its quantile level. Pragmastat recommends Spread — the Shamos estimator — as a robust scale alternative with a 29% breakdown point. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat I have already discussed the concept of the quantile absolute deviation in several ..

This post derives the asymptotic Gaussian efficiency of the quantile absolute deviation as a function of its quantile level. Pragmastat recommends Spread — the Shamos estimator — as a robust scale alternative with a 29% breakdown point. Confidence intervals are available via SpreadBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat I have already discussed the concept of the quantile absolute deviation in several ..


Building a Second Brain is a great PKM approach created by Tiago Forte. He has been teaching that course for a while now and has been publishing for many years at Forte Labs. This books is a collection of methods, techniques and ideas that he has formulated over those years. This book is perfect for someone who hasn't yet started collecting thoughts and ideas in a Second Brain.







Just like spaces and tabs, we have dark mode vs light mode. Dark mode is definitely the cooler and popular one right now. I don’t even remember seeing Spotify out of dark mode now that I think about it. So is dark mode better than light mode? Dark mode is good for your eyes Dark mode helps you focus Dark mode is good for battery These are some of the promises from dark modes. For me , in my experience, light modes have been helpful for....

Just the other day, I received a restaurant menu split into a handful of image files. I wanted to forward the menu to others but figured I should probably send it as a single file. ImageMagick's convert command-line utility works great for this purpose. Feed it some images and it creates a pdf for you: convert image1.png image2.png image3.png combined.pdf Using convert for this purpose was pretty straightforward. I'm sure I'll use it....

The previous releases/posts to read, are: My hardware and software setup for a new house My network home setup - v2.0 Changelog for this v3.0 from: Internet -> modem -> wireless router -> home clients to: Internet -> modem -> router -> access point - managed switch -> home clients Improving some features and keeping almost the same settings. Here are some final photos: Introduction All is started bec....

Engineers like automating tasks. You find yourself running a set of commands, copying values between files and prompts, and you think I can automate this! Aside from the joke: “why spend 30 minutes doing something when you can spend 2 days writing a program to automate it”, I believe we don’t think enough about automation. Here I want to share some ideas. Broken automation is more painful than manual work Automation is wonderful unti..

The previous releases/posts to read, are: My hardware and software setup for a new house My network home setup - v2.0 Changelog for this v3.0 from: Internet -> modem -> wireless router -> home clients to: Internet -> modem -> router -> access point - managed switch -> home clients Improving some features and keeping almost the same settings. Here are some final photos: Introduction All is started bec....

If you listen to anyone discussing AWS security, you probably heard about Amazon GuardDuty . It’s an intelligent “threat detection” service from AWS. It’s similar to an IDS system because it detects issues but doesn’t prevent them.

Large enterprises aren't slow because they're large. They're slow because whenever a decision needs to be made, information travels eight thousand layers of management up and then eight thousand laye...

Large enterprises aren't slow because they're large. They're slow because whenever a decision needs to be made, information travels eight thousand layers of management up and then eight thousand laye...

Hi there. It’s been quite a while since I posted here, mostly due to real life responsibilities. I’m planning on making monthly updates here from now on so that I can showcase the new things that are in ZigSelf. For the first update though, let’s play some catch-up.

Hi there. It’s been quite a while since I posted here, mostly due to real life responsibilities. I’m planning on making monthly updates here from now on so that I can showcase the new things that are in ZigSelf. For the first update though, let’s play some catch-up.

Greenlights - apurva-shukla.me - 3 years ago - eng
Matthew McConaughey’s Greenlights is an excellent memoir of his action packed life, filled with reflection and wisdom. I really…

Compilers - lainchan.org - 3 years ago - eng
Discuss compilers and share compiler books. >Have you ever developed your own compiler? >Have you ever worked on or contributed to a compiler? >Are you compiler-curious? What compiler ideas do you have? Tell us about your experiences, frameworks, languages, architectures, etc. (But keep it productive, don’t make rant posts about how your favorite language/framework is god sent and everything else is garbage. No one is going to....

Interaction between the Document-Policy *-images-max-bpp directive and a user-agent’s supported image formats is currently unspecified. Next-gen image formats of the present and future include WebP, AVIF, JPEG-XL, and WebP2. With every new format, new compression ratios become possible; however, cross-browser support is inconsistent. That means possible compression ratios also vary by browser. Fewer supported image formats should allow a ....

About a year ago I created a game with MongoDB and Unity and wrote about it in a previous tutorial. The idea was to demonstrate how features within the game could be synchronized to each player in nea... The post Randomizing MongoDB Document Fields on a Repeating Timer with Node.js appeared first on The Polyglot Developer .

What's the big breakthrough for Natural Language Processing (NLP) that has dramatically advanced machine learning into deep learning? What makes these transformer models unique, and what defines "attention?" This week on the show, Jodie Burchell, developer advocate for data science at JetBrains, continues our talk about how machine learning (ML) models understand and generate text.

Learn more about the top Python code review tools for Developers that will improve the speed and efficiency, and security of software throughout your SDLC.

The Web is not built around advance informed consent; there’s no agreement to terms before downloading a public file (besides basic protocol negotiations). This is one reason why “by using this site, you agree to our cookies, privacy policy, kidney harvesting, etc” notices won’t fly under the GDPR. A website admin can’t set terms for downloading a linked document; the user-agent just makes a request and the server works with that data to ....


Intel's Optane memory modules launched with a lot of fanfare in 2015, and were recently discontinued, in 2022, with similar fanfare. It was a sad day for me, a lover of abstraction-breaking technologies, but it was forseeable and understandable. At the time of Optane's launch, a lot of us were excited about the idea of having a new storage tier, sitting between DRAM and flash. It was announced as having DRAM endurance and speed with the..


The DEF CON Discord is open ( discord.gg/defcon ). You can hang out in virtual LineCon, try out the offerings of one of our hybrid villages and meet DEF CON family from around the world. The DEF CON Groups have a VR hangout going on throughout DEF CON. Learn what DCGs across the globe are up to, maybe even find a group near you to join so you can keep that DEF CON vibe all year! The info you need to get involved is here: https://www..

Snyk has officially launched Snyk Training, a free online resource to help developers and security teams learn how to implement, configure, and use Snyk on their own.

6 visitors online