A complete workflow domain-specific language - Highway DSL
rodmena-limited.github.io/highway dsl/ link to specs are here
Notes on software engineering
21–40 of 547 posts, newest first.
rodmena-limited.github.io/highway dsl/ link to specs are here
It's super powerful and simple:
To use to run a Python command that cannot see or touch files outside its own folder, you must combine with .
The thundering herd problem occurs in computing when a large number of processes, threads, or client requests, all waiting for a specific event or resource, are awakened or triggered simultaneously…
I encountered a bug during development of my distributed workflow engine, and I learned that: A TOCTOU (Time-of-Check to Time-of-Use) vulnerability is a software security issue that occurs when an…
Update: I have abandoned using Jumper. It's buggy and the maintainers are not very welcoming to contributions. I am building my own.
The Integration Model This document outlines a strategy for merging and . These two systems are not competitors; they are complementary components operating at different layers of abstraction.
As systems grow, so does the complexity of their processes. Simple then scripts quickly evolve into brittle, unmanageable tangles of statements, blocks, and implicit dependencies.
There is not easier way to expose your local network, ai agent or test webhooks. install and expose your app with . retunnel.com
The Core Concept: It's a Rate of Change At its heart, the derivative of A with respect to B measures how much A changes when B changes by a very small amount.
The Core Concept: It's a Rate of Change At its heart, the derivative of A with respect to B measures how much A changes when B changes by a very small amount.
Flash Cards ========== Flash Cards (basics) Videos ========= Neural Network From Scratch In Python The spelled-out intro to neural networks and backpropagation: building micrograd
PySpark Style Guide PySpark is a wrapper language that allows users to interface with an Apache Spark backend to quickly process data.
PySpark Style Guide PySpark is a wrapper language that allows users to interface with an Apache Spark backend to quickly process data.
1. General Math Cheat Sheet (iPaper and other formats) 2. Elementary Algebra Cheat Sheet (PDF) 3. Trigonometry Cheat Sheet (PDF) 4. Calculus Cheat Sheet (PDF) 5.
Alright, let's talk about something that's rapidly becoming a non-negotiable for anyone building software: the Bill of Materials, or SBOM. I'll show you the way Lockheed Martin does it.
I wanted to take a nested set of JSON objects and import them into a SQLite database using - but I wanted to "flatten" some of the nested rows.
GitHub Gists are full Git repositories, and can be cloned and pushed to. You can clone them anonymously (read-only) just using their URL: git clone…
I ran into this error while trying to run on an M2 Mac, inside a virtual environment I had intitially created using : I eventually realized that this was using the system Python - - which doesn't have…
For google-drive-to-sqlite I wanted a mechanism to recursively return metadata on every file in a specified Goole Drive folder.