I've been thinking about playing with something like this.
I'm curious to what limit you can randomly replace words and reverse it later.
Even with code. Like say take the structure of a big project, but randomly remap words in function names, and to some extent replace business logic with dummy code. Then use cloud LLMs for whatever purpose, and translate back.
Can I use something like syncthing to easily backup the recordings and transcripts off my phone?
Google's Recorder app makes this a big PITA if I don't want to enable upload to cloud storage, there is a very tedious manual way to export recordings.
I really just want plain old data and to be able to copy or delete files via the filesystem. And not be required to use some cloud service.
> The Docker image includes clang-p2996, Bloomberg’s experimental Clang fork that implements the reflection proposal. As P2996 moves toward standardization, expect this to land in mainline compilers.
Possible to use that C++26 compiler just to do code generation for the binding code, and then use any other compiler for your actual build? I suppose alternatively could use a parser. Is the reflection code easy to work with in comparison? A year or two ago I spent some hours pulling my hair out trying to do some reflection in C++ until I gave up and spent the 20mins needed to write a python script to read my source files and do the code generation I needed.
The P2996 definitely provides a way to work with reflection, the syntax can be a bit weird at first, but it gets more and more familiar. They have some cool examples here (https://isocpp.org/files/papers/P2996R13.html)
This idea of using C++26 compiler just for codegen sounds interesting. Will definitely give it some thought, thanks for the suggestion (:
I've heard not to take vitamin D right before bed because it will kinda keep you up. Maybe the vitamin D as a stimulant is what's gives you the extra dream awareness.
Might be the same issue for me, Firefox 137.0 on Linux.
When I click on a room, the URL changes, indicating I might have joined the room, but I don't get any audio. No audio icon on the tab. Can't hear anything.
Console says "WebRTC: ICE failed, add a TURN server and see about:webrtc for more details"
I don't have WebRTC specifically disabled that I recall, I thought I've taken video calls in this Firefox before. Hope this report helps!