HN user

domoritz

772 karma

[ my public key: https://keybase.io/domoritz; my proof: https://keybase.io/domoritz/sigs/2JbLWbDbYYOFEOpUsq0psaVT2LL29dM6ytfP_-vjLCo ]

Posts46
Comments126
View on HN
zen-browser.app 3mo ago

Zen Browser

domoritz
1pts1
workbrew.com 1y ago

Workbrew 1.0 (Homebrew for Work)

domoritz
12pts1
www.theverge.com 2y ago

Tell everyone you know to stop worrying about NameDrop already

domoritz
1pts0
tech.marksblogg.com 3y ago

Python Data Visualisation

domoritz
39pts7
github.com 4y ago

Emscripten 3.0.0

domoritz
17pts0
element.io 4y ago

Element Spaces Out of Beta

domoritz
3pts0
www.serenity.re 5y ago

Serenity notes: E2E encrypted notes

domoritz
39pts36
www.omnisci.com 5y ago

OmniSci launches free edition of platform for interactive visual analytics

domoritz
34pts5
arrow.apache.org 5y ago

Apache Arrow 3.0.0

domoritz
3pts0
einblick.ai 5y ago

Einblick emerges from stealth and offers interactive data dashboards

domoritz
2pts0
github.com 5y ago

DuckDB now has a Node.js API

domoritz
27pts4
github.com 5y ago

Arquero: JavaScript API for querying and transforming array-backed data

domoritz
1pts0
twitter.com 5y ago

Laptev sea ice levels are alarmingly low this year

domoritz
3pts0
www.omnisci.com 5y ago

Analyze massive datasets with OmniSciDB on a MacBook Pro

domoritz
10pts0
blog.1password.com 6y ago

1Password Raises $200M

domoritz
1pts0
github.com 6y ago

Rectangle: Swift Rewrite of Spectacle Window Management App for Mac

domoritz
3pts0
github.com 6y ago

Microsoft Cascadia Code Font

domoritz
1pts0
www.omnisci.com 6y ago

To Jupyter and Beyond: Interactive Data Science at Scale with OmniSci

domoritz
80pts3
twitter.com 6y ago

Numpy drops Python 2 support

domoritz
3pts0
www.androidpolice.com 7y ago

Inbox is about to die, and Google still hasn't brought its best feature to Gmail

domoritz
5pts0
github.com 7y ago

Rollup 1.0 – Next-generation ES module bundler

domoritz
39pts3
twitter.com 7y ago

VSCode running in the browser without Electron

domoritz
3pts0
vegawidget.github.io 8y ago

Interactive visualizations in R with altair

domoritz
1pts0
www.nature.com 8y ago

Nature: Data visualization tools drive interactivity and reproducibility

domoritz
3pts0
twitter.com 8y ago

Strava heatmap can be used to locate military bases

domoritz
695pts267
twitter.com 8y ago

Show HN: Vega-Lite 2.1 with support for geographical data released

domoritz
1pts0
jakevdp.github.io 8y ago

Exploring Line Lengths in Python Packages

domoritz
4pts0
code.visualstudio.com 8y ago

Visual Studio Code 1.18

domoritz
74pts11
medium.com 8y ago

Introducing Vega-Lite 2.0, a Grammar of Interactive Graphics

domoritz
22pts1
www.youtube.com 8y ago

The Windows 10 Fall Creators Update, This Week on Windows

domoritz
1pts0
Typst 0.15.0 1 month ago

You might already do this, but great opportunity to support them with a donation.

I suspect most use of columnar databases is OLAP, which is different from what people usually mean when they say time series data.

Urg, the bar charts to not start at 0. It's making it impossible to compare across model sizes. That's a pretty basic chart design principle. I hope they can fix it. At least give me consistent y scales!

Nano Banana Pro 8 months ago

I don't understand why there isn't an obvious, visible watermark at all. Yes, one could remove it but let's assume 95% of people don't bother removing the visible watermark. It would really help with seeing instantly when an image was AI generated.

I like the idea of having types at runtime for parsing etc and generating validators in various languages. What stopped me from going there so far is that I already have TypeScript types provided for the various libraries I use. How good are the tools for importing TypeScript types into ArkType/Zod and working with types in various representations in parallel?

Author of this paper here. Cool to see this show up on HN. Little story about this paper: Danyel and I did this while I was on an internship at Microsoft Research. The algorithm was too simple to get it published at a conference, but the technique has been adopted in a few places now, including other papers. We did some follow-up work to more efficiently compute the density and also support interactive filtering. See https://www.domoritz.de/papers/2021-KDBox-VIS.pdf.

I really hope most people are not just trying to satisfy regulatory requirements but genuinely want to allow people using screen readers to understand what an image is about. Having said that, AI can definitely be useful when there is no alt text but it shouldn’t be an excuse not to add alt texts as a creator.

This looks interesting but I already have TypeScript types for my APIs so I developed https://github.com/vega/ts-json-schema-generator which lets me generate JSON schema from the sources directly. Yes, it does have some oddities because the two languages have slightly different feature sets but it’s been working well for us for a few years. If I didn’t have TypeScript or a smaller API surface I’d be okay with typing again I would look at TypeSpec though. It definitely beats writing JSON schema by hand.

One of the ArrowJS committers here. We have fixed a few significant performance bottlenecks over the last few versions so try again. Also, I'm also ways curious to see specific use cases that are slow so we can make ArrowJS even better. Some limitations are fundamental and you may be better off converting to the corresponding JS types (which should be fast).

Vega like ggplot (which this is very close to) build on the grammar of graphics but differ in the targets they support (Vega is using web technologies), language design details (e.g., Vega and ggplot use different terminology for the graphical elements and the encodings), and supported features (Vega has a reactive dataflow and support for building custom interactions). There is a lot more to be said but that’s a start for how they compare.

It’s great that PPS can reduce PM2.5 and CO2 to extremely low levels. I live in an area with industrial pollution (coal etc) and am concerned about VOCs, NOXs, SO2s etc as well. Wouldn’t I bring in more of those if I constantly bring in outside air even when the pollution is high outside? Unfortunately I haven’t been able to exactly identify the chemical that’s causing issues for me yet. I’d love to hear your thoughts on this situation.