You'd be surprised https://github.com/artemave/node-test-runners-performance-co...
HN user
artemave
Very nice! Nitpick: the Moon is tidally locked, so it should always face the Earth with the same side.
- replaced tmux as project session manager with https://github.com/artemave/hop (Linux, SwayWM)
- https://github.com/artemave/artwall rotates my desktop wallpaper through random paintings (Linux, SwayWM)
- I get my TILs through https://t.me/daily_bite_sized_fun_fact
- https://t.me/tolmach_forward_bot helps me practice French reading
- https://mini-meet.artem.rocks/ was an attempt to circumvent RKN (russians) blocking video calls; not a complete success, but works for some people
- counted the number of dudes in Big Lebowski with https://github.com/artemave/super_video_grep (https://www.youtube.com/watch?v=V7EUtIbOd1w)
Aren't these just examples of sunk cost fallacy?
And I built e-commerce for my wife's micro-bakery https://thonon-les-pains.fr/ (most of it - like product and order management - is behind auth).
I don't think it's useful to anyone - not white label, not open source - but still funny :)
Another (neo)vim+tmuxer chiming in. One major missing feature (compared to vscode) is opening file links from the terminal back in vim. It was such a major pain to me, so I ended up writing a tmux plugin to solve it. I thought you might find it useful - https://github.com/artemave/tmux_super_fingers
My brain inadvertently changed the title to My Perl Half Life
I have a better version (in the sense that it automatically names sessions after the current directory):
if [ -z "$1" ]; then
name="$(basename $PWD)"
name="${name//\./-}"
else
name=$1
fi
tmux has -t "=$name" && tmux attach -t "$name" && exit
tmux new-session -d -s "$name" -n shellSEEKING WORK | RAILS, NODE.JS, REACT | REMOTE
Hey there! With over fifteen years of web development experience, I specialize in all things Rails and Node.js. Whether you're starting from scratch or need help untangling a legacy stack, I'm here to lend a hand!
Drop me a line at hello@artem.rocks , and let's get the ball rolling!
META:
Technologies: Node.js (javascript/typescript), Rails, React, Flutter
Location: France
Remote: only
Language: English fluent, French intermediate
Availability: right now
Website: https://artem.rocks/
SEEKING WORK | WEB DEVELOPER | REMOTE
Technologies: Node.js (javascript/typescript), Rails, React, Flutter
Location: France
Remote: only
Language: English fluent, French intermediate
Availability: right now
Website: https://artem.rocks/
Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I worked with a variety of clients - from small startups to enterprises.
I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.
SEEKING WORK | WEB DEVELOPER | REMOTE
Technologies: Node.js (javascript/typescript), Rails, React, Flutter
Location: France
Remote: only
Language: English fluent, French intermediate
Availability: right now
Website: https://artem.rocks/
Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I worked with a variety of clients - from small startups to enterprises.
I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.
Years ago I switched from Firefox to Chrome and I was badly missing "translate on mouse hover" from Google Toolbar plug-in. Ended up writing it: https://github.com/artemave/translate_onhover/
I also spent years searching for a way to open file links in vim (all within a tmux session). Ended up writing it: https://github.com/artemave/tmux_super_fingers
SEEKING WORK | WEB DEVELOPER | REMOTE
Technologies: Node.js (javascript/typescript), Rails, React, Flutter
Location: France
Remote: only
Language: English fluent, French intermediate
Availability: right now
Website: https://artem.rocks/
Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I worked with a variety of clients - from small startups to enterprises.
I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.
I followed some advice about posting to HN which basically says: keep posting. I also assumed that it's unlikely that the same people would read it, as new posts fade away so quickly. That was clearly the wrong assumption. Apologies for all that, I will post no more.
Links:
[1] https://starlogs.dev/ (the domain has changed since the original post)
[2] https://www.reddit.com/r/programming/comments/1c72lb/starwar...
Ah. I was looking in the pinned rules post.
Does my ctrl-f not work? I can't find this line in the rules. But also there are tons of exceptions to that. I can see some right now.
Links:
[1] https://starlogs.dev/ (the domain's changed since the original post)
[2] https://www.reddit.com/r/programming/comments/1c72lb/starwar...
SEEKING WORK | WEB DEVELOPER | REMOTE
Technologies: Node (js/ts), Rails
Location: France
Remote: only
Language: English fluent, French intermediate
Availability: right now
Website: https://artem.rocks/
Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I've worked with a variety of clients - from small startups to enterprises.
I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.
Good one! The world is certainly moving that way, but I don't suppose we're there yet.
EDIT
New version is on https
A complete rewrite, marking the 10 years anniversary of the original release.
Please elaborate. I've been pair programming on zoom for years (Ubuntu, i3wm). So had my colleague on Elementary and another one on Fedora. It's clearly usable.
EDIT: via native app that is
mostly as a way of absorbing bench time
Good point. We've had our fair share of bench time projects in the past. But now we operate at full capacity and we are actually ready to pull people away from paid client work.
I came here through @Hn251 on Twitter
I use tmux to organize terminal windows in a project. One of those windows is running vim, where the coding happens. A big chunk of my time is spent writing, running and fixing tests. And so I keep switching back and forth between vim and shell windows. It goes like this: I choose a single test or a test file in vim and it's then sent to another tmux window to run. When the test fails, I want to jump back to vim, with some file from the stacktrace opened. This should sound familiar to the IDE users: that's what you get when you click on an individual line in a stacktrace in vscode/intellij/etc shell. It's a pretty basic feature. It's also an important one as it removes frictions from the flow.
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
A Tmux plugin to open file links in vim, urls in the browser.
Transover is a good tool for surgical translation:
- https://addons.mozilla.org/en-US/firefox/addon/transover-ff/
- https://chrome.google.com/webstore/detail/transover/aggiicla...
Oh man, I'm two bots down: https://twitter.com/Hn251 and https://twitter.com/Hn150
Clickable link from the submission https://github.com/artemave/node-test-runners-benchmark