HN user

aranke

29 karma

https://www.aranke.org/

Posts1
Comments22
View on HN

Is it possible to make a black or silver frame (ideally with thinner bezels)? If so, I'd gladly buy one (wood does not fit in my current theme).

We distribute a CLI tool (dbt), so we’re migrating to distributing using the following mechanisms:

1. curl script that installs dbt for end users

2. zipped snapshots for dbt Cloud, the SaaS hosted version of dbt

Eventually we want to create Docker images from 2, but we’re not there yet.

I gave a talk about this at the Packaging Summit during Pycon which was well received, so the team is definitely aware of the problem.

However, the sense I got was that it was going to be a lot of work to “fix Python packaging” which wasn't feasible with an all-volunteer group.

At work, we're migrating away from pip as a distribution mechanism for this reason; I don't expect to see meaningful improvements to the developer experience anytime soon.

This is especially true because pip today is roughly where npm was in 2015, so there's a lot of fundamental infrastructure work (including security) that still needs to happen. An example of this is that PyPI just got the ability to namespace packages.

Tufte CSS 3 years ago

I’ve had good luck integrating with Astro.JS (https://astro.build/), good luck!

My website is in my bio, happy to chat if you want to do something similar.

Tufte CSS 3 years ago

If anyone wants to use this for their website, I found the best luck in adopting the layout from https://latex.vercel.app/ and overriding typography with Tufte CSS.

My 80% finished website is in my bio if you’re interested.