Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iamlemec
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Gum – a graphics language for humans and LLMs
(compendiumlabs.ai)
2 points
by
iamlemec
4mo ago
|
0 comments
2.
▲
by
iamlemec
3y ago
Thanks, looks really interesting. Do functions like matmul support inputs of differing type, like say A=int8 and B=float? Would be nice if you could get memory efficient quantized matmul with operator fusion.
3.
▲
by
iamlemec
4y ago
I believe `count` will only give you the number of non-null rows, so the numbers from the first command could differ by column if there were null values. You can also use the `size` command to get the total number of rows, and that will ret
4.
▲
by
iamlemec
5y ago
Just another data point here: I'm running a relatively high-end workstation on Linux/Fedora 36, and it is quite smooth in Chrome but somewhat sluggish in Firefox.
5.
▲
by
iamlemec
6y ago
Oh that looks excellent, I'll check it out. Yeah, the latency right now is decent enough for whiteboard writing but could definitely be better. Only tricky thing might be that some apps have AirPlay integrations that will just broadcas
6.
▲
by
iamlemec
6y ago
Ah yeah, I forgot to mention that I'm on linux, and iPad direct to Zoom doesn't appear to work there. Also, going through OBS lets me do scene switching between full video, slides, and whiteboard, the latter two with video overlay
7.
▲
by
iamlemec
6y ago
This has been really useful for me when teaching online. Just mirror my iPad to a desktop window, then point OBS at said window (then pipe OBS to Zoom through a virtual camera). I tried to modify the source to output to a v2l loopback devic
8.
▲
by
iamlemec
6y ago
You can add custom CSS in Preferences → Appearance. I've set mine up to look something like the mobile version for a while now. I'm always a little shocked seeing the original when logged out or on someone else's computer.
9.
▲
by
iamlemec
7y ago
The cell data is always stored as plain text, on the client side simply with an attribute. And you can only ever edit cells as text, so those issues never come up. I could see how the checkbox would be tough though because you'd have t
10.
▲
by
iamlemec
7y ago
I've made a web-based one called Elltwo where you can toggle between plain text and rendered markdown on a line-by-line basis. I've found it to be a good midpoint between full on WYSIWYG and just editing raw text. It also supports
11.
▲
by
iamlemec
8y ago
It was on STS-27. It's mentioned in the Wikipedia page for that mission and also in this article: https://www.americaspace.com/2018/12/09/dying-all-tensed-up-...
12.
▲
by
iamlemec
8y ago
Definitely consistent with my experience. One time I was in a restaurant where this sort of arms race dynamic was occurring, and at some point a guy just did one of those really loud two-fingered whistles, then in the resulting silence said
13.
▲
by
iamlemec
8y ago
The precondition here is, of course, incorrect. The latest Pew survey puts the percentage of Republicans who believe in anthropogenic climate change at about 25%. http://www.pewresearch.org/fact-tank/2018/05/1
14.
▲
by
iamlemec
9y ago
Thanks! Just updated the demo document to highlight the most important commands.
15.
▲
by
iamlemec
9y ago
Direct link to live demo: http://dohan.io
16.
▲
Show HN: Elltwo – A browser-based tool for mathy markdown composition
(github.com)
5 points
by
iamlemec
9y ago
|
3 comments