HN user

coinfused

1,055 karma
Posts35
Comments38
View on HN
shkspr.mobi 9d ago

Interrail: 6,379Km and 13 Countries over 7 weeks

coinfused
199pts148
bell.bz 19d ago

You'll miss the soul when it's gone

coinfused
3pts0
matchprint.info 27d ago

Every match of the 2026 World Cup as a generative poster

coinfused
5pts2
jfsendit.com 28d ago

Jfsendit – A dead-simple way to send files straight from one browser to another

coinfused
3pts2
backstitch.dev 1mo ago

Backstitch: Real-Time Version Control for Game Development

coinfused
3pts0
alextardif.com 1mo ago

The Cost of AI: From the Perspective of a Game Developer

coinfused
4pts0
fraude.design 2mo ago

The AI-free site builder for genius founders

coinfused
1pts0
www.theverge.com 3mo ago

Security researcher releases tool that can extract data from Recall

coinfused
7pts0
sandboxspirit.com 3mo ago

The Simple Geometry Behind Any Road

coinfused
2pts0
lisyarus.github.io 3mo ago

It's OK to compare floating-points for equality

coinfused
214pts144
blog.joeyschutz.com 3mo ago

The Case Against Gameplay Loops (2024)

coinfused
60pts55
tools.rmv.fyi 3mo ago

A collection of small, low stakes and low effort tools

coinfused
2pts0
haptics.lochie.me 3mo ago

Web Haptics on Mobile

coinfused
2pts0
developer.mozilla.org 3mo ago

Under the hood of MDN's new front end

coinfused
2pts0
charcuterie.elastiq.ch 3mo ago

Charcuterie: A Visual Explorer for Unicode

coinfused
3pts0
blog.valknight.xyz 3mo ago

Framework? I sure hope it does

coinfused
6pts3
www.terrygodier.com 3mo ago

The Last Quiet Thing

coinfused
282pts159
shkspr.mobi 4mo ago

I'm OK being left behind, thanks

coinfused
1000pts765
runevision.com 4mo ago

Surface-Stable Fractal Dithering

coinfused
2pts0
news.ycombinator.com 4mo ago

Multiple departures from Deno amid ‘lean focus’ shift, citing business realities

coinfused
2pts0
haptics.lochie.me 4mo ago

Haptic Feedback for the Mobile Web

coinfused
1pts0
youraislopbores.me 4mo ago

Your AI Slop Bores Me

coinfused
12pts2
fragcoord.xyz 5mo ago

Fragcoord: Real-time GLSL fragment shader editor

coinfused
2pts0
bsky.app 5mo ago

Godot co-founder says AI slop PRs have become draining and demoralizing

coinfused
15pts2
piccalil.li 6mo ago

Date is out, Temporal is in

coinfused
464pts204
github.com 11mo ago

Show HN: Belgian parliamentary data, scraped and published

coinfused
2pts0
github.com 11mo ago

Pocket ID: A Simple but Powerful OIDC Provider for SSO with Passkeys

coinfused
2pts0
houseplantguide.org 1y ago

Show HN: I made a file-first plant care database

coinfused
1pts0
houseplantguide.org 1y ago

Show HN: Plantbase, a file-first plant care database

coinfused
3pts0
ameye.dev 1y ago

Scraping the Belgian Parliament

coinfused
1pts0

Why would anyone want that? I don't want infinite movies, I don't have infinite time. I'd rather have intent over quantity. There is already an abundance of content, a century of cinema. Who actually wants this and why?

I think a lot of people relate with this but kind of sit with this silently for reasons the author mentioned:

“ Would initiating these discussions result in interpersonal stress? Should I just let things slide? Would I become known as a “difficult” coworker for pushing back on AI use? Does any of it really matter? Does anyone really care? “

Interesting! I’ve been working on a tracker for the Belgian parliament [0]. Similar story: very old site + data mostly gets published as a weekly pdf report (including votes and discussions).

I have

1. A scraper/parser that ingests the data daily and transforms it into .parquet files.

2. A LLM summarizer to summarize larger discussions.

3. A static site that gets automatically generated (based on the .parquet files) to provide insight.

What makes your tracker ‘real-time’? Does it ingest the livestream of a parliamentary session while it is happening?

[0] https://zijwerkenvooru.be/

Not at the moment but maybe in the future. While I'm sure the code could be of interest, the code definitely isn't a template that would fit for other countries. It is tightly coupled to the format of the Belgian parliament since most of it is parsing their PDF reports. In detail my tech stack is like this:

- Rust + reqwest crate + scraper crate to download reports and parse data from it into parquet files

- 11ty + @duckdb/node-api to parse the parquet files at build time and generating pages automatically, I have for example a 'meeting' template and then for each meeting a html page gets built

- summarize certain data using mistral API

- deploy on cloudflare free plan

Nice! Love to see initiatives like these.

I've been working on something in the same space for the Belgian federal parliament. The Belgian parliament livestreams sessions and publishes a single (long, bloated, dual-language) PDF report[0] for each session and that's it.

This means no search across sessions, no details of which parties voted how, no API etc. The only view you get is from the perspective of a single session which is not very useful when you're trying to figure out who to vote for.

I made 'zij werken voor u' (TheyWorkForYou[1] in Dutch) by scraping the PDFs file and parsing it with a Rust script automatically.

The scraped data (votes, questions, topics, dossiers) get put into .parquet files. I also compute some additional things like voting patterns, attendance and which topics interest specific PMs the most.

These parquet files are then fed into a static site generator and a search index is built. I also sprinkle in some summarization using Mistral[2]

The result is https://zijwerkenvooru.be/nl/votes/ (in Dutch) which allows you to look at the data from multiple viewpoints such as

- what questions did member X ask?

- how did party Y vote?

- what is happening around topic Z?

I also post new votes/questions on Bluesky[3]. The whole process (downloading, scraping, publishing, posting) is automated to run through GitHub Actions. I literally have to do nothing now.

I'm hoping the Belgian government will step up and improve their archaic and almost unusable site[4].

Thanks for sharing this project, I'm already getting inspired by it to improve zijwerkenvooru.be!

Edit: I’m thinking it might be good to have an overview of initiatives like these somewhere? Public initiatives to help with political transparency for each country?

[0] https://www.dekamer.be/doc/PCRI/html/56/ip052x.html

[1] https://www.theyworkforyou.com/

[2] https://mistral.ai/

[3] https://bsky.app/profile/zijwerkenvooru.be

[4] https://www.dekamer.be/kvvcr/index.cfm