HN user

dynamicwebpaige

696 karma

http://www.linkedin.com/in/dynamicwebpaige

Posts18
Comments16
View on HN
f0lkl0r3.dev 4mo ago

Show HN: F0lkl0r3.dev – a searchable, interlinked map of computing history

dynamicwebpaige
2pts0
on-the-same.page 4mo ago

Show HN: On the Same Page – A visual tracker for unhinged Wikipedia races

dynamicwebpaige
1pts0
on-the-same.page 5mo ago

On The Same Page – Real-time AI-enabled explorer for Wikipedia rabbit holes

dynamicwebpaige
1pts1
space-math.academy 7mo ago

Space Math Academy

dynamicwebpaige
48pts21
ai.google.dev 1y ago

Multilingual and multi-speaker text-to-speech with the Gemini APIs

dynamicwebpaige
5pts0
medium.com 1y ago

Automating away the boring parts of my job with Gemini 1.5 Pro and long context

dynamicwebpaige
18pts2
timdettmers.com 3y ago

Which GPU(s) to Get for Deep Learning?

dynamicwebpaige
4pts1
www.kite.com 3y ago

Kite is saying farewell and open-sourcing its code

dynamicwebpaige
1083pts528
summerofcode.withgoogle.com 7y ago

TensorFlow Joins Google Summer of Code

dynamicwebpaige
2pts0
www.youtube.com 7y ago

Neuron 1.0: An Interactive Data Science Extension for Visual Studio Code

dynamicwebpaige
8pts0
twitter.com 8y ago

Don't Assume Your Data Scientist Is a Software Engineer. A Thread:

dynamicwebpaige
43pts16
research.googleblog.com 8y ago

The Google Brain Team's Approach to Research (Jeff Dean)

dynamicwebpaige
5pts0
azure.microsoft.com 8y ago

Introducing Event Grid: the first fully-managed event routing service

dynamicwebpaige
37pts5
www.texasmonthly.com 10y ago

Just Desserts: A Strange Tale of Fruitcakes and the Collins Street Bakery

dynamicwebpaige
47pts5
www.youtube.com 12y ago

“Logic By Machine” – feat. a very young Richard Hamming

dynamicwebpaige
1pts0
news.ycombinator.com 12y ago

Ask HN: Which web applications run on ClojureScript?

dynamicwebpaige
1pts0
www.hackerleague.org 12y ago

Open Houston 311 Data Challenge

dynamicwebpaige
4pts0
profoundlypaige.wordpress.com 12y ago

On the inadequacies of academic papers and the need for a better medium

dynamicwebpaige
2pts1

Howdy there, HN!

I’ve always been obsessed with the "Depths of Wikipedia" -- those weird connections you find between totally unrelated topics. I built https://on-the-same.page to gamify that experience, and to help spark new serendipitous discoveries + learn new facts.

It’s a web app that lets a player race from Topic A to Topic B, embedded in the browser (and gamified with a global leaderboard).

Technical details: - Built using AI Studio and Antigravity. - Uses Firestore to handle state management. - Deployed via Cloud Run.

It’s currently live at https://on-the-same.page. Let me know if you find any dead ends or if you have feature requests! And please suggest new topics for the explorations; will turn this into a model eval for computer use after getting enough examples. :)

Space Math Academy 7 months ago

Introducing Space Math Academy!

Reimagined NASA’s Space Math curriculum (https://spacemath.gsfc.nasa.gov/) as an immersive game, instead of static PDFs. Students solve the same problems real scientists face daily -- calculating orbits and trajectories, dealing with space weather, etc. -- in an interactive way that goes beyond worksheets (or just sending PDFs to an LLM).

https://space-math.academy https://www.github.com/dynamicwebpaige/space-math

Powered by Gemini for storytelling and text-to-speech (TTS). Links to the GitHub repo and live link that you can play above, thanks to Google Cloud Run. Please file feature requests, if there's enough interest will add more missions and a leaderboard.

"While we built next-generation experiences for developers, our business failed in two important ways.

First, we failed to deliver our vision of AI-assisted programming because we were 10+ years too early to market, i.e. the tech is not ready yet.

We built the most-advanced AI for helping developers, but it fell short of the 10× improvement required to break through because today’s state of the art for ML on code is not good enough. You can see this in Github Copilot, which is built by Github in collaboration with Open AI. As of late 2022, Copilot has a number of issues preventing it from being widely adopted.

The largest issue is that state-of-the-art models don’t understand the structure of code, such as non-local context. We made some progress towards better models for code, but the problem is very engineering intensive. It may cost over $100 million to build a production-quality tool capable of synthesizing code reliably, and nobody has tried that quite yet.

Nonetheless, we could have built a successful business without 10×’ing developer productivity using AI, and we did not do that.

We failed to build a business because our product did not monetize, and it took too long to figure that out."

:( Former student from Rice, and can definitely attest to this.

I received full a full tuition scholarship when I matriculated in 2008; the number of students in a similar situation was in the dozens.

Potential attendees are accepted based on SAT scores; class rank; extracurricular activities; etc.; and if the applicants make it through all of those bandpass filters, they're awarded full-tuition scholarships.

Getting data into a reasonable format is (unfortunately!) a huge part of the machine learning process; that was the motivation for tools like pandas (in Python) and dplyr (for R). Joseph is describing a machine-learning-enabled way to automate some of that data cleaning, which is pretty cool.

Check out the PROSE SDK (including an interactive playground) here. I particularly like its ability to extract JSON to something resembling a dataframe: https://microsoft.github.io/prose/documentation/extraction-j...