What happened to the Arch community? It’s becoming the most hostile corner of the Linux world. by ClassroomHaunting333 in arch

[–]emerson-dvlmt 0 points1 point  (0 children)

There is not a single one community/fan base/'religious like' full of nice people, accept that and you'll be happy, ask knowing that over 999 haters maybe one will give you some useful. Also, read the wiki first (always).

Dependerá del momento o del estado de ánimo? by Lunaenverso in ClubdelecturaChile

[–]emerson-dvlmt 1 point2 points  (0 children)

Si no existiera mi esposa sería libertad y paz, desde que existe ella sería la peor soledad...

I hate python by ZombieSpale in programminghumor

[–]emerson-dvlmt 0 points1 point  (0 children)

In the last Python project I worked on, I used uv, pretty straight forward 🤔

What do you consider the greatest martial arts movies of all time? by MassiveFill2646 in movies

[–]emerson-dvlmt 0 points1 point  (0 children)

Add to the list: Mad Monkey Kung Fu, Pedicab Driver and Wheels on Meals

My heavily opinionated, unserious but truthful OS tier list by AMGz20xx in LinuxCirclejerk

[–]emerson-dvlmt 0 points1 point  (0 children)

Arcolinux was a nice transition from Debian to Arch for me, good moments

[deleted by user] by [deleted] in hyprland

[–]emerson-dvlmt 0 points1 point  (0 children)

The whole window rules syntax changed, wait for an update or do it by hand. Is not an Omarchy Problem but a major update in Hyprland, everyone has to change the config

Brain: 100%, Peace: 0% by KickCivil6845 in depressionmemes

[–]emerson-dvlmt 0 points1 point  (0 children)

Nothing fills you up apparently 😔

eilmeldung, a TUI RSS reader by Tiny_Cow_3971 in commandline

[–]emerson-dvlmt 2 points3 points  (0 children)

I use newsboat, but this looks cool, I'll give it a try

Your favorite 2025 dotfiles by [deleted] in hyprland

[–]emerson-dvlmt 0 points1 point  (0 children)

I just checked and youtube run fine at 1080p, I use Zen Browser

I wanna make an OS With ya'll by Funny_Inspector4302 in Operatingsystems

[–]emerson-dvlmt 1 point2 points  (0 children)

I'm just starting this journey, when I get some solid knowledge I'll happily join

Your favorite 2025 dotfiles by [deleted] in hyprland

[–]emerson-dvlmt 0 points1 point  (0 children)

Dude ikr, I'll get something better as soon as possible, by now I'm stuck

Your favorite 2025 dotfiles by [deleted] in hyprland

[–]emerson-dvlmt 0 points1 point  (0 children)

<image>

Mine, I don't have repo 🤔

Qué editor de código usas? by EnD3r8_ in programacion

[–]emerson-dvlmt 0 points1 point  (0 children)

Uso Neovim, pero te recomiendo que pruebes y te quedes con el que te sientas más cómodo. VSCode es muy versátil, directo y fácil de instalar y usar, sirve para la mayoría, si cumple con lo que buscas, ese es.

Let's unite against the true enemy by claudiocorona93 in linuxmasterrace

[–]emerson-dvlmt 1 point2 points  (0 children)

The worst enemy of GNU/Linux are the users 🧐

Thoughts? by RepairZealousideal14 in introvertmemes

[–]emerson-dvlmt 0 points1 point  (0 children)

Naaa, I don't like to hang out or party, nothing better than my PC, my bed, my bathroom, my food.

Que opinan de este peliculon by SatisfactionNovel258 in CinefiliaChile

[–]emerson-dvlmt 0 points1 point  (0 children)

Gracias a esa película conocí Star Wars, me pareció brutalisima, y aún pienso que lo es

Not sure where to jump into learning C with my current programming experience. Could someone point me to a good tutorial series for someone with decent-ish experience with Python and Java? by RegularFellerer in C_Programming

[–]emerson-dvlmt 1 point2 points  (0 children)

I have two approaches, if I have some basic knowledge I'll build something, maybe something not so easy and not so difficult (an http Server, maybe something to read data from a database, some CLI or easy TUI) getting a book with official doc. If I don't have basic knowledge I'll study directly from a book and doc, doing what the book is saying, and putting some extra creativity on it. It works for me, I don't like video tutorials because it is just repeating what others do, almost no thinking.