HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pjettter

no profile record

Submissions

Show HN: DAG-map – metro map visualization of a DAG

23min.github.io
3 points·by pjettter·4 месяца назад·8 comments

Show HN: Agent Lens – Code assistant observability in VSCode

github.com
2 points·by pjettter·5 месяцев назад·0 comments

comments

pjettter
·4 месяца назад·discuss
I looked at CUE and lattices and I realize CUE fits right in with some other work I'm doing!

For now I made it possible to draw Hasse diagrams. That seemed like a fun way to extend the project. I did not add any CUE examples, that seemed out of scope but who knows, there could be some applied examples in the future.

I see that lattices are commonly drawn with straight line, but that is mostly historical (how it was done). I decided to allow bezier edges as well because, why not?
pjettter
·4 месяца назад·discuss
Hmm… I need to read around on that! Was working on a policy drift detection project but never heard of CUE before.
pjettter
·4 месяца назад·discuss
Both personal and work projects. This is personal: https://github.com/23min/FlowTime I see DAGs everywhere...
pjettter
·4 месяца назад·discuss
Thanks! Right, I asked Claude to write a ROADMAP.md and it was super long and a lot of YAGNI. I try to work much more intentionally but I got some great ideas from it.

I'm thinking first of my own needs and click/mouse handlers are definitely yes. It would be nice to enable popups when hovering over nodes/edges.
pjettter
·5 лет назад·discuss
No, I mean more like an audit trail. Not like `blame` either. What I typed on the command line to get into a new state.
pjettter
·5 лет назад·discuss
Git should store the commands that "did" the operations on a repo. Git should never ever let you lose work. I should always be able to go "backward" and recover previous states. I guess that is what the "Git undo" proposal is about.

I'm a very visual person so I tend to use Git Graph on VSCode. But I still get in trouble. Especially things like Cherry Picking, or reverting.

Another thing that is not so easy is switching branches without having to do a commit. Stashing, yeah, but then figuring out whether stashes have been applied or not, diffing between branches, picking some changes from a diff.

In the end I stick to some basic commands that don't get me in trouble so that I don't lose half a day to recover my work via Dropbox.
pjettter
·6 лет назад·discuss
Webassembly