Readit News logoReadit News
pbhowmic commented on Dinesh’s Mid-Summer Death Valley Walk (1998)   dineshdesai.info/dv/photo... · Posted by u/wonger_
pbhowmic · 3 months ago
That's Death Valley Dinesh!! I just re-heard that episode on "Best of Car Talk"
pbhowmic commented on Diagram as Code   diagrams.mingrammer.com/... · Posted by u/ulrischa
darau1 · 10 months ago
I have a love/hate relationship with diagrams, and diagrams-as-code-things (plantuml, mermaid, etc). As a programmer, I find myself trying to turn everything in to a software project: everything must be version control-able. Same with these diagramming solutions -- except I nearly never know what I want the digram to look like, when I start "writing" it. This means I nearly always end up on something like lucid.app just sketching out the solution, and thinking to myself that I'll turn it in to a beautiful diagram with one of the earlier solutions, later -- that never happens. So now I have a diagram I can link to (yay), but can't version control (boo).

Then, I discovered excalidraw[1]: it lets me sketch like lucid, but isn't nearly as polished or robust: you can throw together simple shapes, draw lines between them, and the lines stick to the shapes, so you can move them around and the lines move too. You can also group things together, and draw freehand, and also include text -- what more do you need?

The cool thing about excalidraw is that you can share your drawings, and export them as SVG files -- yay! I can version them again. You can also self-host it, which is a massive plus in my book.

/rant

[1]: https://excalidraw.com/

pbhowmic · 10 months ago
I would push back against DSLs. It means year another language to learn and that is a barrier to adoption.
pbhowmic commented on Ask HN: How do you share and sync .env files and secrets with your team    · Posted by u/Debkanchan
pbhowmic · a year ago
Vault. Save to Vault and make it so that team members can sync to/from Vault.
pbhowmic commented on Ask HN: What are you working on (August 2024)?    · Posted by u/david927
pbhowmic · a year ago
I am developing a Pythonic alternative to ArgoCD and FluxCD that uses no CRDs or in-cluster controllers for continuous delivery of applications to Kubernetes clusters
pbhowmic commented on Moments in Chromecast's history   blog.google/products/goog... · Posted by u/sibellavia
pbhowmic · a year ago
I still have one. A few years old but still works, rock-solid and what I love best is the form-factor: unobtrusive, in fact, totally hidden from view.
pbhowmic commented on Show HN: Use Go's HTML/template to write React-like code    · Posted by u/rkwz
pbhowmic · a year ago
OMG! No! Having dealt with Go templates in the context of writing Helm charts, I would say this is not a a great idea. Please, invent a better templating language for Go, and then perhaps go down this path. That being said, I am not a great fan of templates in any language. Jinja2 might be a heck of a lot better than Go templates but it can still be hard to get right.
pbhowmic commented on Pandoc   pandoc.org... · Posted by u/swatson741
pbhowmic · 2 years ago
In a world where most READMEs and the like are in Markdown format I like to use Asciidoc and I like to keep the two in sync using pandoc
pbhowmic commented on Python types have an expectations problem   medium.com/@sgorawski/pyt... · Posted by u/sgorawski
pbhowmic · 2 years ago
There is no protecting against pre conceived notions. If a Typescript programmer, for example, expects Python to behave like Typescript then that is on them. Typescript has types. Python has type hints. RTFM for God’s sake.

u/pbhowmic

KarmaCake day1552February 2, 2012View Original