Viewing profile — vaughan
vaughan
HN member- Joined
- Wed, Aug 31, 2011, 12:40 AM UTC
- HN karma
- 767
- Public activity
- 339 items
- HN profile
- View on Hacker News ↗
About vaughan
vaughanhackernews at gmail
Recent public activity
-
comment
Comment #47845862
For me this is the perfect timing. Just this week I was fed up with my iPhone (and most of the Apple ecosystem) and bought a Google Pixel 10 Pro.
-
comment
Comment #47671128
We need this for TypeScript.
-
comment
Comment #43591434
It’s very hard to do tags in the physical world. You need to stick different colored post-its to things and do a full table scan (with your eyes) any time you want to process all d…
-
comment
Comment #43533694
Best solution to date?
-
story
Ask HN: Code should be stored in a database. Who has tried this?
To me it seems obvious that code should be stored in a database rather than a hierarchical, text-based format. The main way we navigate and organize code is by folder hierarchies. …
-
comment
Comment #37855244
.beat time or Swatch Internet Time is way better. https://en.wikipedia.org/wiki/Swatch_Internet_Time
-
comment
Comment #37796906
> As for SQL We should peel off SQL and get access to the underlying layers.
-
comment
Comment #37796881
My dream is to make everything visualizable at runtime. I think all of computing becomes very simple and much less complex if we can do this. We are visualizing things in our head …
-
comment
Comment #37671625
https://webkit.org/running-webkit/
-
comment
Comment #37667644
I haven’t seen my desktop in years…
-
comment
Comment #37667617
Meanwhile Windows still struggles with getting files to the bin.
-
comment
Comment #37667568
Something cool however is you can actually build the open-source WebKit browser engine yourself and make closed-source Safari use your locally built version.
-
comment
Comment #37530804
Interesting read. It’s amazing more people don’t use runtime variable value annotation tools like Wallaby.js, or a debugger. So much time spent mentally remembering what is in what…
-
comment
Comment #37530514
This is why we need better tools like projectional code editors. There should be an editor toggle to inline functions temporarily. No more bouncing.
-
comment
Comment #37522649
The real issue is plain text, and files and folders. File names, folder names/hierarchies, function names, class names are all _arbitrary_. You could randomize them all and your co…
-
comment
Comment #37496811
I wish they would have one IDE for everything - what IntelliJ used to be.
-
comment
Comment #37247522
> I think it’s a project that’d take 5+ years What are the major difficulties you see? Is this estimate for supporting all existing TS code...or as the OC said, a new language with…
-
comment
Comment #37226903
Parse all the code with tree-sitter[1]. [1]: https://tree-sitter.github.io/tree-sitter/
-
comment
Comment #37224151
Code should generate diagrams automatically as you write it. Then you can see the complexity increase as you go, instead of looking back on a tangled mess.
-
comment
Comment #37154416
I thought about building a transpiler from TypeScript to other languages as a learning tool. It would also scaffold out the project structure for each language. The idea would be n…
-
comment
Comment #37138252
Local simulation + deterministic record-replay.
-
comment
Comment #37137716
Code should be more like a children's popup book with little tabs to pull on to make things move around. When I look at a foreign piece of code I want to see all the runtime values…
-
comment
Comment #37100024
> There's many more akin projects listed in https://github.com/yairchu/awesome-structure-editors/blob/ma ... Awesome link! How did you find that link btw? I feel like I scoured the…
-
comment
Comment #37031553
I think we need to liberate ourselves from the "folders of files of text" way of coding. We really shouldn't ever have to think about where to put things. Each function should be s…
-
comment
Comment #36969463
I wish it was open-source.