Viewing profile — atfzl
atfzl
HN member- Joined
- Wed, Feb 22, 2017, 5:33 AM UTC
- HN karma
- 128
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About atfzl
Recent public activity
- story
-
comment
Comment #47164430
[flagged]
- comment
- story
-
comment
Comment #47014562
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 com…
- story
-
comment
Comment #33650868
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.
-
comment
Comment #33453928
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.
-
comment
Comment #33334157
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 r…
-
comment
Comment #33319519
All the devices with Apple silicon are supported, even the first MacBook Air 2020 with M1.
- story
-
comment
Comment #33319479
Resident Evil Village is launching on 28 Oct with Apple Silicon support!
-
comment
Comment #33287142
Try https://fasterthanli.me/articles/a-half-hour-to-learn-rust which is also written by the same author.
-
comment
Comment #33284122
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 …
-
comment
Comment #33284106
I don't have a lot of comments on hn but the result is still super accurate. FML.
-
comment
Comment #32886058
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...
-
comment
Comment #30587085
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…
-
comment
Comment #30541598
How does it compare with https://httptoolkit.tech/
-
comment
Comment #29875019
xi-editor https://xi-editor.io/docs.html This is written in rust and has docs about rope data structure and editor architecture.
-
comment
Comment #29128491
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…
- story
-
comment
Comment #28273710
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 …
- story
- story
-
comment
Comment #27812398
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-ra…