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

As part of my new job at Decodable, I am also planning to contribute to the Apache Flink project (as Decodable’s fully-managed stream processing platform is based on Flink). Right now, I am in the process of familiarizing myself with the Flink code base, and as such I am of course building the project from source, too.

As part of my new job at Decodable, I am also planning to contribute to the Apache Flink project (as Decodable’s fully-managed stream processing platform is based on Flink). Right now, I am in the process of familiarizing myself with the Flink code base, and as such I am of course building the project from source, too.

I'm making the core of my open-source project private for the time being, to remove the inertia and pressure of open source and prioritise making progress with my limited time.

I'm making the core of my open-source project private for the time being, to remove the inertia and pressure of open source and prioritise making progress with my limited time.

This short novel was a genuine surprise. I certainly didn’t expect Voltaire to be this accessible, witty, sarcastic, and also outrageous for the era (1759). Below the surface of a seemingly entertaining and often absurd sequence of improbable events is a constant philosophical struggle. Quoting from the back cover: Candide is the story of a gentle man who, though pummeled and slapped in every direction by fate, clings desperately to the..

In Defense of Dual-Encoders for Neural Ranking by Menon et. al. discusses the question of why dual-encoder (DE) models, also called Bi-Encoders elsewhere, don’t match the performance of cross-attention (CA) models. The authors investigate what is actually going on, and demonstrate some improved performance over baseline DE models with a new model distillation method. Background Search requires an automatic way to find the most relevant d....

Discover a comprehensive guide on configuring your local machine for Python projects. This guide provides an overview of the most commonly used tools throughout the development process.

📸 London - bpev.me - 3 years ago - eng

On a recent mastodon post , Chris Spackman mentioned he uses Emacs to save ffmpeg commands he's figured out for later usage. Emacs is great for this kind of thing. I've tried different approaches over time and eventually landed on dwim-shell-command , a small package I wrote. Like Chris, I also wanted a way to invoke magical incantations of known shell commands without having to remember all the details. Chris's post reminded me of a ....

AI Luddite - june.kim - 3 years ago - ita


AI Luddite - june.kim - 3 years ago - eng


📸 London - bpev.me - 3 years ago - eng

Discover a comprehensive guide on configuring your local machine for Python projects. This guide provides an overview of the most commonly used tools throughout the development process.

We’re expanding our DEF CON Training in 2023 to include events in Seattle, Las Vegas and Singapore,and we are looking for trainers! If you’ve got experience and the kind of info hackers and security researchers can use, this means you. Please consider applying - all the information you need is available at https://training.defcon.org .


Introduction This is my initial review of the Freenove Robot Dog Kit for Raspberry Pi. I purchased this kit from my own funds, thanks to…

Python 3 - lainchan.org - 3 years ago - eng
Python 3 Welcome Lainons! (whether you are new to programming or more experienced with Python 3) Post your code and questions ITT. Old thread >>16053 > https://www.python.org (be sure to check out Library Reference and Tutorial) I recommend Python 3 for new programmers for these reasons: * It's popular. There are a lot packages/libraries and it's easy find help when you encounter problems. * Interpreted dynamic/high-level l....

What advantages can a build system provide for a Python developer? What new skills are required when working with a team of developers? This week on the show, Benjy Weinberger from Toolchain is here to discuss the Pants build system and getting started with continuous integration (CI).


Learn about the recently discovered Spring Security authorization bypass (CVE-2022-31692) and learn steps to mitigate.

2022 was definitely an interesting year. COVID was given far less attention and we started living with it much like we live with the flu virus. Mask requirements were dropped, and many social events have resumed. Crazy COVID conspiracy theories and uproar are distant memories (at least for me). I’m still teaching IT classes remotely, which has resulted in better educational outcomes compared to the physical classroom. Working with operati....

2022 was definitely an interesting year. COVID was given far less attention and we started living with it much like we live with the flu virus. Mask requirements were dropped, and many social events have resumed. Crazy COVID conspiracy theories and uproar are distant memories (at least for me). I’m still teaching IT classes remotely, which has resulted in better educational outcomes compared to the physical classroom. Working with operati....


Introduction In this video, Paulo shows the benefit of leveraging generic functions to write less code that does more. He starts by walking you through an API server he initially wrote that makes use of Go’s default HTTP handlers with a sprinkle of GORM to manage database transactions. He then refactors that code by introducing the concept of adapter functions. Paulo’s approach consists of decoupling his business logic with his API code...

Introduction In case you missed episode 4, Bill attempted to integrate current database sharing solutions to solve the “database ownership” problem his dependency manager faces. He tried providing copies of the database, implementing a load balancer and replication. While performing these experiments, Bill identified the qualities his dependency manager’s database needs to have for users to trust it. He closed episode 4 by stating that his..

Introduction In the last video, Bill left off talking about proof of work (PoW) algorithms. In a distributed and decentralized environment, PoW used to be the gold standard for a node to participate equitably in a Blockchain. However, with PoW as the number of nodes on the Blockchain increases, the amount of energy waste increases. This is because each node is performing the same computationally heavy calculation and only one node’s energy..

Introduction Most apps that work with time values eventually need to display time to a user. Go has a unique way of allowing you to specify how to display time values that is different from the C library function strftime. The strftime function tends to be the standard for languages and tooling to format time. Go developed its own format specification instead of using any existing format with the idea of being able to maintain a mental mod..

I’ve been enjoying the improvements in Python 3.11. I wanted to try them out on AWS Lambda, but it doesn’t yet support version 3.11 . What’s more, it still doesn’t support 3.10 ! Thankfully, Lambda allows custom runtimes, making it possible to run other Python versions, albeit with a lot more configuration. Here’s how I did it. Read More

I’ve been enjoying the improvements in Python 3.11. I wanted to try them out on AWS Lambda, but it doesn’t yet support version 3.11 . What’s more, it still doesn’t support 3.10 ! Thankfully, Lambda allows custom runtimes, making it possible to run other Python versions, albeit with a lot more configuration. Here’s how I did it. Read More



In our latest Snyk in 30, we showcased Snyk Open Source security with a focus on our integration with Atlassian Bitbucket Cloud.

I am working on a Maui application in my spare time and Visual Studio has this annoying habit of not showing the default Android emulator when I load the project. I could go through the hassle of creating a new emulator each time but that is painful and slow.

I am working on a Maui application in my spare time and Visual Studio has this annoying habit of not showing the default Android emulator when I load the project. I could go through the hassle of creating a new emulator each time but that is painful and slow.

As with most anything I’ve tried to start as a habit, these update posts have become far less then routine. Not to say I haven’t done anything worth writing about - I’m just incredibly lazy. Anyways, here’s what’s up: What I’m Working On I’ve installed a number of Pimoroni Enviro sensors around the home. It’s been great being able to retrieve hyperlocal weather and environment data to do with as I see fit.

As with most anything I’ve tried to start as a habit, these update posts have become far less then routine. Not to say I haven’t done anything worth writing about - I’m just incredibly lazy. Anyways, here’s what’s up: What I’m Working On I’ve installed a number of Pimoroni Enviro sensors around the home. It’s been great being able to retrieve hyperlocal weather and environment data to do with as I see fit.

Table of Contents Using Logical Decoding Row Filters With Debezium Observing Filtered Change Events Wrap-Up This post originally appeared on the Decodable blog . All rights reserved. Since logical decoding was added to Postgres in version 9.4, this powerful feature for capturing changes from the write-ahead log of the database has been continuously improved. Postgres 15 , released in October this year, added suppor..

A Little History Having a functional approach to a problem does not kick off the adventurous journey of learning a new language, instead, it…

The Requirement In VWO, we have our client-side library which is executed on our customer’s website and it is the stepping stone of every…

Table of Contents Using Logical Decoding Row Filters With Debezium Observing Filtered Change Events Wrap-Up This post originally appeared on the Decodable blog . All rights reserved. Since logical decoding was added to Postgres in version 9.4, this powerful feature for capturing changes from the write-ahead log of the database has been continuously improved. Postgres 15 , released in October this year, added suppor..

yubiuser has released a new updated for PADD, to 3.9.0, so I updated also my modified version with more info that fits 800x480px display. You can download it here: padd.sh v3.9.0 for 800x480px display . Be careful because this release has lots of modifications, because now PADD auto-center itself in bigger screen/terminal, so you need to change the launch command in your .bashrc file to disable the x/yoffset, just change the : ..

yubiuser has released a new updated for PADD, to 3.9.0, so I updated also my modified version with more info that fits 800x480px display. You can download it here: padd.sh v3.9.0 for 800x480px display . Be careful because this release has lots of modifications, because now PADD auto-center itself in bigger screen/terminal, so you need to change the launch command in your .bashrc file to disable the x/yoffset, just change the : ..

46 visitors online