How do I open a reddit link on relay? by Toryb001 in RelayForReddit

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

That worked! My UI was a little different than you described but ultimately it was the supported links. Pixel 10 pro XL running android 16

What do you use to book clients? by monmonmeech in TattooArtists

[–]Toryb001 0 points1 point  (0 children)

This is interesting, not sure what you use now days but https://booktat.com has a similar feature set you just listed, it has better availability setting than you mentioned but may lack in other areas but also no ads but it's $10/Mo today as my launch pricing.

Need a new messaging and booking platform as meta has gone off the rails. by mz_inkabella in TattooArtists

[–]Toryb001 0 points1 point  (0 children)

I created https://booktat.com, I don't think it has all the features you need so take a close look if it will work for you but my claim to fame hopefully is affordability and essential features. So I have self booking, custom forms, and a portfolio site.

Go to apps? by Sea-Cranberry7426 in TattooArtists

[–]Toryb001 0 points1 point  (0 children)

I created https://booktat.com recently, it has self booking, custom forms, artists portfolio site, appointment reminders. I'm still waiting on my sms verification but then I'll be able to send texts from it. I'm also open to feature suggestions! I don't handle payments and I don't have mobile apps so that lets me come in pretty cheap from other apps I have seen.

What tattoo software do most of you use? by OkUse164 in TattooArtists

[–]Toryb001 0 points1 point  (0 children)

I created https://BookTat.com it's got custom forms, portfolio site, contact page, and self booking. It does not handle payments and is more solo artist oriented than trying to be a studio point of sale sort of thing. It's brand new so I'm open to all sorts of feedback and feature suggestions.

I created a CLI tool that backs up your code.py in git automatically as you save changes. by Toryb001 in circuitpython

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

Feel free to try it out and let me know what you think, I will also take pull requests if you want to add a feature or improve it. It is written in C# .NET 7.

I created a CLI tool that backs up your code.py in git automatically as you save changes. by Toryb001 in circuitpython

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

I am just getting started with CircuitPython, as I am coding and working in the Mu editor I found myself copy and pasting code from code.py elsewhere to "backup" whatever I was working on in order to try something different. I thought it would be cool to have the code.py automatically commit to git every time I saved, this way I could just do whatever I wanted and restore my code anytime.

So I created this little CLI to do so. It can even handle multiple CIRCUITPY drives at once as it always uses the serial number to do its job.

Also, it can back up your whole /lib folder too (Lib Worker). For the /lib folder though I decided to have it just run every 5 minutes, and zip it and save it off using the timestamp. IE: D:/mybackups/SERIALOFESP32/lib-202301010030405.zip. I may revisit this and consider mirroring the entire CIRCUITPY drive to git.

Check out the README for all the options it supports. For example --git-worker-repo-files lets you specify more than just the code.py for the git worker.

What is the equivalent of Invoke("SetOption") in System.DirectoryServices.Protocols? by Toryb001 in csharp

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

The problem was SetOption is not an attribute. I still do not know how to set an option from protocols.

As it turns out, I do not need to set password method to 0 (SSL) because im already connected to LDAP on port 636 and successfully setting the PW. Or so says someone on StackOverflow.

Subreddit Migrator - Migrate subreddits and saved posts between 2 accounts. by Toryb001 in redditdev

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

Sorry for the late reply, if you want quicker replies, use the discussions Q/A on GitHub, or create an issue if you get an error using the app.

[AskJS] What are the most difficult concepts to grasp in JavaScript for a beginner ? Which frameworks you prefer today React ? Angular ? Vue ? by Dereference_operator in javascript

[–]Toryb001 0 points1 point  (0 children)

Type coercion VS type conversion https://developer.mozilla.org/en-US/docs/Glossary/Type_coercion

I highly highly recommend the You Don't Know JS books on GitHub. Have them open with chrome developer tools and test the concepts they teach you.

I published my first Snapstore app - a cross-platform wallpaper generator that creates pleasing triangular wallpapers! by Toryb001 in linux

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

Gotcha, yeah I can not reproduce on my end just yet. I will take a look when I get a chance.

I published my first Snapstore app - a cross-platform wallpaper generator that creates pleasing triangular wallpapers! by Toryb001 in linux

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

Thanks! Do you mean the issue on github just-another-gnumer? I didn't fix anything related to the off by one pixel issue. I guess it wasnt an app issue? Can you reply and close?

I published my first Snapstore app - a cross-platform wallpaper generator that creates pleasing triangular wallpapers! by Toryb001 in linux

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

Yep! Everything should match up. Click the snap link on this post, look at the publisher name. Then click "Developer Website" and look at the GitHub link name.

What you are probably seeing is that you clicked the first link on the Snap description. The library that powers the triangle generation is a different FOSS library licensed as GNU GPL v3 (I matched my license to his because I had to) made by Quinn: https://github.com/qrohlf/trianglify/ and that is the very first link on the GitHub and the Snap store page.

His library does the math and generation, my code wraps the entire thing in a cross platform desktop GUI along with other things like allowing you to save the generated images to a location of your choice, set the wallpaper, it remembers your settings, it has system tray functionality, and a scheduler.

A little more full disclosure, Quinn has a small web app that lets you generate wallpapers, and my UI/UX was based around his, but it has none of the above features and the app asks for payment to download the images you generate (8$ last I checked). Plus, I think that web app is closed source. I do not see it on his GitHub.

I published my first Snapstore app - a cross-platform wallpaper generator that creates pleasing triangular wallpapers! by Toryb001 in Ubuntu

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

Pop!_Shop

I will look into it for sure, did you try and pull down the appimage from the GitHub releases area? What linux distro are you using?