HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tvst

no profile record

comments

tvst
·3 tháng trước·discuss
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
tvst
·2 năm trước·discuss
Maybe make them look like rocks or brick walls?
tvst
·2 năm trước·discuss
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 transcendental numbers. But we're somehow ok with all of those.

(By the way, I don't mean to imply Scott Aaronson finds complex numbers weird. He's just wondering why not other systems, and even mentions quaternions as an alternative — which could be called weird in their own right... So in a sense I'm attacking a straw man.)
tvst
·3 năm trước·discuss
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 are little light bulbs though)

- A CRT doesn't shoot light. It shoots electrons.

- The video makes it seem like pixels in an LCD update all at once. Not true! They're scanned.

- The video makes it seems that there's no temporal bleeding on CRTs. This sounds unlikely to me...

- The main difference in image quality between coaxial and composite inputs is not that coaxial needs to stuff audio and video together. It's that in coaxial the signal is shifted to a carrier frequency as if it came from an antenna (usually channel 3 or 4) so the decoder needs to bring it down to the frequency it uses internally (called the intermediate frequency) before sending it to the screen. This degrades the signal.
tvst
·4 năm trước·discuss
Argh I was making some changes and messed things up. Sorry about that.
tvst
·4 năm trước·discuss
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.

Here's more info about Streamlit: https://streamlit.io

(BTW I'm a cofounder there :) )
tvst
·4 năm trước·discuss
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 GitHub anyway
tvst
·4 năm trước·discuss
Oh hey, fancy seeing this here! I'm the author

I'll try to answer questions below.
tvst
·5 năm trước·discuss
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 keys you mentioned are dead keys. No Alt need)
tvst
·5 năm trước·discuss
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 work for you, do you mind posting in our forums? I'd love to get to the bottom of this!

Forums → https://discuss.streamlit.io

(Cool app, btw!)
tvst
·5 năm trước·discuss
Chrome on Linux here. Google Meet blurs my background just fine.
tvst
·5 năm trước·discuss
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 for free, as they could use that for tracking, marketing, and other "fun" uses
tvst
·5 năm trước·discuss
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 interactive stories on the internet — but I too find it hard to use.
tvst
·5 năm trước·discuss
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 play mp3s on a friend's website.

Cardapio https://launchpad.net/cardapio Made around 2010 to replace the app menu in Gnome to support search, ability to navigate folders, and plugins.

TomatoInTheSky http://tomatointhesky.com/ Pomodoro timer with the ability to pause (which goes against the technique). Made in 2010 for my wife to study for dentistry classes while working in hospice care.

FiveHeadlines http://fiveheadlines.com Reddit reader that pulls 5 headlines from my favorite news subreddits, so I don't browse Reddit for too long. Made around 2014.

And now my joint project with some friends is where I work every day! Started in 2018 https://streamlit.io
tvst
·5 năm trước·discuss
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 we launched our logo, and it almost made us change our logo and/or company name XD

We have since met the getstream.io folks and had a good laugh about it together.
tvst
·6 năm trước·discuss
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 start and end to help with OCR. And you could standardize the font too.

For example: |: google.com [|

(edit: hackernews removes unicode...)