monomon

joined 2 years ago
[–] monomon 5 points 1 year ago

Another reason to use libraries is communication. Would you prefer to receive a GitCommitResult in your code, or have to parse the stdout of the subprocess? If you need complex communication with the other program, then it needs to provide rpc or some other form of inter-process communication. A library avoids this issue.

[–] monomon 2 points 1 year ago

Great answer. I am also a fresh "lead" and am struggling with some aspects, but as you said, clarifying the direction and working together are the most important ones. Pairing also allows you to explain things in more depth, which aids understanding.

We don't do complex planning, usually have a few meetings and we start prototyping. So that's been a non-issue luckily as a lead. Detailed estimation can be really exhausting and takes a toll on the team.

[–] monomon 2 points 1 year ago

Another cool thing I realized - you avoid the chance of some framework updating under you and breaking everything. It's a bit like pdf, it gets fixed and generally untouched.

[–] monomon 2 points 1 year ago

A generator can help if you have a bunch of data that you need to convert to some html structure. I know what you are saying though, as little complexity as we can get away with, innit :)

[–] monomon 6 points 1 year ago* (last edited 1 year ago) (1 children)

For this reason I'm building my own generator in Common Lisp, leveraging cl-who and parenscript. All components are descibed in one place and render as web components, which allows me to attach dynamic behaviors easily.

This works great for business-card style sites, deployed to netlify.

[–] monomon 4 points 1 year ago (1 children)

It does look pretty damn cool. One thing that bothers me is it is in the npm ecoystem :)

[–] monomon 4 points 1 year ago

Concepts like Reactive programming are widely used in web/UI contexts. The problem of connecting a UI to an underlying data set is not trivial. Several frameworks deal with this.

As was already said, concerns like Accessibility are studied academically. They have more to do with user experience than the technology, so not sure if they match your question.

[–] monomon 1 points 1 year ago

Same. Writing code is FUN! However that's not the only goal there is. It's a part of the puzzle. Perhaps it takes some maturity to reach that point.

[–] monomon 5 points 2 years ago

I also played with my kids on lan, and they love it. Had to discipline them a bit to water the plants 😀

[–] monomon 18 points 2 years ago* (last edited 2 years ago) (1 children)

Funnily, due to this, i often find an open source app that is way better than whatever annoyed me.

Just today i used an Adobe product that got me raging. Within minutes i installed an oss equivalent that was a joy to use in comparison.

It's an interesting trend.

[–] monomon 4 points 2 years ago* (last edited 2 years ago)

My kids (4 and 8) love stardew valley. Also it works on every device. Been considering don't starve for a while. Will check if valheim fits the bill, thanks.

[–] monomon 2 points 2 years ago

The lite is a tablet, which might be perfect for me, as I often work on remote machines anyway. Framework seemed pricier to me with some nice extras... but I didn't really get well acquainted. If it doesn't pan out I'd look into framework.

view more: ‹ prev next ›