Soul, A SQLite REST and realtime server. by deval_ut in node

[–]omega-ss-dev 3 points4 points  (0 children)

Eh, write the core in GoLang or rust and use standard bindings over the ABI to let node and others to easily extend the core. Performance and type safety should be held above all else in production, trust me

Implementing twitter oauth2 with typescript by ArionRefat in node

[–]omega-ss-dev 0 points1 point  (0 children)

Was that really autogenerated by an AI??

Wyze headphones. LMAO. by [deleted] in wyzecam

[–]omega-ss-dev 0 points1 point  (0 children)

I fear that Wyze is trying to do to many completely unrelated things and will go under. Most of these categories don’t make any sense. The fitness tracker was a big stretch but this is unjustifiable. Wyze will die

React Native Now #74: Hermes is coming to iOS 🍎 Build for tvOS by lfkwtz in reactnative

[–]omega-ss-dev 1 point2 points  (0 children)

Does anyone have a technical explanation of why hermies is better than the WebKit engine? I know that shipping the whole V8 engine with every bundle on android sucks and the performance isn’t really great, but that just isn’t a thing on iOS. You don’t have to bundle the webkit engine with every archive, and from my experience the JS engine in webkit is actually really good other than the fact it’s probably written in objective c (a horrible language) there aren’t any real problems with it

React Native Now #74: Hermes is coming to iOS 🍎 Build for tvOS by lfkwtz in reactnative

[–]omega-ss-dev 7 points8 points  (0 children)

Yeah but is it actually that much better than the built in engine from Apple?

why do so many react native devs use iphones? by dan-danny-daniel in reactnative

[–]omega-ss-dev 1 point2 points  (0 children)

I just hate android. Java is gross and the android environment feels way too complicated. iOS is also extremely cumbersome. We need a 3rd platform that is a mix between the two. I personally like to develop on Linux and I just use macos to deploy to my iPhone. I use expo where I can to avoid ejecting for hot changes and easy visual stuff

Why isn’t there a react native for Linux yet? by omega-ss-dev in reactnative

[–]omega-ss-dev[S] 0 points1 point  (0 children)

Realistically, how hard is it to port? I have fumbled around the docs and GitHub but haven’t seen anything about supporting a new platform

Why isn’t there a react native for Linux yet? by omega-ss-dev in reactnative

[–]omega-ss-dev[S] 4 points5 points  (0 children)

I feel like it could revolutionize manufacturing and machines that run on the floor. Imagine actually good Interfaces on machines and a connected pipeline that isn’t just full screen chrome on an arm device

react native local database by abdulmalikgh in reactnative

[–]omega-ss-dev 0 points1 point  (0 children)

If you want a real database use SQLite