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


Discover how my experience as a robotics engineer has influenced my gardening habits. By applying lessons learned from deploying robots in the field, I've been able to cultivate a more efficient and fruitful garden. Read on to learn how my expertise has helped me become a better gardener.

by G. I. Williamson The worship of God in song is found in the inspired book of Psalms, and should be used to the exclusion of the uninspired compositions of men. The purpose of this booklet is to present the evidence in support of the following proposition; namely, that in the worship of God the inspired book of Psalms should be used to the exclusion of the uninspired compositions of men. It will be observed that the use of uninsp....

by G. I. Williamson The worship of God in song is found in the inspired book of Psalms, and should be used to the exclusion of the uninspired compositions of men. The purpose of this booklet is to present the evidence in support of the following proposition; namely, that in the worship of God the inspired book of Psalms should be used to the exclusion of the uninspired compositions of men. It will be observed that the use of uninsp....




In this blog post, we’ll explore what a platform engineer is and highlight some of their challenges that product security teams should be aware of.

As we’ve discussed over the past several quarters, we anticipated a tough start to 2023, but we were prepared to accelerate growth in the back half of the year. We now know that the challenging market conditions are likely to persist into early 2024, so we must once again adapt.

Have you ever wondered how your network traffic reaches its destination? The Linux traceroute command is a powerful tool that allows you to analyze the network path between your device and a destination server. In this article, we'll explore how to use the Linux traceroute command for network path analysis.

Have you ever wondered how your network traffic reaches its destination? The Linux traceroute command is a powerful tool that allows you to analyze the network path between your device and a destination server. In this article, we'll explore how to use the Linux traceroute command for network path analysis.

Upgrading to 2023.03.1 . This is a bugfix release that improves search result relevance, performance and fixes several character encoding bugs. Should take about a day.

Have you ever wondered how your network traffic reaches its destination? The Linux traceroute command is a powerful tool that allows you to analyze the network path between your device and a destination server. In this article, we'll explore how to use the Linux traceroute command for network path analysis.

The recent story about a group of University of Malta students being arrested for performing a by the book responsible disclosure over a…

Releasing mobile apps to the store is inherently slower than web updates due to manual process overhead, such as versioning, packaging, and submitting to the App Store for review. While web developers have long enjoyed full buzzword-compliant Continuous Deployment, mobile teams generally use a defined release cadence, typically 2-4 weeks. The DORA metric , which stands for DevOps Research and Assessment, evaluates performance using four ....

Some reflections on the development of Software-Defined Networking, and how it has impacted the ongoing re-imagining of network devices that OpenConfig, and associated projects has driven. Almost 10 years ago, there was a shift in the IP networking industry. The move towards SDN, and its adoption by hyperscalers as a means to break apart traditional network architectures had set the scene for disruption. The question of “how are we using..

Some reflections on the development of Software-Defined Networking, and how it has impacted the ongoing re-imagining of network devices that OpenConfig, and associated projects has driven. Almost 10 years ago, there was a shift in the IP networking industry. The move towards SDN, and its adoption by hyperscalers as a means to break apart traditional network architectures had set the scene for disruption. The question of “how are we using..

Fatherly wisdom - ilearnt.com - 3 years ago - eng

Fatherly wisdom - ilearnt.com - 3 years ago - eng

In the last post of the scraping series, I showed you how you can use Scraper API, an online data extractor to scrape websites that use proxies hence your chance of getting blocked is reduced. Today I am going to show how you can use Scraper API to scrape websites that are using AJAX to render data with the help of JavaScript, Single Page Applications(SPAs), or scraping websites using frameworks like ReactJS, AngularJS, or VueJS. I will be ....

Our new Snyk Parter Speak video series showcases technology partner integrations that extend the Snyk platform to fit into enterprise tools and workflows.

Another progress update on https://searchcode.com where I was trying to reduce the time it takes to index source code. Since the this was a real world example of profiling code trying to reduce its cost I thought I would document how it went. The first step is to add code allowing the collection of a profile. I don’t do this often enough in searchcode to have a want to enable/disable this so I just comment/uncomment this when needed. ..

The Linux dd command is a powerful tool for disk imaging and cloning, allowing users to create exact copies of disks or partitions for backup, recovery, or migration purposes. Though it may seem daunting at first, the dd command is straightforward and easy to use once you understand its basic syntax and options. In this blog post, we'll explore how to use the dd command to create disk images and clone disks or partitions on Linux systems.

The Linux dd command is a powerful tool for disk imaging and cloning, allowing users to create exact copies of disks or partitions for backup, recovery, or migration purposes. Though it may seem daunting at first, the dd command is straightforward and easy to use once you understand its basic syntax and options. In this blog post, we'll explore how to use the dd command to create disk images and clone disks or partitions on Linux systems.

koanf v2.0.1 - nadh.in - 3 years ago - eng
Repository: @knadh/koanf GitHub release page: v2.0.1 What’s Changed Bump golang.org/x/text from 0.3.5 to 0.3.8 in /providers/etcd by @dependabot in https://github.com/knadh/koanf/pull/204 Fix README typo by @glenn-m in https://github.com/knadh/koanf/pull/208 Fix issue 200 by @jxsl13 in https://github.com/knadh/koanf/pull/209 New Contributors @dependabot made their first contribution in https://github.com/knadh/..

The production of plastics is a major contributor to environmental pollution. But there are alternative ways to produce plastics. Biopolymers are one of them. They are biodegradable and can be used as a replacement for plastics. In this article I want to highlight some companies that produce biopolymers for packaging.


The Linux dd command is a powerful tool for disk imaging and cloning, allowing users to create exact copies of disks or partitions for backup, recovery, or migration purposes. Though it may seem daunting at first, the dd command is straightforward and easy to use once you understand its basic syntax and options. In this blog post, we'll explore how to use the dd command to create disk images and clone disks or partitions on Linux systems.

In this post, we’d like to share an example of the kind of behind-the-scenes work that the Heroku team does to continuously improve the platform based on customer feedback. The Heroku Common Runtime is one of the best parts of Heroku. It’s the modern embodiment of the principle of computing resource time-sharing pioneered by John […] The post More Predictable Shared Dyno Performance appeared first on Heroku .

Semantic search right in your browser! Calculates the embeddings and cosine similarity client-side without server-side inferencing, using transformers.js and a quantized version of sentence-transformers/all-MiniLM-L6-v2 .

I explored using LLMs for checking web API browser compatibility. Existing LLMs struggle with outdated data, so I experimented with MDN's Browser Compat Data (BCD). Initial trials using raw BCD JSON with GPT-4 had limitations. To improve this, I converted the BCD into English descriptions of API support and loaded it into a Polymath instance. This allows natural language queries about API compatibility across browsers, like "Is CSS Grid ..

I explored using LLMs for checking web API browser compatibility. Existing LLMs struggle with outdated data, so I experimented with MDN's Browser Compat Data (BCD). Initial trials using raw BCD JSON with GPT-4 had limitations. To improve this, I converted the BCD into English descriptions of API support and loaded it into a Polymath instance. This allows natural language queries about API compatibility across browsers, like "Is CSS Grid ..



One of the clearest signs you have reached seniority at your team/company is that your feedback is always sought after.

Trail is still snow covered, but both fairly compact and yet rather slushy. I used snowshoes, but others in our group were fine with Yaktrax, so long as they stayed on the well-trodden trail. The lake (pond) still appears to be frozen, apart from the north end where the creek flows in, though the surface is somewhat slushy and seems to give way easily. We arrived at 2:30pm on Tuesday and were able to park on the road right outside the w..

Trail is still snow covered, but both fairly compact and yet rather slushy. I used snowshoes, but others in our group were fine with Yaktrax, so long as they stayed on the well-trodden trail. The lake (pond) still appears to be frozen, apart from the north end where the creek flows in, though the surface is somewhat slushy and seems to give way easily. We arrived at 2:30pm on Tuesday and were able to park on the road right outside the w..




Snyk’s updates to the Docker Desktop Extension ensure continued compatibility with the newest release of Docker Desktop. The Snyk Docker Desktop Extension enables you to scan your remote or local container images and identify vulnerabilities in them.

When it comes to the analysis of a statistical significance test design, many people tend to overfocus purely on the Type I error rate. Those who are aware of the importance of power analysis often stop at expressing the Type II error rate as a single number. It is better than nothing, but such an approach always confuses me. Let us say that the declared Type II error rate is 20% (or the declared statistical power is 80%). What does it ac....

TL;DR: If you don’t need to preserve order of the elements, sort the slice first and dedupe. I have been working on https://searchcode.com a fair bit recently, having been dealing with memory issues which were causing it to crash with out of memory exceptions. The cause of that was due to backtracking regular expressions in the syntax highlighter, which will be the subject of another post sometime. As a result of the above I have spe..

When it comes to the analysis of a statistical significance test design, many people tend to overfocus purely on the Type I error rate. Those who are aware of the importance of power analysis often stop at expressing the Type II error rate as a single number. It is better than nothing, but such an approach always confuses me. Let us say that the declared Type II error rate is 20% (or the declared statistical power is 80%). What does it ac....

16 visitors online