HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LucaMo

no profile record

comments

LucaMo
·vor 6 Monaten·discuss
Legit point and agreed with everything, however wait until an email address of yours reaches the database of lead generation websites and you will see that you will never be able to keep count of the violations. Newsletter lists add your email in automatically and people sell you stuff without the unsubscribe button in the email, so no way to block them... I understand your concern but dealing with far worse
LucaMo
·vor 6 Monaten·discuss
The chart they put doesn't prove a point since the difference between today and the last elections in the US can't be appreciated (aside from the fact that in the entire period the drop is caused by automation too). Additionally you have to account for the time it takes to move production from a country to another.

This is not to say that just setting random tariffs to punish other countries is an effective strategy, but I do think that targeted limitation of imports are necessary in a society that is becoming extremely materialistic. My bet is that France's surcharge on Shein products will be the first of many
LucaMo
·vor 6 Monaten·discuss
What I think people get wrong (especially non-coders) is that they believe the limitation of LLMs is to build a complex algorithm. That issue in reality was fixed a long time ago. The real issue is to build a product. Think about microservices in different projects, using APIs that are not perfectly documented or whose documentation is massive, etc.

Honestly I don't know what commenters on hackernews are building, but a few months back I was hoping to use AI to build the interaction layer with Stripe to handle multiple products and delayed cancellations via subscription schedules. Everything is documented, the documentation is a bit scattered across pages, but the information is out there. At the time there was Opus 4.1, so I used that. It wrote 1000 lines of non-functional code with 0 reusability after several prompts. I then asked something to Chat gpt to see if it was possible without using schedules, it told me yes (even if there is not) and when I told Claude to recode it, it started coding random stuff that doesn't exist. I built everything to be functional and reusable myself, in approximately 300 lines of code.

The above is a software engineering problem. Reimplementing a JSON parser using Opus is not fun nor useful, so that should not be used as a metric
LucaMo
·vor 6 Monaten·discuss
> We had 4 backend developers and a DevOps guy who was already stretched thin.

The mistake here was having an architect full stop. The team is too small, a good tech lead can manage to plan a service with 50k MAU (and way beyond) without an architect. The problem with some companies that get millions in seed funding is that they need to spend the money and they do so by adding roles that shouldn't exist at that stage.