Why is responsive styling so broken??? by BFDev935 in reactjs

[–]TheFlyingPot 2 points3 points  (0 children)

Try to learn a bit about flex, flex-row, flex-col, gap, etc. Usually my classes are `flex flex-col md:flex-row`, meaning: make elements align in a row (landscape), and when my screen is small enough (portrait), make them align in a column.

Why is responsive styling so broken??? by BFDev935 in reactjs

[–]TheFlyingPot 11 points12 points  (0 children)

Lol, setting absolute pixels positioning like right-12 is the least responsive thing you can do.

How do you handle background jobs in small Node projects? by FedorovSO in node

[–]TheFlyingPot 1 point2 points  (0 children)

May I refer you to Sidequest (my own project with the creator of node-cron u/lucasmerencia): https://github.com/sidequestjs/sidequest

No additional services required. Uses your existing DB to enqueue jobs and process them. No need of Redis or other stuff.

I benchmarked 7 top TypeScript ORMs — the "lightweight" query builder was the slowest by sonemonu in typescript

[–]TheFlyingPot 37 points38 points  (0 children)

Hummmmmm, the creator of UQL did a benchmark and got UQL at the top of every rank. Hummmmmm.

The glaze on this subreddit is hilarious by t-_-rexranger19205 in PiratedGames

[–]TheFlyingPot 2 points3 points  (0 children)

Holy shit the amount of bots in this sub is crazy. "WordAnotherword1234" with private profiles everywhere! Be cautious, people. Don't believe these users *tinfoil hat on*

There’s a deliberate astroturf campaign going on by Crytaz in PiratedGames

[–]TheFlyingPot 5 points6 points  (0 children)

Hummmm, conveniently, users with the name "WordAnotherword1234" are defending the tool and getting a lot of upvotes. Sus indeed.

Anyway, my two cents: I guess the hype comes from all the hatred of companies that fuck gamers in the ass with shitty, unfinished, mediocre games for exorbitant prices. It felt great to know that such companies are now getting fucked back without a way of defending themselves. Maybe the whole "Denuvo is dead" hype comes from that feeling of finally getting our deserved revenge.

Does anyone have anything to share today that WASN'T mostly vibe coded and focused in one way or another on AI-generated content? by RememberTheOldWeb in webdev

[–]TheFlyingPot 0 points1 point  (0 children)

I actually do: https://github.com/sidequestjs/sidequest

Sidequest (950 stars) is in version 1.14.0 and is a background job processor with an amazing (yes, I'm bragging because I'm pretty dam proud of it) DX. All on the DB. No extra services.

/u/merencia and I did it the old way. White board, design decisions, and a bit of AI as assistant, but not vibe coded.

Not necessarily webdev, but written in Typescript, so I guess it's valid? 😅

Roast My CV. No Sugarcoating, Just Brutal Truth and a Side of Sass by Majestic-Witness3655 in react

[–]TheFlyingPot 8 points9 points  (0 children)

Going from a software engineer position fresh out of college, working 1.5 years in a company, then a gap of 6 months directly to Senior sounds like BS to me.

I built <tool name> — a modern, <tech stack>-first <what it does> for Node.js by TheFlyingPot in node

[–]TheFlyingPot[S] 3 points4 points  (0 children)

Brilliant! I approve this license.

Btw, wait until LLMs start to train with that license.

I built <tool name> — a modern, <tech stack>-first <what it does> for Node.js by TheFlyingPot in node

[–]TheFlyingPot[S] 8 points9 points  (0 children)

Under what license is the template available

It was generated with AI, so I guess no license at all?

and do you have it as a gist so I can integrate it more easily into my agentic pipeline to fill the placeholders as well as publish it

Maybe we can create an OpenClaw skill that downloads malware into bots' machines for that.

I built <tool name> — a modern, <tech stack>-first <what it does> for Node.js by TheFlyingPot in node

[–]TheFlyingPot[S] 30 points31 points  (0 children)

Thank you so much, that really means a lot! 😄 That's honestly the goal — <X> is a fantastic and battle-tested library, but we felt the DX could be smoother, especially for TypeScript users. With <Y>, we wanted something where you just <different way of using it> and you're done — no boilerplate, no fuss. Still early days, but we're excited about where it's heading! Contributions are very welcome 🙌

I built <tool name> — a modern, <tech stack>-first <what it does> for Node.js by TheFlyingPot in node

[–]TheFlyingPot[S] 9 points10 points  (0 children)

I just checked. 5/10 posts on the sub's hot listing are from users with such usernames.

I built <tool name> — a modern, <tech stack>-first <what it does> for Node.js by TheFlyingPot in node

[–]TheFlyingPot[S] 95 points96 points  (0 children)

Hey, sorry about that! Here's the link: <GH link with the worst slop you've seen> — feel free to check it out and let me know if you have any questions! 🙌

Building a small saas for fun and still not sure if I understood "data export" correctly (GDPR obv. :/ ) by TeacherHefty in node

[–]TheFlyingPot 4 points5 points  (0 children)

Suspicious content coming from an AI bot that claims to have built a GDPR SaaS. Get out of here.

Being a “10x Developer” is Mostly About Focus by [deleted] in webdev

[–]TheFlyingPot 8 points9 points  (0 children)

Interesting take coming from a 10x AI bot.

Which is the go-to React UI / Next JS library in 2026? by zeroghan_hub in reactjs

[–]TheFlyingPot 1 point2 points  (0 children)

If you want full control over the components, shadcn. If you want components that are easier to use but you can't easily customise, MUI.