HN user

trurl42

605 karma
Posts17
Comments59
View on HN
blog.cr.yp.to 3y ago

Turbo Boost

trurl42
3pts0
www.sktelecom.com 6y ago

SK Telecom Unveils World’s First QRNG-Powered 5G Smartphone

trurl42
2pts0
writings.stephenwolfram.com 6y ago

Launching Version 12.1 of Wolfram Language and Mathematica

trurl42
5pts1
medium.com 6y ago

Quantum Game is evolving – version 2.0 will bring you even more quantum physics

trurl42
3pts0
www.highcaffeinecontent.com 7y ago

Bringing iOS Apps to MacOS Using Marzipanify

trurl42
2pts0
blog.stephenwolfram.com 8y ago

When Exactly Will the Eclipse Happen? A Multimillenium Tale of Computation

trurl42
1pts0
happyturtlethings.net 9y ago

The fleeting advantage of being a narcissist and do nice guys finish last

trurl42
3pts0
happyturtlethings.net 9y ago

How to make a friend fast

trurl42
765pts242
happyturtlethings.net 9y ago

The ethics of ethicists

trurl42
2pts0
happyturtlethings.net 9y ago

In science, you can either be funny or credible

trurl42
2pts0
happyturtlethings.net 9y ago

Everyone is a dick during heat wave

trurl42
2pts0
happyturtlethings.net 9y ago

Is listening to country music going to kill you?

trurl42
3pts0
happyturtlethings.net 9y ago

Have you ever wanted to know what happens to bees on cocaine?

trurl42
1pts0
pyfound.blogspot.com 9y ago

Time to Upgrade Your Python: TLS v1.2 Will Soon Be Mandatory

trurl42
155pts52
blog.stephenwolfram.com 11y ago

Instant Apps for the Apple Watch with the Wolfram Language

trurl42
35pts17
blog.stephenwolfram.com 12y ago

Injecting Computation Everywhere–A SXSW Update–Stephen Wolfram Blog

trurl42
8pts1
aseigo.blogspot.de 12y ago

More on why the display server does matter

trurl42
1pts0

Unfortunately, though, most developers don’t even know that there are options outside of Docker, or that they’re not as “convenient”.

Hopefully, this article has disabused some of that notion.

If that was the goal, it seems terribly complicated when compared with podman.

And with that you're completely wrong, since strings in JavaScript are UTF-16.

It just so happens that your example consists of two UTF-16 codepoints.

(Node.js' Buffer uses UTF-8 by default).

This is not a very good explanation, nor is it useful for anything.

A single qubit is not useful for computation and the way it is written doesn't generalize to more than a single qubit. The code doesn't even really simulate a single qubit properly, since it doesn't use complex numbers.

What they call a "Rydberg gate" is not a gate at all.

Most of the text feels like it's written by an AI.

I suppose it's since it doesn't really support LaTeX but instead uses MathJax to render equations.

TeX is a a turing-complete language, picking some random subset of LaTeX commands would feel pretty arbitrary to me. In comparison, supporting full markdown syntax is pretty easy.

Want to be able to replace your keyboard, or get another one for the office easily? Buy a Cherry G80-3000.

The G80-3000 comes without NKRO, a very bendable case and PCB-mounted rather than plate-mounted switches.

A Leopold (for example) is much more pleasant to use and not so exotic that it's impossible to obtain a replacement.

That would be 2.

What's done in such an experiment is that we initialize a quantum state in a particular state (that this is possible is not actually obvious, but let's assume it's true) and then we make a lot of repeated measurements after different amounts of times.

So we're not talking about a single system, but instead about statistics about a set of measurements with systems that have been set up in the same initial state. (Each system only being measured once after a certain time after it's being set up).

As a quantum physicist: This might be an interesting experiment, but as far as the theory goes, this is exactly what is to be expected from standard quantum mechanics.

Quantum leaps being instantaneous would be a (possibly common) misconception.

The leap in a quantum leap is describing the notion of a discrete jump in measurement outcomes.

Without redundant code:

  \documentclass[border=3pt]{standalone}
  \usepackage{tikz}
  \usetikzlibrary{lindenmayersystems}
  \begin{document}
  \begin{tikzpicture}[line width=1pt, rounded corners=4pt,
          l-system={
              rule set={X -> X+YF+,Y->-FX-Y},
              axiom=FX, angle=90, order=11, step=10pt
          }
      ]
  \foreach \c/\r in {green/0, red/90, blue/180, orange/270}
      \draw[\c, rotate=\r] l-system;
  \end{tikzpicture}
  \end{document}

It's great to have a paper like this on the arXiv, I believe this is the right way to reach the scientific community.

Some ideas for improvements:

The package directory could be mentioned more prominently.

It's a bit tricky to select code in the PDF, not sure if much can be done about this?