HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vilkkala

no profile record

Submissions

Nu-Klear Fallout Detector (late 1950s-early 1960s)

orau.org
2 points·by vilkkala·2 tahun yang lalu·0 comments

Tetra: Burst [video]

youtube.com
1 points·by vilkkala·3 tahun yang lalu·0 comments

NASA to Release, Discuss Unidentified Anomalous Phenomena Report

nasa.gov
2 points·by vilkkala·3 tahun yang lalu·0 comments

Magic Leap 1 end of life notice

11 points·by vilkkala·3 tahun yang lalu·7 comments

Birth control with an app – claims to be 93% effective vs. 87% for condoms

naturalcycles.com
3 points·by vilkkala·3 tahun yang lalu·0 comments

comments

vilkkala
·2 tahun yang lalu·discuss
It takes less than a minute to walk calmly from my front door in an apartment complex to a public beach in Tampere, Finland. In my neighbourhood, you just see random people walking on the sidewalk in bathrobes on their way to the beach or back. It's 15 minutes walk from the city center.
vilkkala
·3 tahun yang lalu·discuss
There’s a Finnish startup working on something similar: https://kelluu.com/
vilkkala
·3 tahun yang lalu·discuss
Could you elaborate on these horror stories?
vilkkala
·3 tahun yang lalu·discuss
I'm too stuck at the chess move with XXXVJanuarypepsi@3pe4g99tractHechile
vilkkala
·3 tahun yang lalu·discuss
I always thought the SUM() function in spreadsheets was “here be maths” function. So, whenever I do anything in spreadsheets I wrap it in =SUM(), like SUM(A1 / B1).

I know it’s wrong, but it’s in muscle memory already.
vilkkala
·3 tahun yang lalu·discuss
Like:

  one["Some value {100}"]
  two["Other value {200}"]
  computation["Sum is {first + second}"]
  one--first-->computation
  two--second-->computation
vilkkala
·3 tahun yang lalu·discuss
I think it's intuitive and works, but tab and shift+tab in the shortcuts menu are about adding children and parents. So, adding instructions for it is enough :)

I definitely would give the computation beta a try. My use case would be just "more visual Excel".

It's important that the nodes can also have non-formulae content, e.g.

salary["Salary<br/>`${1500}` €"]

Interested in seeing how you have implemented referencing the inputs.

Edit: You answered the last question with the video. Looks interesting, but having to add one extra node for the variable declaration feels cumbersome.

Edit 2: What if the outputs of the nodes could be named with text in the links?
vilkkala
·3 tahun yang lalu·discuss
I use Mermaid to visualize all sorts of processes, so this is very interesting.

Some immediate feedback:

- ability to name the node ID, because now the Mermaid output is hard to read and edit

- more shapes (diamond, circle, etc.)

- text on connection

- shortcut to connect with a node after one is staged for connection (didn't find one at least)

- ability to select connections with keyboard

- shortcut to delete the selected connection (now you need to click Disconnect, the shift+delete doesn't seem to work)

The layout gives me Excel vibes: what if these nodes could export values and do computation? Like, the Apple Income Statement example, but dynamic. This combined with an ability to export a snapshot as a Mermaid diagram, it would be great to explain business cases, etc.