Viewing profile — tvst
tvst
HN member- Joined
- Wed, Nov 28, 2012, 1:47 AM UTC
- HN karma
- 102
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About tvst
Co-founder of Streamlit
thiagot.com
Recent public activity
-
comment
Comment #47634838
I thought this was about UC Berkeley's TinyOS: https://github.com/tinyos/tinyos-main This was a big deal in some academic circles in the early 2000s
-
comment
Comment #39824784
Maybe make them look like rocks or brick walls?
-
comment
Comment #39426524
If "i" wasn't called "imaginary" I don't know if anyone would find it weird when it appeared in physics. In many ways i is as weird as negative numbers, irrational numbers, and tra…
-
comment
Comment #37818713
Great video, except for a few wrong details that really get to me... - The pixels in an LCD aren't little light bulbs. They are little lamp shades. (The pixels in an OLED display a…
-
comment
Comment #30311325
Argh I was making some changes and messed things up. Sorry about that.
-
comment
Comment #30309323
This is a library for use in Streamlit (which is a Python framework for data apps), and Streamlit already supports Vega-Lite behind the scene. So I'm just riding on their Vega-Lite…
-
comment
Comment #30309301
Check out the example app, linked in the README. I meant for that to be a replacement for the README, since it actually lets you interact with the plots. But I'll add a picture to …
-
comment
Comment #30309284
Oh hey, fancy seeing this here! I'm the author I'll try to answer questions below.
-
comment
Comment #29249046
I just have alternate layouts depending on what I'm doing. English, programming, and some bits of Portuguese = US keyboard + compose key Portuguese = US-intl (but in mine, all the …
-
comment
Comment #28447299
Hey, Streamlit co-founder here. This should just work out of the box in Streamlit: caption = st.text_input("Meme subject or caption") if caption: # do search here If that doesn't w…
-
comment
Comment #28363248
Chrome on Linux here. Google Meet blurs my background just fine.
-
comment
Comment #27943035
Or perhaps the opposite could happen: as more and more people start carrying devices that have access to the internet via cellular connection, airports could start providing Wi-Fi …
-
comment
Comment #27497520
Actually, Observable is not JavaScript: https://observablehq.com/@observablehq/observables-not-javas... I think it's an amazing piece of technology, hosting some of the best intera…
-
comment
Comment #27485716
ttymidi http://www.varal.org/ttymidi/ Written around 2004 to allow me to make custom MIDI devices with Arduinos. NiftyPlayer http://www.varal.org/niftyplayer/ Made in 2000ish to pl…
-
comment
Comment #26729311
There's actually a funny story here, and one day we'll tell it in more detail. TDLR: it's a coincidence / slightly obvious given our names. We discovered the similarity on the day …
-
comment
Comment #25361480
What always bugged me about QR codes is that they're not human-readable. I'd love if there were a standard where you'd simply have a human-readable URL plus some markers at the sta…
-
comment
Comment #22975438
Genius. Will buy.
-
comment
Comment #22284109
Hey, Streamlit co-founder here! (I'm otherwise not related to this article, btw. Just saw it on HN. Super cool!) If I understand correctly you're trying to extend Streamlit in some…
-
comment
Comment #21169983
Hi bobosha It depends on how you would define "production scale". If you're talking about hosting a publicly accessible Streamlit app on the internet, it's definitely possible but …
-
comment
Comment #21169964
Not at the moment. There are a few reasons for this, but perhaps the most fundamental one is that Streamlit starts a blocking server -- so even if you could run it inside Jupyter i…
-
comment
Comment #21169940
Hi J0e1, I'm one of the founders of Streamlit. Regarding extensibility, we totally agree: over time, many people are going to want to write their own custom widgets. Which is why w…
-
comment
Comment #21131433
Hey, another co-founder of Streamlit here. Let us know how this works out for your team! And for the nerdier people on your team, they may appreciate our post in Towards Data Scien…
-
comment
Comment #20991941
Oh interesting. I did not know it used GCC. It feels super snappy, nonetheless. Last time I tried it was a couple of months ago. I don't recall what it was missing, but it was some…
-
comment
Comment #20975436
Clear Linux is blazing fast (compiled with Intel compilers), and supposedly has a strong security model -- but it also has an extremely limited package selection. To the point that…
-
comment
Comment #15843440
I'm not convinced of the "always rewrite" thing, but what you're talking about would be solved by writing tests when you fix a bug.