Hacker News new | past | comments | ask | show | jobs | submit | Raicuparta's comments login

You're going at it all wrong. You just need another LLM on the other end of the API too.


I've tried it, it currently does not handle that scenario well at all.


Wait three months, it'll be fixed.


catch_unwind doesn't catch all panics. I imagine that running a thread would actually catch all panics, but I don't know enough about the subject to say that confidently.

https://doc.rust-lang.org/std/panic/fn.catch_unwind.html#not...


Aborting panics won't by caught by threads either.

And they are common only in two scenarios: if you set panic="abort", or special UB checks that the standard library does. The former is just a simple configuration change, the latter is not really something you can handle in any way.


I'm currently suffering the pains of developing a Tauri app that relies on the system WebView (which is the default for Tauri). It's unreliable (especially on Windows where people love to mess around and run "debloat" scripts), and causes slight differences on each platform. Tauri lets you bundle the WebView, but this causes the installer to grow like 150 MB. I presume this alternative would be a lot smaller.


After messing around with various cross platform desktop toolkits, including a big Electron app and some smaller Tauri apps, I've settled on Flutter. It's not perfect but the results I'm getting are so far much better than anything I was able to achieve using repurposed web tech.


How is desktop performance and startup times for you with Flutter? I tested some flutter apps like Flutter Folio and they seemed to perform poorly.


At least on the Mac my desktop Flutter app starts up quickly and performs quite well. It’s much smoother in fact than a prototype I built in SwiftUI.


Interesting, thanks for the answer. I wonder if it's just way worse on Windows for some reason.


Afaik bundling webview is only available with appimage. We also have a big tauri app and it is a PITA to develop. I actually opened an issue to support bundling a chromium ala electron.


I don't use SMS myself but in this case it sounds like I'd be better off just not being your friend.


Sounds like you'd prefer to keep inflicting to me and to yourself a degraded experience rather than making the tiny, one-time effort of installing a free app. Because that's the whole point of this issue: the fact that you can still get what you want (reaching me) is what prevents you from making the smallest effort to make both our lives better and easier. And I also don't expect my friends to behave like that.


My favorite example of this is turkey, the bird, being named after Turkey, India, or Peru, depending on the language being spoken.


And in French, in particular, it's named after India, but the word is an abbreviation and contraction of the phrase "poulet d'Inde" ("Indian chicken"), which got shortened to "dinde".


Octopath Traveler is a Square Enix game.


I hold this one close to my heart, I was a beta tester for it and designed some of the puzzle levels (you can see me on the credits page there)


I'm pretty sure that's how Unity started too? Unity versions 1 and 2 were never available to the public


Sorry to say, but that is not accurate. Versions 1.0 (2005) and 2.0 (2007) were both publicly available. Unity was announced at WWDC as a game engine developed for Mac OS X.


I made a game with Phaser a long time ago, playable online here: https://bravebunny.github.io/curvatron/

I even released it on Steam with some extra features. I made it free there too since it was selling barely anything after the first few months: https://store.steampowered.com/app/404700/Curvatron/

I will not share the source code since it's embarrassingly bad (was basically how I learned JavaScript), but you can easily find it if you really want to.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: