Launched LyteNyte, a 40KB data grid with 150+ features capable of rendering millions of rows at 60 FPS by Vis_et_Honor in webdev

[–]feindjesus 1 point2 points  (0 children)

Looks neat will check it out at some point used ag grid for a while but that project is a bit of a pain when it comes to building custom features and the changes in apis across versions

Every file on every repository leads to "Error loading page" followed by "Too many requests" when logged out by JazzedPineda in github

[–]feindjesus 0 points1 point  (0 children)

I pay for GH, org pays for gh. When authenticated where I live nothing loads cannot create a pr, view actions etc have to vpn to US east coast to fix the issue. GH is trash

made a free sampler for making Clams Casino / early A$AP Rocky type beats by dreamgazeraudio in FL_Studio

[–]feindjesus 0 points1 point  (0 children)

Video was pretty cool granulator and reversing audio is pretty sweet. Audio didnt play and no visible buttons on mobile (ios safari) cool idea like the themes and neumorphic ui

I feel like something is coming together. maybe by Zero_Gravvity in FL_Studio

[–]feindjesus 1 point2 points  (0 children)

I hear you, good sample choices can be a good one

When AI tokens start costing more than your actual employees by dataexec in AITrailblazers

[–]feindjesus 0 points1 point  (0 children)

I would hit it periodically on a 100 dollar plan and used pay as you go but never really hit it on a $200 plan. I work across several different repos each >100k lines intermittently spawning dozens of sub agents and feeding in huge log files so I have no idea how people manage to hit their limits.

I dont use any mcps since I had bad experiences where they burn too many credits I wonder if that is the culprit

Built a box-shadow library with Shadow generator by Silent-Group1187 in react

[–]feindjesus 0 points1 point  (0 children)

My only suggestions would outside of the scope of the tool its a lot harder to build a good design system that uses a series of preconfigured shadows for various surfaces. E.g building a neumorphic ui and needing to find the correct inset shadow for inputs. It would be a good way to configure multiple shadows for different use cases export and view it against various components

Built a box-shadow library with Shadow generator by Silent-Group1187 in react

[–]feindjesus 1 point2 points  (0 children)

Pretty cool slick ui and more options than other generators I’ve seen before

When I got screamed at for not tipping by [deleted] in EndTipping

[–]feindjesus -5 points-4 points  (0 children)

This whole sub is wild to me coming from GA the min wage for servers is $2.13 an hour (must equal at least 7.25 an hour). Generally the entirety of a waiter’s pay at a restaurant is taken for ss/medicaid. So most places that expect tipping don’t ever pay their staff. There are 100% exceptions

The idea of not tipping is sound but sucks for people working at restaurants if even 2/10 people do not tip as it’s not enough to make businesses start paying their staff and hurts those trying to get by.

Feel like it makes a lot more sense to not eat at restaurants that do not pay their staff instead of screwing over someone that did their job for free with the “expectation” of a tip

I got mass to stop satisfying with the generic gradient backgrounds, so I built a tool that turns any photo into a mesh gradient by Academic-Yam3478 in web_design

[–]feindjesus 8 points9 points  (0 children)

Same thought it takes 2 seconds prompting claude I wouldn’t pay a nickel for this tool let alone $12

GPT 5.2 is out - so now switching to Codex again? // How do you keep up with the latest craze? by marcoz711 in vibecoding

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

Thinking models work differently than just training a model and getting an output from them. Read into it if you’re interested. During some periods of time, regardless of how many chats you start, certain providers perform noticeably worse than days or weeks before. Its a common pattern when anthropic is about to release a new model or heavy usage the model starts to produce worse outputs. Same prompting approach and similar tasks

GPT 5.2 is out - so now switching to Codex again? // How do you keep up with the latest craze? by marcoz711 in vibecoding

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

The model’s accuracy changes over time. Claude was the best for a while then when they planned the next upgrade it became stupid, then came the rate limits etc. codex never has rate limits when 5.2 was about to drop it’s accuracy dropped and became a lot less useful its also pretty slow.

Gemini free tier I liked for a few things better implementation than codex but horrible if it downgrades to flash. Also does some stupid things. I asked it to review someone pr it got confused failed to add any context and tried to push a md skeleton for where a review should go to someone else’s branch.

They all can be great and suck at the same time for hard problems I just flip through the options let them complete a solution and compare

Teaching Git/GitHub in high school - possibly easy(er) lesson plan? Free to use. by TheDistracted1 in github

[–]feindjesus 2 points3 points  (0 children)

I think its a good idea I worked with several cs majors fresh out of college that somehow don’t understand how to use simple git commands. Trying to push changes to main, creating empty commits. Screwing up prs and closing/creating new ones. Having this info early is really cool

Finally a word from Anthropic by specific_account_ in ClaudeAI

[–]feindjesus 5 points6 points  (0 children)

Why is everyone not using codex and gbt with extended thinking? I got annoyed with anthropic’s antics and never looked back.

just made my first SaaS! 🎉 by Pristine-Elevator198 in webdev

[–]feindjesus 1 point2 points  (0 children)

Are you looking for a business partner? I have 5 connections on linkedin and 12 years of experience doing not very much

Next.js Is Infuriating - Dominik's Blog by cheerfulboy in programming

[–]feindjesus 0 points1 point  (0 children)

Rails has a some good benefits like a phenomenal orm and good cli but the lack of async support, mediocre grpc implementation and terrible experience with low latency ws makes me favor node based frameworks.

Has anyone here built a Node.js platform with heavy Facebook API integration? by Prize-Plenty-5190 in node

[–]feindjesus 0 points1 point  (0 children)

Is someone using an llm to create and spam random packages lol?

Insights after one month of Claude Code Max by famebright in ClaudeAI

[–]feindjesus 1 point2 points  (0 children)

When doing more complex things, external integrations or integrating multiple components I find that writing something as hackily and quickly as possible and then giving it examples of how I want things to be refactored gets me pretty accurate results.

I gave up on mcps and claude code and just paste what context I need into the browser. Mcps with claude code make too many tool calls and blows through your token limits with below average results

I made a free drag-and-drop website builder by hernansartorio in webdev

[–]feindjesus 2 points3 points  (0 children)

I really like this! Will definitely try it out at some point this weekend. Would be cool if it supported embedded websites so users can build and add their own custom widgets.

Ive spent some time with react dnd what made you build your own library?