HN user

thedumbname

16 karma
Posts0
Comments24
View on HN
No posts found.

Microsoft provides an awesome problem-solving solution, and 0 of the 6 problems they listed in the 'Windows caveats' section are solved.

You are mixed up 3 different tech stacks: 1. React Native has nothing in common with web apps except JS runtime. It uses "native" widgets for Android and iOS. You need to add a new "native" runtime for your free OS. There are some third-party attempts to add mac/win/linux support, but they are not feature complete as officially supported platforms. Again, your free OS will be step behind. 2. Yes, you can write PWA with React (Web), but PWA still have many missing features which offered by platform APIs of Android and iOS. Your app will not be in "feature parity" with "native" app. Especially banking app. 3. Electron apps are integrated with desktop platform APIs, you cannot easily port Electron app to mobile. Every time big company with big investments wins.

RedHat one is buggy and slow, but it works after tinkering and display a lot of warnings and code suggestions. This extension loads instantly without any issues but it show 0 warnings/errors in my project. "Find all references" works as expected.

Bun v0.5.7 3 years ago

Is it expected to work in the real world? I don't think so

% bun test bun test v0.5.7 (5929daee)

17 | expect([...] ^ error: Not implemented

error: Unexpected ? ?PNG ^ [...]/a.png:1:1 0

zsh: segmentation fault bun test

I get lost in an endless sea of RFCs with no idea of which are important for my use-case (most RFC titles seem fairly jargon-heavy to me).

Exactly my feeling when I trying to read ActivityPub and other "federated social network" specs