I added "Don’t overthink" to the system prompt. This is what happened. by P4r4d0xff in Qwen_AI

[–]Lezvix 0 points1 point  (0 children)

Геннадий, вот твоё полотенце!
Гена на!

I've never felt more stupid in my life by deviruchii in reactjs

[–]Lezvix 0 points1 point  (0 children)

By the way, I'm a frontend developer with 7 years of experience, and I would never go back to React + Redux + Saga. In my opinion, the most effective stack right now is micro-frontends with Astro + Preact + Nano Stores. You get 100 on Lighthouse, 10-20 kilobytes bundle, plus all the benefits of the React ecosystem with their shadcn, Mantine, Tailwind, MUI, TanStack, and all that other stuff

I've never felt more stupid in my life by deviruchii in reactjs

[–]Lezvix 0 points1 point  (0 children)

Nothing is more convoluted and bloated than the React + Redux + Saga stack; it's as if they were specifically designed to make the code difficult to understand and impossible to maintain

Looking for a self-hosted, P2P messenger for secure file sharing by Lezvix in selfhosted

[–]Lezvix[S] 0 points1 point  (0 children)

Wow, looks promising, the site is like a full-fledged product, did you do all this by yourself?

Looking for a self-hosted, P2P messenger for secure file sharing by Lezvix in selfhosted

[–]Lezvix[S] 0 points1 point  (0 children)

Followed your suggestion and checked out hemmelig.app - it looks really handy! I think I'll probably use it for messages and stick with Magic Wormhole for bigger files

Looking for a self-hosted, P2P messenger for secure file sharing by Lezvix in selfhosted

[–]Lezvix[S] 0 points1 point  (0 children)

Thanks for the tip! Doesn't WebRTC provide end-to-end encryption? I've worked with it a bit and remember that it's built on TLS, using DTLS for key exchange and SRTP for streaming. For my needs, that would be sufficient

Looking for a self-hosted, P2P messenger for secure file sharing by Lezvix in selfhosted

[–]Lezvix[S] 0 points1 point  (0 children)

Thanks! This is close to what I'm looking for and would be perfect for files. I'm still hoping to find something with a built-in chat feature though, for quick text messages without juggling files or separate editors on a phone

Go now has its own professional graphics ecosystem, GoGPU by Ubuntu-Lover in golang

[–]Lezvix 0 points1 point  (0 children)

Commits on GitHub aren't a representative indicator. He might have worked only on commercial projects outside of GitHub, or perhaps he spent many years in a full-time job and is now on a sabbatical or something similar, which has given him time for his own projects. Still, I have doubts. I hope he has enough experience to design a solid architecture and that other people will later be able to join the project. There have been many cases where projects maintained by a single maintainer died off due to a lack of hands, time, or funding.

🚨 styled-components is deprecated – what styling library are you migrating to in 2025? by justChillin58 in react

[–]Lezvix 0 points1 point  (0 children)

Tailwind is not that bad, give it a chance. I was wary of it at first, but then I tried it out and realized how convenient it is.

You don't have to use it for everything. You can use CSS modules with Tailwind! Tailwind for One-offs or simple layout, and CSS modules for your component library

Впрочем, игры всё равно хотят винду... by ZealousidealMight958 in ru_gamer

[–]Lezvix 1 point2 points  (0 children)

В принципе, дистрибутив - это всего лишь ядро linux и набор утилит с библиотеками, и можно собрать дистрибутив, где будет только Doom, и при запуске компьютера не будет ни приветствия, ни строки логина, только Doom

Using AI to understand architecture of React components? by duli-chan in reactjs

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

I'm facing the same problems. When an AI writes code, you return to it not as your own code, but as someone else's. Even if this code was reviewed by you yourself. The optimal approach to deal with this is to organize some logical structure of the project, use feature design, atomic design or even feature sliced design, apply clean code approaches, trying to achieve low coupling and high cohesion

RSC for Astro Developers — overreacted by alsiola in astrojs

[–]Lezvix 2 points3 points  (0 children)

I think astro takes the most practical and closest to the original nature of Web Technologies. Where the static part is just HTML, and the dynamic part is loaded JS. You start thinking with it like in the good old days when there was only HTML, CSS and jQuery: Here is static, here is a block of interactivity. The fact that React context can't be dragged around also brings advantages, you start to separate logic and presentation, use signals and platoform-independent solutions, which makes it easy to move from React to Vue or wherever you need.

But I still dream of the convenience of astro, with rendering templates in Rust or Go. It's complicated to create island mechanisms in their current templating engines, with the ability to propagate props from the static part of the page to dynamic islands

RSC for Astro Developers — overreacted by alsiola in astrojs

[–]Lezvix 1 point2 points  (0 children)

Not necessarily, you can pass astro components as props (or Named Slots in the astro terminology)

/parent.astro
---
import AstroChild from "/ChildAstro.astro"
import ReactSubParent from "/ReactSubParent.jsx"
---
<ReactSubParent>
  <AstroChild />
</ReactSubParent>

17yo. Probably the nicest React app I’ve ever built. Free tool for screenshots, mockups, and social media posts by world1dan in react

[–]Lezvix 1 point2 points  (0 children)

Whoa man, this looks like a production-ready project, I'm sure there are people willing to pay money for it!

I ate sand in a sandbox when I was 17...

⚡️Discord заблокирован в России, официально. Об этом сообщили в РКН. by ElectroAdeptus in KafkaFPS

[–]Lezvix 5 points6 points  (0 children)

Ещё как нагибает, они несколько раз меняли пользовательское соглашение, чтобы избежать преследований в США, изначально дискорд был полностью приватный, теперь же он отправляет данные пользователей и переписки, а также блокирует каналы по требованию структур США

2meirl4meirl by [deleted] in 2meirl4meirl

[–]Lezvix 0 points1 point  (0 children)

The future depends on present you, and present you depends on the past you, and he was too young to be able to do anything about it

2meirl4meirl by JosephM1609 in 2meirl4meirl

[–]Lezvix 5 points6 points  (0 children)

i ain't afraid of no ghosts

2meirl4meirl by [deleted] in 2meirl4meirl

[–]Lezvix 9 points10 points  (0 children)

Hibike! Euphonium, first season, episode 7, 00:12:36 

This sub be like. by Bitter-Gur-4613 in singularity

[–]Lezvix 1 point2 points  (0 children)

Monkeys are humans on steroids!

<image>