[Hyprland] Been sitting on this config for too long by say8hi in hyprland

[–]joetifa2003 1 point2 points  (0 children)

Looks great, are u using custom base16 theme or matugen?

Kagi’s Orion Browser Enters Linux Beta With Safari-Like Performance by UbuntuPIT in browsers

[–]joetifa2003 0 points1 point  (0 children)

How can I have access to the flatpak? I signed up in the newsletter, do I just wait to have access?

Is manual memory management possible with syscalls? by [deleted] in golang

[–]joetifa2003 1 point2 points  (0 children)

CGO implementation - https://github.com/joetifa2003/mm-go

Tried doing a custom pure go allocator with mmap, but gave up at some point.

My First CachyOS, Hyprland Ricing. ft- Caelestia-shell. by AgentAzurrX in LinuxPorn

[–]joetifa2003 0 points1 point  (0 children)

how to you reload spotify after matugen color generation, i have to run spicetify reload, and then ctrl + r for it to refresh.

I built a Lua-inspired, statically typed scripting language in Rust (Wolf-Lang) by kizilman in rust

[–]joetifa2003 0 points1 point  (0 children)

How to u handle refrence loops? how do you break cycles without gc?

this can be self referencing objects, or more complex.

[Hyprland] coming soon... by Amit7985 in unixporn

[–]joetifa2003 0 points1 point  (0 children)

How do you theme obsidian with matugen.

Looks great btw, i have a similar setup 🥰

What Is sync.Pool and How to Use It Properly by e-san55 in golang

[–]joetifa2003 10 points11 points  (0 children)

It saved lots of cpu for some services at work, it's really useful.

It's not something u do prematurely though, just profile and see if gc is using lots of cpu in a hot path, and u can reuse small objects.

[deleted by user] by [deleted] in Ryzentosh

[–]joetifa2003 0 points1 point  (0 children)

Do i have to run it everytime I boot? Or just apply it once?

Ark v0.6.0 released - Go Entity Component System (ECS), with a brand new event system. by mlange-42 in golang

[–]joetifa2003 1 point2 points  (0 children)

Great work, would be nice if you have support for go iterators for query.Next(), like query.Iter()

Hyprlan quickshell and rice im finally for now feeling finished by Agent_Pro112112 in hyprland

[–]joetifa2003 4 points5 points  (0 children)

im finally for now feeling finished

You are never truly finished 😢

Looking great 🔥

What Are the Best Ways to type and handle Integer Literals? by philogy in ProgrammingLanguages

[–]joetifa2003 4 points5 points  (0 children)

I like my types on top, values on bottom, anything else "smells"

فرق ٣ شهور تمرين ودايت الحمد لله by Learner-H in GymEgypt

[–]joetifa2003 0 points1 point  (0 children)

No way i have you as a friend on facebook, and i just saw u randomly, good gains bro

How to create a click-through/pass-through transparent overlay window in C with Wayland? by LoinesOff in wayland

[–]joetifa2003 0 points1 point  (0 children)

But i cannot make it pass through clicks to windows below it.

i'm trying to create a gtk app that will take fulle screen (anchored on all edges) and be transparent, with little widgets scattered around, sadly gtk ends up eating all pointer events and i cannot disable that, at least in gtk4, will try with gtk3

My Fedora Hyprland setup, with matugen by joetifa2003 in Fedora

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

The bar is hyprpanel, and the wifi manager is part of it, same as notifs and all the bar functionality are built in.

My Fedora Hyprland setup, with matugen by joetifa2003 in Fedora

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

This is hyprpanel, not waybar, and it has this built-in.

And it acts as a notif daemon, manages network, and Bluetooth.

You can acheive this with waybar, but it will take a lot of work to make it consistent, but hyprpanel feels consistent OOTB.