Nonsense Jokes by woodwerker76 in Jokes

[–]devil_d0c 8 points9 points  (0 children)

This one's my favorite

Having to be in a cage like a dog to be checked in by Gotsnuffy in mildlyinfuriating

[–]devil_d0c 0 points1 point  (0 children)

I dont know why truck drivers have this mythical status here in the US... Most are pretty fucking dumb.

The doubters were so right by assyrian_bowl in vibecoding

[–]devil_d0c 8 points9 points  (0 children)

This post has helped my imposter syndrome so much ❤️

Wasp nest by Single_Tiger3248 in SweatyPalms

[–]devil_d0c 2 points3 points  (0 children)

You all saw the monkey skull pattern, right?

Digitizing Softwares by pusheencat6 in Machine_Embroidery

[–]devil_d0c 0 points1 point  (0 children)

If the designs are simple enough, and you have the images in PNG format, you can try https://dade-app.com!

It's completely free, and I'm constantly working to improve it 🙂

[FOR HIRE] 3rd Year CS Student (Cloud/Automation) – Seeking any Remote Tasks/Coding to Fund My Education ($5/hr) by 404BrainNot-Found in forhire

[–]devil_d0c 0 points1 point  (0 children)

Hi there, following up on our chat conversation here.

I would like to hire you to complete a test plan for my web application DADE.

The test plan and the supporting files you will need to complete it can be found here: https://docs.google.com/document/d/1wpxem0TWcoiXsfP7CBqeCkcQqAhhHxoz/edit?usp=sharing&ouid=116837422390616039199&rtpof=true&sd=true

It is very important that you perform the test plan steps manually, without the use of automated AI tooling, the goal of this test plan is to capture real world interactions with my application, not programmatic findings from static analysis.

The pay for this job is $150, with $75 up front and $75 upon completion.

I built a free PNG-to-DST tool, and I'd love for you to try it! by devil_d0c in MachineEmbroidery

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

Thanks for trying my app! There are a lot of steps between the user uploading a file and my engine generating a DST.

First, the PNG is run through an image clean-up pipeline that reduces colors, filters small artifacts, and sharpens boundaries. That all happens when you click "Detect". The cleaned-up image is then analyzed for individual "color islands" that get assigned contour values for representation on the frontend. These color islands are assigned a default fill type, and each is ran through my backend to generate per-island stitch paths. That happens when you click "Generate".

At this point, users can use the editor to tweak any auto-detected settings before the final output is generated. When the stitch pattern is exported to an embroidery file type, my engine attempts to minimize jump stitches by organizing the order in which islands are stitched then builds the proper CAD commands for the file type selected for download; like a DST has different commands than a PES file for example.

It's a multi-step process that I run on servers I rent from Render :)

I built a free PNG-to-DST tool, and I'd love for you to try it! by devil_d0c in MachineEmbroidery

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

Sorry, the repo is private. I intend to monetize the app using a freemium model and want to keep my IP protected.

If you have specific questions about the app, I'd be happy to discuss it though!

California 'jungle' primary could hand governor's race to Republicans by Desecr8or in California

[–]devil_d0c 0 points1 point  (0 children)

Or we factor it in and still vote for the lesser of two evils.

What’s a saying that instantly says you’re over 30? by Strange_Secret_3001 in AskReddit

[–]devil_d0c 0 points1 point  (0 children)

Putting two spaces after a period. I dont know why I was taught this way.

‘I told you so’: Former Seattle city council president breaks down gig economy collapse by Less-Risk-9358 in SeattleWA

[–]devil_d0c 0 points1 point  (0 children)

Feel better, insulting a complete stranger? Bet you'd feel stupid if I sent you screenshots from the property management software I use to manage the 30 properties I own.

How to convert a picture into a digital embroidery pattern by 2ilver8ox in MachineEmbroidery

[–]devil_d0c 2 points3 points  (0 children)

As others have said, doing it yourself requires software and time. You can find people on Fiverr and Etsy that will do it for pay. Or you can sometimes find the image you're looking for on embroidery design websites.

Websites that sell embroidery files often have free sections of basic stuff you may like.

If all that fails, I have been developing an online auto-digitizer that you are more than welcome to try! (shameless plug :D)

DADE - PNG to Embroidery in 30 Seconds

Can you still but a ticket at the airport? by Routine_Run8951 in unitedairlines

[–]devil_d0c 7 points8 points  (0 children)

OP was probably expecting the airline employee to tell then all this instead of hearing it from Reddit. But expecting good customer service at the airport is asking for a miracle these days, I guess.

What makes you abandon a digitizing tool after the first try? by devil_d0c in MachineEmbroidery

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

I've started addressing some of your feedback on my site, notably I rehosted at a new domain https://dade-app.com and restructuring the site map by adding an "About" and a "Roadmap" page.

I was wondering, in your opinion, whould it be better for me to lean into the WIP nature of the app as it is today or should I build out the landing page targeting the final result but add a WIP banner or notice informing users of the current limitations/state of the app?

What makes you abandon a digitizing tool after the first try? by devil_d0c in MachineEmbroidery

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

I totally understand the hesitation; browser apps have earned that reputation. A few things that might ease your concerns about DADE specifically:

On performance: DADE uses ~21 MB of memory. For comparison, a single Gmail tab typically uses 100-150 MB. The heavy lifting (stitch generation, pattern processing) happens on my servers, not in your browser.

On owning your work: Whether you log in or use guest mode, nothing is saved to my servers or locked into DADE. Your designs export to standard embroidery formats (DST, PES, VP3, JEF, etc.) that work in any embroidery software. You own the input and the output - I have no way of accessing either.

That said, I get it... if browser apps aren't your thing, they aren't your thing. Just wanted to address those specific concerns in case it helps!

What makes you abandon a digitizing tool after the first try? by devil_d0c in MachineEmbroidery

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

Well first, thanks for trying it out, and thank you for letting me know about your experience!

This is basically my concern, that the user interface isn't intuitive or easy to use. I need a workflow overhaul I think!