HN user

piebro

346 karma

Hey, I'm Piet, my website and digital life is here: https://piebro.github.io/

Posts20
Comments22
View on HN
github.com 6mo ago

Show HN: Query Wikidata with DuckDB Instead of Sparql

piebro
2pts0
github.com 8mo ago

Harbor – a framework for evaluating and optimizing agents and language models

piebro
3pts0
www.tylercosgrove.com 11mo ago

Do LLMs Have Good Music Taste?

piebro
3pts0
blog.pyodide.org 1y ago

Pyodide 0.28 Release

piebro
3pts0
fex-emu.com 1y ago

FEX 2506 Release Blog Post

piebro
1pts0
github.com 1y ago

Show HN: Signal MCP Client

piebro
2pts0
github.com 1y ago

Show HN: Factorio Blueprint Visualizer

piebro
450pts104
finance.yahoo.com 1y ago

China's Solar Producers Follow OPEC Playbook to Curb Overcapacity

piebro
2pts0
github.blog 1y ago

Does GitHub Copilot improve code quality? Here's what the data says

piebro
1pts1
github.com 1y ago

Codespell – Fix common misspellings in text files

piebro
3pts0
store.bantamtools.com 2y ago

Bantam NextDraw (previously AxiDraw) price and dates announced

piebro
1pts0
www.kniterate.com 2y ago

Kniterate – Automated Knitting

piebro
3pts0
godotengine.org 2y ago

Update on the Collaboration with Google and the Forge

piebro
2pts0
oddbirdsai.com 2y ago

Exploring Methods for AI-Driven Consistent Frame-by-Frame Animation

piebro
1pts0
godotengine.org 2y ago

Dev snapshot: Godot 3.6 beta 4

piebro
2pts0
godotengine.org 2y ago

Godot: A Collaboration with Google and the Forge

piebro
157pts52
github.com 2y ago

Spotify wrapped, but from you entire listening history and less flashy

piebro
1pts1
piebro.github.io 2y ago

Show HN: (Your) Personal Spotify Statistics

piebro
3pts2
github.com 3y ago

Show HN: OpenStreetMap statistics that can be updated with GitHub actions

piebro
8pts0
github.com 4y ago

Show HN: Factorio Blueprint Visualizer

piebro
91pts15

Thanks for the post, I enjoyed reading it.

There is a small typo in this sentence: "As long as we’re willing to say that Carbon is is about reducing the reliance on the C++ Standard Committee ...". There are two "is".

Oh nice, I didn't know one could print Lithophanes. If you mount a pen in your 3D Printer and the right settings it should also work as a pen plotter. But I don't know how practical that is.

The map2stl tool is also cool. I created a similar tool [0] for pen plotters using OpenStreetMap Data a while ago, which is fun to play around with.

[0] https://piebro.github.io/plotting-maps

The python code was running in the browser using pyodide before. It took a while to load and was kind of messy to use. But it worked well once loaded which was pretty cool.

I actually printed a few designs and hung them up in frames in my home. Maybe I'll add the idea and some links to the readme. Can you recommend a printing service?

I think it's not possible to access the actual file upload using the galaxy hall of fame (https://www.factorio.com/galaxy) or I just can't find them. Otherwise it would be pretty cool.

Oh yeah, I like the mod idea. That should also be quite doable, thanks.

It's not very fast but make the whole development process a lot easier because I can use pandas to query the data.

When I played around with the data, I also tried most skipped artists, but it was hard to interpret, because my most skipped artists were also my most listened to artists, because I get more chances to skip song from them if I listen more to them. If you download the dataset as CSV it's also quite easy to do your own queries with pandas or other software.

Yes, I think sharing and comparing it with friends is the most fun part. There is a download plot button at the bottom to download the plots and tables as images. That's the only way I could think of to make it easily shareable.

Maybe to give some more context to the use of "Map builder" as editing Software in OSM, we can look at some statistics from osm changeset. (Disclaimer: I created the statistics and website)

Looking at the usage, there was 1 contributor in 2021 (Map Builder User [1]), 1506 contributors in 2022 and 890 contributors in January 2023. In total, 2376 contributors used Map builder. As of January 2023, it's the 24th most used tool by total contributor count. [2]

Looking at the edit count: Map builder is the 98th most used editing software with 3768 edits in 2021, 69618 in 2022, 38954 in January 2023 and a total of 112340 edits. [3] It has gained in popularity in the last year. I hope these statistics can help with the discussion.

[1] https://www.openstreetmap.org/user/Map%20builder%20user [2] https://piebro.github.io/openstreetmap-statistics/#c229 [3] https://piebro.github.io/openstreetmap-statistics/#eb30

Yeah, using saves would be pretty cool, I looked into that, but it's much harder getting all the information from the serialized save files, and I'm not sure if there is a way at all without using the original Factorio source code.

Hey there, I'm a big fan of the game Factorio and the beauty of the structure of factories inspired me to artfully visualize exported Factorio blueprints. I also create an online demo to easily try it out with your own blueprints. For the website I use my original python code and pyodide, which takes some time to load, but it works quite well and was surprisingly easy to set up. If you like to, you can also check out the notebook. I tried to make it easy to modify everything (e.g. add mod support) and create your own visualizations. Let me know if you find any bugs or if something is hard to understand.