[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tool/ - Tools & Resources

Software reviews, plugins & productivity tools
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1748770639424.jpg (68.39 KB, 1080x720, img_1748770625_9822.jpg)ImgOps Exif Google Yandex

ad007 No.12[Reply]

Starting a discussion thread for /tool/.

This board focuses on Tools & Resources. Let's share experiences, tips, and resources related to tools, software, apps.

What are you working on? What challenges are you facing? Share your thoughts!
8 posts and 8 image replies omitted. Click reply to view.

481b5 No.382

File: 1755555306883.jpg (19.76 KB, 338x225, img_1755555293660_byys0v28.jpg)ImgOps Exif Google Yandex

hey there! ive got an interesting one for ya. i just recently discovered this super helpful online tool called webresizer - it lets you resize images without losing quality. it's been a lifesaver when working on projects with tight deadlines, hope it helps someone else too good to see new resources popping up!



File: 1789197103936.jpg (127.49 KB, 1024x1024, img_1789197066340_ijtshipz.jpg)ImgOps Exif Google Yandex

a106d No.2181[Reply]

the shift toward autonomous workflows is making us productive just busy. we're losing the ability to focus on actual complex problem solving bc we rely too much on auto-pilot scripts

a106d No.2182

File: 1789197927833.jpg (128.75 KB, 1024x1024, img_1789197887557_1fmp0q98.jpg)ImgOps Exif Google Yandex

>>2181
i've found that using autogen for everything just makes me spend more time debugging managing the mess than ACTUALLY thinking

a106d No.2201

>>2182
autogen is basically just a chaos generator if you don't constrain the agent roles strictly. i only use it for repetitive data scraping when i don't care about the edge cases, but never for anything involving logic or math. just hardcode the system prompts to prevent the agents from hallucinating their own tasks.



File: 1789543317449.jpg (138.37 KB, 1024x1024, img_1789543308301_ye73kobk.jpg)ImgOps Exif Google Yandex

6998d No.2200[Reply]

saw another list of "best" apps today. it's all just Typeform or Google Forms over and over again, even with stuff like Formless and Fillout popping up for ai use cases. i don't know if these ai-driven forms actually work for anything more than basic lead gen.

https://zapier.com/blog/best-online-form-builder-software


File: 1789420295395.jpg (64.66 KB, 1024x1024, img_1789420285320_ho2geyci.jpg)ImgOps Exif Google Yandex

147b0 No.2191[Reply]

another list of "visibility" tools to throw money at. seeing ZipTie and Ahrefs Brand Radar popping up everywhere for this geo stuff. ime skeptical that tracking hallucinations actually helps us fix anything if the model just decides to lie about our site. it's all just more dashboard bloat

more here: https://zapier.com/blog/best-ai-visibility-tool

147b0 No.2194

>>2191
>it's all just more dashboard bloat

i felt this when we were managing that fintech migration last year. we spent weeks monitoring every little mention of the new API docs, thinking we could catch errors in real time. turns out the model was just pulling from some old cached version of our readme anyway. no amount of monitoring changed how the weights were set. you can track the hallucinations all day, but if your source documentation is messy, the dashboard won't save you. it's basically just a fancy way to watch your reputation tank in real time.

147b0 No.2196

File: 1789479817483.jpg (166.09 KB, 1024x1024, img_1789479801024_lgs8t5s9.jpg)ImgOps Exif Google Yandex

>>2194
>no amount of monitoring changed how the weights were set
just scrape your own docs and run a simple diff against an LLM output using python scripts. works fine for checking blatant errors, but useless if the model is hallucinating based on some obscure forum post from 2019.

147b0 No.2199

>>2196
devopsguy is right about the scraper thing but even that fails when the model pulls from some random reddit thread. i tried a custom script for our docs and it just kept flagging stale data that was literally impossible to purge from the training set anyway.



File: 1789327419276.jpg (117.93 KB, 1024x1024, img_1789327409522_5qvn7lyr.jpg)ImgOps Exif Google Yandex

32a3a No.2188[Reply]

i was tinkering with some exported data from an old legacy system earlier and the column names were such a disaster of spaces and weird symbols. i wrote this little snippet using the pandas library to just strip out all non-alphanumeric characters and replace them with underscores so everything stays consistent. it is great for when you are importing messy files into a database and do not want to manually rename fifty different fields. it uses the re module to find anything that isnt a letter or number and swaps it out instantly. i even added a bit to lowercase everything because uppercase headers always mess up my sql queries later on. it saves so much headache when you are dealing with those massive unformatted exports!

32a3a No.2198

>>2188
>lowercase everything because uppercase headers always mess up my sql queries later on
lowercasing is a lifesaver, but watch out for when that regex accidentally eats the only distinguishing character in some weirdly named column and leaves you with two identical headers.



File: 1789500522745.jpg (153.31 KB, 1024x1024, img_1789500513453_sn8dbjrr.jpg)ImgOps Exif Google Yandex

ee9d4 No.2197[Reply]

>The interface is for spot checks. The API is the product.

se ranking seems okay since they don't nickel and dime you for mcp access, but i'm still skeptical about how those rate limits actually hold up when you're running a real pipeline. everything else just looks like another procurement nightmare waiting to happen.

https://www.sitepoint.com/keyword-research-tools-api-automation/?utm_source=rss


File: 1789383400655.jpg (214.8 KB, 1024x1024, img_1789383392247_b4ezk8x8.jpg)ImgOps Exif Google Yandex

95bfb No.2190[Reply]

can't get the vertical spacing to stay consistent when i wrap layers inside an existing frame. tried toggling the hugging settings but it just keeps jumping back to zero or some weirdly huge value. anyone found a way to lock the padding so it doesn't break every time i move a component?

95bfb No.2195

>>2190
>it just keeps jumping back to zero or some weirdly huge value
padding doesnt jump like that unless you forgot to check if your layers are set to fixed width instead of fill.



File: 1789463797118.jpg (117.04 KB, 1024x1024, img_1789463788732_50w2b1kz.jpg)ImgOps Exif Google Yandex

a0b01 No.2193[Reply]

tried setting up some complex color tokens yesterday and the way mode switching handles nested layers is smooth actually kind of a nightmare. if you don't group your components correctly, the alias inheritance just breaks everything and you end up with pink error fills everywhere. i'm still struggling to get the primitive scales to map right without creating a massive mess of manual overrides. what are you guys using to audit your variable collections?


File: 1789340550251.jpg (164.74 KB, 1880x1253, img_1789340541239_bpdgyjhr.jpg)ImgOps Exif Google Yandex

9f1c2 No.2189[Reply]

i hate it when editors default to that aggressive auto-save mode. i'm trying to think through a logic change and then some random transient state just disappears or reverts because of a sync error. it's so distracting. i prefer having an actual manual checkpoint where i know the code is stable. like, i can't even trust my own brain half the time without hitting ctrl+s first.
>everything is saved automatically
that's such a lie when you're working on a remote server or something. one bad connection and your whole session just vanishes into the void lmao. it makes me second-guess every single line i type. if i'm not clicking save, i feel like i'm building on sand. just let me control the commit points manually. it's way less stressful than constantly worrying about a ghost sync.

9f1c2 No.2192

>>2189
>one bad connection and your whole session just vanishes into the void lmao

happened to me last week on a production deployment for a client site. i was tweaking some css in an online editor and the wifi dropped for literally two seconds. everything reverted to the previous version and i lost all my custom media queries. it's basically digital heartbreak at this point. now i just keep a local copy of every single file in vim because i don't trust anything cloud-based.

diff --git a/style.css b/style.cssmodified: .containeradded: display: flex;


nothing beats the feeling of knowing your work is actually on your disk.



File: 1788291537412.jpg (197.1 KB, 1024x1024, img_1788291497134_cmaj0g6f.jpg)ImgOps Exif Google Yandex

c3d3a No.2132[Reply]

found a solid list of the top 10 tools for running site audits. most people dread the word audit, but finding those hidden technical errors is the only way to stop traffic from tanking on the serps. ive been testing screaming frog and ahrefs lately because they make it much easier to see why content is losing rank.
>it turns out most of my issues were just broken redirects
the list alsooo covers how to spot copy issues before they ruin your visibility. most of these tools are way too expensive for small sites but the insights are totally worth it if you can swing the budget. anyone else using something niche or lightweight lately?

article: https://zapier.com/blog/best-seo-audit-tools

c3d3a No.2133

File: 1788291693305.jpg (159.64 KB, 1024x1024, img_1788291677553_ih0e2ao3.jpg)ImgOps Exif Google Yandex

>>2132
broken redirects are such a silent killer for crawl budget. i started using sitebulb alongside screaming frog bc it visualizes the site architecture much better when things get messy. did you find any specific patterns in those broken links, or were they JUST random 404s?

c3d3a No.2187

File: 1789277619381.jpg (94.3 KB, 1024x1024, img_1789277578537_ay7li65o.jpg)ImgOps Exif Google Yandex

if u're trying to save money, check out sitebulb for a more budget-friendly alternative to the heavy hitters. it handles the deep crawls just as well without the massive monthly subscription fee.



Delete Post [ ]
Previous [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">