
mangle kuo
581 posts

mangle kuo
@MangleKuo
mangle's thoughts and stuff
Taipei or London Katılım Aralık 2011
499 Takip Edilen63 Takipçiler

@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
English

LiDAR is over
Junyi Zhang@junyi42
𝗢𝗻𝗲 𝗺𝗲𝗺𝗼𝗿𝘆 𝗰𝗮𝗻’𝘁 𝗿𝘂𝗹𝗲 𝘁𝗵𝗲𝗺 𝗮𝗹𝗹. We present 𝗟𝗼𝗚𝗲𝗥, a new 𝗵𝘆𝗯𝗿𝗶𝗱 𝗺𝗲𝗺𝗼𝗿𝘆 architecture for long-context geometric reconstruction. LoGeR enables stable reconstruction over up to 𝟭𝟬𝗸 𝗳𝗿𝗮𝗺𝗲𝘀 / 𝗸𝗶𝗹𝗼𝗺𝗲𝘁𝗲𝗿 𝘀𝗰𝗮𝗹𝗲, with 𝗹𝗶𝗻𝗲𝗮𝗿-𝘁𝗶𝗺𝗲 𝘀𝗰𝗮𝗹𝗶𝗻𝗴 in sequence length, 𝗳𝘂𝗹𝗹𝘆 𝗳𝗲𝗲𝗱𝗳𝗼𝗿𝘄𝗮𝗿𝗱 inference, and 𝗻𝗼 𝗽𝗼𝘀𝘁-𝗼𝗽𝘁𝗶𝗺𝗶𝘇𝗮𝘁𝗶𝗼𝗻. Yet it matches or surpasses strong optimization-based pipelines. (1/5) @GoogleDeepMind @Berkeley_AI
English

@ipwanciu Have you considered just looping with transitions instead of dropdown.....
English

I use flex and grid all the time, and I STILL occasionally mess up item alignment. 😑
So I built a tiny demo that finally makes `justify-*` vs `align-*` click.
If you've ever wondered which one to use (and when), this is for you 👇.
iprodan.dev/l/flexbox-alig…
English

@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
English

@jh3yy Reminding people that sticky element only works when none of the parents use overflow hidden
English

you can do this one with css grid, position: sticky, and some scroll animation 👨🍳
Lee Black@mrblackstudio
Scroll Effect© and many other components coming to the 1042 website soon ✌️
English

@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 ♥️
English

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???
daniel habib@DannyHabibs
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.
English

@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?
English

I just shared this with the team:
Today, Cloudflare entered the email sending market.
While I didn't expect this to happen today, it didn't come as a surprise either. It was never a question of if Cloudflare would add an email sending API, but when. Back in 2022, they introduced Email Routing, and it was only a matter of time until they added the sending part.
Some people will see this and will want to migrate off Resend, others will say we're dead. The reality is that they are after our target audience, otherwise they wouldn't create an example showing how to use React Email on their announcement post.
Still, I truly believe this is good news. Here's why:
When Cloudflare introduces millions of users to their email API, they're creating our next users. Developers will run into limitations and will want more from an email service. They will need bulk sending, advanced templates, no-code editors, and a lot more. That's where we step in.
Email is not a winner-takes-all kind of market, and that's why we've been able to enter such a competitive space and still thrive. Competition is good because it forces the best product to win.
We cannot let our guards down, and lose our sense of urgency. The bar is higher for us right now, but if there's a team that knows how to increase the bar, that team is this.
English

@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
English

@c__byrne Thinking of Blender for the web / LLM pipeline / Image Generation pipeline / WebGL Shader pipeline
English

@oops4041555 So WebCodecs isn’t “actually interfacing with ffmpeg” on those hot paths—it’s talking directly to the OS frameworks. ffmpeg can hit the same silicon too, but only when you explicitly use -c:v h264_videotoolbox etc. Otherwise you’re comparing hardware vs software.
English

@oops4041555 I think you also don’t get that browser APIs hand off to OS-level hardware acceleration by default. On macOS, WebCodecs routes through VideoToolbox straight to the M-series media engines, while ffmpeg defaults to CPU software unless you pick hwaccel.
English

@oops4041555 @ItamarGronich @mazeincoding @FFmpeg He's not wrong. ffmpeg is a big library but it is very CPU heavy, it can decode encode anything on a software level but there are no default GPU acceleration. on macOS VideoToolbox is extra parameter in ffmpeg but would come by default in browser which webcodec api would just use
English

exporting videos is extremely fast. we're not using ffmpeg. here's what we're doing (1/2)
Maze@mazeincoding
export live now
English

@ryanvogel @nextjs - you chose nextjs bcz you want to show user things before js kicks in
- during that time, log in state is unclear, so don't show them a sign-in button, show "save 🔄"
- after js → "save" or "save after login", the prefix provides continuity
- use same btn style after login
English













