dynamicwebpaige | 25 days ago | on: On The Same Page – Real-time AI-enabled explorer for Wikipedia rabbit holes
dynamicwebpaige's comments
dynamicwebpaige | 2 months ago | on: 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.
dynamicwebpaige | 3 years ago | on: Kite is saying farewell and open-sourcing its code
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."
dynamicwebpaige | 4 years ago | on: GitHub’s engineering team has moved to Codespaces
You should try Live Share! VS Code Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages you're using or app types you're building. It also supports voice chat:
https://marketplace.visualstudio.com/items?itemName=MS-vsliv...
dynamicwebpaige | 4 years ago | on: GitHub’s engineering team has moved to Codespaces
If you’re looking to connect via SSH with your desktop IDE, we do have a workaround here: https://github.com/microsoft/vscode-dev-containers/blob/main... -- and I use this regularly for Jupyter Notebooks. :)
dynamicwebpaige | 4 years ago | on: GitHub’s engineering team has moved to Codespaces
If you’re looking to connect via SSH, we do have a workaround here: https://github.com/microsoft/vscode-dev-containers/blob/main... -- and I use this regularly for Jupyter Notebooks.
dynamicwebpaige | 4 years ago | on: JupyterLite – WASM-powered Jupyter running in the browser
dynamicwebpaige | 5 years ago | on: Help Make the 19th Century Searchable
dynamicwebpaige | 7 years ago | on: Tensorflow 2.0.0-Alpha0
dynamicwebpaige | 7 years ago | on: Why Swift for TensorFlow?
dynamicwebpaige | 7 years ago | on: Rice University Says Middle-Class And Low-Income Students Won't Have To Pay
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.
dynamicwebpaige | 8 years ago | on: Ask HN: Is Azure reliable? If not, what is the best place to create windows VMs?
Could you please send an email to [email protected]?
dynamicwebpaige | 8 years ago | on: Announcing tools for the AI-driven digital transformation
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...
dynamicwebpaige | 10 years ago | on: Big Oil Companies Should Adopt a Self-Liquidation Strategy
Regardless of the current price environment, it's important to keep a portfolio of potential exploration opportunities.
dynamicwebpaige | 12 years ago | on: Poll: Do you have kids?
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. :)