HN user

atulvi

450 karma
Posts53
Comments90
View on HN
www.bbc.com 1mo ago

X (2021)

atulvi
2pts0
2sandbox.tulv.in 1mo ago

2D Particles sandbox using WebGPU

atulvi
2pts0
claude.ai 4mo ago

Show HN: Lottery of Birth

atulvi
2pts0
claude.ai 4mo ago

Show HN: The Lottery of Life

atulvi
26pts30
euclid.tulv.in 4mo ago

Euclid – a hyper minimalist digital clock like no other

atulvi
3pts0
p5.lcd.tulv.in 4mo ago

P5.lcd – P5.js on an LCD Shader

atulvi
2pts0
p5.lcd.tulv.in 4mo ago

P5.lcd

atulvi
3pts0
nematic.tulv.in 5mo ago

Nematic: A Gameboy emulator with quasi-realistic LCD shaders

atulvi
3pts1
tvmode.net 6mo ago

Old Steve Jobs presentations and Apple ads – Videos shuffled

atulvi
1pts1
wall.tulv.in 6mo ago

Show HN: Automoderated Anonymous Wall of Messages

atulvi
6pts4
wikidive.net 8mo ago

Show HN: Wikidive: A tool to deep dive Wikipedia rabbitholes

atulvi
2pts0
wikidive.net 8mo ago

Wikidive: A tool to deep dive into Wikipedia rabbitholes

atulvi
2pts0
wikidive.net 8mo ago

Show HN: Wikidive – Rabbithole/Deep Diving into Wikipedia

atulvi
1pts1
wikidive.net 8mo ago

Show HN: A Tool to Deep dive into Wikipedia

atulvi
1pts0
wikidive.net 8mo ago

Show HN: Wikidive – AI assisted Wikipedia discovery

atulvi
3pts0
wikidive.net 8mo ago

Show HN: Wikidive – AI guided deep diving into Wikipedia

atulvi
4pts2
tvmode.net 10mo ago

Steve Jobs TV

atulvi
1pts0
tvmode.net 10mo ago

Show HN: TV/Mode – A webapp to create randomzied TV like experience from YouTube

atulvi
1pts0
tvmode.net 10mo ago

Random Movie Clips TV – Made with Phoenix Liveview

atulvi
2pts0
tvmode.net 10mo ago

Random Tech Conference Talks TV

atulvi
3pts0
tvmode.net 10mo ago

Old Steve Jobs - Apple Videos in TV Mode

atulvi
1pts1
haiku.tulv.in 1y ago

Random AI Greentext Generator

atulvi
2pts0
wikidive.tulv.in 1y ago

Wikidive – AI guided rabbitholes in Wikipedia

atulvi
32pts16
news.ycombinator.com 1y ago

What's this encoded error toast you see when you enter a wrong password on X?

atulvi
1pts0
news.ycombinator.com 1y ago

Ask HN: Good Pocket Alternative

atulvi
5pts6
news.ycombinator.com 1y ago

How does archive.today work? How do they a paywall free version of web pages?

atulvi
8pts3
a.tulv.in 2y ago

Tupper's Self-Referential Formula

atulvi
1pts0
developer.apple.com 2y ago

LabelContactRelationYoungerCousinMothersSiblingsDaughterOrFathersSistersDaughter

atulvi
325pts263
old.reddit.com 3y ago

Art – Bio Computing – Circuit Boards Grown from Nature

atulvi
2pts0
000024.org 3y ago

Map of Relegions

atulvi
2pts0
Siri AI 1 month ago

How is this different from the chatgpt apple intelligence thing from last year?

AGI Is Here? 4 months ago

My definition has always been making a new world changing discovery in physics or math.

Simply enter a topic you're interested in, and Wikidive will explore Wikipedia to find TWO related topics that an AI model thinks are interesting. You can then choose to dive deeper into one of these topics. Each "dive" presents you with related topics that you can explore further, creating an engaging journey of discovery.

EDIT: How it works:

It asks an llm this prompt: "I was going in this rabbit hole of wikipedia articles: #{chain} \n I have now found these topics:\n\n#{related_topics}\n\n Select the 2 most mind blowing topics from the list and that I'd enjoy given my rabbit hole. Ensure two topics are not the same."

and pics two articles that it returns. This is slightly better than random.(related article names are obtained from wikipedia API).

Wikidive is an AI-driven exploration tool designed to help you discover interesting topics on Wikipedia.

Simply enter a topic you're interested in, and Wikidive will explore Wikipedia to find TWO related topics that an AI model thinks are interesting. You can then choose to dive deeper into one of these topics. Each "dive" presents you with related topics that you can explore further, creating an engaging journey of discovery.

EDIT: How it works:

It asks an llm this prompt: "I was going in this rabbit hole of wikipedia articles: #{chain} \n I have now found these topics:\n\n#{related_topics}\n\n Select the 2 most mind blowing topics from the list and that I'd enjoy given my rabbit hole. Ensure two topics are not the same."

and pics two articles that it returns. This is slightly better than random.(related article names are obtained from wikipedia API).

OK, developer here. Here is how it works. It connects to groq and asks this

"I was going in this rabbit hole of wikipedia articles: #{chain} \n I have now found these topics:\n\n#{related_topics}\n\n Select the 2 most mind blowing topics from the list and that I'd enjoy given my rabbit hole. Ensure two topics are not the same."

and pics two articles that it returns. This is slightly better than random.(related article names are obtained from wikipedia API).

Right now, I'm maxed on daily Groq usage and the app falls back to pure random choice.

Why two articles? I was kind of going for a hot or not style system.

Anyway, it was a fun experiment. Learned lots.