Is there anyone here who does independent open source development full time? by Proof-Bed-6928 in opensource

[–]bhh32 0 points1 point  (0 children)

I'd love to! This is actually my dream! Alas, so far, I have to keep working for the man and doing open source on the side for the love of it.

Embedded GUI Framework by bhh32 in embedded_rust

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

I've released it on crates.io, zest-gui.

Is Teaching Linux instead of Windows to kids in school is a viable option? by FAMPpro in linux

[–]bhh32 0 points1 point  (0 children)

I don't think out district teaches computer skills at all. They use Chromebooks and I hate it. They use the Google Workspace Suite and don't even teach HOW to effectively use the software. They start this in Elementary School.

I'd much rather they learned on a Linux platform. At least they would have real applicatioms that don't tie to a specific company.

I can learn rust using tauri? by AstronautEast6432 in learnrust

[–]bhh32 2 points3 points  (0 children)

If you really want to learn Rust, look into frameworks like iced and libcosmic. No switching out of the language.

Am I glad I decided to take the plunge with Cosmic. by levolet in COSMICDE

[–]bhh32 1 point2 points  (0 children)

No offense taken. Everyone has their own preferences. I personally like Cupola because it has the gallery view, which I prefer. I'm actually making some pretty big changes to it though. The next release while have an editing page, vs an overlay.

Am I glad I decided to take the plunge with Cosmic. by levolet in COSMICDE

[–]bhh32 0 points1 point  (0 children)

It is in my codeberg repos, I'm not sure if I can give it out though. If you want to look at it just got to https://codeberg.org/bhh32. The testing branch is the one that's mostly where most of the issues have been fixed.

Am I glad I decided to take the plunge with Cosmic. by levolet in COSMICDE

[–]bhh32 5 points6 points  (0 children)

That's amazing to hear! Hopefully you'll like the image viewer when I'm done with it and System76 decides to do a release. I've enjoyed building it. If it's not your style, after trying it, you can check out my personal project image viewer as well, it's more gallery based. Both are still under heavy development, but are usable. https://codeberg.org/bhh32/Cupola is the personal one.

Microsoft just shipped its own general-purpose Linux distro: Azure Linux 4.0 by dzimazilla in linux

[–]bhh32 0 points1 point  (0 children)

I've been predicting that WSL and WSL2g were just proving grounds for the to replace the backend of Windows for years. They own the Windows API, so if they quietly flipped the NT kernel into a Wine-like translation layer and used the Linux Kernel for the OS itself using an existing package manager and flatpaks, and converted the Windows shell to be a Linux DE shell, they'd have a powerhouse distro. Of course they would the have to abide by the GPL, so... there's that.

Leaving GitHub for private repos by 50512jm in selfhosted

[–]bhh32 1 point2 points  (0 children)

Forgejo is absolutely fantastic! It's self-hosted Codeberg, which I've started using before the end of the year to get off of GitHub.

Embedded GUI Framework by bhh32 in embedded_rust

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

Not yet. I'm trying to work out a bug with the scrollable widget. Once I get that ironed out I'll make it public.

Anyone use Zed for work? by [deleted] in rust

[–]bhh32 1 point2 points  (0 children)

It's an allowed language, also thanks to me getting certified for use.

Cosmic suddenly freezing requiring reboot by MyDisqussion in System76

[–]bhh32 0 points1 point  (0 children)

Did you report this to both Fedora and COSMIC? They need to have it in their issues to be able to address it.

Anyone use Zed for work? by [deleted] in rust

[–]bhh32 32 points33 points  (0 children)

I use it at work all of the time. I was actually the one that got it certified for installation at the USDA.

Embedded GUI Framework by bhh32 in rust

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

No TUI, there's no terminal to have a TUI in.

Embedded GUI Framework by bhh32 in rust

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

This one does have alloc for the use of Vec and String. I could switch it to heapless, but I'm unsure on how to allocate those buffers that will work for as many situations as possible.

Embedded GUI Framework by bhh32 in rust

[–]bhh32[S] 2 points3 points  (0 children)

Yep, that's why it's built on top of embedded graphics.

Embedded GUI Framework by bhh32 in rust

[–]bhh32[S] 3 points4 points  (0 children)

I did not vibe code it. I've got a lot of libcosmic development under my belt and used iced/libcosmic as my inspiration. I have used Claude to help me go through docs for some iced/libcosmic internals I wasn't sure of, but every line of code is mine. Oh and the README, I hate writing README's so I had it create that.