HN user

markdog12

5,149 karma
Posts204
Comments593
View on HN
crystal-lang.org 6d ago

Releasing Execution Contexts

markdog12
3pts0
filiph.net 8mo ago

A.I. is a printed birthday card train to Paris

markdog12
2pts0
issues.chromium.org 8mo ago

Chrome Jpegxl Issue Reopened

markdog12
293pts136
v8.dev 1y ago

Leaving the Sea of Nodes (V8)

markdog12
2pts0
www.froyok.fr 1y ago

Refracting Pixels

markdog12
2pts0
aras-p.info 1y ago

Vector math library codegen in Debug (Blender)

markdog12
2pts0
github.com 2y ago

Shared Memory Multithreading for Dart

markdog12
4pts1
medium.com 2y ago

Dart 3.4: WASM and Macros preview

markdog12
60pts20
world.hey.com 2y ago

The Musk Algorithm

markdog12
5pts4
barfoos.com 2y ago

The Cost of JIT: Smoking JavaScript with Dart

markdog12
2pts0
medium.com 2y ago

Dart 3.3

markdog12
31pts16
www.forbes.com 2y ago

Google Slashes Diversity Programs After Big Promises

markdog12
11pts3
www.infoq.com 2y ago

MySQL Introduces JavaScript Support in Preview

markdog12
6pts0
gregoryszorc.com 2y ago

My User Experience Porting Off Setup.py

markdog12
150pts89
www.michaelgeist.ca 2y ago

Canada plans to regulate search and social media use of AI

markdog12
93pts82
00f.net 2y ago

LLVM Performance Improvements for WebAssembly

markdog12
4pts0
www.forbes.com 3y ago

Google Removes Gender Descriptions on AI Tool

markdog12
2pts0
handmade.network 3y ago

Handmade Time Machine

markdog12
1pts0
blog.stackblitz.com 3y ago

The Atomic Waltz: Unraveling WebAssembly Issues

markdog12
4pts0
medium.com 3y ago

Dart 3

markdog12
71pts43
compute.toys 3y ago

Experimental editor for WebGPU compute shaders

markdog12
2pts0
toji.dev 3y ago

WebGPU Error Handling best practices

markdog12
73pts11
docs.google.com 3y ago

Towards a Modern Web Stack

markdog12
3pts0
www.youtube.com 3y ago

Bringing Pattern Matching to Dart (Bob Nystrom)

markdog12
1pts0
github.com 3y ago

“Ten Minute Physics” Demos in Rust with WASM and WebGL

markdog12
1pts0
arstechnica.com 3y ago

512GB version of the new MacBook Pro has a slower SSD than the Mac it replaces

markdog12
44pts2
v8.dev 3y ago

The WebAssembly JavaScript Promise Integration API

markdog12
5pts0
calendar.perfplanet.com 3y ago

HTTP/3 Prioritization Demystified

markdog12
4pts0
github.com 3y ago

Adding WebRTC support to OBS using Rust

markdog12
261pts34
medium.com 3y ago

The road to Dart 3: A fully sound, null safe language

markdog12
108pts205

This software has been terrible for me. Burns tokens like crazy, and fails. Most times I try to use the browser plugin, it just says it can't use the plugin. When it does work, it takes minutes to click a button. Unusable workflow.

I ask to generate a png with an alpha channel. It can't. Instead, it outputs a chroma-keyed image, then generates a python script to remove chroma key (fails), then a js script (which also fails). Then my 5h allotment is up.

It's frustrating because if it worked as they advertise, it'd be an amazing tool.

100% agree. I've spent many hours testing out local models/harnesses. So far, they're very much not worth the tradeoff. Obviously, I hope that changes.

Gemini 3 8 months ago

Ah, I should have mentioned it was a slow motion video.

The default FPS it's analyzing video at is 1

Source?

Gemini 3 8 months ago

I asked it to analyze my tennis serve. It was just dead wrong. For example, it said my elbow was bent. I had to show it a still image of full extension on contact, then it admitted, after reviewing again, it was wrong. Several more issues like this. It blamed it on video being difficult. Not very useful, despite the advertisements: https://x.com/sundarpichai/status/1990865172152660047

macOS Tahoe 10 months ago

Whoa, you can now search clipboard history. Go to Spotlight Search, Command+4. You'll get a list of entries, each with a copy button, and is searchable. Even shows the app it was copied in.

Gemini 2.5 1 year ago

Interesting, I've been asking it to generate some Dart code, and it makes tons of mistakes, including lots of invalid code (static errors). When pointing out the mistakes, it thanks me and tells me it won't make it again, then makes it again on the very next prompt.

I would suggest to you that after working on Flutter for nearly a decade

Did you just ask Flutter users? We've been using Dart for our company's stack for years, no Flutter. It seems you just took the Flutter dev experience into account. This makes this decision all the more disappointing to us.

Was it a better Javascript? Yes.

Was it just a failed project that Google Analytics team used? No.

It's for Flutter and app development? It's a general-purpose programming language.

It's native cross-platform compiled language for apps and backend? It's a general-purpose programming language with multiple compilation targets, including native.

hodgepodge of features haphazardly thrown in? Certainly not.

What’s the state of wasmgc? Is it supported by the major browsers yet?

https://docs.flutter.dev/platform-integration/web/wasm#backg...

Chromium and V8 released stable support for WasmGC in Chromium 119. Note that Chrome on iOS uses WebKit, which doesn't yet support WasmGC. Firefox announced stable support for WasmGC in Firefox 120, but currently doesn't work due to a known limitation.

You can also check here: https://webassembly.org/features/

How big are dart apps compiled to wasm?

I just did `dart compile wasm main.dart -O4` with an empty dart file and got a 68k wasm file. That gzip's to 24K.