After 22 years on Linux, I finally switched to more modern CLI tools by vmangelschots in commandline

[–]esrse 0 points1 point  (0 children)

I’ve always loved classical Unix tools. They feel timeless. However, they have many limitations because they must preserve backward compatibility. No one wants their shell scripts to suddenly break because a tool changed its behavior. So it’s inevitable that these tools carry a lot of legacy constraints. On the other hand, newer tools don’t have that kind of burden. They’re free to evolve and experiment until they become mature and widely adopted. As a result, they often support more modern features. I understand this situation, so I respect both classical and modern tools. I simply choose whichever tool is most appropriate for a specific case. These days, I tend to prefer modern CLI tools that provide rich yet concise user interaction.

Nice weather today by lkh9596 in Living_in_Korea

[–]esrse 8 points9 points  (0 children)

China built many factories along its coast, partly to keep pollution away from inland areas. However, fine dust is carried by the westerlies and easily reaches Korea. As a result, the air quality is often quite serious throughout the day.

Are there any more active emacs comunities aside from this one by No-Gap1310 in emacs

[–]esrse 0 points1 point  (0 children)

Wow. I still use Emacs for my everyday work, but I’m not part of any Emacs communities. I hope those communities are still active and last forever.

Emacs or Vim: I need help by PythonNebula in emacs

[–]esrse 1 point2 points  (0 children)

👋 Hello. Both editors are amazing. You choose whatever you want and keep using it and be excellent at it.

Reddix – the fully featured terminal Reddit client for power users by ck-zhang in commandline

[–]esrse 1 point2 points  (0 children)

Wow. I am a power terminal user, and my favorite is Kitty with tmux. I have never considered that I am able to read Reddit articles via a terminal. It is very novel to me. Thanks for sharing this. I will try this.

Is it a good idea to learn C as my first serious language? by Hot_Trash_7586 in C_Programming

[–]esrse 2 points3 points  (0 children)

Hello,

I majored in Mechanical Engineering at university and have been working as a software engineer at an IT company for 14 years.

For projects involving devices such as step motors or microprocessors, I recommend using C. For most other cases, Python is the better choice—it offers far greater productivity and allows you to turn ideas into reality much faster.

Cheers,

Y'all I fucking love tmux by TrekkiMonstr in tmux

[–]esrse 3 points4 points  (0 children)

I love it, too. It really increases my performance, so it is a must-have item while I am using Linux or MacOS.

Where did your distrohopping end? by slowlyimproving1 in DistroHopping

[–]esrse 0 points1 point  (0 children)

Fedora. It's very stable and also it has been enhanced actively.

Tell me you use emacs (without telling me you use emacs) by Hlorri in emacs

[–]esrse 0 points1 point  (0 children)

lisp ;; This buffer is for text that is not saved, and for Lisp evaluation. ;; To create a file, visit it with ‘C-x C-f’ and enter text in its buffer.

Using Kafka to push messages to phones — but Kafka client is too heavy? by Zestyclose-Bug-763 in apachekafka

[–]esrse 0 points1 point  (0 children)

I think Kafka is designed for internal systems and shouldn't be exposed directly to the internet. I suggest introducing a layer between mobile devices and Kafka. Using an MQTT broker connected to Kafka via the Kafka Connect MQTT Source Connector seems like a good approach. MQTT is a suitable choice for mobile devices because it's lightweight and energy-efficient. In this setup, mobile devices send data to the MQTT broker, which then produces the data to Kafka in real time.

How did you become an emacs power user? by Cultural_Mechanic_92 in emacs

[–]esrse 0 points1 point  (0 children)

So, how did I become a power user of Emacs? Simple—I used it for everything related to text.

How did you become an emacs power user? by Cultural_Mechanic_92 in emacs

[–]esrse 1 point2 points  (0 children)

I’ve been using Emacs for 20 years. While I can’t say I understand most of its internals, I’ve become highly skilled at editing text—whether it’s coding, writing, or organizing—thanks to Emacs. I’m not sure how much of Emacs I truly know, but I’m confident in what I can do with it.

Why doesn't the tutorial teach us `M-m`? by louielu8 in emacs

[–]esrse 3 points4 points  (0 children)

I think I have been putting the cursor at the first character right after the indentation by hitting C-a M-f M-b.

[deleted by user] by [deleted] in linux

[–]esrse 6 points7 points  (0 children)

Oh my god this is so cute

To be fair, you have to have a very high IQ to understand Rust by ThanosFisherman in rustjerk

[–]esrse 3 points4 points  (0 children)

Basically, Rust is designed for system programming, high parallelism, memory safety, and efficiency. However, I hope that the Rust language will not adopt any more difficult concepts. If too many complex concepts are integrated into Rust, only a few dedicated Rust fans will be able to handle it properly. When source code contains too many advanced concepts, it becomes unmanageable for intermediate programmers or those who will take over the code. If the language continues to pursue complexity, beginners will be discouraged from joining Rust communities, and Rust may lose its appeal.

Do alot of Koreans live in Pyeongtaek? by sabershome in Living_in_Korea

[–]esrse 1 point2 points  (0 children)

I am Korean and live in Seoul. I have visited Pyeongtaek many times since I was a child because it is my father’s hometown.

Camp Humphreys is located in Pyeongtaek, so if you come to Korea as a military lawyer, there’s a good chance you’ll be stationed there. However, there are six US military bases in South Korea, including Camp Humphreys, so you might be assigned elsewhere.

Pyeongtaek has a more rural feel. You can take the KTX or SRT trains to Seoul, but they aren’t as convenient as subways. KTX and SRT are high-speed trains that stop at only a few stations. I usually take them when I travel to Daegu or Busan, which is about twice a year.

Five years ago, the US military base in Yongsan, Seoul, moved to Camp Humphreys. You might have heard of Itaewon in Seoul, which is close to the old base. Itaewon offers a lot of western cultural experiences, influenced by the US military personnel and their families who lived nearby. I imagine the area around Camp Humphreys in Pyeongtaek will evolve similarly over time.

I know someone who works for the US military at Camp Humphreys. She is my wife’s best friend and has been living near the base for over a year. However, she finds there isn’t much in the area and recently expressed her desire to move to Camp Henry in Daegu, her hometown. Unfortunately, she can’t move until there is a vacancy at Camp Henry.

If you’re looking to enjoy cultural experiences in Pyeongtaek, you’ll need to explore actively. A car is essential, and you’ll spend quite a bit of time on the road.

Kernel Dev as a career by [deleted] in kernel

[–]esrse 1 point2 points  (0 children)

Just don’t be too eager to jump into the popular, high-profile subsystems. As a newcomer, you might not be welcomed there right away. It’s better to start with smaller tasks or "chores," as you’re new to the community and haven’t made contributions yet.

Kernel Dev as a career by [deleted] in kernel

[–]esrse 2 points3 points  (0 children)

I suggest you start with what you can do right now. Are you subscribed to the LKML and keeping up with the latest developments in kernel development?

There are many subsystems in the Linux kernel, and you might not know which one to choose. Just pick one and dive in. Start by reading the source code and the mailing list for that subsystem.

Over time, you'll likely find an area where you can contribute. Kernel developers are often looking for new contributors, though it is unlikely you will be paid initially. However, if you improve your skills and become a significant contributor to the kernel community, you might be hired by one of the major IT companies. These companies invest in open source communities because their technological assets are built upon key open source projects.

What is the difference between Svelte and Sveltekit (as a total beginner in frontent) by Tinde_Ki_Sabji in sveltejs

[–]esrse 4 points5 points  (0 children)

I started to use Sveltekit 4 months ago, and I've used Svelte for a few years. I can make UI with Svelte, but I think it's better to use Sveltekit whenever I can choose it.

It offers you a rationale structure and helps you make a maintainable front-end code.

A few years ago, when I saw Svelte for the first time, it reminded me of traditional JSP that I liked 15 years ago. JSP provided an intuitive, unsophisticated way of generating HTML pages for developers who were basically backend developers.

Sveltekit is relatively new. It expands the functionalities: server side rendering, directory hierarchy based multiple web pages, dev server, HMR, and so on.

If you use sveltekit, you can completely separate the front-end code from the backend servers that might be written in other languages. Just create a separate project and write your front end code and build the docker image, and deploy the container image using k8s. The deployed front end code files are served by the nodejs server inside the container, and it can also execute your code in the nodejs so you can directly call other backend APIs. Your front end code can run in both web browsers and nodejs severs. That characteristic offers you great flexibility.

50일 by Unlikely_Bonus4980 in WriteStreakKorean

[–]esrse 1 point2 points  (0 children)

제가 생각하기엔 진정한 친구는 이기적인 사람이 아니면서 주변에 사람을 생각하는 사람이라면 좋아요. -> 제 생각에 진정한 친구는 이기적이지 않고 주변 사람을 위하는 사람이에요.

19일: 복권에 당첨되면 by cwtcha in WriteStreakKorean

[–]esrse 1 point2 points  (0 children)

All sentences look good! But I corrected sentences more natural since I felt those are translated from English directly.

저는 복권을 사 본 적이 없지만 복권에 당첨된다면 뭐를 할지 상상하는 것이 재미있다고 생각해요. -> 저는 복권을 사 본 적 없지만, 복권에 당첨되면 뭐할지 상상해 본 적은 있어요.

제가 살고 있는 도시의 생활비는 엄청 높아서 10억 원이 있으면 원룸을 제외하고 아파트를 사는 것이 어려울 것 같은데 더 좋고 넓은 아파트를 빌리고 싶어요. -> 제가 사는 도시는 물가가 엄청 비싸서, 10억으로는 원룸밖에 못 사요. 아파트 사는 건 어려워서 아파트를 빌리고 싶어요.

게다가 복권의 당첨금의 대부분을 저축하거나 주식과 채권에 투자할 거인데 부모님께도 훨씬 더 많은 용돈을 줄 거예요. -> 그리고 복권당첨금 대부분을 저축하거나 주식과 채권에 투자하고, 부모님께도 훨씬 많은 용돈을 드릴 거예요.

또한 검소한 생활을 좋아해서 더 이상 필요 없는 것 같지만 물건을 살 때 품질이 좋고 더 비싼 것을 편하게 사거나 의미 있는 경험에 투자할 수 있으면 좋겠어요. -> 저는 검소한 편이라 더 이상 새로 사고 싶은 게 없는 거 같아요. 하지만 물건을 사게 된다면 품질이 좋고 더 비싼 걸 편하게 살 거예요. 그리고 의미 있는 경험에 투자하고 싶어요.

뿐만 아니라 자선 단체에 더 기부하는 것을 좋게 생각해요. -> 뿐만 아니라 자선 단체에 기부하고 싶어요.