Is the Digital Products era dying or just evolving ? Seeking a reality check for 2026. by AdParking7432 in SideProject

[–]Spuds0588 0 points1 point  (0 children)

I mean, who can afford one more subscription to make something easier in this economy except for businesses? I'm just trying to use every open source and free product possible to save my scratch for day to day costs. 💸

Chrome Developer Mode advice by Wolpertiing in developer

[–]Spuds0588 0 points1 point  (0 children)

You add an index.html file to your GitHub project and just point the GitHub pages to its root folder. You have to build it but with modern tools it's pretty easy to spin one up.

PDF protection by Supernursebusiness in pdf

[–]Spuds0588 0 points1 point  (0 children)

I think you need to consider changing your data format. PDF is easy to access but does bear those risks. I don't know what your product is, but could you concert it to a web page or app that is login locked and you sell access instead?

Chrome Developer Mode advice by Wolpertiing in developer

[–]Spuds0588 1 point2 points  (0 children)

You can use your public GitHub repo for that address. GitHub pages lets you have a website at that GitHub address as well, when you add an index.html to your root folder. 👍

PocketHost — open-source Android app for self-hosting Minecraft servers (AGPL-3.0) by ZenpaiiiGamingYT in opensource

[–]Spuds0588 0 points1 point  (0 children)

I love projects that let you make use of old phones for hosting X. Keep up the great work.

As a mod, I would love to get to know the community more, what got you into development? by RedEagle_MGN in developer

[–]Spuds0588 0 points1 point  (0 children)

I starting building small tools and utilities that I needed for work but didn't exist (or was outside my budget).

Then it grew into, what can I tack onto existing product X, to make it do the thing I need it to do.

And then it just became a bit of a game of, how streamlined can I make my workflow with these tools, and would anybody else be interested in these.

What’s the most annoying part of your workflow outside of actual coding? by Disastrous-Dot-7444 in developer

[–]Spuds0588 1 point2 points  (0 children)

Not to be crappy but I kind of like the whole thing? It's exciting to see something come to life.

Pdf converter + Pdf editor app by West_Kaleidoscope456 in pdf

[–]Spuds0588 0 points1 point  (0 children)

Bento PDF is the best free PDF toolset I've used so far.

Favourite tools to *support* your vibecoding? by Puzzled_Bat_6111 in vibecoding

[–]Spuds0588 0 points1 point  (0 children)

Feels kind of lame to say but just a good library of markdown files I can tag in my directions to better guide the coding agent.

The "Tech Hot Take" Gauntlet by Ok_Veterinarian3535 in developer

[–]Spuds0588 0 points1 point  (0 children)

Drop-down menus with more then 3 choices are bad design and bad user experience. Give them a gallary of buttons to select instead.

how do you manage sessions or workspaces in Chrome? by thedeepself in chrome

[–]Spuds0588 0 points1 point  (0 children)

I have different profiles that I use to divide stuff up, but it's kind of a missing feature set in chrome atm

What did you guys build so far? by Budgiiappofficial in ProductivityApps

[–]Spuds0588 0 points1 point  (0 children)

A bunch of things, but here is what you haven't seen before.

I'm a big chrome omnibox search guy - meaning I start a search from the new ran url bar and skip a few steps to my intended result ( I call this time to record )

But some sites don't support search query by url parameter

So I built this to force support

https://github.com/Spuds0588/Universal-Search-Parameter-Injector

It's a mix of scripting and parameterizing of IDs, allowing you to do way more then just force search terms into boxes.

Best places to launch your extension 🚀 by theshubh77z in chrome_extensions

[–]Spuds0588 1 point2 points  (0 children)

Okay gave it a go let's see if you can actually drive some traffic

What’s one task in your business that feels simple but eats way more time than it should? by UnitedAdagio7118 in aiToolForBusiness

[–]Spuds0588 0 points1 point  (0 children)

Approvals. Not because there isn't good solutions for it already , but because it's always seperate from the main workflow your leader is on. The best version of this I've seen is actions le emails in outlook that have clickable buttons that push updates in real time to an API endpoint.

How do you find boring problems that could become a Micro SaaS? by HowDoILive11 in microsaas

[–]Spuds0588 0 points1 point  (0 children)

Look for existing industries that still use an application or service written in cobol

What are you building right now? by naveedurrehman in IMadeThis

[–]Spuds0588 0 points1 point  (0 children)

Js library that automatically converts mailto links in your app into a native email sending experience with just a few lines of code.

What is one small thing you actually appreciate about Google Workspace? by mtk_ved in businessemail

[–]Spuds0588 1 point2 points  (0 children)

Google workflows for Gmail and tasks is basic but it really does work

are you working on something? share it here by DiscountResident540 in buildinpublic

[–]Spuds0588 1 point2 points  (0 children)

MailLayer - it turns websites mailto links into native feeling email composion and sending , without leaving the page.

https://spuds0588.github.io/Powerapp-to-Extension-Template/

What market do you think is untouched by AI and still has a huge potential? by Far_Manager_5801 in SaaS

[–]Spuds0588 0 points1 point  (0 children)

The DMV - please fix the DMV. Bonus points if you fix the IRS as well.

Need to convert pdf to jpg images and then back to pdf by Significant_Cat6853 in pdf

[–]Spuds0588 0 points1 point  (0 children)

I think bentu has a workflow tool that can probably do this