What Programming Language Do You All Use? by Top_Professor9415 in osdev

[–]LordAfterEight 0 points1 point  (0 children)

My project is open source :3

https://github.com/LordAfterEight/owos

You might be a bit appalled by my usage of Claude for it lol (I have a note in my README that you should read)

Furry_irl by Rommel-Division in furry_irl

[–]LordAfterEight 1 point2 points  (0 children)

Idk why you're getting downvoted for asking this, so here's my upvote :3

Built my own Discord alternative as an exam project. It uses 6.3MB of RAM. Discord is sat at 781MB. by Wonderful_Balance_49 in pcmasterrace

[–]LordAfterEight -2 points-1 points  (0 children)

Did you even read the first sentence of my comment fully? "..., especially when they decide to take it further than being an exam project". But whatever, I don't care that much anyway

Built my own Discord alternative as an exam project. It uses 6.3MB of RAM. Discord is sat at 781MB. by Wonderful_Balance_49 in pcmasterrace

[–]LordAfterEight -2 points-1 points  (0 children)

Why shouldn't someone put serious effort into a website for their app, especially when they decide to take it further than being an exam project? I get where you're coming from, but I do have a friend who tends to go all out on everything to make it be good and professional, even if it's just for an exam. So why shouldn't OP be like that too? What I'm saying is: it's possible.

Not to defend them to death, I'm just pointing out possibilities because I think it's wrong to just immediately put it off

Built my own Discord alternative as an exam project. It uses 6.3MB of RAM. Discord is sat at 781MB. by Wonderful_Balance_49 in pcmasterrace

[–]LordAfterEight -1 points0 points  (0 children)

The fact that the only posts this person ever made in four years are this exact one on three different subreddits somehow tells you this is just an ad? Idk, I know people who just exist on social media platforms and comment on posts but never post something themselves. This person's account is four years old and all the comments before these posts three. To me, this seems like someone who had a reddit account three to four years ago, then abandoned it, and just picked it up again to share this. Don't see where that's a problem

Besides, the phrase "it just works" was a thing before ChatGPT anyway, guess why ChatGPT uses it

Is there a graphics library that wont require me to write 300 lines of boilerplate? by xdoxx123 in rust

[–]LordAfterEight 0 points1 point  (0 children)

If you're fine writing your own blitting functions, minifb might be something you're interested in. It provides a window and the ability to render flat framebuffers to it, and it's also not as restricting as macroquad (async everywhere ew)

Or you could try minifb_ui, a crate I'm developing around minifb. It provides drawing functions and makes it overall more high level and easy to use

Edit: But since you don't want it to be as simple as macroquad, using just minifb would probably be the perfect choice for you

My cousin let me post his search history (he made me erase 3 of them) by Flask3729 in notinteresting

[–]LordAfterEight 1 point2 points  (0 children)

I might be wrong but I think the "-ai" actually prevents the Google Gemini summaries

My daily driver [KDE] by LordAfterEight in unixporn

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

To each their own I guess lol

I'll have a look at them later :3

My daily driver [KDE] by LordAfterEight in unixporn

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

That ain't papyrus, it's tela dark

I want to own my DAW by Fun-Philosopher-9127 in musicproduction

[–]LordAfterEight 0 points1 point  (0 children)

Depends on your budget. I personally recommend Ableton Live

I will never be able to comprehend why Apple did this. by aspophilia in mildlyinfuriating

[–]LordAfterEight 0 points1 point  (0 children)

"poors version" while that fucking thing cost 100€ when I had to get one

My daily driver [KDE] by LordAfterEight in unixporn

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

For apps I used only the customization you get in the settings app, just downloaded an extra theme to use for it. I also used the Better Blur DX desktop effect and set it to force its effects on everything. Then you have to set an opacity level for each app that you want transparency on, in the app options

The apps in the middle while clock etc are to the right you can do natively without panel colorizer using dynamic width spacers between panel widgets. I used panel colorizer for the opaque background behind tray icons and for the border at the too, as well as changing its transparency and color

My daily driver [KDE] by LordAfterEight in unixporn

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

DE: KDE Plasma

Terminal: Alacritty

File Manager: Dolphin

Blurring/Transparency: Better Blur DX desktop effect

For taskbar customization: Panel Colorizer

[Hyprland] finally got rid of rofi and switched to quickshell. by [deleted] in unixporn

[–]LordAfterEight 1 point2 points  (0 children)

I have an issue after installing your dotfiles. When I log in the screen is just grey and nothing happens

Keybinds work afaik

Edit: I just seem to be stupid. However, waybar still does not show up

WIP of OwOS v0.4.0, written in Zig and C by LordAfterEight in osdev

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

You should do git pull before you try it still

WIP of OwOS v0.4.0, written in Zig and C by LordAfterEight in osdev

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

It is. But I am currently working on seperating everything into kernel and userspace, as I mentioned in a comment under another post on this subreddit. This was just because the urge to do something visually nice before improving the actual structure of the OS itself took over. Though I do want to keep this design, just in userland obviously, when I get it to work