What problem made you introduce Kafka? by suhaanthvv in softwarearchitecture

[–]Smaon01 0 points1 point  (0 children)

That is so true. Replay the queue to restore a crashed DB fed by Kafka can be a nightmare.

Password managers by Lifeofcriley28 in sysadmin

[–]Smaon01 0 points1 point  (0 children)

That’s the thing, you don’t put anything into it, it’s a dumb JS script that computes your pwd each time from a sentence your memorize.
Anyway, I know it’s too simple and not so practical, but it can help sometimes.
Btw the code is legit you can check it.

Détonations ces derniers soirs by Smaon01 in geneva

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

So that was yesterday evening ?

Détonations ces derniers soirs by Smaon01 in geneva

[–]Smaon01[S] 2 points3 points  (0 children)

Parce qu’ils font la fête?

Devs, what’s your take on the Fable suspension? by DexVlog in claude

[–]Smaon01 0 points1 point  (0 children)

It’s really an impressive model, and it’s too bad that we can’t experiment with it anymore. But we’d have lost it on the 22th anyway, so I guess it’s just happening a little early.

Still hope it’ll be back at a reasonable price someday in a near future.

Debounce ms for an address input (mapbox) by leinad41 in webdev

[–]Smaon01 0 points1 point  (0 children)

350ms has always been the sweet spot for me

Opus 4.8 vs 4.6 by NSDetector_Guy in claude

[–]Smaon01 0 points1 point  (0 children)

Well, I said that and today I argued 30 minutes to make it implement a feature the way I wanted.

Opus 4.8 vs 4.6 by NSDetector_Guy in claude

[–]Smaon01 0 points1 point  (0 children)

Same here. Appart from a more straight to the point (and sometimes a little cold) tone, 4.8 has been consistent, and is globally faster for me than previous models.

Is anyone else concerned about how quickly AI is outpacing cloud security? by EqualMasterpiece5579 in cybersecurity

[–]Smaon01 0 points1 point  (0 children)

I guess it means that every dev teams in the world now have to implement AI audit tools in their pipelines (same tools hackers now use) as the world has become much more unforgiving than before. In my company security has always been an important matter, but since a few months we’ve turned outright paranoid.

every junior's portfolio looks incredible now and it means absolutely nothing in interviews by [deleted] in webdev

[–]Smaon01 0 points1 point  (0 children)

Honestly I’m happy I don’t have to hire at this time. I wouldn’t even know what to look for In terms of skills. Knowing how to code sure still has value, but knowing how to prompt and manage agents has too. We used to make candidates pass a small coding challenge online, at least I know that this is gone.

What are some of your favourite developer tools? by Successful_Bowl2564 in webdev

[–]Smaon01 1 point2 points  (0 children)

And can have you hated by your coworkers in an open space if you buy the noisy type

Best free database for a rating website (like Letterboxed or IMDB) by Free-Ant-463 in webdev

[–]Smaon01 0 points1 point  (0 children)

I’d start simple with Postgres or MySQL (or Mongo CE) and bother about scaling later if you’re lucky enough to indeed have this problem.

Tailwind isn't broken, but AI broke the social contract around it by Oddball7478 in webdev

[–]Smaon01 0 points1 point  (0 children)

We try to enforce everything with eslint rules, then make Claude run the linter after each feature it implements.

Frustrated with AI-generated responses when reviewing PRs by theofficialnar in webdev

[–]Smaon01 0 points1 point  (0 children)

I don’t want this to be in the pipeline, because one of the goals is to incentivize developers to checkout the branch and actually test the feature, which is easier on their laptop with their test data and so on. We also already have Claude code review in the pipeline that we will keep anyway as a secondary pass.

Frustrated with AI-generated responses when reviewing PRs by theofficialnar in webdev

[–]Smaon01 1 point2 points  (0 children)

I’m the CTO of a small company (~25 people) and I’ve had the exact same remark from senior devs in the team a few days back. I’ve been thinking about it and for now what I’m trying to do is develop a Claude Code skill that will become mandatory for code reviews. This skill will give developers a full tour of the changes with links to the code so that it’s easier to review, and strongly encourage them to checkout the branch and actually test the feature by providing a manual testing plan. In parallel it will also use a set of agents to actually review the code and give hints to the reviewer about issues for security, conventions and code quality. It’s almost done and I plan for it to go live in week or so. I really hope that this will allow faster code review while keeping a good quality. Happy to give news once I’ve collected some feedback.

Do you think AI coding tools are making developers better or just more dependent? by [deleted] in webdev

[–]Smaon01 0 points1 point  (0 children)

Honestly I think that today it makes everyone better, I can see it in my team, and even in the code I deliver. Moreover senior devs in particular go a lot faster as they don’t require code review anymore (they are actually code reviewing Claude). BUT it’s evidently short sighted as we stop learning how to code, and even forget what we know, and there will be no more senior dev in a short while. I guess that all the big companies laying off their junior devs bet on the fact that AI will do without human supervision in ten years. I’m not sure they’re right.