Fiction, Script, Travel & Poetry writer whose mind is stuck together with coffee, duct tape and chocolate... #WritingCommunity
https://linktr.ee/trevor.flanagan.writer
Rory McCune on LinkedIn: Taking a look at the Kube-Proxy API
Taking up the time to write up some things I've noted recently in #Kubernetes #Security explorations. This time it's the kube-proxy API. Some potentially…
I freaking love @duckdb. I have CloudFront logs in S3, in their custom log format. DuckDB can auth to AWS using existing credentials and read files from S3 using a glob. The read_csv() function can even parse these gzipped log files and create a table with proper data types for each column without me having to do anything else.
Attached: 1 video netbeep - An annoying little Chrome extension that beeps on each network request. Plays different sounds for different request types. Get an audio summary of your websites performance. Makes you appreciate simple, clean sites and ad blockers : https://github.com/combatwombat/netbeep Feedback welcome. The sound sometimes stops on slower machines. #webdev
You may wish to increase the open file limit as Rancher Desktop's default ulimit setting for pods may be too low, depending on your use case. This guide provides steps for increasing the open file limit using provisioning scripts alongside Rancher Desktop's internal processes.
Jordan Mangan on LinkedIn: #openai #llm #stackoverflow
I already had the impression OpenAI trained ChatGPT with Stack Overflow, curious to see how this improves the LLM or if it's just for preemptively mitigating…
Attached: 1 image I put Breakout (aka Brick Breaker) inside Google Calendar! It lets you decline any meetings you shatter. blog info + chrome extension link in thread!
It would be interesting to collect a trace of which processes write which files during a build, and then collect traces of all Debian package builds. The hacked xz build would be anomalous in that an object was written by an unusual program (xz, as opposed to gcc or clang), and also in that a few object files were overwritten or removed and recreated during the build. If that was a standard check, attackers would work around it, but it would be an interesting check today to look for more.
React, Electron, and LLMs have a common purpose: the labour arbitrage theory of dev tool popularity
The evolution of software development over the past decade has been very frustrating. Little of it seems to makes sense, even to those of us who are right in the middle of it.
What is kexec? kexec is short for kernel execute. At a high level, it is analogous with the syscall exec. kexec replaces the memory of the currently loaded kernel image and begins executing the newly loaded kernel image. tl;dr it enables users to run new kernels without needing to do a full power cycle of a system.
What is the value of kexec? Enables a "boot once" flow for testing a potentially problematic kernel.
Tsugaru Railway: A Midwinter Lifeline - Document 72 Hours | NHK WORLD-JAPAN On Demand
The Tsugaru Railway runs through a remote and snowy part of Aomori Prefecture in northern Japan. As well as being a vital mode of transport for locals, especially in winter, the train has a potbelly stove and views of magical wintry landscapes that attract visitors from afar. Among the passengers are a high school student poised to move to Tokyo, and a man who returned here to his hometown after several decades away. For three days in midwinter, we hopped aboard the rustic train and asked the passengers what this railway means to them.
eBPF program creation in practice - PID concealment (Part 1) - ACCEIS
eBPF program creation in practice – PID concealment (Part 1) This article is a tutorial on how to create an eBPF program using a tracepoint. If you’re not familiar with eBPF, you can refer to our introduction to eBPF, or to the official documentation What is a tracepoint? How do I create one with eBPF? […]
eBPF is a set of tools that lets us inject programs into the Linux kernel at runtime, attaching them to events in the Kernel and user space, and doing interesting things with those events. Now we can extend the kernel without rebuilding, and as the programs are run through a
My first "public" rust project: A program to pipe audio from stdin to Discord (via a bot) https://github.com/ckcr4lyf/stdinman Discussions: https://discu.eu/q/https://github.com/ckcr4lyf/stdinman #programming #rustlang