14 Matching Annotations
- Last 7 days
-
github.com github.com
-
The goal of Lucia v3 was to be the easiest and cleanest way to implement database-backed sessions in your projects. It didn't have to be a library. I just assumed that a library will be the answer. But I ultimately came to conclusion that my assumption was wrong. I don't see this change as me abandoning the project. In fact, I think it's a step forward. If implementing sessions wasn't easy, I wouldn't be deprecating the package. But why wouldn't a library be the answer? It seems like a such an obvious answer. One word - database. I talked about how database adapters were a significant complexity tax to the library. I think a lot of people interpreted that as maintenance burden on myself. That's not wrong, but the bigger issue is how the adapters limit the API. Adapters always felt like a black box to me as both an end user and a maintainer. It's very hard to design something clean around it and makes everything clunky and fragile, especially when you need to deal with TypeScript shenanigans.
Tags
- when not to create a library: too hard to support/maintain the many ways it would need to be flexible
- creating/using library vs. copying code
- when not to create a library
- too easy/simple/trivial for end-developers to write from scratch to expect (don't need library to do it for them; don't need to provide feature)
Annotators
URL
-
- Feb 2025
-
herbertograca.com herbertograca.com
-
Most companies where I worked have a history of rebuilding their applications every 3 to 5 years, some even 2 years. This has extremely high costs, it has a major impact on how successful the application is, and therefore how successful the company is, besides being extremely frustrating for developers to work with a messy code base, and making them want to leave the company. A serious company, with a long-term vision, cannot afford any of it, not the financial loss, not the time loss, not the reputation loss, not the client loss, not the talent loss.
-
- Oct 2023
-
www.youtube.com www.youtube.com
-
the idea of such an absurd song in a very serious setting just seemed so funny to me passionate choristers interpretive dance string quartet bowing away all taking itself very seriously and then the song is about shia labeouf being a cannibal i found out recently that's called bathos serious and absurd juxtaposed (00:09:49)
Dictionary definition:
(especially in a work of literature) an effect of anticlimax created by an unintentional lapse in mood from the sublime to the trivial or ridiculous.
Tags
Annotators
URL
-
- Sep 2021
-
-
Webpacker used to configure Webpack indirectly, which lead to a complicated secondary configuration process. This was done in order to provide default configurations for the most popular frameworks, but ended up creating more complexity than it cured. So now Webpacker delegates all configuration directly to Webpack's default configuration setup.
more trouble than it's worth
- creating more complexity than it cured
Tags
- doing more harm than good
- newer/better ways of doing things
- removing feature that is more trouble than it's worth (not worth the effort to continue to maintain / fix bugs caused by keeping it)
- complicated
- too complicated
- modern javascript development is complicated
- Why can't this be easier/simpler? Why does it have to be so hard/complicated?
- changed their mind/opinion
- too hard/complicated/non-trivial
- more trouble than it's worth
Annotators
URL
-
- Mar 2021
-
web.cs.iastate.edu web.cs.iastate.edu
-
ts geo-metric meaning is also more obvious as the rotation axis and angle can be trivially recovered.
-
-
askubuntu.com askubuntu.com
-
this is so stupid (that there is no sensible way to run a Desktop file from the terminal)
-
-
gitlab.gnome.org gitlab.gnome.org
-
When one is searching for it on the internet, there are many many people wondering how one can open .desktop files. It seems trivial, since one usually just has to click an item on the launcher so one thinks there must be some way.
-
-
github.com github.com
-
If I can find some time, maybe I can help pitch in somehow.
-
That should work, but it's a non-trivial change.
-
- Feb 2021
-
-
Writing the uniqueness validations yourself is easy so I felt it was better to leave this up to the developer
-
-
www.quora.com www.quora.com
-
why a company like Facebook invests so much research and engineering into the network performance of things as seemingly trivial as notifications.
-
- Dec 2020
-
www.npmjs.com www.npmjs.com
-
The change is too consequential to be developed in situ.
-
- Oct 2020
-
-
But it sounds like the library could use some way to setTouched()
-
-
final-form.org final-form.org
-
Wondering how to get field state from multiple fields at once? People coming from Redux-Form might be wondering where the equivalent of Redux Form's Fields component is, as a way to get state from several fields at once. The answer is that it's not included in the library because it's so easy to write one recursively composing Field components together.
-