HackerTrans
TopNewTrendsCommentsPastAskShowJobs

_greim_

no profile record

comments

_greim_
·8 ay önce·discuss
Since the goal is to create an illusion of real physics, I wonder when they'll just cut to the chase and start using actual physics engines.

Reason I mention it is neither this nor bezier curves deal with the target changing mid-animation very well. CSS just starts over from the current position, which breaks the illusion. A physics engine would maintain the illusion, and could be simpler to specify:

    transition: physics(system=gravity, force=10, bounce=on, dampening=3)
    transition: physics(system=spring, force=5, bounce=off, dampening=5)
_greim_
·9 ay önce·discuss
> Developers can also easily create, view, and upgrade skill versions through the Claude Console.

For coding in particular, it would be super-nice if they could just live in a standard location in the repo.
_greim_
·4 yıl önce·discuss
I've chosen to interpret TDD as "test driven design", based on the idea that systems designed to be easily unit-testable tend to also be easier to understand, maintain, extend, compose, repurpose, refactor, etc.

I deviate from some proponents in that I think this kind of TDD can be done while writing zero unit tests, but in practice they keep you sensitized to good design techniques. Plus the tests do occasionally catch bugs, and are otherwise a good forum to exercise your types and illustrate your code in action.
_greim_
·5 yıl önce·discuss
Amazon has committed the "sin of success", so they're in the spotlight. Criticisms of Amazon make sense when viewed as criticisms of laws and incentives all business operate under.
_greim_
·9 yıl önce·discuss
Shameless self-plug. I developed a design pattern I call "vacancy observers" that solves a subset of the Ajax problem. Basically, fetching data for display; AKA the "R" in CRUD. My POC implementation is on Github.

https://github.com/greim/motel
_greim_
·9 yıl önce·discuss
> annoying

I like React's ethos of avoiding complexity until you need it, but these smug attitudes are starting to get really tiresome.