artemave | 4 years ago | on: Facebook is an addiction treadmill most may never be able to quit
artemave's comments
artemave | 4 years ago | on: Show HN: Tmux Super Fingers
I haven't been able to find this for the vim + tmux combo[*]. And so I had to do it myself[**]. It's a tmux plugin. It's not vim specific and it can open more than just file links. However, as the end result is more generic, it's worth stressing that the main itch to scratch was to support the above workflow.
[*]: I've since learned about vim-test[1] with quickfix strategy which sort of fits the bill
[**]: For posterity: this wasn't the first attempt. Prior to that I was using a kitty's terminal[2] hints plugin with a bit of python code on top[3], but it really falls short for multi pane windows
[1]: https://github.com/vim-test/vim-test
artemave | 4 years ago | on: Show HN: Tmux Super Fingers
artemave | 4 years ago | on: Language learning with Netflix
- https://addons.mozilla.org/en-US/firefox/addon/transover-ff/
- https://chrome.google.com/webstore/detail/transover/aggiicla...
artemave | 5 years ago | on: Tweeting “Memphis” autolocks your Twitter account
artemave | 5 years ago | on: Ask HN: Jest is so slow. Why Jest?
artemave | 5 years ago | on: Just Wanted to Say Thanks
Indeed! It must equally feel inappropriate to close a gratitude issue.
artemave | 5 years ago | on: How to Make Your Code Reviewer Fall in Love with You
1. Make a list of your points
2. Throw away half of them
3. Publish the rest
artemave | 5 years ago | on: Would you be willing to fund a Linux port to Apple Silicon?
artemave | 5 years ago | on: Ask HN: Your Favourite HN Comment?
artemave | 5 years ago | on: iOS 14 is available today
Apple prrrrrrrrrrrrrrrrrducts smetimes prrrrrevent them frrrrrrrrrm ding s
artemave | 5 years ago | on: React is becoming a black box
artemave | 5 years ago | on: React is becoming a black box
A tool for building web pages that requires that level of effort to learn it is not a good tool.
artemave | 5 years ago | on: How Did Vim Become So Popular?
artemave | 6 years ago | on: Moscow's blockchain voting system cracked a month before election
artemave | 6 years ago | on: Mithril vs. Hyperdom
Compared to React, Hyperdom:
- does not require any state management beyond regular javascript
- is fast
- has a built-in router
- has input bindings
- has a small, concise API
is 9k gzipped
As for Mithril, there is a great write up that goes into a detailed comparison on their website - https://mithril.js.org/framework-comparison.html#react. One thing stood out for me personally - and it's true for both frameworks - it's pragmatic. There is just not much to it. There is just not much to building SPAs as React might make you think.
On the other hand, React has a massive community and a whole lot of complimentary projects that solve all sorts of problems - I am thinking of styled components for instance - and so perhaps, from that point of view, React is rather pragmatic.
artemave | 7 years ago | on: Monorepos: Please don’t
released "together" == part of the same feature. Timelines, release process and team priorities are all there to help to deliver features. If they stand in the way, they need to be adjusted. Not the other way around.
Multi repos encourage silos. Silos encourage focusing on the goals of the silo and discourage poking around the bigger picture. Couple that with scrum, that conveniently substitute real progress metrics with meaningless points, and soon enough you end up with an IT department, full on with processes but light on delivering value.
artemave | 7 years ago | on: Monorepos: Please don’t
... and so nobody really understands how all of the components tie together and as a result it takes weeks of manual testing to release.
artemave | 13 years ago | on: Faster Android emulator with Android-x86 on VirtualBox
I downloaded your video, but it is just black screen all the way through.
artemave | 13 years ago | on: StarRSS, a RSS reader based on StarLogs