HN user

widdma

154 karma

[ my public key: https://keybase.io/dhorsley; my proof: https://keybase.io/dhorsley/sigs/yUzNRc1vjPaeXUmb8jDThvrIqE6G9IvqKfUaXS1GtpY ]

Posts0
Comments57
View on HN
No posts found.

Nice article, thanks. For anyone interested in the topic, I highly recommend Trefethen's Approximation Theory and Approximation Practice. It's approachable, intuitive, and fun while still covering a lot of technical detail.

This is exactly what is already done! On Earth at least. Radio telescopes around the world observe (mostly) quasars to perform geodesy. This is the main method used to measure the Earth Orientation Parameters which is need for keeping GPS/GNSS calibrated.

With it, you can measure distances of several thousand km with a precision on the order of a few millimetres. The problem is that it's really expensive compared to GPS: at each site you need a reasonably size telescope, atomic clock, some serious storage, and a way to ship all the data to a central cluster.

I think if he did have mental health problems, like many others in the field, it's now more than ever to raise the point. If he didn't it doesn't hurt to raise the issue, because it is genuine.

If you suffer from anxiety and/or depression, there is help. Talk to someone. You're not alone, and you don't need to suffer alone.

Android Oreo 9 years ago

This release introduces Project Treble with the goal, I believe, of fixing this exactly this problem.

Since Python is an interpreter, it keeps a dictionary/hash table of the local and global variables. These can be accesses by the functions `locals()` and `globals()`.

`a = ... ` can be thought of as `locals()["a"] = ...`

(although you can should not actually modify the local variables this way)

The slight curve to usually straight letters like 'v' and 'k' reminds me a bit of of Inconsolata. I really like this touch and makes a monospaced font flow. Is it also using Spiro splines?

Not at all! Happiness _is_ correlated to shorter door-to-door time, but higher speed does not equate to shorter times if the distance grows as well.

Exactly! This is also related to the The Fundamental Law of Road Congestion: building new roads just allows people drive more. (See Duranton and Turner.)

You can view this as an equilibrium. People will prefer uncongested roads until they become congested.

Surprising, yet simple when it's pointed out.

I found matlabl2tikz to be superior to plot2latex. I did my honours thesis with plot2LaTeX+inkscape and my PhD one with a matlab2tikz, so I've had a fair experience with both.

I have created some high quality, complex plots out through matlabl2tikz with no problem. I haven't had the issues the author notes and I'd suggest they file a bug report. The m2t community is active and friendly.

The other bonus of m2t is you can edit the files in PGFplots, which is a powerful and complete language/library. For my use case, it was important that my plots be repeatable, so manually doing it with Inkscape would be tedious. Having easily editable source code allowed me to write scripts to filter the output to what I needed.

The one problem I did find is that pgfplots can be quite slow. This isn't m2t's fault though and can be overcome with TikZ's cache system.

Disclosure: I wrote the path simplification in matlab2tikz, but nothing else.

PulseAudio is pretty good these days and typically works out of the box for most need. Per app volume is an amazing feature and switching sinks is a breeze. I often play music on my stereo (mobo sound card) and game audio on some headphones (audio over hdmi through monitor). Being able to switch them around live is great.

However, like systemd, PulseAudio large and opinionated so it's not everyone's cup-of-tea.

Google should not be prohibited to discriminate or censor search results[...]

You're right, filtering results would be a concerning step. I guess this is why they've added a fact check tag rather than a filter. I think it's a good solution.

But then again, free speech doesn't mean you have the right to have your results shown on the first page of Google. If they change their algorithm to preference articles with fact checking, is it the same as someone refusing to make a wedding cake for two dudes?

Yeah, fair enough. On MacTeX or texlive on Arch, it usually takes me a few iterations of `tlmgr install` runs before I have everything I need. "collection-fontsrecommended" is usually the (meta) package I install these days.

I wish texlive would move to rolling updates, or at-least make distribution upgrades easier.