@velox_vulnus@lemmy.ml

velox_vulnus

@velox_vulnus@lemmy.ml

Want more GNU in Linux, so Guix, btw. पूंजीपति will be sent to corrective labour camp.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

velox_vulnus,

Now I’m being dragged into the anti-systemd ideology. I have a bunch of CLI utility that I have never ever touched since the three years I’ve been on Linux. I just came across homectl, machinectl and timedatectl, and I’m convinced that the part about “bloat” does make a lot of sense now.

velox_vulnus,

What systems do you use? I mean boot, init, home and all of that…

velox_vulnus, (edited )

I meant alternatives to systemd-homed, systemd-machined and the likes. Since I’m on NixOS, I’m restricted to most of the systemd stuff. I’m not even sure if I need all of them.

velox_vulnus,

You shouldn’t have to pay tips. Which part of the world entertains this shenanigans?

velox_vulnus, (edited )

I feel like Punjabi cuisine is over-represented in the west, especially the first one. Almost every “Trying out Indian dish” video is Eastern Punjabi stuff, there’s hardly any Pakistani or alt-North Indian stuff. Not saying that it is bad, but that’s kind of like eating greasy American stuff - eating donuts and cheeseburgers once in a while is fine, but too much is just not good from a health-perspective.

What’s sad is that you folks haven’t tried Marathi dishes - I had the privilege of visiting Satara and Lonavla, which are two amazing places in Maharashtra, which is extremely under-rated - surprisingly, it is also very much under-represented in Mumbai, perhaps due to the influx of North Indian migrants. Yes, most of it is spicy, even by Indian standards, but they’re amazing. Especially Srikhand and Sabudana Khicdhi (sabudana pearls are made of tapioca, but they’re transparent-coloured, instead of being black like boba pearls). I’d also give a thumbs up to Konkani, Malabari and also (our) Mangalorean cuisine - my favourite being the Udupi-style Masala Dosae paired with Bringal-Moringa Sambar, and also the classic Sheera-Upma combo.

velox_vulnus, (edited )

Lore time:

This was around the 2010. It was about six to seven years since we migrated to New Mumbai - it was a new city, but it was a nice place. Not heavily cramped like Old Mumbai, fresh air, lots of greenery and poor and rich neighbourhoods weren’t seperated. We could only afford eating restaurant food once in a month. I was around 8 to 9 years old. As a lower-class Indian family, eating “American junk” was considered bourgie and posh during those days. When I mean lower-class, I’m talking about having no home appliances, like fridge, washing machine, A.C. or any of those stuff. Just a bunch of sleeping-mats, utensils and an old CRT T.V.

It so happened that during those days, Domino’s also started advertising their tacos. As kids, me and my sibling were fascinated by this American, “white-people” food. That day, we were supposed to eat some tandoori tikka chicken, roti and non-veg biriyani. We threw a tantrum, asking my dad to buy one of those new taco product - one of those boxes had two “large” tacos. Well, we ordered it.

And lo, behold, the delivery guy brings in the “American delight”. Well, at first, we were caught a little off-guard, because the box was tiny. Must be just our imagination , we thought. So my dad asks the delivery guy if that was the right order. He gives a weird look and leaves. So, we go running to the basin, wash our hands, and come back prancing. Open the box, and to our horror, we see two tiny, itty-bitty macron-sized tacos (never saw a macron in person, but I’m assuming it must be pretty small). And the taste? It felt like eating wall-paint flakes.

We ate one of those tacos, and my dad asks if we’re still hungry. Well, we did not complain. That day, both mom and dad slept hungry. ₹110 for a bunch of American crap, and we could have enjoyed a hearty Punjabi cuisine.

It was also after I started browsing over the internet, that I realised that fast-food restaurants target peasants and wage-slaves in their own land, and ironically, they sell it over here as if one of the many thousand gods kissed the dough while kneading.

Didn’t order their pizzas using my own money, but when I had the chance to visit my rich classmate’s birthday party, they would bring it, and it tasted like paperboard. This is a story for another time, but what basically happened was that I got a chance to visit a culinary school somewhere in Panvel, and the first-year guy over there made the best, Indi-Italian fusion pizza and pasta. Yes, we didn’t get a large slice, just a few bites, because it was a school trip, and there were a lot of students. But that was the best Italian dish I’ve experienced in my life.

Moral of the story: Fuck Domino’s and every other fast food restaurants except KFC.

velox_vulnus, (edited )

It’s a rage-bait, avoid trolls like them. Whatsapp is close-sourced - so we don’t know shit about how good their encryption is - remember how phone numbers were showing up on Google Search? Yeah. Meta also works with the local government to suppress “fake news” - so, how exactly does it know what the contents are, without breaking encryption? These are two of the most convincing reason to not use the app.

velox_vulnus, (edited )

Using NixOS for more than six months, and I think I’m eligible to say what I like and hate about it.

What you’ll like:

  • easy configuration - just refer https://search.nixos.org, it’s that easy. I’m not taking that comment about “NixOS being hard to configure” seriously - and this is coming from someone who hasn’t even learnt the language properly. Yes, my configuration.nix is slightly polluted with Starship configs, and I might want to break them into modules, but it is still a job done decently.
  • won’t break easily except in some extreme situations - Laptop accidentally slipped from my hand during nixos-rebuild switch --upgrade - I guess it was the physical trauma to my device messed up the mount path to /boot, but it was rescued by a single CLI command from the recovery USB, and I didn’t lose any files.
  • upgrade is not prone to breakage, and even if it does, you can rollback - just don’t walk while holding your device and drop it.
  • it is a serious distro, not a “hobby” OS, and the experiences you will gain from learning Nix will help you with SaaS platforms like Replit or Railway, if you’re interested in using them sometimes in the future.

What you won’t like:

  • Binaries do not work properly - since Nix store is a completely different storage system compared to your usual FHS, most of the binaries will suffer from incorrect RPATH and dynamic loader issues - you might have to autopatchELF them, which is kind of irritating. This is also the case for AppImages, by the way.
  • Nix language is more like a custom DSL and less of a general purpose language, so you’re gonna have to use another language for automation (Shell, Python, Ruby), which might pollute your self-hosted Nixpkgs - Guix fixes this issue.
  • The bad part about NixOS is writing Nixpkgs expressions. The repository is damn huge and it is hard to maintain spaghetti code, writing your own package can be pretty hard, there’s some “hack”-y stuff you’re gonna have to use for building in, let’s say, using buildRustPackage and buildDotnetModule, and you’re gonna have to work with a senior maintainer.

Honestly, if I had to avoid Nix, I would go for Guix, Gentoo or Devuan. But yes, if you’re a beginner, I’d ask that you refrain from touching NixOS.

Made the switch to KDE

I’ve been using Fedora for a couple of months now, and have been loving it. Very soon after I jumped into this community (among other Linux communities) and started laughing at all the people saying “KDE rules, GNOME drools,” and “GNOME is better, KDE is for babies.” But then I thought, “Why not give KDE a try? The...

velox_vulnus,

I don’t like GNOME for it’s poor theming support and it’s toxic dev community (ahem, talking about senior devs, especially Ebassi’s hostility towards newbies), but I think that it has some well-designed defaults. I love the workflow - everything is fast and snappy, shortcuts are pretty nice, aligning window is quick, and if there’s a lack of space, I can just drop the app in another workspace. Yes, I am using GNOME 45 at the movement, and I think it’s quite nice. But I also love the roadmap of GNUStep, and maybe if I can in the future, I would love to assist Gregory Casamento.

velox_vulnus,

That is definitely not going to work on Guix or NixOS lol.

velox_vulnus,

Or better, reduce the number of cars, especially SUVs. Improve public transport infrastructure.

velox_vulnus,

It makes a lot of sense to use GTK4, but I guess they wanted to respect the chronological order for the GUI library?

velox_vulnus,

They’re moving over to GTK3, so it makes a lot of sense.

velox_vulnus, (edited )

Let me guess, you read video subtitles on YouTube?

velox_vulnus,

You missed my joke, but that’s okay, I’ll explain it, I guess. OP said that they don’t use uBlock and that people who use it are “virgins” (no offense taken). I made a dig on them, as to how they’re watching videos in Firefox’s reading mode - by reading the subtitles?

velox_vulnus, (edited )

You might want to think twice before using unique, niche distros like GoboLinux, Alpine, or NixOS. PuppyLinux doesn’t look like a proper distro, more like the equivalent of EndeavourOS or Artix. Since you’re using Linux for the first time, why not use Linux Mint, Ubuntu or Fedora?

100% vanilla distribution challenge

what does this consist of? Well, it’s easy, whenever you install a new distribution of Linux, don’t customise anything, nothing please!! Out of the box experience, you may install software but that’s all. And if you are already using a customised distro, then delete the .config file and reboot, but please be careful and...

velox_vulnus,

Setting up git and ssh is so damn annoying, I keep pulling my hair every-time I have to face a new system. Especially the allowed_signers stuff.

velox_vulnus, (edited )

The .config folders have important files, like git config. With that being the exception, most of my config files are empty. I have the most Vanilla GNOME setup. My setup is so vanilla, it is also missing the contrast hi-color logos, which is added by default in Fedora in multiple applications, like Firefox or Inkscape.

I Made Screen Brightness Control on Gnome Much Better (gitlab.gnome.org)

Anyone here struggle with trying to adjust brightness on Gnome in low light? At the low end, the steps are way too far apart, and at high brightness they’re almost imperceptible. Every other operating system uses a brightness curve that better matches human perception....

velox_vulnus, (edited )

I know that this is probably some close-sourced shenanigans, but can I push the limits of brightness below what GNOME sets? In Windows, I could go as low as I could, but this isn’t possible in GNOME anymore.

velox_vulnus,

Shh, don’t give any ideas to these prank YouTubers!

[SOLVED] Brave Browser not launching in LXQT in Debian 12 (lemmy.ml)

Hi folks. I have installed Debian 12 bullseye with the lxqt desktop environment. I have run lxqt sessions on it using xfwm4, as well as i3wm, as the window manager. However, for some weird reason brave browser would not launch - neither in xfwm4 nor in i3-wm. So I tried to run the command in the shell to see what output it would...

velox_vulnus,

If you love it so much, then you can use Flatpak, Snap, Guix or Nix - there are user-level package managers that will give you the required choice. But why Brave? Aren’t there better Chromium alternatives out there?

velox_vulnus,

Alternatively, you can use you phone to USB-tether? Or if you’re on NixOS or Guix, where binaries stop working, you can build a custom ISO image with the necessarily tools already available.

velox_vulnus,

“Tooh Rerererere!”

“Tooh Rererere!”

“Boss, yes?”

velox_vulnus, (edited )

Honestly the name and editing is so funny.

velox_vulnus,

Why the downvotes? Is there something negative about this art style?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #