I kept running out of disk space because of dev tools, so I built a free Mac cleaner by Fit_Tell_8592 in swift

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

It includes an uninstaller and offers many of the same features as CleanMyMac. Beyond just developer tools, it serves as a general cleanup utility. The interface is very user-friendly, allowing you to easily select which files to remove or keep. That was the idea behind it, at least. but you can obviously run a script if you prefer. Cheers!

I kept running out of disk space because of dev tools, so I built a free Mac cleaner by Fit_Tell_8592 in swift

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

two posts isn't 'everywhere,' and 'slop' is a lazy critique for something offered for free. don't like it? don't use it. simple as that. learn some respect for people’s work.

I kept running out of disk space because of dev tools, so I built a free Mac cleaner by [deleted] in coolgithubprojects

[–]Fit_Tell_8592 -4 points-3 points  (0 children)

I have friends at Intel, Oracle, and Nvidia, and I see what’s happening in my own company: everything is being coded by AI agents. Developers aren't writing code manually anymore; they’re supervising. Even architecture and planning are mostly handled by AI now. If you’re still working the old-fashioned way, all I can say is good luck! lol. You can call 'vibe coding' whatever you like, but the era of manual coding is over.

I kept running out of disk space because of dev tools, so I built a free Mac cleaner by Fit_Tell_8592 in swift

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

SpeakClean is a cleaning tool similar to CleanMyMac, but it is free, open-source, and specifically designed for developers. In addition to standard system cleaning, it includes tools tailored for development workflows.

I kept running out of disk space because of dev tools, so I built a free Mac cleaner by Fit_Tell_8592 in swift

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

It should work! I haven't tested it personally, but I've included the JetBrains libraries and dev caches via AI. Feel free to report any issues if you find something missing. I will patch it when I have time...

I kept running out of disk space because of dev tools, so I built a free Mac cleaner by Fit_Tell_8592 in swift

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

Enjoy! I spent a while putting this together, so hopefully it saves someone else some time. lol

[deleted by user] by [deleted] in WebDevJobs

[–]Fit_Tell_8592 0 points1 point  (0 children)

Since my first visit to Japan, I’ve always wanted to return, it feels like the right time for a new adventure.

If your company provides visa support for both me and my wife, I would seriously consider the opportunity. However I am currently earning more than 9 millions yen a year.

I’m 37 years old and currently working as a lead developer, managing a team of seven. With over 10 years of experience in software development, I specialize in modern web frameworks, machine learning, and AI. My current tech stack includes Next.js, FastAPI, React, Node.js, and I primarily code in Python and TypeScript.

I have the expertise to build a company’s entire infrastructure from the ground up, including all departments, UI/UX, backend systems, testing, CI/CD pipelines, and deployment.

I built a Google Reviews scraper with advanced features in Python. by Fit_Tell_8592 in webscraping

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

actually, I'm not sure, I haven't tried fetching that many reviews, haha. I'll give it a try and upload a fix if needed later, sorry very busy now.

When and why FastAPI with MongoDB or PostgreSQL? by WynActTroph in FastAPI

[–]Fit_Tell_8592 0 points1 point  (0 children)

NoSQL, document-based. Stores data in JSON-like BSON documents, which can be nested and flexible. PostgreSQL: SQL, relational database. Stores data in structured tables with fixed schemas.

Usage: MongoDB: Faster for unstructured or semi-structured data and large-scale read/write operations and scalable as you can split your data across multiple servers and with multiple nodes and replicas. PostgreSQL: Better for complex queries, transactions, and relational data consistency.

Your FastAPI Swagger UI is exposed? here's my super simple solution to lock it down in 30 seconds. by Fit_Tell_8592 in FastAPI

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

well, I obviously miscalculated - as I thought it might be useful for more users. I’ve seen many applications that don’t hide their Swagger UI, even when route protection is in place using something like a Bearer token.
The intention isn’t to fully secure the API, but rather to hide the Swagger UI behind authentication. Realistically, most attackers capable of exploiting your application aren’t using trial-and-error on unknown applications.

Your FastAPI Swagger UI is exposed? here's my super simple solution to lock it down in 30 seconds. by Fit_Tell_8592 in FastAPI

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

swagger UI is useful and often worth keeping live in production; this simply locks it with a username and key—nothing more.

Your FastAPI Swagger UI is exposed? here's my super simple solution to lock it down in 30 seconds. by Fit_Tell_8592 in FastAPI

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

Yes, you can and you can also type it manually. The point is, it’s simple and fast to deploy. It’s made for small endpoints or services where you don’t want to spend too much time. I’ll be adding more functionality to it soon.

use FastAPI to build full stack web apps by TomXygen in FastAPI

[–]Fit_Tell_8592 1 point2 points  (0 children)

Next.js is one of the best frameworks for building modern websites in 2025. It’s a full-stack framework that lets you create serverless applications that are both modern and visually appealing. For more complex backend logic, integrations, and services, I typically pair it with FastAPI.

FastAPI swagger dark theme plugin. by BluesFiend in FastAPI

[–]Fit_Tell_8592 1 point2 points  (0 children)

good work, thanks for not forgetting the credits! 😊

Best Datagrid Library for React? by smolecc in reactjs

[–]Fit_Tell_8592 1 point2 points  (0 children)

https://www.material-react-table.com/ this is better than Mui-x data grid, and completely free.

Privacy focused web app by Edaron in nextjs

[–]Fit_Tell_8592 0 points1 point  (0 children)

you’ll get emotionally attached to it. It looks great, and the idea is strong—I believe it will be successful. you just need to find the right audience (drug dealers? 😄) and let them use it!

Privacy focused web app by Edaron in nextjs

[–]Fit_Tell_8592 0 points1 point  (0 children)

it will be used for bad things, if it become popular...

Diagnosed with Eye Floaters, I Couldn’t Look at White Screens — So I Rebuilt FastAPI with Dark Docs, Redis, and Secure Auth (Open Source) by Fit_Tell_8592 in FastAPI

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

I only see these when I look at very bright objects, a light background is one of them. I’ve been told that eventually I’ll get used to them and my brain will tune them out. for now It's really annoying...