HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tim1994

no profile record

comments

tim1994
·5 months ago·discuss
With signals you can avoid the prop drilling. I think signals can help a lot with this approach
tim1994
·5 months ago·discuss
Well, someone has to start. It's ok if you use the alternative with a subset of your contacts.
tim1994
·6 months ago·discuss
True, but considering that the extension was bought in 2022 by Avast, maybe it has its own tracking built in by now or will have something concerning done to it in the future. So even if the user does not care about cookies that much I would still recommend this new extension over "I don't care about cookies"
tim1994
·7 months ago·discuss
For panning you don't need a 3D view/reconstruction. This also allows translational camera movements, but only for nearby views. Maybe I am overly pedantic here, but for HN I guess thats appropriate :D
tim1994
·7 months ago·discuss
Should you optimize for resize performance? I guess that depends on the app. Use the tool that fits the requirements.
tim1994
·7 months ago·discuss
The problem is content exclusivity. It would be great if all the content or at least most would be available on all platforms. At least eventually. That would be great for consumers. Mergers like this typically not.
tim1994
·8 months ago·discuss
Another reason I can think of is the requirement not to introduce a breaking change. It is very frustrating if the codebase has a lot of hacky/bad code in it but a lot of it can't be changed...
tim1994
·8 months ago·discuss
Because updates don't just include new features but also bug and security fixes. As always, it probably depends on the context how relevant this is to you. I agree that cooldown is a good idea though.
tim1994
·8 months ago·discuss
> The government is.

Companies too.
tim1994
·10 months ago·discuss
I think the problem is that they cannot communicate that they don't know something and instead make up some BS that sounds somewhat reasonable. Probably due to how they are built. I notice this regularly when asking questions about new web platform features and there is not enough information in the training data.
tim1994
·10 months ago·discuss
Ain't gonna happen (unfortunately). Somehow people (outside of HN) seem to like to use apps for everything. EVERYTHING.
tim1994
·8 years ago·discuss
On my laptop it is about 30% slower (tested with Firefox 64). However I agree, this was not very good advice for someone who just started programming with JS...
tim1994
·8 years ago·discuss
Also never use Math.pow for squaring numbers (used in the distance function) because it is significantly slower as it is designed for abitrary real exponents, not just integer ones. Cannot be learned soon enough IMO :)

Still a very good job for just a week of coding though.