System Architecture

System Architecture

7447 bookmarks
Custom sorting
OFRAK: unpack, modify, and repack binaries
OFRAK: unpack, modify, and repack binaries
OFRAK (Open Firmware Reverse Analysis Konsole) is a binary analysis and modification platform that combines the ability to unpack, analyze, modify, and repack binaries.
·ofrak.com·
OFRAK: unpack, modify, and repack binaries
Passkeys
Passkeys
Passwords have lousy security properties, and if you try to use them securely (long, complicated, and different for every site), they often have horrible usability as well. Over the decades, the in…
·textslashplain.com·
Passkeys
HTTP‘s New Method For Data APIs: HTTP QUERY
HTTP‘s New Method For Data APIs: HTTP QUERY
In our data driven world, everything is an API. HTTP is gearing up towards data APIs with a new HTTP QUERY method. See the latest from…
·horovits.medium.com·
HTTP‘s New Method For Data APIs: HTTP QUERY
Security Observability with eBPF
Security Observability with eBPF
Get our security observability report, covering signals to monitor and how to develop prevention
·isovalent.com·
Security Observability with eBPF
eBPF - The Future of Networking & Security — Cilium
eBPF - The Future of Networking & Security — Cilium
Today is an exciting day for the Cilium community: Isovalent, the company behind Cilium, is announcing its $29M Series A financing ro...
·cilium.io·
eBPF - The Future of Networking & Security — Cilium
Kernel Pwning with eBPF: a Love Story
Kernel Pwning with eBPF: a Love Story
We cover the basics of eBPF and the verifier component, which is supposed to make sure the code is safe to run.
·graplsecurity.com·
Kernel Pwning with eBPF: a Love Story
Do you need ElasticSearch when you have PostgreSQL?
Do you need ElasticSearch when you have PostgreSQL?
At Qonto, we noticed that it is powerful for business owners to grant cards for one-off expenses to their employees. That’s why we created…
·medium.com·
Do you need ElasticSearch when you have PostgreSQL?
Tampermonkey for Firefox
Tampermonkey for Firefox
Tampermonkey is a free browser extension and the most popular userscript manager. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox. Even though some of the supported browsers have native userscript support, Tampermonkey will give you much more convenience in managing your userscripts. It provides features like easy script installation, automatic update checks, a simple overview what scripts are running at a tab, a built-in editor and there is a good chance that incompatible scripts run fine with Tampermonkey. So give it a try!
·tampermonkey.net·
Tampermonkey for Firefox
An io_uring-based user-space block driver
An io_uring-based user-space block driver
The addition of the ublk driver during the 6.0 merge window would have been easy to miss; it was buried deeply within an io_uring pull request and is entirely devoid of any sort of documentation that might indicate why it merits a closer look. Ublk is intended to facilitate the implementation of high-performance block drivers in user space; to that end, it uses io_uring for its communication with the kernel. This driver is considered experimental for now; if it is successful, it might just be a harbinger of more significant changes to come to the kernel in the future.
·lwn.net·
An io_uring-based user-space block driver
When Wasm and Docker Work (and Do Not Work) Together
When Wasm and Docker Work (and Do Not Work) Together
While there has been a lot of discussion recently about whether or not WebAssembly (Wasm) will eventually replace Docker containers, it appears the two are also complementary.
·thenewstack.io·
When Wasm and Docker Work (and Do Not Work) Together
The data ecosystem for non-domestic energy consumption data in the UK
The data ecosystem for non-domestic energy consumption data in the UK
Since joining Energy Sparks I’ve started investing time in trying to understanding the UK energy system and, in particular, the parts of its data infrastructure and broader ecosystem that we …
·blog.ldodds.com·
The data ecosystem for non-domestic energy consumption data in the UK
“Who Should Write the Terraform?”
“Who Should Write the Terraform?”
The Problem Working in Cloud Native consulting, I’m often asked about who should do various bits of ‘the platform work’. I’m asked this in various forms, and at various leve…
·zwischenzugs.com·
“Who Should Write the Terraform?”
How Kafka and Redis Solve Stream-Processing Challenges
How Kafka and Redis Solve Stream-Processing Challenges
A number of streaming challenges that once seemed formidable can readily be solved just by putting streams at the center of the world.
·thenewstack.io·
How Kafka and Redis Solve Stream-Processing Challenges
Carl's Blog
Carl's Blog
·carlmastrangelo.com·
Carl's Blog
Allow or Block visitors from certain countries using NGINX
Allow or Block visitors from certain countries using NGINX
NGINX, at its core, is a collection of modules. It contains several in built modules as well as hundreds of third party modules, contributed by developers from all over the world. With the addition of dynamic module support, modules have given us greater flexibility in adding functionalities to NGINX. In
·nodexplained.com·
Allow or Block visitors from certain countries using NGINX