Wazako
No user record in our sample, but Wazako has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but Wazako has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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”: “root”, “type”: “p” }, “id:2”: {…
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 that is what happens on webtoon apps.
Slow llm generation. A progressive display of a progressive json is mandatory.
Yet deepseek has shown that more dialogue increases quality. Increasing speed is therefore important if you need thinking models.
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 modules (Request, crypto, ... hence the…
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 builds the DOM once. solid-js therefore…
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 weeks, there's a time difference until…
What's wrong with making Promise.all ? try { const [user, session] = await Promise.all([ getUser(userId), getSession(sessionId) ]) } catch (err) { … }
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 memory safe, which is too restrictive.…
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.
meta has the Quest. It's not so bad that they're looking to create an LPU for their headset to offer local play.
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 myself giving my identity for 10c to buy…
How do you centralize without having a government requiring KYC?
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 their phones, even if Google's services…
It's not a question of timing, but of Microsoft's brand image (Internet Explorer) and the fact that Android was already open source.
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 recommendation ergonomics that are not…
You have deepl to replace translate, it's incredibly better and can replace words. The only advantage of Translate is ocr camera.
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.
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 incredibly.
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 this simple and fast, one could even…
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.
It's amazing what it can do to help the visually impaired in life.
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 the problem? - Git a url and you can…
If it's generalist Duckduckgo / Yandex, otherwise directly search on specialized sites (wiki, anidb, algolia, reddit, youtube, ...).
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 engine.