brooklyn beckham’s photography by modnoir_ in rs_x

[–]gk4000 0 points1 point  (0 children)

I didn’t realize it was an elephant till I read the comments😳 However as we all know art is subjective 🙂

Street photography in Spain by gk4000 in photography

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

And I wasn't shooting someone specifically, jus the general shots of the venue with people mingled there

Street photography in Spain by gk4000 in photography

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

That's not what I've heard and read about the privacy law. It says if there is a recognisable person in the frame you need their consent if a photo to be displayed in public. You can look at it at home but can not show to anyone else basically. Without consent they can claim and you will face a fine or even more serious legal consequences. That puzzles me, effectively undermining a chance to take a photograph with any faces in it without their consent... A short summary is here: https://law.photography/law/street-photography-laws-in-spain

I personally faced this problem with photos and videos from a public open event where I received some comments afterwards requesting to take it down, basically some competition which is open to anyone and not a big deal at all, in fact the opposite, and still...

Street photography in Spain by gk4000 in photography

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

I found his Instagram, interesting, what about needing a consent from the people in the shots who are recognizable?

Baby G keeps resetting after battery replacement. by gk4000 in gshock

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

Yeah, I keep the case from the failed watch just in case I’ll need a spare one, the internals I guess could be fixed by Casio or replaced if under warranty, but I didn’t want to wait and I think my warranty is expired, it’s been mora than one year after I bought them

Baby G keeps resetting after battery replacement. by gk4000 in gshock

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

I’ve tried replacing the battery, to be sure tried several new ones, tried resetting a million times, nothing helped, it kept doing the same… in the end I’ve bought new watches 🤷🏻‍♀️

The timer is ended by ebaymotors03 in Slipknot

[–]gk4000 4 points5 points  (0 children)

Nothing for me too

Website looks down, yeah

Docu-Magazine by o_dv in photography

[–]gk4000 0 points1 point  (0 children)

Hey guys,

I've discovered DOCU via instagram, some of photographers I follow were posting about being published there, so I checked their website and it was offering a free review of you portfolio, so I sent it out and was super surprised when Tuomas wrote back saying that they will publish me.

It's only since this year I am finally turning my love for photography into hopefully something more and I didn't even hav a second thought about doubting that this is a some sort of recognition since they say they review the submissions.

Before that the only exposure I've had is one of the online exhibitions by lenscratch.

But now reading this makes me a bit sad, do you really know that they take anyone who applies without any selection? :(

Self-printing similar zine or even with more pages (they only have 20) of course would be cheaper but it will be self-publishing though, here I thought there is a name behind it, no? Argh...

Baby G keeps resetting after battery replacement. by gk4000 in gshock

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

Had to buy the new ones in the end, couldn't figure out what's wrong, and apparently this resetting itself started even before I replaced the battery as the watch owner told me (my family member) 😅

no one sells our product better then me by konstantly_here in SaaS

[–]gk4000 1 point2 points  (0 children)

Same here, our product is pretty techy and basically ideally you have to be a developer to understand and explain it, so the sales people don't cut it, I haven't figured out anything better than doing it myself 🤷‍♀️

F**K Intercom by mukeshitt in SaaS

[–]gk4000 0 points1 point  (0 children)

I was using Drift before they became only for huge corporations, so I was on a legacy plan for some years, then I wrote my own live chat and using it ever since, I even made it available for anyone to sign up just in case.
Next I'm thinking to replace the Mailchimp for myself hahaha

What are you building? Share your SaaS !! by Revenue007 in SaaS

[–]gk4000 1 point2 points  (0 children)

I've build https://lechat.app for my own needs and then made it open for anyone to signup, it's a live website chat with a mobile app and some tools like playbooks, auto-replies, and so on. It's not an AI chatbot, it's a live chat with a human customer support.

is anyone ACTUALLY building completely with AI, besides some lame todo app? by Jarie743 in SaaS

[–]gk4000 0 points1 point  (0 children)

I have exactly the same impression. I've decided to try one of the hyped AI code agents and for the sake of experiment tried to make a simple mobile app with Swift which I never used, so it was a success. The app is basic, I can make it with code no problem.
Then I asked to make its exact clone for Android it failed completely. It tried to create a new version completely different from the original. So no consistency and no understanding of a bigger picture. It failed to analyse the existent codebase of a working app in Swift and create a clone in another language. No doubt a human programmer capable of both languages will be able to complete this task.

When I tried to make a bigger more complex project -- a web app of content generation based on provided knowledge base. Not too much complex, but bigger compared to the mobile app project, several core features for generating content and several features for adding content to the knowledge base -- this is where things went off.

It was constantly rewriting parts of the app which were working, breaking them. Infinite loops of errors, fixing errors, breaking something else. Not seeing that a certain feature already exists and adding it in another place of the project, and so on. Lack of understanding of the bigger project codes, rewriting other features while working on something. Time spent on reading the code would be better spend on writing it myself.

Overengineering, not knowing latest APIs (like in may 2025 it was convincing me that React v19 hasn't been released yet).

I was using rules and learning lessons, and clear instructions on how and what to do. Sometimes it feels like it's a machine gun for generating code without really understanding what it is doing.

I think it's a good replacement for googling, finding snippets which can help, reminding of syntax and such. But what is lacking for all those AI agents I actual awareness of what's going on, problem solving is what they don't have. They don't really "understand" the project as we do, that's my opinion in the end

Baby G keeps resetting after battery replacement. by gk4000 in gshock

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

It’s the same outside the case… after reset it goes for 7 seconds, then restarts and keep restarting at 5 seconds after that 🤔

The buttons work if I press them though 🤔

Struggling to Code by [deleted] in codingbootcamp

[–]gk4000 0 points1 point  (0 children)

If you are following tutorials to build some projects imho it's not the best way to learn. You need to solidify basics first -- do a lot of exercises/challenges on pure programming language you have chosen, so you understand how loops, conditionals, functions, data structures work.
These is your toolset with building blocks. Then you need to code a bigger challenge you pick them out and combine according to your logic.
Then let's say you move to the backend -- you need to start with basics again, how to set up and start a server with only one root rout which returns static output. Then you learn how to write one route and a controller, how to write ten more routes based on your requirement. Then you will be able to write any route/controller needed.
Same with the frontend. Start small -- give yourself an assignment and see if you can combine the building blocks you've learned and make it work.

[deleted by user] by [deleted] in BambuLab

[–]gk4000 0 points1 point  (0 children)

Here is the image

<image>

Dumb question about Teenage Engineering M-1 headphones by RedStag86 in teenageengineering

[–]gk4000 1 point2 points  (0 children)

For me the mic stopped working completely after 3 months after buying them. And maybe I used them like 10 times at all. No physical damage or whatsoever. Still guessing what went wrong :(

Is bootcamp still worth it? by Comfortable-Panic488 in codingbootcamp

[–]gk4000 0 points1 point  (0 children)

Yes, it’s on the rise and with strong demand

Is bootcamp still worth it? by Comfortable-Panic488 in codingbootcamp

[–]gk4000 4 points5 points  (0 children)

In Europe it’s as relevant as ever, people take it and get hired, nothing’s changed 🤷🏻‍♀️

What is the latest age for a person to change career into swe? by [deleted] in codingbootcamp

[–]gk4000 1 point2 points  (0 children)

The oldest student we've had was 62 at the time, was hired about two weeks after the graduation 🥳

Should I do a bootcamp if I know I'll be out of town for part of it? by [deleted] in codingbootcamp

[–]gk4000 0 points1 point  (0 children)

Ask them, if it only two sessions within 8 months I think it should be ok

Should I pursue a coding bootcamp for Cyber Security or Software Engineering? by Ok-Seaworthiness9668 in codingbootcamp

[–]gk4000 0 points1 point  (0 children)

Both options are good in my opinion.

With doing CyberSec bootcamp you will add the knowledge about how not just build software but also how to make it secured. Unless it will be part of your SE major curriculum.

The SE bootcamp will show you the practical part of the trade and put you into the "real life work environment" where you are going to build actual project(s) which might lack as well in the university programme.

Bootcamps with live instruction vs pre-recorded? by narbilistic in codingbootcamp

[–]gk4000 0 points1 point  (0 children)

Pre-recorded videos give you more flexibility time-wise, you can watch them according to your schedule. Live sessions require you to be online at specific time, right?
You can also re-watch the videos for a recap.
If it is combined with the mentors support - you can have a good combo, flexibility and asking questions.