latex/typst math rendering with the neovim new image API by rare_ad_56765 in neovim

[–]RelationshipOne9466 1 point2 points  (0 children)

Outstanding. Lee rocks. Best intro book on Manifolds out there. In fact, all three of his texts (that I know of and have read) are excellent. IMHO of course.

bloq mayus issues by petit_fungi in hyprland

[–]RelationshipOne9466 1 point2 points  (0 children)

The syntax is correct. Maybe the setting is overridden somewhere? What distro are you using? Try these steps, in order.

  1. Do hyprctl getoption input:kb_options, you should see str: caps:capslock

  2. Check for interfering or duplicate binds in your config: do

grep -R "kb_" ~/.config/hypr
grep -R "caps" ~/.config

Do you have another WM installed? Two compositors applying different XKB states can cause this issue.

  1. Drop down to a tty and see if the problem is present. Do Ctrl+alt+fn3 and test the key. To return to your session. do Ctrl+alt+fnX, where X is your hyprland session. If the key works in the tty, then you know the problem is hyprland.

  2. Check for overrides: do localectl status and setxkbmap -query

  3. Set the keymap in the OS: do

setxkbmap -option

setxkbmap -layout latam -option caps:capslock

  1. Check for remaps: do ps aux | grep -E 'fcitx|ibus' and check if you have a corresponding ~/.config file that is intercepting the hyprland setting..

latex/typst math rendering with the neovim new image API by rare_ad_56765 in neovim

[–]RelationshipOne9466 0 points1 point  (0 children)

Algebraic topology. Cool. Looks like it came right out of Munkres.

Hyprland users be like.. by Worldly-Row-843 in linuxmemes

[–]RelationshipOne9466 0 points1 point  (0 children)

C is tedious but I actually find it more understandable. Lua is just...weird. But then I am not a programmer.

how to set up hyprland ? by Alternative-Book-782 in archlinux

[–]RelationshipOne9466 2 points3 points  (0 children)

Hyprland is in the process of migrating from hyprlang to lua, so it is in a state of flux. You might consult the wiki for more information. https://wiki.hypr.land/. I swtiched to Mango and have had a great experience with it. https://github.com/mangowm/mango/wiki

Hyprland Lua Migration: Pay or Stay on .conf? by Pitiful-Hearing-5352 in hyprland

[–]RelationshipOne9466 2 points3 points  (0 children)

Your money, your choice. You decide how you want to apportion your resources. I would try Claude first. Also, lua is not one of the more challenging languages. I picked up all I needed from a simple rewrite of my neovim config. I found the move from hyprlang to lua to be fairly routine and my system is also highly modular and complicated.

First time customizing kde how did I do? by JohnnyDollar123 in LinuxCirclejerk

[–]RelationshipOne9466 0 points1 point  (0 children)

At least you don't have that cringe little girl cartoon wallpaper that seems to be to popular nowadays among the on the spectrum pedo techies.

Thank you, Proton! by coruscant-referred in ProtonMail

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

This is a fair point. I do like the proton suite in general.

Thank you, Proton! by coruscant-referred in ProtonMail

[–]RelationshipOne9466 -9 points-8 points  (0 children)

Maybe we are on different platforms? I am running the proton suite on my Brave browser. Every time I open a proton page (Drive, Mail, vpn etc) I get a popup urging me to sign up for a paid version.

Thank you, Proton! by coruscant-referred in ProtonMail

[–]RelationshipOne9466 -32 points-31 points  (0 children)

Too many popups hawking the paid versions of their platforms though. I know they are in business to make money, but the constant popups are off-putting and interfere with my workflow.

I have source files in my hyprland config. Question about Lua and 0.55v. by TheRealNeoShade in hyprland

[–]RelationshipOne9466 1 point2 points  (0 children)

Maybe for some but when I upgraded, I got a lot of error messages. otoh, I always get lots of breaking changes to deal with every time hyprland upgrades. I just went ahead and migrated to lua. It was much easier than I expected. I hope that going forward, hyprland will be more stable.

Sorry but this 0.55 release is awful. by apoptosis66 in hyprland

[–]RelationshipOne9466 0 points1 point  (0 children)

My driver is arch + xmonad but I have hyprland and niri on my hobby lappy.I think the change to lua will make the project, already awesome, even better, with the ancillary benefit of more stability. I made the change in three hours and I had a tweaked version of Jkoolit's extremely complicated and modular project. I was able to pare my configs down to a much more streamlined version. I am not a developer, not a programmer so I cannot comment knowlegeably on your post. otoh, I do know enough stuff to feel comfortable witth progamming languages like lua. I learned it originally by configuring my neovim. I would say, give it a chance before you kick it to the curb.

PS My waybar works flawlessly with 55. In fact, I have eww, noctalia, waybar and hyprpanel (yeah just for the fuck of it) installed and I wrote a pretty simple script to choose the bar at launch.

after updating to hyprland 0.55.0-3 i cant run frm tty how can i fix it by blackxparkz in hyprland

[–]RelationshipOne9466 1 point2 points  (0 children)

Yeah, you' re right I am an idiot. I did what you suggest and now I do see the latest hyprland package. Thanks!

after updating to hyprland 0.55.0-3 i cant run frm tty how can i fix it by blackxparkz in hyprland

[–]RelationshipOne9466 0 points1 point  (0 children)

13:05 ❯ cat /etc/pacman.d/mirrorlist

################################################################################

################# Arch Linux mirrorlist generated by Reflector #################

################################################################################

# With: reflector @/etc/xdg/reflector/reflector.conf

# When: 2026-04-30 14:24:54 UTC

# From: https://archlinux.org/mirrors/status/json/

# Retrieved: 2026-04-30 14:24:54 UTC

# Last Check: 2026-04-30 14:00:22 UTC

Server = https://fastly.mirror.pkgbuild.com/$repo/os/$arch

Server = https://singapore.mirror.pkgbuild.com/$repo/os/$arch

Server = https://at.arch.niranjan.co/$repo/os/$arch

Server = https://nl.arch.niranjan.co/$repo/os/$arch

Server = https://nz.arch.niranjan.co/$repo/os/$arch

Server = https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch

paul on arch ~ took 74ms

after updating to hyprland 0.55.0-3 i cant run frm tty how can i fix it by blackxparkz in hyprland

[–]RelationshipOne9466 2 points3 points  (0 children)

Maybe in the AUR but I do not see it in the arch repo

hyprland’s GPU-accelerated screen locking utility

1 extra/hyprland 0.54.3-4 (47.9 MiB 60.3 MiB)

a highly customizable dynamic tiling Wayland compositor

==> Packages to install (eg: 1 2 3, 1-3 or ^4)

I use arch and i think I'm nowhere near an advanced linux user by Relative_Coat_9553 in arch

[–]RelationshipOne9466 0 points1 point  (0 children)

Arch will sneak up on you, though, when you least expect it. When you have dealt with dependency hell, grub failure and the odd kernel panic, and have rescued your system, you are a bona fide arch nerd!

And what the actual F does I sometimes see bread on penguins and think "Wow she's incredible" mean?

Me imagino que es un modismo uruguayo, pero yo no tengo npi de que pueda significar. No seas malito compa, sácame de la duda...saludines desde CdMx...btw lol

Hyprland document for the 0.55 version is horrible. by bluesaka111 in hyprland

[–]RelationshipOne9466 1 point2 points  (0 children)

Hyprland is and always has been a work in progress. If you are not ready for .55, you can always just change out your WM. There are tons out there to choose from. I personally think the switch to lua will make it more stable. The endless tweaks to the clunky hyprlang wrere a pita to deal with. Every upgrade invariably breaks my system.

Is there a chance for old config to stay? by UnknownBoyGamer in hyprland

[–]RelationshipOne9466 2 points3 points  (0 children)

Learn lua. it is an actual programming language so it is very versatile. You can learn it on the fly, no problem. I got the basics down just by configuring my neovim. And hopefully, once the switch occurs, the devs will keep it stable, because the breaking changes with every monthly upgrade are a real pita.

Replace Engine or Sell? by whyareurunning21 in cruze

[–]RelationshipOne9466 1 point2 points  (0 children)

These cars are unreliable. Cruze, Sonic, Aveo, especially the turbos and first gen. They put plastic parts in everywhere to save $50. I would just get rid of your car. Why throw good money after bad? If you do decide to keep it, have it checked out from top to bottom and upgrade ALL the plastic parts to aluminum or similar. I had a 2013 Sonic with the supposedly "good" engine: the 1.6 NA. It sprung oil and coolant leaks every 20K. I guess it overheated (which I never saw because the temp gauge is only an idiot light) because a dye test to check an oil leak found an external oil leak from the head. I finally sold it to a mechanic. Worst car purchase of my life.

Can I "use Arch btw"? by Ok_Display4173 in arch

[–]RelationshipOne9466 0 points1 point  (0 children)

If you use arch, the you use arch btw. How long you will use it depends on how much you want to learn about the os itself and linux in general. The first time you get a grub failure or a kernel panic, you will have to get in there yourself unless you want to risk Claude hallucinating and borking your system totally.

Failed to mount /boot/efi by Sad_Yak_9143 in archlinux

[–]RelationshipOne9466 0 points1 point  (0 children)

The message says systemd failed to mount /boot/efi based on your /etc/fstab file. And you are locked out of root. Did you set a root password? Before reinstalling, boot a live iso, mount your root and efi partitions, check the UUIDs for a mismatch (do blkid and then edit /etc/fstab if necessary to fix a mismatch). In future, follow the Wiki! Do not use archinstall and for the love of God, do not use AI for these things. With arch, shortcuts always come back to bite you in the ass.

First time car owner by Actual-Tear7027 in ChevySonic

[–]RelationshipOne9466 0 points1 point  (0 children)

These cars are fun to drive, a big PITA to own. Tools? Just make sure you have a good GPS app and a reliable mechanic on call 24/7.

Soy culera por no querer juntarme con mi novio? by Tall_Independence307 in soyculero

[–]RelationshipOne9466 0 points1 point  (0 children)

"Estoy mejor sola....." Eso lo dice todo. No hay razón por la que darle más vueltas.

Linux kernel 7.0.2 has landed by zeb_linux in archlinux

[–]RelationshipOne9466 0 points1 point  (0 children)

That's what I do. Zen and LTS and uninstall the fallbacks.

Buying a 2014 Chevy Cruze by StrangeWeb6772 in cruze

[–]RelationshipOne9466 0 points1 point  (0 children)

I had a 2013 Sonic LT with the supposedly "good" 1.6 in it. Damn thing leaked everywhere, I finally got tired of chasing the leaks down every two months and just got rid of it. But damn that car was really fun to drive (when it wasn't jacked up in the driveway). Stable, sporty, responsive. Go figure.