HN user

stplsd

284 karma
Posts10
Comments103
View on HN

"Under Linux, setting multi-monitor configurations especially using multiple GPUs running binary NVIDIA drivers can be a major PITA" - Bollox. Not Bollox, multimonitor setup and hdpi scaling is in a sad state in Linux

- "Applications development is a major PITA" - this is ridiculous. Yea, that is the major framework should I use to desktop app that will be supported in 10 years? Compared to Windows compatibility, it is a joke.

I use Linux for more than 10 years, but let's not pretend that it is in the same league as Win/Mac as Desktop OS. It is great if you use it for dev work, but for general Desktop use, usability, security, compatability is trerrible.

Of course it can, but by default it does not look good, and it is not trivial to change things, hence you see documents which look straight out of 90s.

I hate LaTeX typesetting, it looks very archaic and reeks of academism (is that a word?). Unless document require lot of formulas, LaTeX is not a right tool in 2019.

There is nothing shocking here, parent implements strictly regular expressions and compile them to DFA, so of course it will be fast, especially using only ASCII characters and hand chosen regular expressions. Russ Cox articles covers this very well.

Well, most commonly used features like back-references allow to define not-regular language, so there is nothing funny that most regular expression engines are not "regular".

I like to use term regex for "regular" expressions implemented in most languages, by PCRE engine or in Perl and term regular expressions for actual regular expressions as defined in theoretical computer science, that is expressions which can be recognised by finite (either deterministic or non-deterministic) automata.

or at least against HOA rules

WTF!? I am from Europe, is this really a thing? Although,it wouldn't surprise me, watching American Movies, lawn and suburbia seems inseparable.

[dead] 8 years ago

What difference does it make if link from 2015? It shows modus operandi just fine.

Try OCaml 8 years ago

F# is as close you get to OCaml world without writing a "ml".

Typescript is unrelated to OCaml in any way.

I have exactly the same thought, I remember then I was a kid blood was taken by fingerstick and it hurt so much, I have bad memories even now. It might look less scary for children, but it hurts much more.

I am only 30 years old and have shitty job, and half of my teeth are missing. Implants are my only hope so far. But compared to natural tooth, implants are so crude replacement. Fuck my life.

~/.vimrc works on bash, but it hangs on zsh because it treats it like cat > ~/.vimrc (> without any command in front of it is not well defined in POSIX) So portable way to do this is like this:

:> ~/.vimrc