norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.4K
active users

#code

49 posts47 participants8 posts today
Continued thread

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.

#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.

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.

github.com/gbraad-actions/inst

Install VS Code on Windows. Contribute to gbraad-actions/install-vscode-action development by creating an account on GitHub.
GitHubGitHub - gbraad-actions/install-vscode-action: Install VS Code on WindowsInstall VS Code on Windows. Contribute to gbraad-actions/install-vscode-action development by creating an account on GitHub.

#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.

github.com/stevenaleach/iden/b

IDEN - decentralized identity and distributable services. - stevenaleach/iden
GitHubiden/quickstart.md at main · stevenaleach/idenIDEN - decentralized identity and distributable services. - stevenaleach/iden