Viewing profile — Inviz
Inviz
HN member- Joined
- Sun, Apr 25, 2010, 6:01 AM UTC
- HN karma
- 187
- Public activity
- 173 items
- HN profile
- View on Hacker News ↗
About Inviz
No profile information was provided.
Recent public activity
-
comment
Comment #46238327
have you seen the code of next.js? its completely impenetrable, and the packages have legacy versions of the same files coexisting, it's like huge hairball
-
comment
Comment #46225461
If I am to provide a summary of why layout shouldnt be linear constraints, is that it can't faithfully represent content overflowing onto multiple lines. I.e. it's inherently one d…
-
comment
Comment #46225432
Hello Jon! This is Yarik. Cool to see you doing all this machine learning work these days.
-
comment
Comment #46128264
Is there a consensus about "Dont do it" negative prompts vs "Do it this way" positive prompts? So it's negative when there's a hard line, and positive when it's being nudged toward…
-
comment
Comment #46118155
Well, OT has its CAP-like theorem, which says that you can make some sacrifices to get some qualities. Excluding time component from the OT and removing the "first edit wins" rules…
-
comment
Comment #46101960
is there a modern operational transformation implementation that would work in P2P environment? i've had my own, but it had some convergence issues in complex fuzzied scenarios, co…
-
comment
Comment #46074075
In these 15 years, HN was a website that shaped me and my worldview. It's a social circle that inspires me and broadens my perspective.
-
comment
Comment #45949645
What's wrong with GROUP BY 1,2,3?
-
comment
Comment #45587180
Please consider it a feature request
-
comment
Comment #45574602
I want to ditch stream-json so hard (needs polyfills in browser, cumbersome to use), but I need only one feature: invoke callback by path (e.g. `user.posts` need to invoke for each…
-
comment
Comment #45422620
yes but you can put it on nested objects. Each type: object can have its own propertyOrdering, so you control whole tree
-
comment
Comment #45420624
I have a mildly psychotic friend who think that he uncovered the secrets to everything with AI. Quantum theory and Jungian archetypes, together with 4 dimensions - great mix
-
comment
Comment #45385806
nested field have their own propertyOrdering
-
comment
Comment #45347419
gemini api has propertyOrdering field for that
-
comment
Comment #44980549
hmm... where to start? - Variables cascade and cause restyle of whole sub-tree. - Attributes often are already on the html element, e.g. title, aria, data attributes, so dont need …
-
comment
Comment #44819476
I wish this had youtube video mixing support. This is something i cant find in other software.
-
comment
Comment #44659556
I contacted their sales team before, cerebras started at $1500 a month at that time, and the limits were soooooo small. Did it get better? Edit: Looks like it did. They both introd…
- comment
-
comment
Comment #44567138
Cursor lifted "Start a new chat" limitation on gemini and i'm actually now enjoying keeping longer sessions within one window, becuase it's still very reasonable at recall, but doe…
-
comment
Comment #44567117
I wonder if people who are claiming its not the case ever tried to use promises in hardcore ways like this, chaining 10s of thousands of calls. You often hit some bullshit, i.e. Pr…
-
comment
Comment #44558414
yeah but it creates closure as well, which typically references some objects that isn't easy to GC. So if you have long-living promise with some data captured in closure, it will n…
-
comment
Comment #44557546
Couldnt make it to show suggestions in vscode/cursor. I would like to use the tool, but i'd expect it to work consistently across all widgets in the system (i.e. like superwhisper)…
-
comment
Comment #44556038
Chaining promises like this is not a good idea for high throughput cases (creates gc pressure), but perfectly valid for regular cases.
-
comment
Comment #44497684
Is there some youtube channel covering some interesting stories from MUDs? From dev, player POV and everything in between. Craving for some emergent storytelling of MUDs to listen …
-
comment
Comment #44280709
Evolving prompts seems to fit the "modify without changing" bill, does it?