u/senor-alberto

Image 1 — [Spoliers] what do you all think about this Ed's hairstyle?
Image 2 — [Spoliers] what do you all think about this Ed's hairstyle?

[Spoliers] what do you all think about this Ed's hairstyle?

It's in FMA(2003) where Ed and Al are going to Ishval and their vehicle gets damaged. I was literally laughing for 2mins lol.

FMA 2003 Ep 38 00:48

u/senor-alberto — 2 days ago
▲ 62 r/Ubuntu

Is it normal for Brave to consume this much RAM?

I'm on Ubuntu 24 with 8GB RAM. I have only 2 tabs open, Google and Reddit.

u/senor-alberto — 3 days ago
▲ 114 r/Ubuntu

How is Ubuntu for gaming?

I want to play light games when bored - like NFS 2005, Plants vs. Zombies, Age of Empires etc. I want to know your experience.

Edit: Thank you all for the responses. For future readers - to summarize, we can play games on Ubuntu using Proton.

u/senor-alberto — 5 days ago

Need tips on using Claude Code to it's full potential

I am currently exploring Claude Code right now, and so far my experience with it has been great. I can somehow feel that the way it gathers the context is better than Copilot. I know I'm late to the party and other's have already setup complex workflows to automate stuff.

I want to know how you all are using Claude Code in your everyday tasks, custom configurations(MCP, tools, hooks etc), and any integrations with other external systems etc. I've done some basic courses and following this roadmap - https://roadmap.sh/claude-code.

The list of missed opportunities just keeps growing everyday, so I have a lot of catching up to do:) TY & have a great day!

reddit.com
u/senor-alberto — 5 days ago
▲ 7 r/BuyItForLifeIndia+1 crossposts

Good RC car brands in India

In NA and EU, they have Traxxas and Arrma, but they don’t offer direct shipping to India. Some third-party sellers like havochobby.in do sell them, but I’m not sure about the authenticity of the products.

I did some research and found that https://www.bharathobby.com/ seems better than most alternatives. It’s not as expensive as Traxxas or Arrma, and the quality seems reasonably balanced.

I want to know where you guys buy good RC cars in India.

u/senor-alberto — 6 days ago
▲ 36 r/Ubuntu

Not able to set wallpaper on login screen - Ubuntu 24

When I boot up, there is no login wallpaper. It's just this solid grey'ish color which I don't like. I remember setting the wallpaper using some gnome extension, but it shows up only after I login and lock the screen later on.

I'm on Ubuntu 24. Please let me know if there is away to set a custom wallpaper in login screen. Thank you and have a great day:)

u/senor-alberto — 8 days ago
▲ 3 r/Ubuntu

Hide external HDD partitions from 'guest' user.

I've created a passwordless guest user within Ubuntu OS, who currently has no access to files of other users. So far, it's looking good - the guest user has only access to tools which come pre-installed and while accessing anything else we get a popup saying authorization denied or a password popup.

I still have one problem - if any of the disk partitions have auto-mount enabled then the guest user can access the data within that partition. I've asked this to GPT as well, it suggested me create a policy.

# file: /etc/polkit-1/rules.d/49-hide-external-drives.rules

polkit.addRule(function(action, subject) {
    if (subject.user == "guest") {

        if (
            action.id.indexOf("org.freedesktop.udisks2.") == 0
        ) {
            return polkit.Result.NO;
        }
    }
});

I've tried this approach, it's not working. Any help would be appreciated! thank you and have a great day.

u/senor-alberto — 12 days ago
▲ 654 r/gaycodingissilly+1 crossposts

It's in a scene when Winry is in Rush Valley. I had only noticed recently, during a re-watch. Did you guys notice this in your first watch?

Timestamp: FMAB Ep. 35 15:04

u/Jmal3700 — 15 days ago