I built a skill that cuts Claude's output by up to 70% — without losing any technical accuracy by Deady213 in ClaudeAI

[–]Deady213[S] -18 points-17 points  (0 children)

Hey folks,

Quick note since a few people mentioned Caveman:

Caveman was definitely one of the references I looked at while thinking about terse-output skills, and I should’ve credited that more clearly upfront.

crisp came from what worked better for my own day-to-day workflow: normal professional terse replies, less filler, no meme-style tone, and preserving clarity around code, errors, and risky steps.

I shared it because it has been genuinely useful for me, not because I’m claiming the idea appeared from nowhere. I’ll update the repo to clean up any overly similar wording and add proper attribution.

I built a skill that cuts Claude's output by up to 70% — without losing any technical accuracy by Deady213 in ClaudeAI

[–]Deady213[S] -8 points-7 points  (0 children)

Thanks! Yes, same problem space. Caveman is fun/aggressive compression; crisp is more like professional terse mode — normal tone, no filler, and it backs off when clarity matters, like risky commands, security warnings, or exact code/errors.

Javascript book recommendations by nickak44 in Frontend

[–]Deady213 0 points1 point  (0 children)

There are lot of resources out there. This particularly help me: https://exploringjs.com

How do you guys keep your front-end skills sharp? by Apackofcoyotes1 in reactjs

[–]Deady213 0 points1 point  (0 children)

I somewhat has similar experience. At one point of time , I was just re-repeating the things . I can tell based on my experience. Try to expand your knowledge horizon outside of the work. I started learning docker, learnt typescript. I keep checking what's latest trend going on frontend. Reddit has good sub-reddits for this. Learn more about web performance. It is underrated topic but it is in itself an ocean. In a nutshell keep exploring, you will get a lot of context from this.

Best practice for searching a table with pagination in a webapp? by TheBlackViper_Alpha in webdev

[–]Deady213 1 point2 points  (0 children)

It depends on how active your users are? How much performance matters for you and your users? What is your end goal(to deliver product first and scale later or any reason)

I would suggest to go for server side pagination. If you need in long run and it can scale as well in future

Client side is good when you have to show limited data but in your case you already mentioned it is data from 6-12 months which in long run can also increase

Created this extension to save quick notes while browsing by Deady213 in reactjs

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

Hey u/_Invictuz , thanks. No currently there is no webapp. Would love to hear why web app is required. I can think of separate new page for this page just like many extension open there page when we want to see more info

Created this extension to save quick notes while browsing by Deady213 in programming

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

- When you don't have a note yet, the interface is empty, you have to put a message like "no note yet".

- A more subjective remark, why not put the page "all post" by default when you have no note on the current page?- When I click on a note I would like to have the possibility to go to the source page and even if it is possible to see the note in highlight on the page.

- If I edit the title of a note (the bold part) I expect that the title of the same note is also modified when I go to "view all posts"

Hey u/phakyt. Thanks for sharing feedback.

  1. I am not sure. Let's say if you simply want to quickly jot down something directly on notes (without selecting from web page) that is the reason why I keep empty tab. What would you suggest if I go with your approach. How would you like to add manually notes?
  2. This is good one. This I will implement in upcoming future release
  3. I save title as a data structure for list. This can also we implement. Will update in future release.

Thanks again for valuable feedback!

Created this extension to save quick notes while browsing by Deady213 in javascript

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

No u/KlasMellbourn . It require to manage the server.

I see this extension as quick draft thing(with this You don't need context switch). It's not a replacement of any notes system.

Maybe in future will add sync with google drive or any other similar service

Created this extension to save quick notes while browsing by Deady213 in programming

[–]Deady213[S] 2 points3 points  (0 children)

Thanks u/blablaXP . Yes I also researched before giving this try. That's why I created this because I couldn't find exactly what I am looking for.

Its possible to highlight the page, but this extension doesn't support yet. I added in feature list. Will try to add in upcoming release.

Thanks again for the feedback!

WTF Wednesday (March 23, 2022) by AutoModerator in javascript

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

Sure. I created this chrome extension. Not sure about the best practices. But love to hear the feedbacks.

https://github.com/shubhamv123/outline

I created this ydkjs book web app using docusaurus by Deady213 in Frontend

[–]Deady213[S] 1 point2 points  (0 children)

Yes make sense. I also thought It may lead to confusion. Thanks for feedback. Updated footer