HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vadiml

194 karmajoined vor 16 Jahren

Submissions

Show HN: Signal Analysis – a Claude Skill for reading news like an analyst

github.com
2 points·by vadiml·vorgestern·0 comments

CDC File Xfer Google Stadia's rsync replacement now works on Linux and macOS

github.com
2 points·by vadiml·vor 6 Monaten·1 comments

Show HN: Local audio transcription and speaker ID for Apple Silicon

github.com
2 points·by vadiml·vor 12 Monaten·1 comments

Python implementation of Apple PQ3 protocol

github.com
2 points·by vadiml·vor 12 Monaten·1 comments

Cool method to use LLM to build cross language interfaces

4 points·by vadiml·vor 2 Jahren·0 comments

ChatGPT and C++ ostream duplicating data to Windows Event Log

gist.github.com
1 points·by vadiml·vor 3 Jahren·1 comments

comments

vadiml
·vorgestern·discuss
[flagged]
vadiml
·vor 6 Monaten·discuss
I've been working on extending CDC File Transfer to support Linux→Linux and macOS builds. This is an open-source project born from Google Stadia – fast file sync tools (cdc_rsync) and a streaming filesystem (cdc_stream) that use Content Defined Chunking (FastCDC) to transfer only the changed portions of files.

Originally Windows→Linux only, designed for game developers to iterate on 40+ GB builds. The CDC-based diffing is up to 30x faster than rsync (1500 MB/s vs 50 MB/s).

What I added (40 commits):

Linux Client Support:

Ported cdc_rsync client to run on Linux (was Windows-only) Added process_linux.cc (~700 lines): Process management using fork/execve Added port_manager_linux.cc: Port detection using POSIX shared memory Now you can sync Linux→Linux, not just Windows→Linux macOS Support:

Full build support for macOS (ARM64 and x86_64) Fixed 17+ platform-specific issues: /tmp, /var, /etc are symlinks to /private/* – breaks path comparisons POSIX shared memory rounds ftruncate() up to 16KB, rejects shrinking BSD fts_* API reports Bazel runfiles symlinks as FTS_SL not FTS_F strerror(0) returns different strings per platform stat64 doesn't exist on macOS (just use stat) All 41 tests now pass on macOS Infrastructure:

GitHub Actions CI for Linux and macOS (self-hosted runner for macOS) Added comprehensive CLAUDE.md for AI-assisted development The project uses Bazel with gRPC, protobuf, and FUSE. Dependencies via git submodules or http_archive.

GitHub (original): https://github.com/google/cdc-file-transfer My fork: https://github.com/Vadiml1024/cdc-file-transfer

I've been using Claude Code (Anthropic's AI coding assistant) for most of this work. Happy to discuss the experience or the technical challenges.
vadiml
·vor 7 Monaten·discuss
Why NOBODY pulled emergency stop
vadiml
·vor 7 Monaten·discuss
What is strange that NOBODY pulled emergency stop
vadiml
·vor 12 Monaten·discuss
Used Claude Code to implement Apple PQ3 protocol which use Elliptic Curves and Post Quantum Kyber encryption. Pretty decent result IMHO
vadiml
·vor 2 Jahren·discuss
Let's see what Putin says about it: https://6ammc3n5zzf5ljnz.public.blob.vercel-storage.com/inf2...
vadiml
·vor 2 Jahren·discuss
Biden need to sign executive order to jail all judges voted for this verdict for high treason of not protecting US constitution. And he will be immune thanks to them.
vadiml
·vor 2 Jahren·discuss
Apl always was kind of write only language. But now you probly can paste all code in chat gpt and it will explain it
vadiml
·vor 2 Jahren·discuss
This would prevent initial SYN To reach the server too.
vadiml
·vor 3 Jahren·discuss
I've recently needed to modify a program using c++ std::ostream to write info to a text log file. This is the writeup of exprience egaging ChatGPT for help
vadiml
·vor 3 Jahren·discuss
I don't understand really why these patents are granted. Software is math and math formulas are not patentable. The patent (and copyrights) system today is actually subverted by greedy players and instead of promoting progress and sciences is serving to enrich the middlemen by artificially SLOWING the progress.
vadiml
·vor 3 Jahren·discuss
Reminds me LabView
vadiml
·vor 3 Jahren·discuss
And what is LEARNING in your opinion?
vadiml
·vor 3 Jahren·discuss
So we should attack the problem of proprietary code. Maybe from Right to Repair angle. I believe there should be no such thing as closed source code.
vadiml
·vor 3 Jahren·discuss
There are people who do it... I personally know a guy whit photographic memory
vadiml
·vor 3 Jahren·discuss
I'm really baffled by all this discussion on copyrights in the age of AI. The Copilot does not 'steal' or and reproduce our code - it simply LEARNS from it as a human coder would learn from it. IMHO desire to prevent learning from your open source code seems kind of irrational and antithetical to open source ideas.
vadiml
·vor 3 Jahren·discuss
The author is CS professor in university of Winnipeg
vadiml
·vor 3 Jahren·discuss
Well, a strategic goal to let Europeans suffer during winter in order to shatter our resolve to support Ukraine, while avoiding contractual penalties for unilateral cessation of gaz delivery, can explain the benefit of exploding the pipeline. This can explain also the fact that the fourth pipe was left intact - as a potential carrot to Europe... I do not pretend that the above is truth, but it seams to be a plausible explanation.
vadiml
·vor 3 Jahren·discuss
I think the first take on the subject was IBM with their PL/I Checkout and Optimizing compilers. They've integrated almost full PL/I language interpreter in the macro pre-processor stage. I was using it in the beginning of 80ies.
vadiml
·vor 4 Jahren·discuss
IANAL but in EU the EU laws override member laws. So, since GDPR if you want your info to be removed you' ll be able to do it. Of course maybe you' ll need to go to EUCJ to acheive it