Viewing profile — Wazako
Wazako
HN member- Joined
- Mon, Aug 23, 2021, 4:44 PM UTC
- HN karma
- 46
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About Wazako
No profile information was provided.
Recent public activity
-
comment
Comment #47406780
Alternatively, a much simpler CRDT solution is to flatten our tree and build a LWW underneath it. This makes it easy to debug, save, and delete the history. { “id:1”: { “parent_id”…
-
comment
Comment #46807849
What is absurd is finding yourself paying 30% on every digital item purchased on a smartphone app. It would never even occur to us that Microsoft takes a 30% margin on Steam, yet t…
-
comment
Comment #44150408
Slow llm generation. A progressive display of a progressive json is mandatory.
-
comment
Comment #43852046
Yet deepseek has shown that more dialogue increases quality. Increasing speed is therefore important if you need thinking models.
-
comment
Comment #43819026
It was designed by cloduflare for serverless use. There's no dependency on node, as cloudflare is based on web standards, so it was designed around warper for browser-native js mod…
-
comment
Comment #43299301
It's different with solid-js, which is more of a library than a real framework. The solid-js surface is relatively small, the jsx / css is identical to the native, the Hook simply …
-
comment
Comment #41346376
This reminds me of crunchyroll, the anime website, which uses local utc us with fixed times for episode releases. This creates confusion in the rest of the world, because for 2 wee…
-
comment
Comment #41240674
What's wrong with making Promise.all ? try { const [user, session] = await Promise.all([ getUser(userId), getSession(sessionId) ]) } catch (err) { … }
-
comment
Comment #40175377
But when you look at the disaster that was c++ for cloudflare, and the switch to rust. This is precisely the argument given against rust for video games: too much typing induced by…
-
comment
Comment #40174666
Use Rust if crashes or memory bugs are not an option. For everything wasm, Rust is much more pleasant with good libraries than the competition.
-
comment
Comment #39685866
meta has the Quest. It's not so bad that they're looking to create an LPU for their headset to offer local play.
-
comment
Comment #39283094
It's one thing to be able to track a transaction, but it's a real problem that a name exchange is mandatory for micropayments. I don't know if I'm the only one, but I can't see mys…
-
comment
Comment #39279575
How do you centralize without having a government requiring KYC?
-
comment
Comment #38551219
By this I mean that Microsoft had the positioning of an iPhone in a not-so-great version. Where as Android relied on the "Open source" and free side for manufacturers to adapt to t…
-
comment
Comment #38550920
It's not a question of timing, but of Microsoft's brand image (Internet Explorer) and the fact that Android was already open source.
-
comment
Comment #37403294
For VOD platforms. it would be a dream if one day netflix / disney+ / AppleTV / ..., would offer iframes, and I could use other sites that offer me their own catalog browsing and r…
-
comment
Comment #36518944
You have deepl to replace translate, it's incredibly better and can replace words. The only advantage of Translate is ocr camera.
-
comment
Comment #35999418
In the sense that it has become hostile to use. I remember when iTune and safari were user friendly on Windows. Or the iphone wouldn't be limited to a usb 2.0 port.
-
comment
Comment #35995648
Isn't Time Cook ultimately like Steve Ballmer? He has continued and consolidated to build a golden prison with the construction of a monopoly and increase the money generated incre…
-
comment
Comment #35903108
typing saves so much time. Especially since the flexibility of its optionality does not restrict, and allows for really nice autocompletions. Especially with esbuild which has made…
-
comment
Comment #35747425
We are more in the case of adding a turnaround on footpaths to block motorbikes and other 2-wheel scooters. captcha also exists in the real world.
-
comment
Comment #35154929
It's amazing what it can do to help the visually impaired in life.
-
comment
Comment #34206949
What is important is, as the article says, "to be allowed to leave", this consists in having alternatives. - The web hosting is in the cloud, but if it's easy to change it, what's …
-
comment
Comment #33803454
If it's generalist Duckduckgo / Yandex, otherwise directly search on specialized sites (wiki, anidb, algolia, reddit, youtube, ...).
-
comment
Comment #33800706
I also use Google in the same way. Google is really amazing as a recommendation engine for finding keywords. Then you just have to get those keywords and put them in a real search …