Software Engineer, Safety Experience at Discord

Discord is hiring Software Engineer, Safety Experience

Choosing the wrong Python framework can cost you months ⏳

Django vs FastAPI vs Flask, the right choice depends on your product goals, scale, and performance needs.

• Django → Full-scale, structured apps
• FastAPI → High-performance APIs
• Flask → Lightweight & flexible builds

Wrong choice = rework, delays, scaling issues.

Build it right from day one.

📩 [email protected]
🌐 acquaintsoft.com

#Python #Django #FastAPI #Flask #BackendDevelopment #SoftwareArchitecture #WebDevelopment

Day 10 of #100VibeProjects 🔍

Built a local web tool that does static security analysis of Android APKs — upload an APK and get a report covering permissions, hardcoded secrets, SDK fingerprinting, cert pinning, and crypto posture.

The interesting part: the methodology came from reverse-engineering the WhiteHouse app teardown that went viral last week. Applied the same five-gate analysis framework to a real banking app.

Found an expired certificate pin (silently disables TLS pinning for all users), a session replay SDK with no confirmed masking rules, and four Adobe tracking SDKs doing cross-device user stitching.

The tool runs entirely locally. No data leaves your machine. APK deleted after analysis.

Stack: Python · Flask · androguard · 380 lines

📝 Blog: mrdee.in
https://mrdee.in/writing/vibecoding-day010-offline-apk-security-analyzer/

💻 GitHub Repo: https://github.com/mr-dinesh/Offline-APK-Analyzer

#VibeCoding #AppSec #AndroidSecurity #MobileSecurity #Python #Flask #DFIR #InfoSec #ReverseEngineering #CyberSecurity

Vibecoding-Day010-Create offline web tool for static security analysis of Android APK files

Building an Offline APK Security Analyzer in Flask Project #10 of the 100 Vibe Coding Projects challenge I’ve been doing APK security analysis manually for years — pulling the file, running jadx, grepping through decompiled source, eyeballing the manifest. It works, but it’s slow and the output lives in a terminal window that disappears the moment you close it. This week’s project: wrap that entire methodology into a local web tool. Upload an APK, get a structured risk report in your browser. No internet required, nothing stored, APK deleted the moment analysis completes.

Dee's Digest

I’ve been working to ship my #SelfHosted #recipe app, and I just completed the logic to create recipes (the most important part!!). Currently, the goal is for this project to remain self-hosted, however if anyone takes notice I might expand it. Any features I should add?

Go check out the GitHub repo: https://github.com/EReaso/cookbook/

#flask #python #web #programming #openSource #cooking #cookbook #website #software #freesoftware

GitHub - EReaso/cookbook: CRUD website for recipes with support for a printable format.

CRUD website for recipes with support for a printable format. - EReaso/cookbook

GitHub

Flask + Claude API за 10 дней: как мы автоматизировали акты выполненных работ для самозанятых

Как мы запустили ИИ-сервис для генерации актов за 10 дней: Flask + Claude API TL;DR: сделали сервис для автоматической генерации актов выполненных работ с помощью Claude API. Расскажем про архитектуру, промпт-инжиниринг и подводные камни. Предпосылки Самозанятые и ИП вынуждены тратить 20–40 минут на оформление каждого акта выполненных работ. Существующие решения — либо тяжёлые бухгалтерские системы, либо ручные Word-шаблоны. Мобильного, быстрого инструмента не было. Архитектура Бэкенд: Flask + SQLAlchemy + PostgreSQL. Хостинг на Railway. Для генерации документов — Anthropic Claude API (модель claude-sonnet-4). Ключевая часть — промпт. Мы передаём структурированные данные: исполнитель, заказчик, описание работ в свободной форме. Модель возвращает чистый HTML с таблицей работ, расчётом итога и блоком подписей. Промпт-инжиниринг: самая сложная часть — научить модель правильно парсить неструктурированное описание («установил 3 розетки по 500, провёл кабель 20 метров по 80») и формировать аккуратную таблицу с единицами измерения. Дополнительные возможности: распознавание реквизитов из загруженного договора (Claude Vision), голосовой ввод через Web Speech API, генерация PDF через ReportLab с поддержкой кириллицы, Word через python-docx, отправка на email через Resend API. Подводные камни Главная проблема — таймауты Gunicorn при длинных запросах к Claude API (30–90 секунд). Решили через увеличение воркер-таймаута до 300 секунд и настройку Anthropic SDK timeout. Кириллица в PDF: WeasyPrint не заработал на Railway из-за отсутствия системных библиотек. Перешли на ReportLab с подключением шрифта Arial через TTFont.

https://habr.com/ru/articles/1014484/

#Flask #Claude_API #SaaS #самозанятые #ИИ #Python #стартап #акт_выполненных_работ #Anthropic #автоматизация

Flask + Claude API за 10 дней: как мы автоматизировали акты выполненных работ для самозанятых

Как мы запустили ИИ-сервис для генерации актов за 10 дней: Flask + Claude API TL;DR: сделали сервис для автоматической генерации актов выполненных работ с помощью Claude API. Расскажем про...

Хабр
From zero to a RAG system: successes and failures | Andros Fenollosa

A few months ago I was tasked with creating an internal tool for the company's engineers: a Chat that used a local LLM. Nothing extraordinary so far.

Publico nuevo artículo: «De cero a un sistema RAG: acirtos y errores»

https://andros.dev/blog/fe3cb75b/de-cero-a-un-sistema-rag-acirtos-y-errores/

#python #ai #llama #rag #flask #stremlit
De cero a un sistema RAG: acirtos y errores | Andros Fenollosa

Hace unos meses me encargaron crear una herramienta interna para los ingenieros de la empresa: un Chat que usara un LLM local. Hasta aquí nada extraor

Kontiki, a microservices framework in Python.
github.com/kontiki-org/kontiki

#python #kontiki #amqp #rabbitmq #flask #fastapi #microservices

Raspi-Sump Version 2 Web Page is now online. It is currently at version 2.0rc1

Raspi-Sump is a sump pit water level monitoring system that uses a #RaspberryPi and an HC-SR04 or JSN-SR04T ultrasonic sensor. It monitors the water level in your sump pit and alerts you when water rises above a threshold. It is an early warning system for sump pump failures.

https://www.linuxnorth.org/raspisumpv2/

#python #flask #linux #foss #opensource #uPlot

Raspi-Sump v2

Raspi-Sump v2 — open source sump pit water level monitoring for Raspberry Pi. APT package install, web interface, SQLite logging, and Mastodon alerts.

A febbraio abbiamo fatto il primo evento dell’anno di #PyVenice !

🗣️ Due interventi sui #framework del momento, #flask e #django
⚖️ Un confronto tra #python e #javascript, in termini di #ServerSide e #ClientSide rendering
🚀 Come #DjangoNinja ha reso veloce le #REST di Django, mostrando il codice in azione !!!

🕖 Noi ci vediamo il 16 aprile 2026, con il #workshop su #n8n ‼️
Info e prenotazioni 👇
https://www.meetup.com/pyvenice/events/312919609/
💾 NON mancate !

#PyVenice #3 @pythonitalia #Python #Flask & #DjangoNinja