This #code can automatically deep copy most custom class C++ objects and serialize arbitrary function calls to be shared over the network without the classes or the functions needing to be designed for it. One of the major drawbacks of the first #WorldFabric relativistic timeline synchronization system was that everything needed hand written serializers and extra wrapper functions and classes to be syncable. You had to write code specifically to work in the engine, and that was really counter to the point of the whole thing. The original idea behind #WorldFabric was that you could write applications for large virtual worlds without thinking at all about networking or the other apps that were running and you would just automatically get the best possible MMO level synchronization with little overhead. You stitch the thread of your execution into the fabric of the world, and the generalized backbone handles the rest. That's where the name comes from. It's like an operating system for the #metaverse.
Join us at C++Now 2024, hosted at the picturesque Aspen Center for Physics.
Immerse yourself in 5 days of C++ content, including captivating keynotes, lightning talks, and invaluable networking opportunities.
Register at https://cppnow.org/registration
Ok, side project is looking good!
Gotta all of the company infra done (like how a user might set up a company, add users to it, create API tokens, and so on).
This leaves Friday to work on my first _actual_ product!! Very excited.
#Laravel should include soon a great PR that will help a lot of devs mapping collection items manually.
It's a simple `AsCollection::map(Item::class)` and `AsCollection::map([Item::class, 'fromArray])` cast.
It creates Collections and maps into a class instance, or a callable. No need to make your own anymore.
Confident it will land on Laravel 12.10 anytime this week.
️ Quick tips for R function returns! Learn about explicit vs implicit returns and how to document your functions. Read the full guide and share your thoughts!
How to Return Value from a Function in R: https://www.spsanderson.com/steveondata/posts/2025-04-21/
️ Quick tips for R function returns! Learn about explicit vs implicit returns and how to document your functions. Read the full guide and share your thoughts!
How to Return Value from a Function in R: https://www.spsanderson.com/steveondata/posts/2025-04-21/
Deaf Nigerians Are Learning to Code Through Sign Language.
Though Nigeria’s tech industry is booming, job opportunities for people with disabilities remain scarce. Deaf-in-Tech aims to change that.
By: Ogar Monday
April 17, 2025
5 min read
http://reasonstobecheerful.world/deaf-in-tech-nigeria/
Well worth a read.
Join us at C++Now 2024, hosted at the picturesque Aspen Center for Physics.
Immerse yourself in 5 days of C++ content, including captivating keynotes, lightning talks, and invaluable networking opportunities.
Register at https://cppnow.org/registration
Victory Over the Bug That Tried to Ruin My Life (And My Sanity) Faced a nightmare bug? You're not alone.
Share your story and connect with other devs!
Join us: https://chat-to.dev/post?id=SnBHRDJ3ekdlYmFkTkplR3gzUVJwdz09
#programming #bugs #code #devlife #JoinTheCommunity
How about installing VS Code on a #GitHub Windows runner? This allows you to do this unattended.
runs-on: windows-latest
steps:
- uses: gbraad-actions/install-vscode-action@main
- name: Run VS Code serve-web
run: |
code serve-web --host 0.0.0.0 --without-connection-token
Handy with #Tailscale when you want to debug the build on a runner. Pr even to quickly enable RDP and log in.
#iden Quick-start verified: Creating and sourcing the #python and #rust virtual environments to compile and install, generating an identity, starting the pad manager, and how to import the library in a #jupyter notebook ready to write and read and poke at the test node.
https://github.com/stevenaleach/iden/blob/main/quickstart.md
I think I've finished my login / add user to company flow!
A few bits of clean up, but it's slowly becoming platform for the features I want to build!!!
Excited!!
Anyone have experience with #RSelenium and automating a browser or experience automated browser period with #R
Anyone have experience with #RSelenium and automating a browser or experience automated browser period with #R
»Making #AIgenerated #code more accurate in any language: A new technique automatically guides an #LLM toward outputs that adhere to the #rules of whatever programming language.« https://news.mit.edu/2025/making-ai-generated-code-more-accurate-0418?eicker.news #tech #media #news
Interesting Git repos of the week:
Threats:
* https://github.com/objective-see/Malware - @objective_see malware repo for OS X
Detection:
* https://github.com/splunk/security_content - Splunk's detection content
* https://github.com/Lazza/Fuji - OS X forensic acquisition
Bugs:
* https://github.com/Hack-BitGod/WhatsAppHacking - injecting scripts into WhatsApp
Exploitation:
* https://github.com/Vector35/scc - @vector35's shell code compiler
Hard hacks:
* https://github.com/PentHertz/RF-Swift - a multi-platform RF toolbox
Join us at C++Now 2024, hosted at the picturesque Aspen Center for Physics.
Immerse yourself in 5 days of C++ content, including captivating keynotes, lightning talks, and invaluable networking opportunities.
Register at https://cppnow.org/registration
Not a comforting thing to find in someone's old code you're trying to debug.