Live data from Hacker News

Viewing profile — atfzl

atfzl

HN member
Joined
Wed, Feb 22, 2017, 5:33 AM UTC
HN karma
128
Public activity
36 items

About atfzl

Contact: atif@atfzl.com

Recent public activity

  1. story
  2. comment
    Comment #47164430

    [flagged]

  3. comment
  4. story
  5. 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…

  6. story
  7. 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.

  8. 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.

  9. 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…

  10. comment
    Comment #33319519

    All the devices with Apple silicon are supported, even the first MacBook Air 2020 with M1.

  11. story
  12. comment
    Comment #33319479

    Resident Evil Village is launching on 28 Oct with Apple Silicon support!

  13. comment
    Comment #33287142

    Try https://fasterthanli.me/articles/a-half-hour-to-learn-rust which is also written by the same author.

  14. 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 …

  15. comment
    Comment #33284106

    I don't have a lot of comments on hn but the result is still super accurate. FML.

  16. 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...

  17. 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…

  18. comment
    Comment #30541598

    How does it compare with https://httptoolkit.tech/

  19. 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.

  20. 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…

  21. story
  22. 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 …

  23. story
  24. story
  25. 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…