Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
symaxian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
symaxian
4mo ago
That is an interesting read, seems some were having a hard time grasping the benefit of having compiler checks for potential null dereferences. Having worked with null safety in TypeScript and Kotlin the extra bit of strictness is nice.
2.
▲
by
symaxian
6mo ago
You can enable null safety in TypeScript, seems like a pretty good fix to me.
3.
▲
by
symaxian
8mo ago
Sand-boxing such as in Snap and Flatpak?
4.
▲
by
symaxian
10mo ago
I'll second that Angular provides a great experience these days, but they have definitely had substantial API changes within the last few years: standalone components, swapping WebPack for esbuild, the new control-flow syntax, the new
5.
▲
by
symaxian
1y ago
Valhalla should be able to address this to some extent with immutable value classes.
6.
▲
by
symaxian
1y ago
I'd like to ask these CEOs, for people which are taking advantage of the system, why are they not let go? Could it be that management often have no clue how much value each employee brings to the team? Is RTO being mandated to avoid fa
7.
▲
by
symaxian
1y ago
Are the techniques described in the article still in use today or have they been superseded?
8.
▲
by
symaxian
2y ago
Shadow maps are a good example, if the final rendered image is 4k you don't want to be rendering shadow maps for each light source which are only 1080p else your shadows will be chunkier.
9.
▲
by
symaxian
2y ago
I understand where he's coming from, but on the other hand it sounds like he's trying to avoid saying "maybe that OOP thing isn't all it was cracked up to be".
10.
▲
by
symaxian
3y ago
Yeah, I cannot count how many times I've seen it claimed that the virtual DOM is the secret to why React(or another framework) is fast, completely missing the point of the virtual DOM. The virtual DOM is not faster than performing dire
11.
▲
by
symaxian
4y ago
Selenium can definitely run tests in multiple windows. You can open multiple tabs within the same browser window, or you can create multiple WebDriver instances for multiple windows.
12.
▲
by
symaxian
4y ago
It does seem like some additional compression could be performed, if they wanted to keep it a pointer to avoid a table lookup I wonder if they could do something like ensure that all class definitions must exist in the certain contiguous ch