Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kengoa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kengoa
6mo ago
Nice list! I remember HN talking about https://students.brown.edu/seeing-theory/ when it came out but sadly it seems like this website was discomissioned. Added an entry for my data visualisation tool here: https:
2.
▲
by
kengoa
7mo ago
Amazing work! Reminded me of LLM Visualization ( https://bbycroft.net/llm ) except this is a lot easier to wrap my head around and that I can actually run the training loops, which makes sense given the simplicity of the orig
3.
▲
Side Project of a Side Project
(kengoa.github.io)
3 points
by
kengoa
9mo ago
|
0 comments
4.
▲
by
kengoa
9mo ago
Understanding Python's data model helped me become a better software engineer. I'd recommend watching this PyData talk (James Powell: So you want to be a Python expert? | PyData Seattle 2017 - https://www.youtube.com&#x
5.
▲
by
kengoa
10mo ago
> Consequently, knowledge bottlenecks are a form of operational inefficiency in startups. This resonates with my startup experience, especially when the organisation is growing rapidly (which is almost always the case for VC-funded start
6.
▲
Lessons from the Startup World
(laksanakan.substack.com)
7 points
by
kengoa
10mo ago
|
1 comments
7.
▲
by
kengoa
1y ago
I ended up making my app installable as a PWA based on this conversation myself. Changes were straightfoward to add on top of a Vite + React application: https://github.com/visprex/visprex/pull/62/files
8.
▲
by
kengoa
1y ago
Yes as dimava commented above a PWA would be a great alternative. > in a way it can be more honest for a developer with any commercial intentions to not open source something while offering paid ways to modify the source code I appreciat
9.
▲
by
kengoa
1y ago
Great project! I'm also maintaining a fully in-browser data visualisation/analytics tool [1] and I often found it hard to convince people that their data isn't sent anywhere. It's funny I also say the exact same thing th
10.
▲
by
kengoa
1y ago
Very interesting read, I wish more startups did postmortems like this. It seems like the authors managed to build a set of tools that provided real value that ultimately did not make commercial sense, but would've been interesting to s
11.
▲
by
kengoa
2y ago
I encountered it during my masters in 2019 and it still remains my favourite textbook to this day.
12.
▲
by
kengoa
2y ago
> That year, I lost about thirty pounds due not having enough money for food. It was in this context that the lab’s principal investigator told me that his funding for my position was running out. Desperate for work, I applied for a job
13.
▲
The First Ten Years
(gregorygundersen.com)
1 points
by
kengoa
2y ago
|
1 comments
14.
▲
by
kengoa
2y ago
Nice visualisation! Some entities seem to have "undefined" on the graph that you might want to double check.
15.
▲
by
kengoa
2y ago
Yes now I'm looking at the tests I can see that the coverage won't increase linearly, but 12% (with some of the hard parts) in two weeks is impressive. I starred the repo, good luck with your journey :)
16.
▲
by
kengoa
2y ago
dayjs seems like exactly I was looking for, thanks for the suggestion! I might have tried to write a parser myself otherwise.
17.
▲
by
kengoa
2y ago
I will try to add more support for other data formats like xlsx and parquet in the future. Current CSV parsing is also a bit limited (i.e. cannot deal with timestamps) so I will try to update parsers first. Also thanks for the error checker
18.
▲
by
kengoa
2y ago
Thanks for commenting this, I would say speeding up the iteration between visualisation steps is the main benefit as you might not want to be thinking about matplotlib syntax when trying to get a sense of data distributions.
19.
▲
by
kengoa
2y ago
> had to rely on tools like Google Sheets or Colab + Pandas for quick cleaning and wrangling before exploring different visualizations. Yes I had the same experience for analytics work some years ago. As others have pointed out, Visprex
20.
▲
by
kengoa
2y ago
I'm very glad to hear this as this is exactly the target audience and the use case I initially thought of! I hope your students find it useful.
21.
▲
by
kengoa
2y ago
Yes I do have plans for data preprocessing using DuckDB WebAssembly (I have upcoming features secion in this blog: https://kengoa.github.io/software/2024/11/03/small-software.... ) but this will require S
22.
▲
by
kengoa
2y ago
I used d3.js for Visprex and some of those graphs are modified from examples in https://d3-graph-gallery.com/
23.
▲
by
kengoa
2y ago
> how this compares to a spreadsheet CSV import tool such as the one in Excel which is extremely flexible. I would say the data loading functionality compares very poorly to Excel CSV import for all the reasons you pointed out, and I agr
24.
▲
by
kengoa
2y ago
I haven't considered beeswarm charts for this before, I will add those to a list of upcoming features. Thanks for the feedback :)
25.
▲
by
kengoa
2y ago
Thanks for trying it out! This is unfortunately not possible as of now and is one of th high-priority tasks to parse timestamps and datetimes, which is now incorrectly parsed as a string (Categorical). I'm using Papa Parse to load CSV
26.
▲
Show HN: Visprex – Open-source, in-browser data visualisation tool for CSV files
(docs.visprex.com)
194 points
by
kengoa
2y ago
|
24 comments
27.
▲
by
kengoa
2y ago
> I'm fairly certain I am able to eventually cover 100% of JavaScript spec. Any ideas, questions or critique welcomed! Do you have the results of test262_runner.rb? I came to know about test262 at a talk by the porffor's author
28.
▲
by
kengoa
2y ago
> Some folks feel the need to prove they worked on something yesterday, while others just enjoy talking. This hits so close to home. The difficult part is that this tendency is not correlated with the level of urgency of the topic or pri
29.
▲
by
kengoa
2y ago
If I set my own email in someone else's email linx page from lynx.boo/username/edit, can I change others' links? (I haven't tried)
30.
▲
by
kengoa
2y ago
Aesthetically it looks like the game has come so far over the past 11 years but I was surprised to see that some rather advanced features like logisitic robots were already in this version of the game. Latest trailer: https://www
More ›