Hacker Newsnew | past | comments | ask | show | jobs | submit | alexanderameye's commentslogin

Very nice post! Thanks for writing, I love how detailed it goes.

I use box/gaussian blurs often, but for rendering outlines/highlights of objects.

https://ameye.dev/notes/rendering-outlines/#blurred-buffer


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


This is fantastic! Love the automation and structure behind it, especially the .parquet approach and GitHub Actions pipeline. Super inspiring.

On my end, it’s a bit frustrating that our Parliament still only shares pdf reports weeks after sessions happen, likely compiled manually. No API, no transcript archive, and no structured metadata around bills, speakers, or topics.

That’s partly why I started building Bunge Bits: to sidestep the bottlenecks and make the information usable.

Appreciate you sharing zijwerkenvooru.be, bookmarking it for inspiration as I figure out what’s next.


Any chance of this being open-source? I would like to build something like this for my country as well.


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


This post from Steph Ango (CEO of Obsidian) shares the same sentiment

https://stephango.com/file-over-app


They reversed it, I don’t think a huge amount of people changed over but definitely substantial! Godot has been growing quickly.


Interesting! I’ll try it out. Thanks for sharing.


They used edge detection with a custom input buffer, a bit like this

https://linework.ameye.dev/section-map/


Ah neat

Great article by the way OP


In my own projects I use JFA/SDF-based outlines the most because of their quality as well as the possibility to render distance-based effects like pulsating outlines.

This (https://x.com/alexanderameye/status/1663523972485357569) 3D line painting tool also uses SDFs that I then write to a tiny texture and sample at runtime.

SDFs are very powerful!


It’s a recreation from a panel of Tintin The Black Island!


Very nice! I'm wondering, what made you decide to start your own database from scratch instead of (re-)using and/or extending other databases/APIs (such as trefle, or the data sources that trefle uses)?


Trefle looks inactive.

The goal of permapeople is not to gather as much plants as possible but focus on plants where humans currently see a use in, be it for food, medicinal or other uses.

Most data is curated by real people. We do import from the data sources trefle mentions but only to fill specific gaps in our db.


Same!

Really wanted to start from scratch and I'm just using vanilla html/css/js for

https://ameye.dev/

Haven't found the need yet for any frameworks.


> Haven't found the need yet for any frameworks

This is a static page, CSS framework shine for dynamic page where style needs to change beaded on state.


i really like the design of your page, good job!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: