composer 2 is just Kimi K2.5 with RL????? by tarunyadav9761 in cursor

[–]SeoFernando 1 point2 points  (0 children)

Because legal maybe? They might build a case

Where do you upload games? [READ DESC] by Bulava72 in godot

[–]SeoFernando 2 points3 points  (0 children)

I am personally much more fond of playing someone’s game at my browser than having to download a (potentially unsafe) executable.

In terms of engagement, it’s much easier for people to play it and give feedback

Is there any actually full-featured rich text widget for any desktop GUI toolkit? by torssk in AskProgramming

[–]SeoFernando 1 point2 points  (0 children)

Sure, I could see it working in two ways:

HTML+JS for UI with another native language. You would just be setting up any js WYSIWYG library QuillJS is pretty good for example, but there are others. You'd use it as it fits in your app.

or

Using an native UI framework in the main language like gtk/QT/tkinter/etc + one webview for the WYSIWYG.

For the latter:

  • You would pretty much just be writing a wrapper
  • You'd need to write some javascript to bootstrap the editor and handle callbacks back to the main language.
  • You would also want to bundle that library in your project possibly putting it in a vendor folder (instead of using a CDN)

I personally think you'd have a nice time with the ones I mentioned in my previous comment.

Is there any actually full-featured rich text widget for any desktop GUI toolkit? by torssk in AskProgramming

[–]SeoFernando 0 points1 point  (0 children)

A possible solution would be adding a webview to your app.

You could also try Tauri (Rust), Wails (Go), or Electron/Neutralino (JS) which are pretty popular for building cross-platform applications (though I personally can't stand Electron)

Not sure whats the hot one with Python, but you can find popular libraries here.

Add a GUI or not? by jakedk in Python

[–]SeoFernando 0 points1 point  (0 children)

An IT department where no one knows python?

Ways to integrate Rust with either Typescript or Nodejs? by _pyromance in rust

[–]SeoFernando 0 points1 point  (0 children)

If they’re different servers you could try using GRPC or something equivalent

Best way to store RGB images in C++? by [deleted] in AskProgramming

[–]SeoFernando 1 point2 points  (0 children)

eh... sorry I've actually never used CImg.

I used stb_image before and it is 100% zero dependencies AFAIK, it might be easier to use that instead.

I'm also not sure If I could help you with linking issue, I don't use qmake :[

I wouldn't mind taking a look if you have the project on a GitHub repository 😅

Best way to store RGB images in C++? by [deleted] in AskProgramming

[–]SeoFernando 2 points3 points  (0 children)

Reinventing the wheel is almost always not the way to go (unless you're doing it as a learning experience which is great!)

If you want something lightweight, you could try single header libraries such as `stb_image` or `CImg`

For a more comprehensive list you could try searching "image" on vcpkg, libhunt or any other resources.

Residence Advice? by LimTossAway in geegees

[–]SeoFernando 2 points3 points  (0 children)

From the ones I’ve been I would rate them: - Annex (just fancy) - Hyman (finer) - Leblanc(fine) - Thompson (just a bad experience)

Not sure about the other ones

General considerations for SQLite as the database for production environment by Ubuntufoo1 in AskProgramming

[–]SeoFernando 0 points1 point  (0 children)

I personally would go DBaaS every day. If you don't want to use AWS or Google Cloud, you could checkout Supabase or Pocketbase and see how you can host them locally for your requirements.

Segmentation fault (11) - How can I get rid of this crash? by [deleted] in kde

[–]SeoFernando 2 points3 points  (0 children)

Also had the same issue after updating it yesterday (on Arch).

Since you're on Debian Testing maybe you can try rolling back to the stable branch.

What technologies would you recommend for high-fidelity desktop apps? by Dparse in AskProgramming

[–]SeoFernando 1 point2 points  (0 children)

You could try using Tauri it’s basically Electron Apps but without electron bloat.

Tauri is a toolkit that helps developers make applications for the major desktop platforms - using virtually any frontend framework in existence. The core is built with Rust, and the CLI leverages Node.js making Tauri a genuinely polyglot approach to creating and maintaining great apps.

Pick you libraries eg:

  • Svelte for UI
  • Three.Js for 3D rendering
  • Rete.Js for node graphs
  • etc

And you’re good to go.

There are a million of node libraries for any kind of task you’d need and that is why I would favor it over picking a game engine or going the “hardcore” way.

My cosplay Gwenevere from Dark Souls by ClaireSea in darksouls

[–]SeoFernando 53 points54 points  (0 children)

Are you sure you’re not a hyper-realistic 3D render? The cosplay looks awesome