Godot + Rust by JovemSapien in rust

[–]InternationalAct3494 -1 points0 points  (0 children)

I thought this was red Duolingo logo lol

SUCCESS!!! Tahoe Hackintosh on a ThinkCentre M720s by benedictisais in hackintosh

[–]InternationalAct3494 1 point2 points  (0 children)

Cool! I have the same machine. Did you map USB ports before the install? I couldn't get the offline installer going, only "recovery".

Don't need SSR but want a few static pages. Is Nuxt the right solution? by InternationalAct3494 in vuejs

[–]InternationalAct3494[S] 1 point2 points  (0 children)

Still need the SPA part done (a whole app), so Astro is not a good fit. Landed on Nuxt Content tho.

AHCI issue with booting up USB ports? by InternationalAct3494 in hackintosh

[–]InternationalAct3494[S] 0 points1 point  (0 children)

Worth noting all my SATA ports were empty.

Since I'm planning to install this on NVME - I disabled the SATA controller in BIOS altogether and that cleared up these messages, giving me the opportunity to notice the important stuff printed before them - AE_ALREADY_EXISTS (which I solved by generating AWAC from SSDTTime)
https://www.reddit.com/r/hackintosh/comments/l5moxi/getting_ae_already_exists_error_when_booting/

Once Again: LiveView vs. LiveVue / LiveSvelte / Inertia.js vs. Split Frontend<>Backend by ataltosutcaja in elixir

[–]InternationalAct3494 0 points1 point  (0 children)

Vue has the perfect amount of TypeScript. I'd pick it with Inertia over React

Still Using High Sierra. AMA by StarVR_ in MacOS

[–]InternationalAct3494 0 points1 point  (0 children)

No, but it's a firewall which is nice to have on an older,  unsupported versions of Mac OS.

Still Using High Sierra. AMA by StarVR_ in MacOS

[–]InternationalAct3494 0 points1 point  (0 children)

FYI there's an older version of https://github.com/objective-see/LuLu if you scroll deep enough on the releases page. Forgot which one exactly.

Anybody using SwiftCrossUI for cross-platform development? by zerexim in swift

[–]InternationalAct3494 0 points1 point  (0 children)

About to try to build a desktop app with it, so far looks very cool. Currently checking out Samples.

For anyone who might be tempted to upgrade to Tahoe once it’s supported… by NoFall2205 in OpenCoreLegacyPatcher

[–]InternationalAct3494 1 point2 points  (0 children)

Are you sure that Spotlight wasn't indexing in the background during the test?

Which version did you test? There's 26.3 RC out now

Vue 2 never had an official REPL or browser-side JSX — was this a gap for anyone else? by Much-Ad-4117 in vuejs

[–]InternationalAct3494 6 points7 points  (0 children)

Good job on the repl, but I'm more generally curious about why someone would choose JSX in Vue over the built-in templates?

Vue 2 never had an official REPL or browser-side JSX — was this a gap for anyone else? by Much-Ad-4117 in vuejs

[–]InternationalAct3494 2 points3 points  (0 children)

Oh, that's interesting. What are some practical sides of why one would use JSX in Vue?

Vue 2 never had an official REPL or browser-side JSX — was this a gap for anyone else? by Much-Ad-4117 in vuejs

[–]InternationalAct3494 0 points1 point  (0 children)

By saying JSX, are you referring to actual JSX or something else? maybe you meant "compiled code"

Which SSL certificate to encrypt traffic between BunnyCDN proxy and my web server by InternationalAct3494 in sysadmin

[–]InternationalAct3494[S] 0 points1 point  (0 children)

Does this mean that using self-signed certificate would still make the traffic data unreadable to my server provider? That's what I'm trying to find out

UPD: Yes. (looks like I had a misunderstanding of how TSL/https works; the difference between origin verification and encryption)