hacker_news_feed | Технологии

Telegram-канал hacker_news_feed - Hacker News

24205

Top stories from https://news.ycombinator.com (with 100+ score) Contribute to the development here: https://github.com/phil-r/hackernewsbot Also check https://t.me/designer_news Contacts: @philr

Подписаться на канал

Hacker News

Show HN: PlutoPrint – Generate PDFs and PNGs from HTML with Python (Score: 150+ in 21 hours)

Link: https://readhacker.news/s/6A4Hk
Comments: https://readhacker.news/c/6A4Hk

Hi everyone, I built PlutoPrint because I needed a simple way to generate beautiful PDFs and images directly from HTML with Python. Most of the tools I tried felt heavy, tricky to set up, or produced results that didn’t look great, so I wanted something lightweight, modern, and fast. PlutoPrint is built on top of PlutoBook’s rendering engine, which is designed for paged media, and then wrapped with a Python API that makes it easy to turn HTML or XML into crisp PDFs and PNGs. I’ve used it for things like invoices, reports, tickets, and even snapshots, and it can also integrate with Matplotlib to render charts directly into documents.
I’d be glad to hear what you think. If you’ve ever had to wrestle with generating PDFs or images from HTML, I hope this feels like a smoother option. Feedback, ideas, or even just impressions are all very welcome, and I’d love to learn how PlutoPrint could be more useful for you.

Читать полностью…

Hacker News

95% of Companies See 'Zero Return' on $30B Generative AI Spend (🔥 Score: 170+ in 1 hour)

Link: https://readhacker.news/s/6A7f2
Comments: https://readhacker.news/c/6A7f2

Читать полностью…

Hacker News

Weaponizing image scaling against production AI systems (Score: 152+ in 4 hours)

Link: https://readhacker.news/s/6A6wF
Comments: https://readhacker.news/c/6A6wF

Читать полностью…

Hacker News

Show HN: OS X Mavericks Forever (❄️ Score: 155+ in 2 days)

Link: https://readhacker.news/s/6zV3v
Comments: https://readhacker.news/c/6zV3v

Читать полностью…

Hacker News

AWS CEO says using AI to replace junior staff is 'Dumbest thing I've ever heard' (🔥 Score: 153+ in 1 hour)

Link: https://readhacker.news/s/6A6C9
Comments: https://readhacker.news/c/6A6C9

Читать полностью…

Hacker News

SK hynix dethrones Samsung as world’s top DRAM maker (❄️ Score: 150+ in 3 days)

Link: https://readhacker.news/s/6zSec
Comments: https://readhacker.news/c/6zSec

Читать полностью…

Hacker News

A statistical analysis of Rotten Tomatoes (Score: 152+ in 11 hours)

Link: https://readhacker.news/s/6A5en
Comments: https://readhacker.news/c/6A5en

Читать полностью…

Hacker News

D4d4 (❄️ Score: 158+ in 3 days)

Link: https://readhacker.news/s/6zRWj
Comments: https://readhacker.news/c/6zRWj

Читать полностью…

Hacker News

Tiny microbe challenges the definition of cellular life (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6zZQp
Comments: https://readhacker.news/c/6zZQp

Читать полностью…

Hacker News

Code review can be better (Score: 156+ in 5 hours)

Link: https://readhacker.news/s/6A58x
Comments: https://readhacker.news/c/6A58x

Читать полностью…

Hacker News

CRDT: Text Buffer (Score: 150+ in 1 day)

Link: https://readhacker.news/s/6zZi5
Comments: https://readhacker.news/c/6zZi5

Читать полностью…

Hacker News

An Update on Pytype (Score: 150+ in 9 hours)

Link: https://readhacker.news/s/6A3VE
Comments: https://readhacker.news/c/6A3VE

Читать полностью…

Hacker News

Show HN: Project management system for Claude Code (Score: 150+ in 14 hours)

Link: https://readhacker.news/s/6A2VL
Comments: https://readhacker.news/c/6A2VL

I built a lightweight project management workflow to keep AI-driven development organized.
The problem was that context kept disappearing between tasks. With multiple Claude agents running in parallel, I’d lose track of specs, dependencies, and history. External PM tools didn’t help because syncing them with repos always created friction.
The solution was to treat GitHub Issues as the database. The "system" is ~50 bash scripts and markdown configs that:
- Brainstorm with you to create a markdown PRD, spins up an epic, and decomposes it into tasks and syncs them with GitHub issues
- Track progress across parallel streams
- Keep everything traceable back to the original spec
- Run fast from the CLI (commands finish in seconds)
We’ve been using it internally for a few months and it’s cut our shipping time roughly in half. Repo: https://github.com/automazeio/ccpm
It’s still early and rough around the edges, but has worked well for us. I’d love feedback from others experimenting with GitHub-centric project management or AI-driven workflows.

Читать полностью…

Hacker News

Databricks is raising a Series K Investment at >$100B valuation (Score: 150+ in 16 hours)

Link: https://readhacker.news/s/6A2sW
Comments: https://readhacker.news/c/6A2sW

Читать полностью…

Hacker News

AWS in 2025: Stuff you think you know that's now wrong (Score: 150+ in 4 hours)

Link: https://readhacker.news/s/6A3DW
Comments: https://readhacker.news/c/6A3DW

Читать полностью…

Hacker News

AI crawlers, fetchers are blowing up websites; Meta, OpenAI are worst offenders (Score: 155+ in 5 hours)

Link: https://readhacker.news/s/6A6qh
Comments: https://readhacker.news/c/6A6qh

Читать полностью…

Hacker News

Epson MX-80 Fonts (❄️ Score: 152+ in 4 days)

Link: https://readhacker.news/s/6zRBV
Comments: https://readhacker.news/c/6zRBV

Читать полностью…

Hacker News

Using Podman, Compose and BuildKit (Score: 151+ in 4 hours)

Link: https://readhacker.news/s/6A6jn
Comments: https://readhacker.news/c/6A6jn

Читать полностью…

Hacker News

Show HN: I replaced vector databases with Git for AI memory (PoC) (Score: 150+ in 9 hours)

Link: https://readhacker.news/s/6A5NY
Comments: https://readhacker.news/c/6A5NY

Hey HN! I built a proof-of-concept for AI memory using Git instead of vector databases.
The insight: Git already solved versioned document management. Why are we building complex vector stores when we could just use markdown files with Git's built-in diff/blame/history?
How it works:
Memories stored as markdown files in a Git repo
Each conversation = one commit
git diff shows how understanding evolves over time
BM25 for search (no embeddings needed)
LLMs generate search queries from conversation context
Example: Ask "how has my project evolved?" and it uses git diff to show actual changes in understanding, not just similarity scores.
This is very much a PoC - rough edges everywhere, not production ready. But it's been working surprisingly well for personal use. The entire index for a year of conversations fits in ~100MB RAM with sub-second retrieval.
The cool part: You can git checkout to any point in time and see exactly what the AI knew then. Perfect reproducibility, human-readable storage, and you can manually edit memories if needed.
GitHub: https://github.com/Growth-Kinetics/DiffMem
Stack: Python, GitPython, rank-bm25, OpenRouter for LLM orchestration. MIT licensed.
Would love feedback on the approach. Is this crazy or clever? What am I missing that will bite me later?

Читать полностью…

Hacker News

Mark Zuckerberg freezes AI hiring amid bubble fears (🔥 Score: 158+ in 2 hours)

Link: https://readhacker.news/s/6A6kt
Comments: https://readhacker.news/c/6A6kt

Читать полностью…

Hacker News

French firm Gouach is pitching an Infinite Battery with replaceable cells (❄️ Score: 151+ in 3 days)

Link: https://readhacker.news/s/6zTg9
Comments: https://readhacker.news/c/6zTg9

Читать полностью…

Hacker News

Home Depot sued for 'secretly' using facial recognition at self-checkouts (Score: 150+ in 19 hours)

Link: https://readhacker.news/s/6A3CD
Comments: https://readhacker.news/c/6A3CD

Читать полностью…

Hacker News

MapLibre Tile: A next generation geospatial format optimized for rendering (❄️ Score: 150+ in 2 days)

Link: https://readhacker.news/s/6zUci
Comments: https://readhacker.news/c/6zUci

Читать полностью…

Hacker News

Introduction to AT Protocol (Score: 151+ in 10 hours)

Link: https://readhacker.news/s/6A4qB
Comments: https://readhacker.news/c/6A4qB

Читать полностью…

Hacker News

Closer to the Metal: Leaving Playwright for CDP (Score: 150+ in 13 hours)

Link: https://readhacker.news/s/6A3Ep
Comments: https://readhacker.news/c/6A3Ep

Читать полностью…

Hacker News

Mirrorshades: The Cyberpunk Anthology (1986) (Score: 150+ in 19 hours)

Link: https://readhacker.news/s/6A2Gb
Comments: https://readhacker.news/c/6A2Gb

Читать полностью…

Hacker News

Vibe coding creates a bus factor of zero (Score: 152+ in 5 hours)

Link: https://readhacker.news/s/6A4VA
Comments: https://readhacker.news/c/6A4VA

Читать полностью…

Hacker News

Why are anime catgirls blocking my access to the Linux kernel? (Score: 150+ in 7 hours)

Link: https://readhacker.news/s/6A3yj
Comments: https://readhacker.news/c/6A3yj

Читать полностью…

Hacker News

Zedless: Zed fork focused on privacy and being local-first (🔥 Score: 169+ in 1 hour)

Link: https://readhacker.news/s/6A4iW
Comments: https://readhacker.news/c/6A4iW

Читать полностью…

Hacker News

Pixel 10 Phones (🔥 Score: 151+ in 1 hour)

Link: https://readhacker.news/s/6A3Zv
Comments: https://readhacker.news/c/6A3Zv

Читать полностью…
Подписаться на канал