pleroma.debian.social

Jonathan Dowland | @jmtd@pleroma.debian.social

Principal Software Engineer on #OpenJDK #RedHat. #Debian developer (dormant). Computer Science PhD student. Amateur Computing historian (Computer Science and H/W, esp. Commodore Amiga). Guerilla archivist.

@baldur my local electronics store (wonderful place) maintains two entirely separate websites, the older one a more traditional reproduction of a catalogue, the newer one “e-commerce”

@dougmerritt @nixCraft I’d quite like to see more sites block gmail and find out what happens tbh

@carlwgeorge @fabiscafe

Would you argue that Python 3 isn’t Python?

It’s definitely not Python 2, and should not be (IMHO) /usr/bin/python. So it really depends on the context. Python-the-project, python-the-language, python-the-binary, etc.

Similarly it’s no surprise people still stumble over what is referred to by the label “CentOS”.

@edavies @DamonHD @neil I didn't know about paged feeds/RFC 5005, very interesting, thank you. Sadly even if e.g. FreshRSS supported it, FreshRSS's poor behaviour with new feeds (all entries are considered 'new', drowning out the recent timeline) could carry across if it just walked the links. So it's orthogonal to that problem (but I agree useful for the bandwidth problem)

@neil @edavies I was surprised to discover that FreshRSS (I'd wager one of the most popular readers these days) still handles this badly: if I added your feed to my instance, you'd drown out all other feeds in the recent list. I don't know why FreshRSS does this, rather than honour the entry dates; perhaps it's configurable. But if other readers behave similarly, that's one reason to avoid having huge lists of entries in feeds.

@edavies @neil that can be mitigated by reducing the number of articles in a feed. 150 is extremely high IMHO. A good value is a function of how often a site updates; I picked 5 for my infrequently-updated site.

This excellent article about clojure programming has got me thinking; is neovim/lua there yet? https://lambdaisland.com/blog/2017-12-29-the-bare-minimum-clojure-mayonnaise

It's BBC 6 Music's T-Shirt day today: I never remember about it, but coincidentally I've got my Bauhaus tee on today
Photo from last year of me wearing my Bauhaus tee in front of a Spitting Image dummy of Margaret Thatcher. From https://jmtd.net/log/the_horror_show/

@laxla thanks: I hadn't seen or tried "minted" from those answers, so I'll give it a look!

@laxla Thanks for your input. Most Markdown→PDF workflows round-trip via LaTeX (I'm pretty sure Pandoc does). And I'm not sure they do anything special wrt formatting code -- likely just monospace it. Alas it's too late in my write-up to rework the whole thing in Markdown (or anything else) now. FWIW I've been mostly happy with LaTeX.

@rivets for alignment? or legibility? I've seen convincing arguments both for and against legibility of proportional versus monospaced text. Personally I'm not sure.

@laxla Latex is a pretty natural choice for writing a PhD thesis. What would you suggest instead?

@juliank ah it's ok, I've found someone else has mirrored it. Oh man there's a lot of bootstrap ikiwiki themes

@juliank 👋 ­do you still have an online copy of your old IkiWiki Bootstrap theme somewhere? T'was on Alioth iirc. TIA!

this is copying the syntax highlighting decisions that my code editor is using, but now I'm wondering, more fundamentally, what do I want to emphasise or de-emphasise? what is important? aargh

A bit of fiddling with lhs2tex…
formatted haskell code with keywords bold and blue, syntax symbols coloured red, sans-serif fonts, and variable names italic

@laxla Code. This is a computing PhD thesis. Edit: but the preprocessor lhs2tex is using math-environments for the typesetted code, so there's some overlap here

@laxla ah I see. Yeah, in the LaTeX packages I am looking at, they put a lot of effort into vertical alignment issues

Two examples. Exhibit A: formatted using Listings package; Exhibit B: formatted using "lhs2tex", without any option tweaks

I think I'd prefer B if it hadn't gone so heavy with italics. I might be able to turn that off.
Exhibit A: formatted using Listings package Exhibit B: formatted using "lhs2tex", without any option tweaks

@laxla so you like the symbols in say, your editor (wiht ligature-font) but not in a PDF, is that right? Thanks for your response!

»