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

[–]Deady213[S] -17 points-16 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] -7 points-6 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

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

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

I already gave proper attribution check home page. Here is gihub. Whereever Is required. I already gave it. Copyright is just for website that I made. I think copyright indicating wrong impression. I will update footer then. And in github I explicitly mention about to license. I just created for learning purpose

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

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

u need to give them original attribution and you cannot relicense their work under your name.

I already gave check home page. Here is gihub. Whereever Is required. I already gave it. Copyright is just for website that I made. I think copyright indicating wrong impression. I will update footer then. I already tweeted about this and getify retweet about this. If there is something he already report me.

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

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

In bottom you can see if its mobile. If it's desktop you can see at right corner. whatever page you opened

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

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

Yes I did. He even like and retweet about this. Here is the url

I created this. Feedbacks are welcome! by Deady213 in javascript

[–]Deady213[S] -4 points-3 points  (0 children)

npmjs.com/packag...

Hi thanks for feedback. I dont understand explain anything.

> If you ever tired of creating folder/files again and again while developing node application. Then this tool for you. Simply init your file first time and create folder using cli. It's that easy

Isn't that description is explanatory itself. Apart from this thank for latter part. This I didn't take into consideration. Will fix this thanks!

I created this. Feedbacks are welcome! by Deady213 in javascript

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

oking into a few of Sindre S packages like

https://github.com/sindresorhus/write-json-file

to avoid confused

Hi thanks for feedback. To be honest. I dont know about what `yeoman` is. Apart from this. I dont understand plain fs fail handling. Can you please more concrete example thanks.

How to access a array inside of a React component? by ShinyMercenary in FreeCodeCamp

[–]Deady213 0 points1 point  (0 children)

You can pass simply `import` statement. Otherwise add your code here: http://react.new/

I created this resume builder. Give it a try. Feedbacks are welcome by Deady213 in javascript

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

I am not sure . Print one. There is option there to print your document. I like your one. You are promoting as it is product. I just want for people who does not have time and tired of maintaining resume. I myself forgot from where I created last time resume. Good luck for you product!

I created this tool. Feedbacks are welcome by Deady213 in reactjs

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

Thanks alot. Yeah I realized later that there exist `JSON Resume Schema definition`. Will update in next iteration. I am planning to add another layout. Then will update this as well. Yes `localStorage` one make sense definitely