this post was submitted on 11 Mar 2024
342 points (97.8% liked)

Linux

47341 readers
1351 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 39 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 6 months ago (1 children)

Yo! I would love for something like this to become a thing because I have recently become a big fan of SVGs. Would absolutely love a custom cursor that scales to any size with minimal issues of it looking too small on the 1080 TV I sometimes plug my laptop into using HDMI.

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (1 children)

It is? It only works on hyprland tho. That being said its really easy porting xcursor themes over. It does all the things you just described.

[–] [email protected] 1 points 6 months ago

It should work everywhere, not only on hyprland. At least that's the goal.

[–] [email protected] 1 points 6 months ago (1 children)

Well at least that rat is doing something interesting as opposed to throwing waifus at things and harassing people.

[–] [email protected] 1 points 6 months ago

I don't know the full context, but your comment seems more like harassing. It definitely adds nothing to the debate and only creates toxic atmosphere on lemmy.

[–] [email protected] 2 points 6 months ago

Man, I've never thought about cursors at such a macro level before... Is the way it changes based on context of what it's hovering something really technical, or is there a call of some sort sent from the OS that is interpreted?

[–] [email protected] 7 points 6 months ago

One of the more interesting things I've read here. Very nice work. So long as it is free of vulnerabilities (with your small codebase, seems it should be) then this seems like a great addition. Hoping for widespread adoption.

[–] [email protected] 61 points 6 months ago

Sometimes I long back for the times when I just used my computer to do things, instead of forming an opinion about the compression rate of my cursor's image data.

[–] [email protected] 3 points 6 months ago (1 children)

This is interesting, but help me understand, does hypercursor not allow animated cursors?

[–] [email protected] 16 points 6 months ago (1 children)

Metadata Some cursors cannot become SVGs, and that's fine. Some cursors are used for more than one shape, and that's fine. Some cursors are animated, and that's fine! All of a shape's properties are described in a small meta.hl file alongside them.

Seems like it should support it?

[–] [email protected] 2 points 6 months ago

Instead of each frame of animation being a grid of pixels, each frame is a small collection of math describing the visuals.

But we'd still have frames to use for animation, if we want.

Instead of replacing one PNG for another PNG to make the illusion of movement, we replace one SVG with one SVG instead.

[–] [email protected] 10 points 6 months ago (2 children)

Please make sure it doesn't contain any bugs which can be exploited.

[–] [email protected] 1 points 6 months ago

Use Rust! —White House

[–] [email protected] 4 points 6 months ago

0-day'd by my fucking cursor, smh

[–] [email protected] 5 points 6 months ago

This is awesome

[–] [email protected] 93 points 6 months ago (4 children)

I hope this becomes popular enough that a lot of major distros start adopting it as a default

Specifically because I want to see turbo-weirdos talk about how higher-quality cursors are "bloat" or "against KISS" for the next 10 years. 💀

[–] [email protected] 1 points 6 months ago

Absolute bloat.

[Goes back to enjoying his 300mb 9999dpi ultra hi-res waifu pointing bitmap cursor] /s

[–] [email protected] 3 points 6 months ago

stares at gnome

[–] [email protected] 6 points 6 months ago (1 children)

Tbh I dont really see how anyone can call this bloat( I use doas btw). Its just so much more space efficient. 4 example I ported capitaine cursors and it takes below 200 kbs of space, its just that much more space efficient

[–] [email protected] 9 points 6 months ago (1 children)

You are most likely correct from a technical point of view.

But don't ever underestimate the potential of weird folks to be -- Weird.

Not that I think it's per se a bad thing -- But I feel like a lot of Linux people are pack bonded to the utilities and tools they have grown used to. Whatever justification they write comes after the fact from an emotional reaction to seeing the thing they are bonded with lose ground.

[–] [email protected] 2 points 6 months ago (1 children)

I must admit that I personaly see this as slightly bloated for using SVG, although I don't see a good alternative. Supporting SVG fully basically requires a webbrowser, because it has JavaScript support. The best alternative I can think of is using fonts formats, but that is less accessible for custom cursors, and idk how they deal with colors.

[–] [email protected] 1 points 6 months ago

I don't think you have to, or even should, support JavaScript in cursor themes.

[–] [email protected] 11 points 6 months ago (1 children)

I snorted my coffee reading this. It's probably more in the inevitably become true category rather than funny category too

[–] [email protected] 10 points 6 months ago (1 children)

If none of my predictions come true, I made some peeps laugh and that's enough

If they do I get to call back to this post and pretend I'm smart (I am not)

Either way, it's a net positive.

[–] [email protected] 5 points 6 months ago* (last edited 6 months ago)

Don't forget to delete this comment before you call back to the original one. Otherwise the future people will know you aren't actually smart!

Edit: Also, hello there future people!

[–] [email protected] 27 points 6 months ago (1 children)

Very cool. I wish the entirety of the computer's interface was scalable SVG so any custom resolution is possible and looks good.

[–] [email protected] 10 points 6 months ago

Yeah vector gui is a very cool idea. That said, arbitrary scaling on windows "just works" these days so definitely possible on Linux too without any radical tech changes

[–] [email protected] 31 points 6 months ago* (last edited 6 months ago) (1 children)

Interesting and fun read, thank you !

In the beginning, the earth was without form, and void. Wait, a bit too far behind.

😁

[–] [email protected] 12 points 6 months ago

In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move.

[–] [email protected] 10 points 6 months ago

That was a very cool read. I'm not particularly technical—I can build a PC and install an OS, and that's about it—and I understood most of it. I had no idea that cursors were such heavy pieces of crap!

[–] [email protected] 53 points 6 months ago* (last edited 6 months ago) (1 children)

I hope GTK and GNOME (or is GTK part of GNOME?) adopt this, I didn't even know just how bad the inefficiency with todays cursors is. Having a single svg for each cursor and rendering it server-side makes so much more sense.

Did someone already open an issue for this?

[–] [email protected] 18 points 6 months ago* (last edited 6 months ago)
[–] [email protected] 12 points 6 months ago

interesting read

[–] [email protected] 13 points 6 months ago

Thanks for sharing this, was a neat look under the hood.

[–] [email protected] 55 points 6 months ago (1 children)

Interesting. I didn't realize XCursor predates most image formats XD

[–] [email protected] 68 points 6 months ago (1 children)

X* predates almost everything still in common use.

Which is, frankly, amazing.

It's also why Wayland took (is taking) so long. It has to compete against X11 with decades of development.

That's a tall order.

[–] [email protected] 33 points 6 months ago (1 children)

X* predates almost everything still in common use.

it is ancient when talking about computer related things. 1984 was the initial release. Almost twice my age holy!

[–] [email protected] 16 points 6 months ago

Well I’ll just go ahead and die of old age then since I was alive during its initial release

[–] [email protected] 4 points 6 months ago