zlacker

[parent] [thread] 2 comments
1. dasil0+(OP)[view] [source] 2023-03-18 17:14:06
All software is subject to shifting environments over time that will eventually render it obsolete. How fast this happens really depends on the ecosystem—it's a function of the abstraction level and context in which it runs. C or Go code that compiles to a standalone binary will be less susceptible to this, higher level Ruby or Node code that depends on a lot of peer libraries moving in lockstep will be more susceptible. Newer languages that have some notion of backwards compatibility baked into their charter like Elixir or Rust are somewhere in between.
replies(1): >>dylan6+Nk
2. dylan6+Nk[view] [source] 2023-03-18 19:27:02
>>dasil0+(OP)
well, the original dev did release the code as open source. you are free to take their lead and continue on with modifications in your own source or even as a fork if you feel so strongly about it needing to be maintained to that level.
replies(1): >>clone1+il1
◧◩
3. clone1+il1[view] [source] [discussion] 2023-03-19 04:48:25
>>dylan6+Nk
Yes, I certainly could. This comment chain started with "why is stale a bad thing". It's bad because I have to do that.

There might be a maintained fork/separate project that does what I want that I would like to find instead. Or maybe I was just searching to save myself 30 minutes on a one time task and I'm not up for adopting an abandoned project.

[go to top]