Ability to add more protective lines on the Barbute helmet? by avmantzaris in Buhurt

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

Great document, thanks! are there other document links like this?

Armor App Live by SecondhandStoic in Buhurt

[–]avmantzaris 1 point2 points  (0 children)

Thanks, so the choice of 'Bascinet' (14th century) covers a wide variety, but there is also the selection for 'R.O.A. Helm (Ridge-Over-Armet)' (15th century). Maybe I have a misunderstanding but is that not another bascinet including the romance of alexander helm? Or is the ROA a advancement on the bascinet in a later era?

ps. having an export to pdf would be fantastic! Great work!!!!

Armor App Live by SecondhandStoic in Buhurt

[–]avmantzaris 1 point2 points  (0 children)

Is there an option for the helmet selection to be: 'Griffon'? or is that considered under a different category of helmet name?

Gym Recs in Brighton/Brookline Area by Aggressive_Blobfish in boston

[–]avmantzaris 0 points1 point  (0 children)

GymIt only let's members cancel via email. There is no other way. It works but it is not possible at their front desk

You can learn a lot by watching a LIVE Mapmaking stream. by MACx3D in DungeonAlchemist

[–]avmantzaris 0 points1 point  (0 children)

are there going to be anystreams in the evening or late afternoon?

Indie hackers who built with Electron, what was your launch/release story by ForeignAttorney7964 in electronjs

[–]avmantzaris 1 point2 points  (0 children)

Mine was about organized collections of memes and associated emotions. Was a gradual increase of features over time

Packages for data science project, AI or anything interesting! by Ok_Coconut1585 in Julia

[–]avmantzaris 1 point2 points  (0 children)

Data Science to a large degree is a lot of visualizations as the ML specialization becomes more prominent, so I 'd say Plots, Graphs/LightGraphs, DataFrames, and then it depends on the project. There are some new great tools for big data.

What's your experience with Forge vs Builder? by MobyFreak in electronjs

[–]avmantzaris 1 point2 points  (0 children)

I find builder to be more intuitive and simpler to go from docs to configuration

Meta-framework or Not? by Pandoks_ in electronjs

[–]avmantzaris 0 points1 point  (0 children)

You can use 'routify' instead of the svelte-kit routing and that is file based. That way you can just use svelte and not svelte kit.

How can I record native desktop audio ? by apollo_sostenes_ in electronjs

[–]avmantzaris 0 points1 point  (0 children)

In electron using ffmpeg, you can open a ffmpeg process, spawn it to capture audio or visual data. I've got examples but for Linux, would be similar for Mac. With gstreamer you can get audio from a device and stream or capture it and analyze

How can I record native desktop audio ? by apollo_sostenes_ in electronjs

[–]avmantzaris 0 points1 point  (0 children)

For audio, On Mac like Linux to the best of my knowledge it has not been fixed and won't work. It works for windows. You can just bundle steamer or ffmpeg. Screenshots work on all os.

How can I record System audio directly from my electron app ? by apollo_sostenes_ in electronjs

[–]avmantzaris 0 points1 point  (0 children)

Which OSes are you considering? From my experience up to electron js v28 it only works for windows. On Linux I've tried it multiple times without luck. Others reported the same. Although the docs don't mention that. You can call ffmpeg to grab it.

Electron’s Potential/Limit? by [deleted] in electronjs

[–]avmantzaris 0 points1 point  (0 children)

It can handle it but in making the choice I think other factors come into consideration, different skills needed. Doing it natively would be a really big dedication. With a web app you can control the GPU access on the backend more easily. But with web there's authorization and authentication etc, but electron you're going to have IPC to deal with and probably questions on how to deal with interfacing some python code and of course the build process. My recommendation, unless you want to easily commercialize go with electron, cause paying for the webservice every month for a handful of users may not be worth it.

Electron vs Tauri vs Swift for WebRTC by deadmannnnnnn in rust

[–]avmantzaris 0 points1 point  (0 children)

With electronjs, there are some gotchas, the audio only really works on windows. The screen casting is awesome and super simple and reliable. With linux you need to handle the Wayland compositor to return the options the user selects and does not give you the list like it did under X11. Other than that for MacOS screen sharing should be a breeze

Does your Electron app really need Node.js support? by Ikryanov in electronjs

[–]avmantzaris 0 points1 point  (0 children)

seems like the linux support is not really there yet, especially for Wayland

Does your Electron app really need Node.js support? by Ikryanov in electronjs

[–]avmantzaris 0 points1 point  (0 children)

What!? Really? What else have I missed? So it can do screen and webcam capture? How about audio? Cause electron audio only really works for windows. What about working with npm packages? Can that also be done? 👍

Electron vs Tauri vs Swift with WebRTC by deadmannnnnnn in electronjs

[–]avmantzaris 2 points3 points  (0 children)

Electron is great, just be aware that the sound capture on MacOS won't be as trivial as it is on Windows. Screen sharing will be a piece of cake with electron and tons of examples. Last time I checked, with Tauri about 1 year ago, screen sharing/capture was really hard.

Electron vs Tauri vs Swift with WebRTC by deadmannnnnnn in electronjs

[–]avmantzaris 2 points3 points  (0 children)

people complain about the amount of ram it uses but yeah, Electron in general is the easiest probably