Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mVChr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mVChr
9y ago
I've rifled through many a programming font, bought Pragmata Pro at one point (as you can see I also like taller fonts), tried many others over the years (Monoid was my previous favorite ligatured font). Iosevka is my current favorite.
2.
▲
by
mVChr
9y ago
The screenplay will practically write itself. This section seems to be a direct accusation of attempted obstruction of justice, even though it's unable to be corroborated: > I had understood the President to be requesting that we dr
3.
▲
by
mVChr
9y ago
I've never seen a language with such a variety of built-in data types (e.g. coordinates, tags, email, url, issues). There's support for IPv4 numbers as a base type (tuples) but I can't tell if there's support for IPv6, w
4.
▲
by
mVChr
10y ago
Sweet! Thanks! https://www.dwitter.net/d/727
5.
▲
by
mVChr
10y ago
I tried to register as "sfz-" and also got a 500. Is there a problem with a trailing dash? If so, can you fix my username as well to "sfz"? Thanks!
6.
▲
by
mVChr
10y ago
Workrave[1] is good for this too. Just set short breaks to 20sec every 20min. [1] http://www.workrave.org/
7.
▲
by
mVChr
10y ago
FWIW I found a great vim colorscheme[1] for such purposes. [1] https://github.com/AlessandroYorba/Despacio
8.
▲
by
mVChr
10y ago
Is there a recommended way to sync this with a remote server or service? My interest is to share the info between devices. I suppose I could just use a git repo, but wondering if there's a less manual way.
9.
▲
by
mVChr
10y ago
True, good clarification. I had visited the more general page also[1] but thought the other was more relevant to the email thread. And definitely much better than my only other inkling for what that meant in relation to computer systems.[2]
10.
▲
by
mVChr
10y ago
Not quite as much activity as Scala either. I think the good thing is that functional languages as a whole aren't going anywhere, it's just that the jobs for them are spread very thin over several languages.
11.
▲
by
mVChr
10y ago
> ...and that Google would very much like to hire senior people as well but they're much harder to find. > I wonder how much of what he said is true vs ageism. Of course they want to hire more senior engineers now, it would likel
12.
▲
by
mVChr
10y ago
And not being able to play A-grade games is barely a rounding error in the pros and cons of why most people use Linux, especially in the workplace.
13.
▲
by
mVChr
10y ago
For any other layer-7-only arm-chair mechanics who also weren't sure what a HAL[1] was, I'm here to help. [1] https://en.wikipedia.org/wiki/HAL_(software)
14.
▲
by
mVChr
10y ago
No, but the `-r` option makes it use extended regex[1]. Here's some PCRE: cat file | perl -ne 'print if s/(\w+) (\d+)/\1 is \2 years old/' My only point is sometimes old school standard tools are plent
15.
▲
by
mVChr
10y ago
sed -rn 's/([a-zA-Z]+) ([0-9]+)/\1 is \2 years old/p' file
16.
▲
by
mVChr
10y ago
I'm so glad I don't have to only rely on a journalism source across the globe and can count on my local paper to warn me about such things. https://duckduckgo.com/?q=site%3Alatimes.com+tyler+technolog... /s
17.
▲
by
mVChr
10y ago
Do you have an up-to-date LinkedIn account? I spend so much time shooing away headhunters I'm sure several would jump at the chance to help me find work and make their commission if I asked. Many have premium accounts and alerts set up
18.
▲
by
mVChr
10y ago
Oops, the grep was just to filter the lines that actually have a uid while I worked on it, it's not needed or desired if you were to actually use this. You can remove that part. :P
19.
▲
by
mVChr
10y ago
> (and there doesn't seem to be a way to resolve usernames, as `netstat -e` does) Challenge accepted: ss -e | grep uid | gawk 'match($0,/uid:([0-9]+)/,u) {printf "%s user:",$0;system("getent passwd
20.
▲
by
mVChr
10y ago
I like the change of pace. So many of these types of guides seem like cookie cutters of whatever the latest writing and design trends are. I find it nice to see indie zine style (stuff I like to read on my off time) fused with a practical t
21.
▲
by
mVChr
10y ago
I know this article says Unix specifically, but on Linux (Ubuntu) I just tried typing `ls^D` in bash and got a terminal beep. I tried in zsh and got an autocomplete as if I'd hit tab. In ksh and fish nothing happened. I'm curious
22.
▲
by
mVChr
10y ago
Ugh, can't we just use the Unix epoch? Time's already too difficult to program.
23.
▲
by
mVChr
10y ago
Indeed, and following their lead, I created SBFL (Simple Brainfuck Language) since most find the original specification too esoteric. So instead of writing this Hello World program in Brainfuck: ++++++++[>++++[>++>+++>+++>
24.
▲
by
mVChr
10y ago
I think the interesting part that relates to this experiment is that it's not worth it to the brain to expend a considerable amount of energy in honing the precision of deciding which candy bar to eat, which even if there's a pref
25.
▲
by
mVChr
10y ago
He gave a great live demo at CodeConf about using Kubernetes for 12-factor apps[1] that I highly recommend as well. The video for the talk isn't up yet, but the code he used is.[2] [1] https://12factor.net/ [2] https:
26.
▲
by
mVChr
10y ago
This reminds me of the woman who was teaching her daughter to cook a pot roast the way she remembered her mom doing it. You take the meat, cut off four inches from one end and throw that away, put the rest in the pan in the oven at 350 for
27.
▲
by
mVChr
10y ago
I think there's even more value to it than this. Consider the whole pursuit of philosophy. You must be able to leverage your intellect to deeply contemplate things you don't believe are actually true in order to determine the root
28.
▲
by
mVChr
10y ago
Neat to see the Rust source for something straight-forward like this as I've been teaching myself the language recently. Also, seeing as I just made a PR to the simplenote.vim plugin, I feel the need to make a shoutout to it: https:&#
29.
▲
by
mVChr
10y ago
FB is big enough I'm sure different teams vary pretty widely. Even at the ~300 person company I was at previously the difference between project team culture and manager interference was pretty huge.
30.
▲
by
mVChr
11y ago
We evaluated both Bosun and Riemann for our use case and chose Riemann. Use case is over 10,000 servers with over 2 million metrics incoming every XX seconds. Riemann simply performs better, probably because it uses streams instead of a pol
More ›