Live data from Hacker News

Viewing profile — timcwinkler

timcwinkler

HN member
Joined
Wed, Jun 09, 2021, 4:14 AM UTC
HN karma
21
Public activity
19 items

About timcwinkler

No profile information was provided.

Recent public activity

  1. comment
    Comment #27467171

    I ended up looking into Github Pages and it wasn't too hard to use. (The documentation makes it look harder that it actually is.) Thank you, benjaminsuch, for that pointer.

  2. comment
    Comment #27467147

    I realize now that I should have included more of an explanation of what "notebook" signified and should have included the initial comment in the Readme (or some version of it). I …

  3. comment
    Comment #27455005

    Have created a live link via github.io https://timcwinkler.github.io/js+help.html

  4. comment
    Comment #27453243

    I recreated my mfib example as a Starboard notebook: https://starboard.gg/timcwinkler/mfib-nC0Am5G Very nice looking! One difference from js+help.html, with it outputs are also sav…

  5. comment
    Comment #27453152

    The contents of github repository have evolved quite a bit, mostly in response to comments (making some of them a bit out-of-sync).

  6. comment
    Comment #27452226

    Thanks to freeCandy and the githack service, here is a link that can be directly used: https://rawcdn.githack.com/timcwinkler/javascript-notebook/9... (There must be some resource …

  7. comment
    Comment #27452174

    Well put. For simplicity, in js+help.html, not markdown, but plain HTML.

  8. comment
    Comment #27452157

    Another very useful pointer. Thank you. I wonder what "Files are automatically optimized" means, exactly? Have tried this out. (See comment https://news.ycombinator.com/item?id=274…

  9. comment
    Comment #27452110

    You project looks very interesting. Shared idea of programming in the browser, but much more ambitious. I have experimented with async/await with js+help.html. The import pointer i…

  10. comment
    Comment #27446335

    I've had the idea that this could be useful for an introduction to programming. All you need is a browser. It also could encourage a more "literate" style of programming, much like…

  11. comment
    Comment #27446323

    Actually tiddlywiki was what made me realize that something like this was possible. Much more complex. The key thing was the ability to "save".

  12. comment
    Comment #27445532

    Well I had this idea that with github, you are sort of forced to download HTML pages, so there you are. Clearly this is not very satisfactory. I have added screenshots, a download …

  13. comment
    Comment #27445510

    You can leave it if you wish. I'll have to learn a bit more about https://codesandbox.io/ , it looks very useful. Apparently the contents of the page were somehow mangled a bit. As…

  14. comment
    Comment #27445292

    What I would wish that I could do is just make it so that there was a link to the HTML file in the Readme. Click it and there you go. My impression is that this is discouraged. (Am…

  15. comment
    Comment #27445268

    As I said this is all very simple, the one thing that makes it a little bit more interesting is the save button. You can do some computations/calculations and save the results (by …

  16. comment
    Comment #27445143

    OK. I am afraid that I am not very knowledgeable about github, or YCombinator comments, but I'll give it a shot. Here is a screen shot: Simple screenshot: https://github.com/timcwi…

  17. comment
    Comment #27444776

    If you download and open up the html file, it contains, what is essentially, a screenshot with explanations. (A very simple screenshot, but one you can extrapolate from.)

  18. comment
    Comment #27444379

    This is a very simple Javascript notebook in one completely self-contained HTML file. It was inspired by the concept of Jupyter notebooks. You can enter Javascript code and execute…

  19. story