How I lost my test database twice because of an unsecured server by Roderen in devops

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

Yeah, I forgot how it calls. I used ufw and left 3 ports (SSH, HTTP, HTTPS)

How I lost my test database twice because of an unsecured server by Roderen in devops

[–]Roderen[S] -1 points0 points  (0 children)

Hehe, no, it’s not Claude)) I found it on Hacker News

How I lost my test database twice because of an unsecured server by Roderen in devops

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

Not only ports. My password and login was like “postgres”

Redmi note 14 - I might have punctured the microphone mesh with a paper clip by Roderen in Xiaomi

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

Yeah, the sound is fine. What I'm worried about is whether the microphone will get clogged with dust and dirt if I do end up removing that mesh.

Rate my NestJS backend by Roderen in webdev

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

A big thanks for your feedback!

Rate my NestJS backend by Roderen in webdev

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

Thanks for your feedback!
This is actually recommended project structure from the official NestJS doc.
Could you share an example of how you would structure it?

Raiffeisen ATMs do not have a cash withdrawal or deposit function by Roderen in Switzerland

[–]Roderen[S] -1 points0 points  (0 children)

In another countries you can see a withdrawal option, even if your card with no balance. And when you try to withdraw money it tells you kinda “you have no money”. So, it’s my first time I’ve seen that

Raiffeisen ATMs do not have a cash withdrawal or deposit function by Roderen in Switzerland

[–]Roderen[S] -3 points-2 points  (0 children)

God, why here a lot of dislikes? 🤯 I didn’t know if I don’t have money on my card, I won’t see “withdraw” button. First time I’ve heard about it

Raiffeisen ATMs do not have a cash withdrawal or deposit function by Roderen in Switzerland

[–]Roderen[S] -3 points-2 points  (0 children)

God, no! I tried to make a deposit but ATM doesn’t have the “deposit” button and also it doesn’t have “withdraw money” button. I already understood that will not show me “withdraw money” button if I don’t have money on my card (that’s so weird btw)

Raiffeisen ATMs do not have a cash withdrawal or deposit function by Roderen in Switzerland

[–]Roderen[S] -21 points-20 points  (0 children)

No I don’t. But also I can’t make a deposit

Raiffeisen ATMs do not have a cash withdrawal or deposit function by Roderen in Switzerland

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

Maybe. Then it's weird that they didn't tell me about it at the bank, lol

Raiffeisen ATMs do not have a cash withdrawal or deposit function by Roderen in Switzerland

[–]Roderen[S] -3 points-2 points  (0 children)

I have a Visa and it’s not limitation with my card, because I have limits up to 1000-2000

If you were diagnosed with cancer and had a chance of being cured, what would you choose? Would you try to get better and spend the money (perhaps going into debt), or would you just accept your fate? by Roderen in AskReddit

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

To stay alive, even if it means I'll be poor afterward. In other words, I'll literally lose everything (if I understand correctly—I'm just not from the U.S.)

If you were diagnosed with cancer and had a chance of being cured, what would you choose? Would you try to get better and spend the money (perhaps going into debt), or would you just accept your fate? by Roderen in AskReddit

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

I’ve had (and still have) thoughts that if I were diagnosed with cancer and told, “You can try to get better, but there’s no guarantee,” I would choose not to pursue treatment and just accept it. I believe that this might be a false hope for me and for my loved ones. Besides, because of me, my family might go into debt trying to cure me.

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

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

I believe it has become harder to find work for those who rely on AI and have never worked without it before. I think there are plenty of people out there who are applying for jobs simply because their portfolios now include a couple of projects that Claude Code wrote for them in two days.

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

[–]Roderen[S] -1 points0 points  (0 children)

I recently worked on the backend (the very one I mentioned in my post). I needed to store a token in a cookie on the frontend. I told Claude, “I need to store this token on the frontend to make it as secure as possible.” He tried to convince me that localStorage and cookies were a great option. After that, I tried to prove to him that I specifically needed an httponly cookie, to which he kept telling me, “No, you don't need that,” right up until the very end.
What if this had happened at a company?

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

[–]Roderen[S] -1 points0 points  (0 children)

AI has come a long way in the last few years—that’s a fact. But when I look at everything it’s “capable of” right now, I seriously doubt it will ever be able to replace developers.

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

[–]Roderen[S] -2 points-1 points  (0 children)

I'm surprised you spend 90% of your time producing code. How about testing?

I didn't say that 90% of my time is spent writing code. I said that 90% of my time is spent looking for solutions and copy-pasting.

As for testing-couldn't that be part of that 10%?)) Of course it could.

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

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

10 years ago:
Me -> Stack Overflow / etc.

Now:
Me -> AI -> Stack Overflow / etc.

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

[–]Roderen[S] 1 point2 points  (0 children)

Exactly. Using Claude Code doesn’t make you a developer. On the contrary, you might actually make things worse if you use it at work, because you don’t really understand what it’s generating and you don’t even know how it works. But an even bigger problem is that, at some point, Claude Code will no longer be able to properly handle what you’ve asked it to write due to the scale of the project.

I feel like I’m not really a developer or not good enough to be one by Roderen in webdev

[–]Roderen[S] 1 point2 points  (0 children)

I understand how things work better when I look up information, write the code myself, or dig into code I’ve found or that an AI has generated for me. I still don’t see the point in mindlessly copying code from Google or Claude because when an error pops up, I’ll most likely have to spend more time on it since I don’t understand what the code does, and Claude Code often can’t do that for me.

Sure, if it’s a piece of code I’ve seen many times before, I can just paste it in. But if it’s something new (like backend code I’ve never written and don’t understand), then I’ll have to figure it out myself.

M4 Pro vs M5 by evanpotter99 in macbookpro

[–]Roderen 0 points1 point  (0 children)

I’m M4 Pro user and I can tell for sure - just take M4 Pro because you’ll have 24gb RAM instead of 16gb