Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
atfzl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Are web apps really slower than native?
(atfzl.com)
2 points
by
atfzl
6mo ago
|
0 comments
2.
▲
Stop Using Lovable for Prototyping – Use Storybook and Claude Instead
(atfzl.com)
1 points
by
atfzl
7mo ago
|
0 comments
3.
▲
by
atfzl
7mo ago
npmjs.com search input doesn't even have proper throttling/debounce. If you type fast, there is a high chance that you get result of the partial input that you entered than the complete one. Ideally they should discard the respons
4.
▲
JavaScript Event Loop: Much more than you wanted to know
(atfzl.com)
2 points
by
atfzl
4y ago
|
0 comments
5.
▲
by
atfzl
4y ago
Reminds me of the danish movie "Another Round". > Four high-school teachers consume alcohol on a daily basis to see how it affects their social and professional lives.
6.
▲
by
atfzl
4y ago
Hey, I wanted to try this out but I am seeing a lot of performance issues. There are forced reflows of >1s on normal interactions. I ran it on my MacBook Air M1.
7.
▲
by
atfzl
4y ago
Vite uses esbuild for transpiling and rollup for bundling. esbuild (written in go) is already pretty fast for transpiling but there might be a lot of possibilities to optimize in rollup as rollup is written in JavaScript.
8.
▲
Resident Evil Village is launching on Mac with Apple Silicon support
(residentevil.com)
3 points
by
atfzl
4y ago
|
1 comments
9.
▲
by
atfzl
4y ago
All the devices with Apple silicon are supported, even the first MacBook Air 2020 with M1.
10.
▲
by
atfzl
4y ago
Resident Evil Village is launching on 28 Oct with Apple Silicon support!
11.
▲
by
atfzl
4y ago
Try https://fasterthanli.me/articles/a-half-hour-to-learn-rust which is also written by the same author.
12.
▲
by
atfzl
4y ago
Wait a bit, it takes some time. This tool needs better UX: - A loading bar, or some feedback that it is "analyzing data" - clicking on "Reddit" or "Hacker News" doesn't select the radio buttons
13.
▲
by
atfzl
4y ago
I don't have a lot of comments on hn but the result is still super accurate. FML.
14.
▲
by
atfzl
4y ago
The person who posted the link says they were the one who broke into Uber recently. > My previous work: https://www.nytimes.com/2022/09/15/technology/uber-hacking-b...
15.
▲
by
atfzl
5y ago
The code with this method looks a lot ugly for the basic binary search where you return -1 when an element isn't found. https://leetcode.com/problems/binary-search/ JavaScript code: function binarySearch(
16.
▲
by
atfzl
5y ago
How does it compare with https://httptoolkit.tech/
17.
▲
by
atfzl
5y ago
xi-editor https://xi-editor.io/docs.html This is written in rust and has docs about rope data structure and editor architecture.
18.
▲
by
atfzl
5y ago
This made be curious to check the real and virtual memory of some processes on my laptop (MacBook Air M1). The real memory size of Safari is ~160MB but virtual memory size is 392GB which doesn't look right. I checked other processes an
19.
▲
Optimizing Netlify
(atfzl.com)
2 points
by
atfzl
5y ago
|
0 comments
20.
▲
by
atfzl
5y ago
Having `display: none` is not required for the tooltip container. The container is an empty div which is not visible, and even after adding children which are not directly visible `inside` this div keeps this container div invisible. You ca
21.
▲
Don't attach tooltips to document.body
(atfzl.com)
230 points
by
atfzl
5y ago
|
92 comments
22.
▲
Don't attach tooltips to document.body
(atfzl.com)
3 points
by
atfzl
5y ago
|
0 comments
23.
▲
by
atfzl
5y ago
I can't find the link but there was some discussion about mem.ai on hackernews. mem.ai doesn't sound very privacy friendly. https://techcrunch.com/2021/04/06/note-taking-app-mem-raises... > The b
24.
▲
by
atfzl
5y ago
Looks like it is using Netsurf Browser ( http://www.netsurf-browser.org ).
25.
▲
by
atfzl
5y ago
Why didn't you directly use SDL for rendering instead of OpenGL? Was it for performance reasons? OpenGL is deprecated on mac, and SDL use Vulkan on Window and Linux which I guess is better, performance wise than OpenGL.
26.
▲
by
atfzl
6y ago
Have you used the firefox performance timeline, it is awful. Chrome's performance timeline is amazingly smooth and has much more features.
27.
▲
by
atfzl
6y ago
So, it's like https://slides.com but collaborative.
28.
▲
by
atfzl
6y ago
And where are you getting all this knowledge from?
29.
▲
by
atfzl
6y ago
state changes are not tracked by diffing, it is much more interesting. You can read about it here https://www.atfzl.com/understanding-solid-reactivity-basics
30.
▲
by
atfzl
6y ago
Still not sure if having a mind map would make it more usable. Do you feel having mind map like this would help you ?
More ›