Life & fun · December 25, 2024
Map of YC Startups
Hey Everybody! Hope you had a merry christmas Today I had a bit of fun with Claude. Started by scraping YC's startups list, then ran them through OpenAI's embedding service, then UMAP'd the embedding to reduce the dimension to just two coordinates and then just forced Claude to write React that would compile to visualize that. I had fun and I think it's interesting, so take a look! Also note that you won't be able to zoom on mobile (found about this Plotly limitation way too late). If there's interest I can fix this issue by changing plotting libs tomorrow :) Merry christmas
Does the same job
all alternatives →- FUFunctional UI Kit – twin Figma and React component libraries2024 · github.com · ▲101
Hey Hackers! My name is Alex and I’ve been working on this project for the past 8 months with the support of Figma Creator Fund. I’d love to hear your thoughts from your experience working with designers & component libraries. I started out in design and later got into coding, so I understand both sides really well. I did UX Design for 12 years at startups, at my own studio and at Wix, and then worked as a front-end dev at Wix for 2 more years. I've noticed a common problem: most component libraries work great for devs but not so well for designers. In my experience working with big teams,…
- IHI hate online Lorem Ipsum Generator so I made my own2024 · ▲73
As a designer, I use Lorem Ipsum a lot but none satisfied me. They are either too slow or too clunky. https://loremcopy.com/ It's a weekend project so why not (•‿•) Also, I am new here. I didn't know about Hacker News before. Glad to meet you all.
- MWmy weekend project, understanding the Silk Road anonymous marketplace2011 · burntbrunch.github.com · ▲40
This was more of a sandbox to play with Raphael and Flot than anything else but I think there are some interesting statistics in there. It'd be awesome to do this over time but I really don't have the spare time required.
- MTMy TUI library, PyTermGUI now features an intelligent layout system2022 · github.com · ▲15
This was by far the most common missing feature of the library since my first post, so I'm really happy I managed to figure it out. See the release for some code examples and a detailed changelog, and most importantly, have a great day!
- GLGit(lab), Jenkins, Redmine and IRC on our wall2013 · ▲28
I've always dreamed about a project like that when looking at status boards at other companies. We finally had the time to do our own. Here are some photos: http://www.flickr.com/photos/robert_olejnik/sets/72157633736087905/ The stack: Django, mustache.js, Chart.js, Bootstrap and custom Supybot plugin. Maybe will be inspiration for someone else ;-) Do you guys have similar status boards? Cheers, Robert.
- HWHello World Java Polyglot2023 · github.com · ▲15
I wanted to see how much simpler native code integration has become with GraalVM's polyglot, when compared to JNI. It's less than 100 lines all up (including the POM). (I feel kinda stupid posting a "hello world" to HN, but this is a hell of an improvement.) Linux only at the moment.
More life & fun this month
the category →- TL
Life & fun · 9d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io