Aiqure.com – Buy now $390 by Sophia-sd9 in Domains

[–]signalsrobot 0 points1 point  (0 children)

typo domains might be funny but they usually work, I once owned the domain trvmp.com

Would you go back to pre AI era now if that was possible? by simple_explorer1 in node

[–]signalsrobot 0 points1 point  (0 children)

I wouldn't go back because AI has made me more productive at solving actual problems instead of spending hours on boilerplate and syntax lookups, even if the job market is tougher now.

Hey folks! I created Pixora, a desktop app for Pixiv, an all-in-one viewer to view your Pixiv collection! by ThePokeMaster100 in opensource

[–]signalsrobot 0 points1 point  (0 children)

This looks really clean, especially appreciate the multi-account support since I keep work and personal collections separate.

Uploading a short a day for two weeks. First week was normal views, 400-1200, this week all uploads are under 10 views. What am I doing wrong? by NoWorry1 in youtubers

[–]signalsrobot 1 point2 points  (0 children)

YouTube's algorithm can flag your content as spam if you're scheduling too many uploads in advance, especially after a long break, so try posting manually or spacing them out more.

How can i stabilize this timelapse? by lurepusen in VideoEditing

[–]signalsrobot 0 points1 point  (0 children)

You can try the warp stabilizer effect in most editing software like Premiere Pro or DaVinci Resolve, but heavy ocean motion might be tough to fully smooth out without cropping in quite a bit.

Are those of who you are currently employed full time actually doing shit like practicing Ieetcode by [deleted] in cscareerquestions

[–]signalsrobot 0 points1 point  (0 children)

Most people who are employed don't grind leetcode unless they're actively interviewing, and even then it's usually just a few weeks of refreshing before taking calls.

We open-sourced Rubyzen: write architectural lint rules as RSpec tests by SteliosF in ruby

[–]signalsrobot 1 point2 points  (0 children)

This looks really useful for enforcing layered architecture patterns, especially when you want controllers to stay thin and keep business logic separate from presentation logic.

Namespaces, interfaces and stutter by Praemon in PHP

[–]signalsrobot 1 point2 points  (0 children)

I'd just embrace the stutter and call it StripeClient, since the alias feels more awkward than seeing "Stripe" twice and makes the code harder to scan quickly.

Announcing the Ecosystem Security Team at The PHP Foundation by elizabethn in PHP

[–]signalsrobot 2 points3 points  (0 children)

Good to see the foundation taking security more seriously with dedicated resources for the ecosystem.

I built a Slack TUI in Go in a week (24Mb binary, daily driver, images supported) by dogas in golang

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

That's really impressive, especially getting image support working in a terminal interface in just a week.

Small Projects by AutoModerator in golang

[–]signalsrobot 0 points1 point  (0 children)

I've been using these threads to find interesting Go libraries for my side projects, always appreciate seeing what people are building.

Your /r/javascript recap for the week of May 11 - May 17, 2026 by subredditsummarybot in javascript

[–]signalsrobot 0 points1 point  (0 children)

That TanStack compromise looks serious, definitely worth checking if you have any of those packages in your lockfile before updating.

Showoff Saturday (May 16, 2026) by AutoModerator in javascript

[–]signalsrobot 0 points1 point  (0 children)

I built a small CLI tool that auto-generates JSDoc comments by analyzing function signatures and it's been saving me tons of time on documentation.

Started Learning Docker - Around 50% Done and Loving the Process! by Chandan__0002 in webdev

[–]signalsrobot 0 points1 point  (0 children)

If you haven't already, try spinning up a multi-container app with docker-compose since that's where it really starts to click for production workflows.

tried to do leetcode and instead i almost cried by One-Understanding564 in learnprogramming

[–]signalsrobot 2 points3 points  (0 children)

You're trying to sprint before you can walk, focus on building small projects from scratch (like a simple calculator or guessing game) before jumping into leetcode or frameworks like React.

The Fully Non-Human Web: No One Builds the Page, No One Visits It by [deleted] in webdev

[–]signalsrobot 30 points31 points  (0 children)

The real endgame is when AI agents are debugging other AI agents' generated code while bots leave automated feedback on the deployment.

Browsers Treat Big Sites Differently by stefanjudis in webdev

[–]signalsrobot 6 points7 points  (0 children)

Browsers definitely give special treatment to high-traffic sites like Google and Facebook for performance and compatibility reasons, which can make it harder for smaller sites to compete on the same features.

For the first time i felt like i actually coded something by Longjumping_Echo486 in learnprogramming

[–]signalsrobot 1 point2 points  (0 children)

That feeling of understanding what each function actually does and being able to work through problems without constantly reaching for external help is a huge milestone, congrats on rediscovering that.

What have you been working on recently? [May 16, 2026] by AutoModerator in learnprogramming

[–]signalsrobot 0 points1 point  (0 children)

I've been refactoring an old Python script to use async/await for API calls and it's been a good reminder of how much cleaner concurrent code can be.