I don't understand this. 1080p on 15 screen is still pretty decent, I think Windows by default set scaling on such ppi.
HN user
stplsd
"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.
What a nice example of subtle aboutism.
Maybe I am missing something, but trolleybuses do not have tracks, they get power from overhead wires.
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.
Yes, there is a very specific definition:
I think we should just use term regex and leave term regular expressions for, you know, actual regular expressions.
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.
But what is their reasoning for this?
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.
reek of Microsoft.
What does this even mean?
and it's hard to burst. Like, super hard to burst
What exactly does 'burst' mean in this context?
What major issues you encountered on 18.04?
What difference does it make if link from 2015? It shows modus operandi just fine.
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.
It is not covered here:
- WebAssembly and Modules have already been covered.
Ech, I like to submit to GOPATH. One less thing to think about.
From this article I cannot parse if they use simple Mysql replication with GTID or MySQL cluster/Galera/similar solution.
Instead of migrating from Mysql to something serious (Postgres)
This is just trolling
In fact it is possible to rip SACD using some OPPO models, so no need for hard to get PS3 version [1]
[1] https://www.computeraudiophile.com/forums/topic/28569-sacd-r...
Vinyl DR values are not accurate, vinyl made from the same digital master as CD usually will have DR value higher by 3 or more points.
Yes, it does. Most popular bit-torrent p2p streaming solution now is Acestream. You can check it yourself.
http://arenavision.in/ http://torrent-tv.ru/channels.php
However, I doubt that 'fully loaded' Kodi boxes uses it, most likely it use simple m3u streams harvested from internets.
Also this guide looks good for some general advice: https://www.reddit.com/r/trackers/comments/wevh2/good_beginn...
I think genetics have a part too. My grandmother was deported to Siberia (https://en.wikipedia.org/wiki/Soviet_deportations_from_Lithu...) for 20 years where they have 200 grams of bread a day at best and never brushed her teeth in her life and never had a tooth filling or missing tooth before her retirement, and I have half my teeth missing and I am only 30 years old. Fuck my life.
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.
There is a great documentary from BBC Horizon series made in 1991 called "Inside Chernobyl's Sarcophagus", it won a Emmy. It shows scientists working inside chernobyl's sarcophagus, in 1996 BBC did a follow-up, and almost all scientists form original program were already dead, mostly from heart attacks.
http://www.dailymotion.com/video/x223h9r_bbc-horizon-1996-in...
~/.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