seddonm1

↗ HN profile [ 76.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. This is the second part of a post aligned with a talk I gave recently at the Sydney Rust meetup. I have found significant success in this process converting decompiled code and also converting source code from python to…

  2. This post is about the brute-force reverse engineering of binary (compiled) programs using Large Language Models (LLMs) to automate this two-part problem: decompilation and conversion to a modern programming language.…

  3. I wanted to make my own evaluation of what kind of performance I could expect from SQLite on a server and investigate the experimental `BEGIN CONCURRENT` branch vs the inbuilt `DEFERRED` and `IMMEDIATE` behaviors.…

  4. Plugins for Rust (reorchestrate.com)
  5. Postgres Logical Replication (the ability to listen to the write-ahead-log) is an extremely useful tool that opens up a lot of use cases which has been put to great effect by companies like Materialize[0] and Redhat…

  6. Code Doesn't Scale for ETL (reorchestrate.com)