seddonm1
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Using LLMs and differential testing to convert code (reorchestrate.com)
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…
- Show HN: Your binary is no longer safe (reorchestrate.com)
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.…
- Bringing a Warhammer to a Knife Fight (reorchestrate.com)
- Show HN: SQLite Transaction Benchmarking Tool (github.com)
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.…
- Plugins for Rust (reorchestrate.com)
- Show HN: Postgres Logical Replication with Rust (github.com)
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…
- Show HN: Arc, an open-source Databricks alternative (arc.tripl.ai)
- Arc: Build Apache Spark Jobs Without Code (github.com)
- DeltaLake: A clever solution to a big (data) problem (reorchestrate.com)
- Code Doesn't Scale for ETL (reorchestrate.com)
- Show HN: Arc – a declarative data transformation framework (arc.tripl.ai)