Skip to content

Instantly share code, notes, and snippets.

@visionarylab
visionarylab / unity_6_empty_web_build.md
Created July 28, 2025 09:24 — forked from aras-p/unity_6_empty_web_build.md
Unity 6 "empty" web build file sizes

This short post by Defold people about "empty project build size" comparison between Defold, Unity and Godot (twitter, mastodon) sparked my interest.

It is curious that Godot builds seem to be larger than Unity? Would not have expected that! Anyway.

A way more extensive Unity "web" build comparison and analysics is over at https://github.com/JohannesDeml/UnityWebGL-LoadingTest but here are just my short notes in trying out Unity 6 (6.0.23 - Oct 2024).

Default (3D, URP) template

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
@visionarylab
visionarylab / blockchain_crypto
Last active May 23, 2025 05:46
blockchain_crypto
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
@visionarylab
visionarylab / diff
Last active June 6, 2025 03:24
webcontainers.io
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/
@visionarylab
visionarylab / Windows 11 Tips or Maintaining
Last active July 17, 2025 07:55 — forked from thewh1teagle/windows 10 windows 11 unrestricted setup for vm.md
windows 10 windows 11 unrestricted setup for vm.md
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/
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
@visionarylab
visionarylab / ai-local-model-cloud
Last active July 27, 2025 15:35
ai-local-model-cloud
#agency
https://cuppa.ai/features/integrations
Nvidia AI AGENT
##
https://glama.ai/pricing
@visionarylab
visionarylab / erp-odoo-with-docker
Last active February 28, 2025 06:49
erp-odoo-with-docker
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/
@visionarylab
visionarylab / submit.md
Created February 14, 2025 01:40 — forked from tanaikech/submit.md
Handling 10,000,000 cells in Google Spreadsheet using Google Apps Script

Report: Handling 10,000,000 cells in Google Spreadsheet using Google Apps Script

Introduction

On March 14, 2022, it reported about "Google Sheets doubles cell limit". Ref By this update, now, the users can use 10,000,000 cells in a Google Spreadsheet. This is great news for us. When I tried to handle 10,000,000 cells in a Google Spreadsheet using Google Apps Script, it was found that there were various important points. In this report, I would like to introduce the important points for handling 10,000,000 cells in Google Spreadsheet using Google Apps Script.

Experiences

In this report, as a sample Google Spreadsheet, a Google Spreadsheet including a sheet that has 10,000,000 cells (10 columns x 1,000,000 rows) is used.

{pkgs}: {
channel = "stable-24.05";
packages = [
pkgs.nodejs_20
pkgs.yarn
pkgs.nodePackages.pnpm
pkgs.bun
];
env = { HELLO="worl"; };
idx.extensions = [