Live data from Hacker News

Viewing profile — faisalhackshah

faisalhackshah

HN member
Joined
Fri, Apr 12, 2019, 3:07 PM UTC
HN karma
54
Public activity
23 items

About faisalhackshah

No profile information was provided.

Recent public activity

  1. story
    Show HN: LogMerge – View multiple log files in a merged view

    Hey HN! I needed a tool to view multiple log files in a merged view, and easily filter based on the specified fields. Spent a good amount of time searching, but couldn’t find any o…

  2. comment
    Comment #37104956

    Yes. I tried Neovim last year. Spent 1 day, and did not achieve parity with my Vim setup so I abandoned it. A contributing factor may have been: getting distracted with analogous p…

  3. comment
    Comment #37091031

    Vim has been a great companion in my life, thanks Bram. People wonder why this 30 year old piece of software is so beloved. Most will never know. I enjoy typing 'vim' to start it u…

  4. comment
    Comment #36446492

    It seems that you're implying that nodes cannot be synchronized within the time it takes for light to travel between the nodes. Images both nodes having their own atomic clocks. No…

  5. comment
    Comment #34210736

    15 seconds per month is about 6.7ppm. That's well within typical crystal oscillator accuracy. If you need more than that (without external time correction such as gps or radio/inte…

  6. comment
    Comment #32899054

    This is my exact use case. I disabled federation, hand out account tokens to my kids' friends so they can make their own accounts (public registration is disabled). I used that pop…

  7. comment
    Comment #32574623

    Because mobile (basically ARM) is not a standardized platform like the PC. PC architecture has dozens of interoperability standards the entire PC ecosystem adheres to. Everything f…

  8. comment
    Comment #30846750

    If you're already comfortable with an editor (such as VSCode), don't worry about learning another one unless you inherently enjoy the journey (which it seems that you don't). Inste…

  9. comment
    Comment #30340798

    Extract windows product key just in case. Install Kubuntu. Pull dotfiles from GitHub, and run installenv.sh . Done, I'm home.

  10. comment
    Comment #30119458

    1. Fugitive.vim 2. Fzf.vim . If you launch vim from a path includes both repos, it will just work. If not, you can provide a starting path argument to the fzf file picker. 3. ctags…

  11. comment
    Comment #28658070

    You can also use "git difftool ... " (with 3 dots). https://git-scm.com/docs/git-diff#Documentation/git-diff.txt...

  12. comment
    Comment #27955388

    Do you not think it's in the best interest of Element Matrix Services to ship Dendrite? Presumably it would reduce their cost of operations significantly ...

  13. comment
    Comment #27955274

    This sounds like what you need: https://github.com/spantaleev/matrix-docker-ansible-deploy I don't know anything about ansible, or much about docker, or self hosting. And I was abl…

  14. comment
    Comment #27888128

    Similar in the sense that both approaches essentially run Linux in a VM, virtualizing the typical hardware required such as the MMU. In essence, it's the esp32 version isn't much d…

  15. comment
    Comment #27886455

    Sort of equivalent to this: https://hackaday.com/2012/03/28/building-the-worst-linux-pc-...

  16. comment
    Comment #27862800

    I appreciate the info. I'm glad you found a way to deal with your migraines. Cheers.

  17. comment
    Comment #27861985

    Thanks for the info. That correlates with what I have read. CBD on its own doesn't help, need a balance between CBD and THC. I haven't heard about using mushrooms for migraine, sou…

  18. comment
    Comment #27860649

    You mentioned that cannabis helped or helps with your migraines. Can you elaborate a bit on this? How did you figure out which strains help (and which specific ones), dosage, flowe…

  19. comment
    Comment #25906350

    Robot vacuums typically don't use Lidar. They user a laser pointer and an offset camera. Distance is estimated by the pixel offset between the laser dot, and the center of the imag…

  20. comment
    Comment #24793471

    > And even that is a horrible experience because the iPad keyboard doesn’t allow key repeat, making vim a terrible experience. That used to be an issue anyway. Maybe they’ve fixed …

  21. comment
    Comment #21764004

    Why use C? Constrained with no macros? What about undefined behavior? Rewrite in Zig!

  22. comment
    Comment #19649181

    Correct, and upvoted.

  23. comment
    Comment #19645540

    ArduPilot has switched from NuttX to ChibiOS. See the video for more information [1]. If you don't require POSIX compatibility, it's really the way to go. The kernel is very fast, …