Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
faisalhackshah
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: LogMerge – View multiple log files in a merged view
(github.com)
3 points
by
faisalhackshah
1y ago
|
0 comments
2.
▲
by
faisalhackshah
3y ago
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 plugins on the nvim side. Now that Bram is gone, I'll ta
3.
▲
by
faisalhackshah
3y ago
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 up. I've created aliases for other programs, b
4.
▲
by
faisalhackshah
3y ago
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. Now allow them to timestamp transmitted and received mess
5.
▲
by
faisalhackshah
4y ago
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/internet), you need expensive oscillators with tempera
6.
▲
by
faisalhackshah
4y ago
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 popular Synapse Ansible deploy project, and deployed it on
7.
▲
by
faisalhackshah
4y ago
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 from boot up, to DMA controllers, to protocols for device cap
8.
▲
by
faisalhackshah
4y ago
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). Instead, invest some time learning features, keybo
9.
▲
by
faisalhackshah
5y ago
Extract windows product key just in case. Install Kubuntu. Pull dotfiles from GitHub, and run installenv.sh . Done, I'm home.
10.
▲
by
faisalhackshah
5y ago
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 (universal-ctags) + native vim tag jump functionality. Pair
11.
▲
by
faisalhackshah
5y ago
You can also use "git difftool <commit>...<commit>" (with 3 dots). https://git-scm.com/docs/git-diff#Documentation/git-diff.txt...
12.
▲
by
faisalhackshah
5y ago
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.
▲
by
faisalhackshah
5y ago
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 able to set it up and it's work
14.
▲
by
faisalhackshah
5y ago
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 different, just faster as the core is faster. Would
15.
▲
by
faisalhackshah
5y ago
Sort of equivalent to this: https://hackaday.com/2012/03/28/building-the-worst-linux-pc-...
16.
▲
by
faisalhackshah
5y ago
I appreciate the info. I'm glad you found a way to deal with your migraines. Cheers.
17.
▲
by
faisalhackshah
5y ago
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, sounds interesting. How much do you actually take? Do
18.
▲
by
faisalhackshah
5y ago
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, flower, edibles, etc .. Does it help as a preventative, or an abo
19.
▲
by
faisalhackshah
6y ago
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 image. Object very far away: Laser dot in center of image.
20.
▲
by
faisalhackshah
6y ago
> 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 it. Isn't Vim the editor with the least reliance u
21.
▲
by
faisalhackshah
7y ago
Why use C? Constrained with no macros? What about undefined behavior? Rewrite in Zig!
22.
▲
by
faisalhackshah
7y ago
Correct, and upvoted.
23.
▲
by
faisalhackshah
7y ago
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, and the HAL is much better compared to the typical