fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#puppeteer

0 posts0 participants0 posts today
Continued thread

🔄 Supports multiple transport types -
HTTP API connections and STDIO for running local tools
🛠️ Combines tools from multiple MCP servers like #Puppeteer and #GitHub in a single Prism agent
🔍 Enables AI agents to browse the web, take screenshots, click buttons, and interact with services

Менеджер закладок на своём сервере

Хранить тысячи закладок в браузере — совершенно неблагодарная задача. Там отсутствуют даже офлайн-предпросмотр и автоматические теги, не говоря о полнотекстовом поиске и автоматическом скачивании/архивировании по RSS. Для нормального управления закладками нужно специализированное решение. Тут много вариантов, а одно из лучших — это опенсорсное приложение Hoarder («Копилка информации»). Оно устанавливается на сервер и выступает единой БД для доступа из любых клиентов: Android, iOS, Chrome, Firefox и т. д. Рассмотрим базовые функции этого приложения и как установить его на машине, где хранится личный информационный архив. Это может быть или домашний сервер, или VPS.

habr.com/ru/companies/ruvds/ar

ХабрМенеджер закладок на своём сервереХранить тысячи закладок в браузере — совершенно неблагодарная задача. Там отсутствуют даже офлайн-предпросмотр и автоматические теги, не говоря о полнотекстовом поиске и автоматическом...

Over the weekend, I made two attempts to create a #Node script that would gather current egg prices from four grocery websites: Aldi, Sendik's, Metro Market, and Trader Joe's. My first attempt involved using #Puppeteer for traditional screen scraping. In my second attempt, I extracted content from those four pages and put it into an AI prompt to retrieve the egg prices. Unfortunately, neither attempt was successful.

I think that the Puppeteer method won't work because every page seems to start with a modal asking if I want to get them delivered.

This is a visual general idea of how television / filmmaking works but it can differ in many ways.
A puppet character could be behind a desk with the puppeteer hiding behind it or the set could be built higher so the puppeteer can perform while standing.

For more puppetry related stuff including my own puppetry art content,
check out the following links. : linktr.ee/officialericcrooks

LinktreeOfficial Erica Crooks Linktree | Twitter, Instagram, TikTok | LinktreeFor more info check out officialericcrooks.weebly.com and ericacrooks.weebly.com

От jsPDF к Chrome: решение сложной задачи рендеринга PDF с таблицами

Кейс про генерацию PDF из HTML страницы с таблицами. Расскажу какие решения пытался применить, с какими проблемами пришлось столкнуться и как удалось сгенерировать корректный PDF.

habr.com/ru/articles/880620/

ХабрОт jsPDF к Chrome: решение сложной задачи рендеринга PDF с таблицамиВведение Расскажу вам о кейсе про генерацию PDF из HTML страницы основанной на Ant Design для на который ушло гораздо больше времени, чем планировалось, при этом решение оказалось довольно простым....

Как автоматизировать свою переписку с девушкой в Telegram

Вкратце о проблеме: девушкам важно внимание, но порой вы можете забывать об этом. Автоматизация общения станет отличным решением. Что мы НЕ будем делать: разрабатывать чат-бота, который «любит» за вас. Эту задачу лучше оставить вам. Цель - организовать начало диалога. Начинаем 🧡

habr.com/ru/articles/874412/

ХабрКак автоматизировать свою переписку с девушкой в TelegramБывает так: девушка ждет внимания, а вы, увлеченны работой, хобби или ещё чем-то и забываете о ней. Установка отложенных сообщений — идеальный компромисс. Эта статья не о создании чат-бота, который...

🎉 Just released: A developer-friendly CV authoring tool!

✍️ Write in Markdown
🌐 Get a responsive website + PDF
🔄 Git-based version control
🚀 GitHub/GitLab Pages ready
📱 Deploy anywhere (Netlify, Vercel, etc.)
⚡ Built with #vite, #puppeteer, Vanilla JS, SCSS
📄 MIT licensed

Check it out:
github.com/engineervix/cv

I initially wrote this for my own use but thought it might be useful to others! Feel free to fork and customize to your own liking, and please star the repo if you find it useful 🌟.

GitHubGitHub - engineervix/cv: Write your CV in Markdown and generate both a responsive web page and a professional PDF with minimal setup. Features modern tooling (Vite, Puppeteer), beautiful icons, and automated PDF generation via CI/CD. See example below 👇Write your CV in Markdown and generate both a responsive web page and a professional PDF with minimal setup. Features modern tooling (Vite, Puppeteer), beautiful icons, and automated PDF generation...

dev.to/thormeier/dont-try-this - such a wonderful thought experiment and such a bad idea. What if the #server rendered a #CSS file to set body tag's content? And then what if #puppeteer rendered the page as a PDF then read the PDF to retrieve the body text? A gorgeous exploration, and I'm so glad you led with "don't try this" linkedin.com/in/thormeier/.

DEV Community⚠️ Don't try this at home: CSS _as_ the backend - introducing Cascading Server Sheets!Here we go again! Another one of these, and promise, you will be questioning my sanity after this...