venice_benice | 1 year ago | on: Show HN: I made a website to semantically search ArXiv papers
venice_benice's comments
venice_benice | 1 year ago | on: LSST Camera: largest camera for astronomy
venice_benice | 1 year ago | on: Typesetting the LaTeX Way (2013)
But with PDF you at least have the knowledge that the font will be the same no matter who sees it. Webpages have no such guarantees (and indeed some people disable web fonts completely for whatever reasons) and it will only end up looking ugly as hell.
On the web, the typographer's instructions are more of a suggestion, and we should lean into a more declarative style of layout, instead of trying to hack up something resembling precise position that will end up looking completely out of place anyways. I say this remembering in horror the many websites where people wanted the staggered look, and ended up producing a monstrocity.
venice_benice | 1 year ago | on: LaTeX3 Automatic Labels for Fun and No Profit
what was being discussed is using Pandoc to convert from Typst to LaTeX, which it can't really do because its internal document representations are not as expressive as either Typst or LaTeX.
venice_benice | 1 year ago | on: LaTeX3 Automatic Labels for Fun and No Profit
venice_benice | 2 years ago | on: Lwarp – Converts LaTeX to HTML
pandoc is nice for simple documents, but it is completely inadequate for many use-cases, which is why ArXiv is using LaTeXML and tikz.dev is using lwarp, rather than the more ubiquitous pandoc.
venice_benice | 2 years ago | on: How I'm able to take notes in mathematics lectures using LaTeX and Vim (2019)
As a summary, he uses a custom keyboard shortcut manager¹ which allows him to compos multiple keystrokes (and also saves commonly used styles):
> For example, when I press `s` and `f` simultaneously, my shortcut manager will apply a solid stroke and a grey fill to the current selection. When I want the stroke to be thick, I press `s+f+g` together, where `g` stands for thick (as the `t` key is hard to reach).
[1]: he makes it available on GitHub: https://github.com/gillescastel/inkscape-shortcut-manager
venice_benice | 2 years ago | on: Stellarium: Software which renders realistic skies in real time
The Gaia ones (which is the billion star catalogue) look like `Gaia DR3 1827256624493300096`; the number basically contains the rough coordinates of the star as a HEALPix index (along with some other data) so it's not really human readable, but is perhaps more suited for a survey with billions of sources.
Ironically, the Gaia catalogue is incomplete at the brighter end (very bright stars like Betelgeuse for example are not in the catalogue at all) so still needs to be supplemented by other catalogues (and can't be used as a single source of truth to which all other catalogues are cross-matched for example)
venice_benice | 2 years ago | on: Monaspace
venice_benice | 2 years ago | on: Euclid's First Images
- “weak gravitational lensing” with the visible light instrument (which has higher resolution than the IR one) to measure very precisely the shapes of galaxies, to enable a statistical study of distortions in their shapes, caused by weak lensing due to dark matter (and regular matter which they can observe “directly”)
- “galaxy clustering” with the near IR instrument to calculate distances to the galaxies (via their redshift) which they can use to map out 3D distribution of galaxies and compare to simulations for example (there is a nice figure on this page: https://www.euclid-ec.org/euclid-core-science showing a few surveys and simulations)
There is more information on their blog here as well: https://www.euclid-ec.org/blog
The images here are simply first light images (i doubt the horsehead nebula or globular clusters are part of the core science of Euclid); more images and spectra will be taken in the coming years to do the actual core science (which will require a lot more data)
venice_benice | 2 years ago | on: SumatraPDF Reader
it is available in their Tools menu (the >> icon)
venice_benice | 2 years ago | on: Hubble’s Hitchcock Moment: An Explosion in Unexpected Place
I'm not even sure how they managed to screw it up when the original makes sense
> Such collisions produce a kilonova – an explosion 1,000 times more powerful than a standard nova. However, one very speculative theory is that if one of the neutron stars is highly magnetized – a magnetar – it could greatly amplify the power of the explosion even further to 100 times the brightness of a normal supernova.
They changed the nova in the first sentence to supernova making the whole thing meaningless. I'm not sure about the correctness of the supernova thing, but at least it is not inconsistent with the previous sentence.
venice_benice | 2 years ago | on: Matthew Butterick's Practical Typography
This has nothing to do with typewriters; the text is actually lower case, it's just being used with the small-caps variant of the typeface (I haven't directly verified it, but I am familiar with Butterick's site, and he uses them frequently). It's not really a Unicode problem either; small caps are not encoded in Unicode (well there's something similar for use in phonetic representation but it doesn't have the X for example).
I agree with the other points; keyboards (with the possible exception of handmade ones) have all standardized to a quite limited range of input keys, all traceable back to typewriters, leading to most people I know irl replacing curly quotes with straight quotes, all the dashes with just hyphens, and so on.
In his book, Bringhurst brings up this limitation of modern keyboards, and muses over the possibility of a fully programmable keyboard (in hardware and key displays, not just layers or software hacks like OS/environment-dependent modifier keys). It would be nice to press a button or two and have any keyboard layout I want, multiple scripts, and so on.
venice_benice | 2 years ago | on: How A Supernova Explodes (1985) [pdf]
The objections are primarily that the original paper assumes that a 2000 day period is the fundamental period of Betelguese's pulsation modes, which gives a radius that is much larger than what is observed in multiple wavelength bands.
It's unfortunate that Dr. Becky did not mention this in her video (perhaps it was published after she finished the script; even though it was out a while before the video was). I feel like this is not the first time that reputable science youtubers have jumped the gun on discussing research (Anton Petrov did something similar recently)
> doesn't have anything to do with the abnormal dimming in ~~2020~~ 2019 The Great Dimming is explained by this paper as being constructive interference of the pulsation modes (you can see this in their Figure 4. I don't know why Dr. Becky said this, but it doesn't seem to be correct.
venice_benice | 3 years ago | on: A tale of two cities: How we got the history of Calicut wrong
However I can give you the heads-up that the abstracts don't render well because (La)TeX is interpreted as markdown so that
will strikethrough the text between the tildes (whereas they are meant to be non-breaking spaces). Similarly for the backtick which makes text monospaced in the rendered output but is simply supposed to be the opening quote.