Viewing profile — qwertyuiop12
qwertyuiop12
HN member- Joined
- Thu, Jul 29, 2021, 8:14 PM UTC
- HN karma
- 49
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About qwertyuiop12
No profile information was provided.
Recent public activity
-
comment
Comment #46334711
the only way is “anonymity by design”. history showed us that “don’t be evil” does not work if the entity can change its mind unilaterally. be confident that the service is not kee…
-
comment
Comment #46055241
Probably in the past a strong typing system was a good deal. However, when you growth, it has many advantages having a type system which lets you change whatever you want without f…
-
comment
Comment #46009369
I don’t know “why”. Why the format defines a way to set the orientation instead of set a pixels matrix as it is.
-
comment
Comment #45958765
I recently read Project Hail Mary. It has one of the best approaches I’ve ever seen.
-
comment
Comment #44461183
In general, I try to add a fingerprint into the output. For example, in a project which generates images I usually set a specific set of pixels.
-
comment
Comment #41534909
I use both and they work like a charm. But I disable the tailwind base styles ;)
-
comment
Comment #40021599
These years I tried many approaches and I felt in love with htmx for my side projects. It’s a return to the old easy times. However, many times I only use a small subset of it. I r…
-
comment
Comment #39262527
For me, it would be the salary needed to have an amazing flat or house near the office. So, if you have the office in Toronto or New York it’s okay, but I will want many money (pro…
-
comment
Comment #39145304
baremetal or vps and ansible playbooks with OVH. Easy and cheaper. Also, my own in-house servers if I don’t need so much availability.
-
comment
Comment #38833806
Uau. Since many years that I am considering creating a DE based in html and do something like this. The html + css approach is wonderful, easy to learn and thanks to arias and html…
-
comment
Comment #38822453
It does not change a lot. I don’t prefer Unix systems because they are open (okay, for some problems yes), I prefer Unix because the provided system abstraction. I don’t like the w…
-
comment
Comment #38389742
I had the same problem. Take online courses. And now, you can use AI to be “inspired”
-
comment
Comment #38301293
It's sad because the new version is awful. It takes too much time only to read emails.
-
comment
Comment #37895954
The stack is not te problem, the problem is people using the incorrect tools and doing over-engineering. React and others are simply a tool to pass the logic to the client. Useful …
-
comment
Comment #37431018
Because it’s the main benefit of using typescript. For a playground can be excessive, but for production is a nightmare. Otherwise, you can use only JS with JSDoc and enable the @t…
-
comment
Comment #35709724
What happens with SPAs? Because the page is constantly changing. The tag is smart enough to be displayed only when it is needed? If so, it could be hard for the developer search th…
-
comment
Comment #35466831
A language is only a tool. Try different approaches like composition over inheritance ( I created a method in TypeScript to create mixins/traits in order to migrate non-sense OOP p…
-
comment
Comment #33104481
I think that Typescript is better for people that consume external libraries. When you are making some personal software, in general you know how it works, the problem is when you …
-
comment
Comment #32481310
The Machine Learning course by Andrew Ng in Edx. A basic ( and not at all! ) approach to know if it is funny for you
-
comment
Comment #32001976
2-3 years ago the price was less than 1000€. 1500 for the base model is ridiculous
-
comment
Comment #30770681
Engagement statistics basically. The first cause is that in general users use more their phone than their computer. The second cause is a corollary of the first cause and the exist…
-
comment
Comment #30770279
Report only to companies that accepts publicly vulnerability reports and keep all the records
-
comment
Comment #30763301
I think that microservices is a good approach that was demonized a few years ago due to there were companies that did not separate the pieces correctly. The main cons that you can …
-
comment
Comment #29926043
Do whatever in one line: 1) Open a source code with Sublime 2) Ctrl+J to join the lines 3) Enjoy
-
comment
Comment #29659402
If you have a qa team, perfect. But I don’t recommend to follow this way. Many code is slow due to it has a couple of wrong implementations, such as rendering or make something hea…