Hacker Newsnew | past | comments | ask | show | jobs | submit | __jonas's commentslogin

I wonder what engine they are using with ReactNative on Windows. Is it Hermes like with regular RN projects targeting iOS/Android? Or do they run on some system installation of a more traditional engine like V8/JavaScriptCore?

https://github.com/microsoft/react-native-windows/discussion... https://github.com/microsoft/react-native-windows/pull/15371 https://github.com/search?q=repo%3Amicrosoft%2Freact-native-...

It looks like they were originally on Chakra (the JS engine used by IE9+ and pre-Chromium Edge) but added support for Hermes in 2021 or so and removed support for Chakra last year, so Hermes is now the only option. Edge moved to Chromium in 2019, so this means they actually kept Chakra around for a few years just? for React Native on Windows.


Neat project! I'd be interested in how the power supply is done. I've wanted to do things with LEDs like this, but not knowing much about electronics this always seems the most complicated part to me, specifically powering both the micro-controller and the LEDs with a single wall plug in a safe and reliable way.


It's not really hard at all, calculate the max power the leds will draw and get a psu that'll never exceed 90% of that. Your average usage will be waaay lower anyways since you don't usually show all white.

5v power supplies are easily available, Meanwell is a popular & reputable brand. The same psu can run your lights and microcontroller.


Newer said it was a hard problem in general, it's hard for me with my limited familiarity with electronics, that's why I was curious how it was done here.

I recall the last time I wanted to do this, my problem with it was that my microcontroller had a different voltage requirement than the LEDs and I tried to put together a little circuit that delivered the right voltage to the microcontroller and LED matrix from a single 5V power supply. I think it worked kind of ok and then not anymore and I had trouble figuring out where I went wrong, most likely did some bad soldering somewhere.


Fully lit, these would be blindingly bright, and would need tens of amps of power supply (source: I have a strip of 100 WS2813s (I think, anyway the 12V ones) and the 3A supply I have would be fully loaded if they were all on full bright white. These suckers are bright).

However, you can always just limit it in software. Total "brightness budget" for the display, scale everything to dimmer if exceeded.


Rive looks pretty nice, but a subscription pricing model without any option for offline use for an authoring tool like that is very unappealing to me.


Rive has an open SDK and my understanding is that you could build an entire app without ever opening theirs. But then there goes the “flash” vibe, unfortunately. Their primitives are also a little obscure without their IDE.


Would be great to be able to seamlessly bundle a Gleam app for the Erlang target alongside the BEAM in a single binary, like Burrito but without the extra Elixir code. The BEAM is smaller than most JS engines, you could get a binary of 30-40 MB I believe -- still a fair amount, but much smaller than bun/deno compile.


I can’t figure out what you’re complaining about, why would it be a bad thing that it explains everything super clearly?

I’ve had only good experiences with gov.uk while I was living there, It’s significantly better than my home country’s digital infrastructure.


Imagine you go into a shop to buy a newspaper every day. And every day, the shop owner explains to you what a newspaper is, what it usually contains, how much it costs, and how to read it

Is that excellent interaction design and good customer service? (edit: not a rhetorical question fwiw)


Government services need to be as easily accessible and clear to understand as possible, they may be used by the elderly, people with learning disabilities or people who don’t speak the language of the country that well (like those who would want to enter it for tourism as in TFA) - designing them with the assumption that the user is a 5 year old who needs everything explained to them in simple terms is a good approach.

The fact that it’s slightly more tiring for users like you who already know all the details and just want to get to the point is at most a minor drawback that’s easily justifiable by the accessibility gains.

To answer your question specifically: No, for a newspaper vendor that’s not great interaction design, but if you replace newspaper with any government service and shop owner with the government, it sounds perfect to me. I also struggle to imagine a scenario in which you’d need to access those services every single day, but I may be missing something there.


Do you not get how awful of an analogy that is? You're implying you cant move forward until that explanation process is done. Last I checked you've got a finger and scroll wheel at your disposal.


Analogies aren't perfect by definition (it doesn't imply that, btw, you're reaching). Anyway, it's a weak reply to attack the analogy rather than the thought behind it.

I notice you're not the person I asked btw. No need to start a vendetta just because I have a different opinion about one aspect of gov.uk. That's a bad look, for you.


Ah apologies, I didn't realise there was an unwritten rule that replying to posts on a discussion forum wasn't allowed...


lol, sad - just trying to derail the conversation and attack me rather than engage in decent conversation.


if you say so.


This seems like the perfect job/challenge for those GeoGuesser pros


Genuine question: How is that a value proposition when Cloudflare offers a CDN for free with unlimited bandwidth, that you could just put in front of the sweaty VM in Helsinki?

Not trying to be obtuse, I really don't get how other providers can compete with that, I can't imagine Vercel's CDN is so significantly superior to make it worth it.


For that matter, the entire site could be in a Cloudflare worker with all the content in R2 (no egress fees, just storage). Likely to barely exceed the $5 baseline price for a paid account. (not sure on the storage costs, but likely well under $100/mo)


Every single forum I see now is using this:

https://github.com/discourse/discourse

Seems to work okay in general. I'm not a big fan of the gamified notification system it seems to have - whenever I sign up for an instance, it'll send me things like "Super reader achievement unlocked! You read 10 threads." or whatever. I suppose it can be turned off since it's OSS.


I work at Discourse. As a regular user, if you want to prevent these new user badges (and notifications), head to /u/yourusername/preferences/interface and check "Skip new user onboarding tips and badges".

It is in our plans to eventually rework how this new user education and notification system works, and I suppose eventually with https://id.discourse.com/ the intent would be that your preferences follow you to every Discourse site you sign up for, so you could just set it once.

As an admin, badges can be disabled entirely, or individually.


I just wish that the whole badges thing was off by default. It's a forced gamification that's just annoying and doesn't really teach anything.

Except for that, I love Discourse.


It's their way of attempting to fight user churn. Forums need all the help they can get in that regard given the attention economy of today and the giants they're attempting to fight against. Anything novel is a win.

You are just being extremely nitpicky.


Discourse is awful software, from a user standpoint.

But its better than all the other forum software I've seen...


I hate the scrollbar hijacking and lazy loading on larger threads.

I just want pagination and to use my stock browser features...


Thanks, I'll have to look into it too, though the gamification sounds annoying AF.


I responded to the other comment, but I work at Discourse. As a site admin you can disable badges (which is our gamification system) entirely, or you can get rid of individual badges.

If you're interested in trying Discourse, our lowest hosting plan is $20/month, or if you want to self-host there have been a bunch of improvements in the setup process recently, see https://meta.discourse.org/t/self-hosting-discourse-just-got...


I use this often when I need to work with individual path commands, it’s a great tool!


Same! My use case is 2d splines for use in openSCAD, stuff that eventually arrives at my doorstep from a 3d printing service. I just love the ability to overlay reference bitmaps, super valuable for the parts I've been making.

Before stumbling upon this tool, I've spent a lot of time tweaking SVP paths in "mostly manual" files in other projects, it's a recurring theme for me. I was delegating the more interesting paths to Inkscape or similar, but keeping the basic structure handwritten. This tool would have made my life so much easier!


> Helix

I'm not sure about the other ones, but I know that helix supports language servers by default and it does not have a workspace trust system like vscode, so LSPs can automatically execute code when you enter a directory

https://github.com/helix-editor/helix/issues/9514#issuecomme...

So uninstalling VSCode would be a bit of a step back in that case


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: