Posts

verich

 https://bafybeidko3ukvsyzlpbxcvgvlxt5onbxv2yxqnapqjt6akwu72ew46jlbe.ipfs.nftstorage.link/Sheet1.html

Sri Ram

Image
 

unzip

 // Load the JSZip library const JSZip = require('jszip'); // Define the URL of the ZIP file to download and extract const zipUrl = 'https://example.com/myZipFile.zip'; // Create a new instance of JSZip const zip = new JSZip(); // Use the fetch API to download the ZIP file fetch(zipUrl)   .then(response => response.arrayBuffer())   .then(buffer => {     // Load the ZIP file into JSZip     return zip.loadAsync(buffer);   })   .then(() => {     // Extract the contents of the ZIP file     const zipContents = {};     zip.forEach((relativePath, file) => {       if (!file.dir) {         file.async('string').then(content => {           zipContents[relativePath] = content;         });       }     });     // Render the extracted contents of the ZIP file     console.log(zipContents); ...

pwdless

  < div style = " display: flex; justify-content: right; " >     < input type = "text" value = "" id = "sub" readonly size = "50" >< button onclick = " copy_text ()" > Copy </ button > </ div > < div style = " display: flex; align-items: right; " id = "in_out" >     </ div > < script type = "module" >     import passwordless from './src/index.js'     const scope = { scope : 'openid' }         async function init () {         window . login_status = await passwordless . id ( scope )                 if ( window . login_status . signedIn ){                             document . getElementById ( 'sub' ). value =   window . login_status . profile . sub             //??? console.log("curl -X GET htt...

vrm avatar interop - talk by jin

 interoperable avatars identity avatar ownership physical to digital  one digital world to another yugalabs - bored ape yatch club creator-fan relationship ready player me - blender in the backend licensing..non commercial sharealike..creative commons interoperable across a version of metaverse like sandbox vrm file japanese are 2 years ahead wrt avatar culture https://github.com/M3-org/avatar-interop imposter avatar generate a 2d doom sprite from 3d vrm avatar -in webaverse https://m3taloot.com/ progressive enhancement-graceful degradation https://github.com/M3-org/avatar-interop https://vrm.dev/en/vrm/vrm_applications https://www.youtube.com/watch?v=ls21IwX94YE https://vrm.dev

godot 4 compile error on jetson nano 2gb

[Initial build] Compiling thirdparty/oidn/core/api.cpp ... In file included from thirdparty/oidn/core/common.h:19,                  from thirdparty/oidn/core/device.h:19,                  from thirdparty/oidn/core/api.cpp:48: thirdparty/oidn/common/platform.h:27:10: fatal error: xmmintrin.h: No such file or directory    27 | #include <xmmintrin.h>       |          ^~~~~~~~~~~~~ compilation terminated. scons: *** [thirdparty/oidn/core/api.linuxbsd.tools.64.o] Error 1 scons: building terminated because of errors. [Time elapsed: 00:04:01.992]  

why so soon?

Image