Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marcos100
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
marcos100
5mo ago
Mozilla removed a lot of power-user features and customization from Firefox claiming that their telemetry showed that few users used them. That's the reality now, nobody wants to develop and maintain things for the 1%.
2.
▲
by
marcos100
11mo ago
Wouldn't they be liable for not helping law enforcement?
3.
▲
by
marcos100
11mo ago
Exaclty. Play Store takes a cut from what it is selling, so they should be more strict what can be sold, not lock the whole platform.
4.
▲
by
marcos100
1y ago
And can you give a number on the "vocal minority"? Because companies usually sell what customers want and if the majority of the phones on the market is big, then that's what people want.
5.
▲
by
marcos100
1y ago
No economies of scale. Niche things will always be more expensive.
6.
▲
by
marcos100
1y ago
I want my self-driving car to be a better driver than any human. Sure we can drive without LIDAR, but just look up the amount of accidents caused by humans.
7.
▲
by
marcos100
1y ago
Just search for crash tests of modern vs older cars to see which one is safer.
8.
▲
by
marcos100
1y ago
Because it works really well
9.
▲
by
marcos100
2y ago
We all should think about optimization and performance all the time and make a conscious decision of doing or not doing it given a time constraint and what level of performance we want. People write bad-performing code not because it's
10.
▲
by
marcos100
2y ago
Do you share a part of you charge with the people that contributed? If not, what you're doing is the same as what others did when they took your work and profited from it. You've all agreed what can and can't be done with you
11.
▲
by
marcos100
3y ago
I believe the future will be to feed all your docs into a LLM for people to query.
12.
▲
by
marcos100
3y ago
As a backend dev, I love the technology. The problem is that you have to choose between a not-so-scalable solution (Server, signalR) or a minimum 2mb initial payload (WASM) that can easily go to 5mb. Interested on how many concurrent users
13.
▲
by
marcos100
3y ago
Exactly. At least you have to show that you know what you're doing and it's deliberate. Depending on the seniority, I expect some kind of justification in the comments, like "it's O(nˆ2), but since the input will be very
14.
▲
by
marcos100
3y ago
Rewriting also costs less. Be it a typo or significant parts of a code. This allows you to try more things.
15.
▲
by
marcos100
3y ago
Because "we don't have the budget".
16.
▲
by
marcos100
3y ago
Exactly! Gramma and my luddite uncle are the most vulnerable to whatever bad actors want to do.
17.
▲
by
marcos100
3y ago
Agree, but for me, maybe because I'm so used to not having them that, when I see it, it grabs too much attention. It doesn't feels right.
18.
▲
by
marcos100
3y ago
Here you have selection bias. If you're a US company and you have to bring someone from outside the US, you'll probably bring the better ones and, as someone already said, if they are fluent in English, they are probably at the to
19.
▲
by
marcos100
3y ago
Unless you really want it, it's usually better to skip v1 of anything, Apple or not.
20.
▲
by
marcos100
4y ago
Didn't WhatsApp had like 50 employees in total when they were sold to Facebook?
21.
▲
by
marcos100
4y ago
Crazy parents don't read books.
22.
▲
by
marcos100
4y ago
I can't see a case where an UUID PK is better than an INT (or BIGINT). Why would you do that?
23.
▲
by
marcos100
5y ago
Whenever you interview at another company you're evaluating what is your worth in the market, instead of just guessing. It's always good, even if you don't intend to take the offer. If you show it to your boss, it means you i
24.
▲
by
marcos100
5y ago
By Modern Razor you mean Blazor components?
25.
▲
by
marcos100
5y ago
Why would it be worrying? Lack of jobs outside cryptocurrency companies? Language features focused on crypto?
26.
▲
by
marcos100
5y ago
Seems like .net shops uses DDD+CQRS+ES by default. Don't ask me why.
27.
▲
by
marcos100
5y ago
Hey author. This looks like a very approachable book given the subject. Still on chapter 2, but really enjoying it. Instant buy for me. Thanks for your effort.
28.
▲
by
marcos100
5y ago
So, just to clarify before people think I'm an OOP advocate and it's perfect, I don't, but I think it has it's place. > There are definite degrees to this. Agree. The question is, does OOP leads to more buggy code? Ma
29.
▲
by
marcos100
5y ago
What isn't a footgun in the terms that you declared? I believe people dislike OOP because the vast majority of code is written using OOP. If everything were written using data oriented programming or whatever, people would have the sam
30.
▲
by
marcos100
5y ago
Tokio as in the rust Tokio runtime? You think that, because of tokio, rust became more bloated? Why? I know rust, but I haven't used async apart from their tutorial, so I'm really curious about what are your thoughts about it.
More ›