This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| First off you need 3D projection software like MadMapper (a leading software for complex work $51 a month / $533 to buy.) / HeavyM (best for new users $294 - $594- $714 / with monthly rent-to-own options too.) / Resolume Arena (for djing / $927 a year then you have to renew to get updates.) / TouchDesigner / so on. But all of these software cost hundreds of dollars and some of them are only subscription based because they like gatekeeping the tech. Other than that you just stretch an image or video in the software like you would in photoshop at the angles you need to fit where your projector is pointing. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.suse.com/c/rancher_blog/windows-containers-and-rancher-2-3/ | |
| https://www.koyeb.com/deploy/fixie | |
| https://caddyserver.com/docs/quick-starts/reverse-proxy#:~:text=Caddy%20will%20serve%20your%20proxy,domain%20name%20of%20the%20proxy. | |
| https://ogobrecht.com/posts/2024-10-16-caddy-server-and-apex--joel-kallman-day/ | |
| https://tairuoluwafemi.medium.com/configure-https-on-server-without-custom-domain-1f056672599f | |
| https://futurestud.io/tutorials/caddy-reverse-proxy-a-node-js-app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://ceramic.network/patterns/verifiable-claims | |
| ##Identity | |
| IDX is compatible with all blockchains, wallets, and a wide variety of user and application data storage options including Ceramic, Textile, OrbitDB, Filecoin, IPFS, Sia, and Secure Data Stores — so you can seamlessly integrate decentralized identity with the rest of your Web3 tech stack | |
| https://blog.ceramic.network/unhackable-apps-with-siwe-non-extractable-session-keys/ | |
| ##Privacy first Encrypted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://community.fabric.microsoft.com/t5/Desktop/Comparing-snapshots-of-same-range-of-data/m-p/332743 | |
| https://community.pigment.com/reporting-data-visualization-83/compare-to-snapshots-296 | |
| https://docs.skyvia.com/backup/working-with-backed-up-data/comparing-snapshots-and-viewing-data-differences.html | |
| https://estuary.dev/blog/estuary-flow-schema-evolution/ | |
| https://docs.airbyte.com/platform/using-airbyte/core-concepts/sync-modes/incremental-append | |
| https://www.phdata.io/blog/how-to-slowly-change-dimensions-with-snapshots-in-dbt/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/djibe/87b6ae5157c309fb611b428445e9fce9 | |
| https://gist.github.com/asheroto/5087d2a38b311b0c92be2a4f23f92d3e | |
| https://www.tenforums.com/tutorials/1964-move-users-folder-location-windows-10-a.html#MethodTwo | |
| https://devblogs.microsoft.com/setup/booting-windows-to-a-differencing-virtual-hard-disk/ | |
| https://us.informatiweb.net/tutorials/it/multiboot/vhd-vhdx-multiboot-with-windows-10-and-windows-11.html | |
| https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/best-practices-analyzer/avoid-using-vhd-format-differencing-virtual-hard-disks-on-virtual-machines | |
| https://www.ajni.it/2019/10/hyper-v-create-a-master-vhdx-to-save-tons-of-space/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.hyperbolic.ai/blog/how-to-host-your-own-ai-model?utm_source=form&utm_campaign=revenue_sharing | |
| https://docs.graphitect.ai/key-functions-and-services/revenue-sharing-system | |
| https://swarmzero.ai/blog/revenue-sharing-in-decentralized-ai |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #agency | |
| https://cuppa.ai/features/integrations | |
| Nvidia AI AGENT(Project G-Assists) | |
| https://aembit.io/blog/auditing-mcp-server-access/ | |
| Client Workload: Dev MCP Client, Trust Provider (OIDC), Credential Provider (AWS STS), Server Workload: Remote MCP Server | |
| https://www.vanta.com/resources/claude-mcp-vanta | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://labs.iximiuz.com/premium | |
| https://kodekloud.com/community/t/extend-the-lab-time/397106 | |
| https://kodekloud.com/community/t/what-are-the-limitations-for-playgrounds/462284 | |
| https://help.pluralsight.com/hc/en-us/articles/24425549311380-Cloud-sandboxes-getting-started#access (4 hour and 8 hour team plan) | |
| https://docs.getcommandeer.com/releases/latest/version-1.8.0-3-23-2021/#view-container-and-volume-files | |
| https://dev.to/siddhantkcode/binary-embedding-shrink-vector-storage-by-95-5e0l | |
| https://myscale.com/blog/full-text-search-battle-weaviate-qdrant/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://docs.stammer.ai/stammer.ai-docs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {pkgs}: { | |
| channel = "stable-24.05"; | |
| packages = [ | |
| pkgs.nodejs_20 | |
| pkgs.yarn | |
| pkgs.nodePackages.pnpm | |
| pkgs.bun | |
| ]; | |
| env = { HELLO="worl"; }; | |
| idx.extensions = [ |
NewerOlder