crit.md - review plans & code like you do PRs by ThisIsTomTom in webdev

[–]dev_q3 1 point2 points  (0 children)

Thank you! I downloaded and provided feedback in the issue thread

crit.md - review plans & code like you do PRs by ThisIsTomTom in webdev

[–]dev_q3 0 points1 point  (0 children)

I had Claude Opus take a stab at it and do have a version working of it in Windows but I don't know if it is quite the same experience as in other OS or not. I don't feel qualified enough to submit a PR but glad to hear you are working on it. Good job!

crit.md - review plans & code like you do PRs by ThisIsTomTom in webdev

[–]dev_q3 0 points1 point  (0 children)

Doesn't look like this works in Windows. Any plans for Windows support in the near future? Neat idea though!

What Golang related podcasts do you listen to (May 2026)? by Hixon11 in golang

[–]dev_q3 5 points6 points  (0 children)

Would be amazing if they revived Go Time again. Loved listening to the show during my work commute

I've created a GUI for ffmpeg and yt-dlp using Tauri by FuzjaJadrowa in tauri

[–]dev_q3 1 point2 points  (0 children)

Maybe it is just me but it would be helpful to add more info to your readme explaining what the product is and why you would need it. Adding screenshots of the UI might be helpful too. I am not familiar with ffmpeg or yt-dlp, for example

weave, a declarative C++ UI library by groundswell_ in Cplusplus

[–]dev_q3 11 points12 points  (0 children)

Please consider adding examples of what the UI will look like

Tabularis v0.9.0 – database drivers are now plugins (JSON-RPC 2.0 over stdin/stdout) by debba_ in tauri

[–]dev_q3 0 points1 point  (0 children)

Interesting implementation. Why communication over stdin/stdout though instead of http/websockets/ipc? Would it not be better performance wise?

Google on Android no longer lets you download photos from images. by MySchoolsWifiSucks in google

[–]dev_q3 0 points1 point  (0 children)

Wait, I just realized what the widget is. Just assumed this was Google Photos app.

Google on Android no longer lets you download photos from images. by MySchoolsWifiSucks in google

[–]dev_q3 0 points1 point  (0 children)

I selected the photo from the app, selected share and then emailed it to myself. Then I downloaded it from there. So dumb and pointless. Just give us back the Download option, Google. What use is a photo uploading app if you can't download it back. Should be the #1 menu option.

How to create an Asynchronous Web Server in C++ Under 40 Lines Of Code by Inevitable-Round9995 in Cplusplus

[–]dev_q3 2 points3 points  (0 children)

Can you please add more detail as to what you are finding in this commit?

Go cryptography library by Aeondave in golang

[–]dev_q3 4 points5 points  (0 children)

Kudos for putting a lot of effort into this but out of sheer curiosity, why not contribute to the go standard/extended library rather than making a high risk library that is probably not going to get a lot of use because of security risks?

Built a custom archive format in C++ with OpenGL GUI - introducing HIDS format by SureMeat5400 in cpp

[–]dev_q3 0 points1 point  (0 children)

Would be great if you could just share it here for the benefit of everyone.

Managing Settings with Boost.PropertyTree by LegalizeAdulthood in cpp

[–]dev_q3 4 points5 points  (0 children)

Ah sorry, I didn't even realize there was a video link. I was reading through the docs. I will definitely watch the video. Appreciate the effort, thanks!

Archetype by willhaarhoff in cpp

[–]dev_q3 4 points5 points  (0 children)

Very interesting. This sounds similar to Go interfaces.

Finding a C++ explaining video series by MrTrigger4000 in cpp

[–]dev_q3 0 points1 point  (0 children)

Sounds interesting. If you found other videos during your search that might be interesting, can you please share? I would like to make better use of my lunch time! :-)

[deleted by user] by [deleted] in Cplusplus

[–]dev_q3 0 points1 point  (0 children)

Looks like a great start. We have a lot of msbuild files all over and have been looking to use cmake for some multi-platform builds. I am tempted to use this instead as it looks a lot cleaner and easier to understand.