@cerpow It's cool but if you are rendering cards with image and text, no lighting or particles, why not just apply css 3D transform to the cards using gsap?
- better accessibility support (selectable, searchable, machine readable text)
- no pixel density issues
https://t.co/lrkYDuxFUw
@YeheLiu Not true lol! LiDAR = real, high accuracy 3D data; any reconstruction method is guessing the truth! Things that can trick a human like bad lighting, same colour as bg, fake perspective, will trick the model as well! It's like AI generated image will never replace photography
@KartikeyStack Great article, but the last part is wrong: You can't isolate search/filter/sort completely from the data table or nothing will ever update. React has transitions, deferred values, and memoised derived data as solution to isolate input update from data table rendering
@firtoz@jshguo On mobile safari, scrolling down shrinks browser UI. This makes dvh (dynamic view height) become bigger but will not effect svh (smallest possible view height). Use dvh if you only have 1 full screen div; use svh for repeating sections, so scrolling don't cause layout shift.
@birdabo The difference between believer and atheist is not that we don't think god exists, we just think they do things following physical laws and don't care about how the audiences (you) think. And in some sense not caring is more beautiful ♥️
The idea is not new, but
- how does it run so smoothly on the web???
- how does it run so well on both mobile and desktop screens???
- how does it calculate the distance of a head in 3D from the 2D image of the front camera so well???
Head-tracked “Window Mode.”
Your front camera finds your head. The view reprojects in real time so the screen feels like a window into the 3D scene.
True3D, no glasses.
@zenorocha Cloudflare can potentially handle email domain issues (SPF/DKIM/DMARC) for customers because they're also a registrar/DNS host. Have you thought about collaborating with Vercel domain (strong api oriented domain registrar / DNS host) or maybe GoDaddy to bridge that gap?
@kentcdodds Simplified answer: FFmpeg is mainly software, CPU intensive de/encode; OS often has hardware, GPU accl de/encode but works only on preset, e.g. HD/4K only no square video or 4:5;;; media🐰 → webCodec → browser → hardware by default , ffmpeg is a fallback. So not a wrapper
@skydotcs@epcdiy Actually numbers for 24hrs clocks: top of the list: 01|00 ; bottom of the list: 16|39 not 16:40 because it got shifted due to minute starting at 00
@skydotcs It's because it uses UIPickerView which was there since iOS 2.0, which requires you to map each item to an index. The iOS developer set the index to 999 (1000items) which maps to 83*12+4,41*24+16,16*60+40, explaining why the last options are those numbers.
credit to @epcdiy on YT