Ask HN: How to Grieve?
55 pointsby dwmbt44 comments
set dayNumber to "Day " & i
set dayLink to baseURL & i
set reminderDate to (current date) + (i \* days)
tell swiftList to make new reminder with properties {name:dayNumber, body:dayLink, due date:reminderDate}
end repeat
end tell - the kanban board is alright, but i just like having everything in one place. ideally, i'll never have to log into atlassian anything, ever again.
- having the mobile app means i can also turn my desktop notifications off and use the 'focus' mode (with github being able to notify me).
- discussions have recently been revisited and they made a lot of improvements. the next team from vercel is extremely responsive on there and i think many open source projects could move from mailing lists to something like that. it's not for everyone, but worth considering.
- wiki's are relatively useless, in my experience.
aside from my own experience, i also support many open source wizards through github sponsors. it's pretty much plug and play, so there's that too.
if you must know, the product i work on is primarily a data lake. we have our own query language -> i have a fork of the CLI w added support for parsing custom cells. i don't know of any alternatives that give me a notebook so easily!
> running a script to generate a static webpage would drive me insane
possibly web-brained take but i don't mind it much. builds are instant for me, network latency is the only thing i find myself waiting around on.
> Isn't the whole point of a computational notebook to have some kind of integrated GUI
well yea, pretty sure the entire point of the desktop app is to show what you can build atop the new api! this preview is meant to expand the capability of observable within your own custom web app. the original framework was too close to some of the frustrations you mentioned, so they're trying to make it more amorphous :)
[0] https://github.com/observablehq/notebook-kit/tree/main/src/r...