HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tfrancisl

131 karmajoined 8 माह पहले
https://github.com/tfrancisl https://codeberg.org/tttffflll

Submissions

Picking up the Pieces: Popular Spec-Driven Development tool abandoned, forked

github.com
1 points·by tfrancisl·2 माह पहले·1 comments

comments

tfrancisl
·कल·discuss
Whether they did that or had an LLM one shot it, I dont really care. Commit history is pretty important if you ever want to try fixing bugs or improving features in the future.
tfrancisl
·कल·discuss
250k lines of code in one commit is reason enough to disregard the project entirely, IMO. Vibe code if one wants, but that is just madness...
tfrancisl
·15 दिन पहले·discuss
[dead]
tfrancisl
·15 दिन पहले·discuss
There is a project by a group of nix/nixos enthusiasts aiming to replace some of these core deps https://github.com/manic-systems/nixos-core. I havent tire-kicked it much, but it seems useful.
tfrancisl
·18 दिन पहले·discuss
I can't blame you when the first few sentences almost always evoke one of the "creators of XYZ" (I don't know how you can say a model or model harness has a singular creator when the model was trained on everyone's data and the harness was built by a whole team?) and treats their word or experience as gospel.

Who cares what Cherny thinks? He is selling his product, and he will probably cash out soon enough while his credibility is as high as it is.
tfrancisl
·20 दिन पहले·discuss
You don't sponsor people or projects to complete specific issues or build specific features in the first place. Sponsorship is a reward and token of appreciation for doing good work.
tfrancisl
·20 दिन पहले·discuss
Better yet: give them cold hard cash instead of what is arguably monopoly money for many OSS devs. Ironically this is something GitHub made "easy" with sponsorships several years ago.
tfrancisl
·20 दिन पहले·discuss
... which many would argue is between a patient and their doctor. We dont pay premiums for no reason, and the insurance company isnt really allowed to determine what "necessary" means.
tfrancisl
·23 दिन पहले·discuss
It works on darwin and any linux just fine. Theyre even working on a "standalone" like HMs, if you really want to decouple your user programs from your system.

With some programs it is as simple as you show, but with others there are options around the config and other nix module nasties that I avoid if I can. hjem-rum is a sister project to hjem that provides some similar modules.
tfrancisl
·23 दिन पहले·discuss
I'm saying that I value the completeness (thoroughness may be a better word) as well as the reproducability and portability that nix ensures over convenience. I cant tell you the amount of times I've pulled a precompiled tool and it just doesnt work because of one quirk of their packaging or another.

Also noting that I don't see the problem as "dotfile management" but as "system AND user configuration management" which extends beyond some plain text files in $HOME.

ed.: and home manager is just one tool which provides not only dotfile management, but drvs for installing particular programs and configuring then in highly opinionated ways -- I do not use it
tfrancisl
·23 दिन पहले·discuss
Its the only complete, reproducible, and portable solution, in my opinion.

I like mise, but at the end of the day some programs are more complex than just pulling a precompiled, dynamically linked binary and hoping it works.
tfrancisl
·23 दिन पहले·discuss
If you like home manager but also like to understand how your "home"/user programs are configured, take a look at hjem!
tfrancisl
·23 दिन पहले·discuss
What a snakepit of a comment! I know there are tensions within nix but this feels like a classic case of Chestertons fence at a big scale.
tfrancisl
·23 दिन पहले·discuss
Or nix without home manager, and ideally without flakes as well. Two solutions looking for problems, IME.
tfrancisl
·2 माह पहले·discuss
I use it with Spotify to track my listens and sort by artist, album and the like. It definitely still has value, even for Spotify users!
tfrancisl
·2 माह पहले·discuss
No, which is why I started my message with "No, ..."!
tfrancisl
·2 माह पहले·discuss
It seems the original author of the popular SDD toolkit for agent frameworks has gone no-contact. One of the maintainers has forked it. This is concerning as the original author maintains control of the associated NPM package.
tfrancisl
·2 माह पहले·discuss
I agree with the messaging generally, but unfortunately to fight implicitly unprofessional behavior with a terse response like this would look explicitly unprofessional!
tfrancisl
·2 माह पहले·discuss
No, this was in response to some questions about different approaches enterprises take to automated code quality review and complying with some arbitrary security standard out there. And this was a principal secops guy who thought the appropriate thing to do was to ask Copilot.

Being known as an RTFM type of person, I usually appreciate when a super nonspecific question is met with a link to the docs.
tfrancisl
·2 माह पहले·discuss
> I worked as a developer at a company. I asked the business owner a question about a business task. He sent me a ChatGPT screenshot with the answer.

Something similar to this happened in a "public" chat space at my company, and, despite the fact that we are leaning into LLMs and agentic workflows quite a bit, the responses were generally "I aint reading all that" and "hey, dude, thats kinda unprofessional."

We should be shaming people who attempt to outsource all of their thinking to chatbots or agents. I think it would be effective.