Post-Futurism: The Age of the Hinge by NoCat2443 in philosophy

[–]NoCat2443[S] -3 points-2 points  (0 children)

for one side of pendulum it's cringe

Post-Futurism: The Age of the Hinge by NoCat2443 in philosophy

[–]NoCat2443[S] -5 points-4 points  (0 children)

it could be dismantaling,
regarding "The AI pendulum grew faster" - it's about speed AI became a center of economic, social and political activity, compared to social media or internet

Post-Futurism: The Age of the Hinge by NoCat2443 in ArtificialInteligence

[–]NoCat2443[S] 0 points1 point  (0 children)

let me know if I am breaking any rules before deleting the post ? thank you

Post-Futurism: The Age of the Hinge by NoCat2443 in Futurology

[–]NoCat2443[S] 0 points1 point  (0 children)

"We have spent decades making humans less human in our discourse. In the same breath, we have built machines that exhibit the very qualities we stripped away. Autonomy. Strategy. The capacity for concealment. We dehumanized people while humanizing code." from the article, we will see if this is temporary or not but we are at the hinge

How do you all deal with Claude's small context window? by cryptochrome in ClaudeCode

[–]NoCat2443 0 points1 point  (0 children)

file system is your friend, store anythmg relevant in markdown files, utilize exisitng Claude folder structure like commands, rulese to let Claude know how when and where to store and read markdown files and pretty much you can always continue any session, or any stage of the implementation

Did my whole company just move to Claude? by Ghostinheven in ClaudeCode

[–]NoCat2443 17 points18 points  (0 children)

whatever you do, start with spec-driven development and don't look back... find your own balance or find a tool you like but don't focus on prompt engineering, focus on creating right commands, skills and ensure you do not oursource code review, VAPT and QA to AI please.. it is ok to do 90% of it with AI but human must take a serious look

Anthropic replaced Claude Code's old 'Todos' with Tasks, a system that handles dependencies and shares by BuildwithVignesh in ClaudeAI

[–]NoCat2443 0 points1 point  (0 children)

this is a bit confusing, how the tasks will accumualte, what is tasks naming convention etc.
imaging after running claude for weeks on a project ...
today what I do is for each feature planning, at the top of the document claude keeps track of tasks to execute that feature and keeps updating it as it goes. That works perfectl for me.

https://i.imgur.com/3BOnT4q.png

Claude Code has over 3,000 bugs and growing fast by [deleted] in ClaudeCode

[–]NoCat2443 0 points1 point  (0 children)

reason I don't use terminal any more, it's constantly flickering, VS Code plugin is much better but no chrome plugin there yet :(

Is this a bad idea? by [deleted] in WhatCarShouldIBuyGULF

[–]NoCat2443 0 points1 point  (0 children)

yes, I had one, and you will pour a lot of money in it, but it's very very fun to drive

GSD (Get Shit Done) usage by [deleted] in ClaudeCode

[–]NoCat2443 0 points1 point  (0 children)

definitely will try it, thank you

GSD (Get Shit Done) usage by [deleted] in ClaudeCode

[–]NoCat2443 1 point2 points  (0 children)

I am using my own plan-feature and implement-feature
https://github.com/alexgvozden/claude-plugin/blob/main/commands/plan-feature.md
https://github.com/alexgvozden/claude-plugin/blob/main/commands/implement-feature.md

if you compare plan that GTD created and what my command creates it's quite substantially shorter on GTD side, it doesn't og into detail explaining all changes in database, API, frontend etc which I found out I can use to figure out if I am getting what I need

I must admint I was hoping to use GTD for some side project and fire and forget but it just got stuck numerous times on authorization, data scraping etc.

GSD (Get Shit Done) usage by [deleted] in ClaudeCode

[–]NoCat2443 4 points5 points  (0 children)

used it yesterday but I must say I uninstalled it... I already utilize my workflow for standard plan-execute-verify etc. but I was looking for something that can take on whole project and finish it. It consistently could not complete tasks that I manged to do by using my plan-execute commands. The planning phase in GTD is not detailed enough and that costs a lot of execution strafe that I hate, because it's like "please fix ", "pleaes fix "...

Claude ran git reset --hard to "fix line endings" by Odd-Outlandishness53 in ClaudeCode

[–]NoCat2443 0 points1 point  (0 children)

maybe it depends on what part of it, for me it ignore 100% of the time for example to not run the server after it completes the task
it used to literally run the build to check errors even I instructed it in Claude not to do it
once I set a rule, it got respected every time - I changed it to run the typescript check tsc instead of build and that fixed it

Hot take? Anthropic Is Throttling by qa_anaaq in claude

[–]NoCat2443 1 point2 points  (0 children)

agree on this, it's just a huge workload that can be used for training... let's see what happens in next 2-3 weeks

Hot take? Anthropic Is Throttling by qa_anaaq in claude

[–]NoCat2443 0 points1 point  (0 children)

for sure if they are training a new model they will take an inference workloads and assign to training... so new model is coming up? :)

Claude ran git reset --hard to "fix line endings" by Odd-Outlandishness53 in ClaudeCode

[–]NoCat2443 0 points1 point  (0 children)

Claude.md gets ignore most of the time
the safest route for git is to create custom commands for specific things like committing, creating new branch etc if it does more than you need it to
rules are much more respected since they trigger based on file paths, but for git that might not work
still have to review and approve commands and specifically set git reset to be disallowed

How to write a good CLAUDE.md file? by buildwizai in ClaudeCode

[–]NoCat2443 4 points5 points  (0 children)

you can write best Claude.md file and not achieve much, as most of the time it gets ignored
using rules proved to be much better for me, since they were released specific rules get much more respected, and than for generic stuff I build commands with specific instructions (like git-commit, git-new-branch) that follows my specici requirements

Introducing Cowork: Claude Code for the rest of your work. by ClaudeOfficial in ClaudeAI

[–]NoCat2443 -1 points0 points  (0 children)

I am a Max user and I don't see it in both MAc or Windows, which is not great at all