Interesting, I've been seeing the same spam for Norwegian searches, but with the domain nem-multiservice dot dk, or nem-varmepumper dot dk - presumably another legitimate business' domain that expired and was grabbed by the scammers. Visiting those domains show the same graphic as shown in the article.
Almost any search in Norwegian will have obvious scam sites like these in the top 10 results.
Other domains part of the same scam that show up in my results today: mariesofie dot dk, bvosvejsogmontage dot dk
Agreed, we sorely need a Sculpt mk II. It is one of my favorite keyboards too, I had big plans to incorporate a trackball into the empty space in the middle [1] (somehow make the split spacebar act as mouse buttons). But the terrible Esc & F-keys has put me off so far.
I too would love a plugin for this.. I'd like to run the LSP server in a Fedora toolbox, then some sort of property in the project's compile_commands.json or .vimrc that tells it where to find the LSP server. (Fedora toolbox mounts your home directory, so paths etc shouldn't be a problem.)
At the moment, I run everything (toolchain, LSP server, nvim) in a toolbox. Works well, but it feels unecessary to have a copy of vim in every container.
Looks like all the new Ryzen Thinkpads announced so far will use the lower power 15W models. I would love for 470p to make a return - a "T14p" with the 4900HS would be pretty sweet.
It looks like you can configure the Dell Precision 7920 [1] and the HP Z8 [2] both with 3TB if you want (admittedly at an absolutely bonkers price point).
I'm not very familiar with Kubernetes, but from what I've seen, to me it looks quite complicated. I'm wondering, when people say they use Kubernetes and consider it easy/simple, does that typically include operating the underlying Kubernetes container infrastructure as well? Or does "using Kubernetes" usually mean deploying containers to someone else's Kubernetes hosting (like Google)?
Not to diminish the issue at hand, but your quote (or rather, what you left out) makes it sound worse than it is. The full sentence is:
> More than half of the respondents said they either had a negative experience while applying for engineering internships or knew another woman who had a negative experience, such as being subjected to gender-biased interview questions and inappropriate remarks, or observing a noticeable lack of diversity when they interacted with company representatives during the interview process.
Anyone know how ECG from the watch compares to a device like the QardioCore [1] (or more traditional Holter monitor, i.e. the recorder with pads/wires all over)?
For compiling, having many cores is fantastic. Granted, on a workstation, compilation normally just involves a few files (the ones that have changed since the previous build and their dependencies), but when you have to do a full rebuild, it is fantastic to be able to do `make -j16` and watch it chug through 16 files simultaneously. Interestingly, the benchmark in this review shows that the 16-core 2950X compiles Chromium faster than the 32-core 2990WX, presumably this means something other than the thread count becomes a bottleneck after 16 threads or so.
What are the chances the next gen iPhone gets a L1/L5-capable GNSS chip? That'd arguably be one of the better features too. There's some speculation that Pixel 3 will get it (BCM47755).
I walk by this street corner every now and then, and was puzzled by this as well. It's quite different today, but the location is more or less on top of the National Theater railway station [1]. I think you are right about the lens making it look more curvy/steep, in this aerial photo from 1937 [2], you can tell it's just 180 degrees.
I think the idea is that it's supposed to hide the content until the page has loaded entirely, then fade it in, because it "looks faster". But if uMatrix (or something similar) blocks scripts from ampproject.org, you just get a nice 8s delay. You can get around it by removing /amp/ from the end of the URL ( https://herbsutter.com/2017/11/11/trip-report-fall-iso-c-sta... )
I would love it if one day you could put a CMakeLists.xyz in the project instead, where xyz was just a slightly nicer syntax, but with the same semantics, and compatible with regular cmake. Tbh I'm not sure how I would want xyz to look though.