hash_tree's profile picture. if i rest i rust

l!ᴧǝ◖sǝ!ɹ∀

@hash_tree

if i rest i rust

l!ᴧǝ◖sǝ!ɹ∀ reposted

Really cool to see that Valdi is using yoga for its layout engine! github.com/Snapchat/Valdi…


l!ᴧǝ◖sǝ!ɹ∀ reposted

Announcing "MaleficentVM". Learn and practice your malware development skills in ctfish mode challenges in a lab VM. This VM contains 50 challenges designed to improve your user mode malware development techniques. #infosec #malware github.com/winsecurity/Ma…


l!ᴧǝ◖sǝ!ɹ∀ reposted

Handling 15 Billion Logs Every Month? “No Problemo!” Fluent Bit + Elasticsearch + HAProxy medium.com/@lunguh/handli…


l!ᴧǝ◖sǝ!ɹ∀ reposted

Magical shell history

GithubProjects's tweet image. Magical shell history

l!ᴧǝ◖sǝ!ɹ∀ reposted

Restart-Operator is a Kubernetes operator for scheduling recurring restarts of workloads using cron expressions It watches custom `RestartSchedule` CRDs, and when triggered it annotates the pod template (`restart-operator.k8s/restartedAt`) ➤ ku.bz/0kzldJ2Ql


l!ᴧǝ◖sǝ!ɹ∀ reposted

onechart is a generic Helm chart for your application deployments It abstracts all the YAML specs and offers a simpler interface to create resources such as Deployments, CronJobs, Secrets, etc ➜ ku.bz/8nqhZbkTy


l!ᴧǝ◖sǝ!ɹ∀ reposted

Zero-Downtime Istio Upgrades: A Practical Guide to Revision-Based Canary Deployments blog.diatomlabs.com/zero-downtime-…


l!ᴧǝ◖sǝ!ɹ∀ reposted

Rust for Malware Development Link: lnkd.in/dbZyTREX

hetmehtaa's tweet image. Rust for Malware Development

Link: lnkd.in/dbZyTREX

l!ᴧǝ◖sǝ!ɹ∀ reposted

Security analysis for GitHub Actions CI workflows

tom_doerr's tweet image. Security analysis for GitHub Actions CI workflows

l!ᴧǝ◖sǝ!ɹ∀ reposted

Kubezonnet is a two-component eBPF system (agent+server) that monitors pod traffic and identifies cross-zone Kubernetes transfers ➤ ku.bz/tb604Ccsr


l!ᴧǝ◖sǝ!ɹ∀ reposted

Longhorn is a distributed block storage system for Kubernetes Longhorn creates a dedicated storage controller for each block device volume and synchronously replicates the volume across multiple replicas stored on various nodes ➜ ku.bz/sF41RZGx-

K8sArchitect's tweet image. Longhorn is a distributed block storage system for Kubernetes

Longhorn creates a dedicated storage controller for each block device volume and synchronously replicates the volume across multiple replicas stored on various nodes

➜ ku.bz/sF41RZGx-

l!ᴧǝ◖sǝ!ɹ∀ reposted

Using Pairs in Java: buff.ly/q5jqMH6


l!ᴧǝ◖sǝ!ɹ∀ reposted

nvidia has brought a cuda programming class in cpp from scratch and you can use collab t4 to accelerate.

himanshustwts's tweet image. nvidia has brought a cuda programming class in cpp from scratch and you can use collab t4 to accelerate.

l!ᴧǝ◖sǝ!ɹ∀ reposted

How Would You Like Your Iceberg Sir? Stream or Batch Ordered? #apachekafka jack-vanlightly.com/blog/2025/11/5…


l!ᴧǝ◖sǝ!ɹ∀ reposted

Since there is considerable interest in regex engines, I recommend this video to get started with building one from scratch. Although it may not handle all cases, it is a solid start. youtu.be/u01jb8YN2Lw

vivekgalatage's tweet image. Since there is considerable interest in regex engines, I recommend this video to get started with building one from scratch.  Although it may not handle all cases, it is a solid start.

youtu.be/u01jb8YN2Lw

I've always enjoyed reading about regular expressions - it helped to a great extent in understanding the compilers course some 25 years ago. Hyperscan, a regular expression engine, provides detailed information - a good read. hyperscan.io

vivekgalatage's tweet image. I've always enjoyed reading about regular expressions - it helped to a great extent in understanding the compilers course some 25 years ago.

Hyperscan, a regular expression engine, provides detailed information - a good read.

hyperscan.io


l!ᴧǝ◖sǝ!ɹ∀ reposted

What happens when you INSERT a row in Postgres? Postgres needs to ensure that data is durable while maintaining good write performance + crash recovery ability. The key is in the Write-Ahead Log (WAL). (1) Postgres receives the query and determines what data page to place it…

BenjDicken's tweet image. What happens when you INSERT a row in Postgres?

Postgres needs to ensure that data is durable while maintaining good write performance + crash recovery ability. The key is in the Write-Ahead Log (WAL).

(1) Postgres receives the query and determines what data page to place it…

l!ᴧǝ◖sǝ!ɹ∀ reposted

An interesting article about "Implementing virtual list view with variable row heights" for a Go UI lib #golang judi.systems/shirei/blog/vi…

golangch's tweet image. An interesting article about "Implementing virtual list view with variable row heights" for a Go UI lib
#golang

judi.systems/shirei/blog/vi…

l!ᴧǝ◖sǝ!ɹ∀ reposted

I've always enjoyed reading about regular expressions - it helped to a great extent in understanding the compilers course some 25 years ago. Hyperscan, a regular expression engine, provides detailed information - a good read. hyperscan.io

vivekgalatage's tweet image. I've always enjoyed reading about regular expressions - it helped to a great extent in understanding the compilers course some 25 years ago.

Hyperscan, a regular expression engine, provides detailed information - a good read.

hyperscan.io

Regex is powerful but often tricky to scale for performance. This paper explores how Hyperscan tackles fast, multi-pattern regex matching using decomposition and SIMD. “Hyperscan: A Fast Multi-pattern Regex Matcher for Modern CPUs” usenix.org/system/files/n… Blog with extra…

vivekgalatage's tweet image. Regex is powerful but often tricky to scale for performance.

This paper explores how Hyperscan tackles fast, multi-pattern regex matching using decomposition and SIMD.

“Hyperscan: A Fast Multi-pattern Regex Matcher for Modern CPUs”
usenix.org/system/files/n…

Blog with extra…


l!ᴧǝ◖sǝ!ɹ∀ reposted

The most intuitive explanation of floats I've ever come across, courtesy of @fabynou fabiensanglard.net/floating_point…

GPU_MODE's tweet image. The most intuitive explanation of floats I've ever come across, courtesy of @fabynou fabiensanglard.net/floating_point…

l!ᴧǝ◖sǝ!ɹ∀ reposted

Deploy a Production-Ready Kafka Cluster on Kubernetes with Strimzi medium.com/@akhilmittal51…


Loading...

Something went wrong.


Something went wrong.