xiaoxiae | 2 years ago | on: Are any words the same in all languages?
xiaoxiae's comments
xiaoxiae | 2 years ago | on: G9.js: Automatically Interactive Graphics
xiaoxiae | 2 years ago | on: Linear Programming in Python (2023)
* I use Fira Code, which makes certain symbol combinations as ligatures. Looking at it now, this is pretty awful to use on a website and confuses peolpe, I'll disable them.
xiaoxiae | 2 years ago | on: Linear Programming in Python (2023)
The best way to support my work is through Patreon: https://www.patreon.com/YTomS.
xiaoxiae | 2 years ago | on: Linear Programming in Python (2023)
xiaoxiae | 2 years ago | on: Ask HN: Could you share your personal blog here?
My little corner of the internet, filled with things that I personally find interesting. The posts are a mixture of lecture notes, additional resources for my YouTube videos and random things I didn't want to forget.
xiaoxiae | 4 years ago | on: DuckDuckGo had another record year
xiaoxiae | 5 years ago | on: Show HN: Florodoro – A pomodoro timer that grows procedurally generated plants
xiaoxiae | 5 years ago | on: Show HN: Florodoro – A pomodoro timer that grows procedurally generated plants
I recently put together a small pomodoro timer that grows procedurally generated trees/flowers while you're focused. It is intended to motivate you to create a nice collection of plants by being focused and productive.
It's inspired by Forest on Android and written in Python using PyQt5.
I'd love to know what you think!
xiaoxiae | 5 years ago | on: Show HN: Grafátko – An interactive graph (algorithms) visualizer
I just finished (re)writing an app for visualizing graphs and graph-related algorithms (for a Uni course of mine) and thought it was interesting enough to share here. I'd love to hear your feedback!
xiaoxiae | 6 years ago | on: Reddit’s profane, greedy traders are shaking up the stock market
xiaoxiae | 6 years ago | on: Show HN: Dark Patterns in Game Design
I don't think that's the case at all, since you'd be playing the game because you're addicted, not because you're having fun.
Why couldn't you enjoy a game without being addicted to it?
xiaoxiae | 6 years ago | on: Linux Journal Ceases Publication: An Awkward Goodbye
xiaoxiae | 6 years ago | on: Pirate Party MEP Elected Vice-President of EU Parliament
xiaoxiae | 6 years ago | on: Ask HN: What stack is your personal blog built on?
Incredibly lightweight and simple to build! Still a WIP though.
www.slama.dev/
xiaoxiae | 7 years ago | on: Show HN: Graph Visualizer
xiaoxiae | 7 years ago | on: Robotics Simplified – a website for learning robotics
Yes - as I am a high school student myself, so my target audience is exactly the people you described.
I will look into the browser problem, performance testing is something I haven't payed enough attention to.
There is one interactive visualization in the Drive Control > Arcade Drive article, and I am planning on adding more, but interactive code is an absolutely amazing idea! I will definitely look into it.
Thanks so much for the advice and the bookmark!
xiaoxiae | 7 years ago | on: Robotics Simplified – a website for learning robotics
I’m the creator of the website and a former member of the FRC team 1391 (2018 - lead programmer and driver).
The website aims to explain topics from the field of robotics in a simple way.
It offers implementations (in Python) and illustrations of the discussed concepts, interactive visualizations (using P5.js), and is available offline as a PDF. It’s also open-source: https://github.com/xiaoxiae/Robotics-Simplified-Website
IT’S STILL A WIP, so the content is subject to change.
I would love to hear your thoughts on the project!
xiaoxiae | 7 years ago | on: A Strange Grid Reveals Hidden Connections Between Simple Numbers
xiaoxiae | 7 years ago | on: How Math’s Most Famous Proof Nearly Broke (2015)
It's so interesting that a problem so simple to explain would require hundreds of pages of proof.
I'm really interested in whether the Collatz conjecture will be proven too.