Wikipedia and Llama 3 70B
Hey everyone! I built a little app for exploring Wikipedia. https://atlaslib.com/wikipedia You can tap on a suggestion or ask anything. Why? Wikipedia is awesome but search on Wikipedia unfortunately is not. I often use Google to search Wikipedia but I wondered if there is a more direct way. Some of the huge Wikipedia articles (e.g. animals, biology, history, health, science) are thorough but a bit dry. A language model like llama 3 70b helps with both: discovery and with making a dry topic more approachable. behind the scenes: - client: 150 lines vanilla javascript, tailwind…
What it does
In the maker’s words, at launch
Hey everyone! I built a little app for exploring Wikipedia. https://atlaslib.com/wikipedia You can tap on a suggestion or ask anything. Why? Wikipedia is awesome but search on Wikipedia unfortunately is not. I often use Google to search Wikipedia but I wondered if there is a more direct way. Some of the huge Wikipedia articles (e.g. animals, biology, history, health, science) are thorough but a bit dry. A language model like llama 3 70b helps with both: discovery and with making a dry topic more approachable. behind the scenes: - client: 150 lines vanilla javascript, tailwind for ui - server: flask on fly.io (shared-1x-cpu@256MB) - inference: llama 3 70b at 300+ tokens/s via groq I've set it as my new default page to load when I open a new browser tab. video (in real-time): https://x.com/__tosh/status/1793699299756228976 I also applied with it for the upcoming YC batch but it is a bit of a last minute pivot from an earlier idea. Curious what you think and how I could make it better!
Does the same job
all alternatives →- ETEasy to use Wikipedia API for Python2013 · github.com · ▲218





More life & fun this month
the category →- TL
Life & fun · 10d 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 · 27d ago · baselashraf81.github.io