Live data from Hacker News

Viewing profile — jackhodkinson

jackhodkinson

HN member
Joined
Fri, Aug 30, 2019, 8:17 AM UTC
HN karma
277
Public activity
39 items

About jackhodkinson

No profile information was provided.

Recent public activity

  1. comment
    Comment #42832874

    Some notes on how to ship fast and why it matters. This is from my perspective as a indie dev and a startup founder, but I think some lessons here for everyone.

  2. story
  3. comment
    Comment #41817216

    When the engineering department of a company is not the major lever in the company's growth this philosophy might be fine. That's the case of many large enterprise and probably man…

  4. comment
    Comment #41760014

    Creating and using virtual environments in Jupyter has always felt a little painful. Now thanks to uv things can be so much better. I've integrated uv into my Jupyter notebook clie…

  5. story
  6. comment
  7. story
  8. comment
    Comment #40964197

    Thank you for the advice. I get how this might be better suited for a regular blog post rather than Show HN. I will repost it in a month or so. Hopefully some people might find it …

  9. story
    Show HN: Integrating the Ruff Language Server

    I wanted to learn how to create a code editor with linting support so I made one and added the code here on github: https://github.com/jackhodkinson/lsp-editor In the process I lea…

  10. comment
    Comment #40907417

    Thanks! That's a great idea. I have been thinking of doing something like this.

  11. comment
    Comment #40905769

    Great feedback, thank you. I've heard this before. I'm thinking of keeping the default but adding an option in settings to "ask before installation" for users who prefer that behav…

  12. comment
    Comment #40904113

    Thanks! I just used the builtin MacOS screenshot tool to take the screenshots. I used Tailwind to style the page. I really like the default shadow that the "selected window" screen…

  13. comment
    Comment #40903857

    Thank you :) I did write the entire client. I will add support for those soon! I love interactive widgets.

  14. comment
    Comment #40903831

    Even as a command line power user, I still wish it were easier to install dependencies while working in a notebook. If I'm working on a project I don't want to have to switch to my…

  15. comment
    Comment #40901254

    Awesome! I did some explaining in this comment here: https://news.ycombinator.com/item?id=40899748 Good luck with your project. Let me know if you'd like any tips on the code edito…

  16. comment
    Comment #40900712

    When I learned to program I was working as a scientist. I was relying on OriginLab (a scientific version of Excel) for my data analysis and it was a real pain. I decided to start u…

  17. comment
    Comment #40900378

    Is this it? https://www.sagemath.org/ This looks like a programming language built on top of Python. Satyrn only supports the Python programming language right now. If you are usin…

  18. comment
    Comment #40900240

    It can be confusing. The key is that you probably have multiple versions of python installed on your computer (that's normal). Secondly, the default "kernel" in Jupyter was probabl…

  19. comment
    Comment #40900110

    Thanks for your feedback! I'm looking into this. I'd also really like copilot here.

  20. comment
    Comment #40900090

    I'll work on making them easier to configure. At the moment you press `g` (for generate) while in command-mode to create a "prompt cell". I'll think of ways to make this more obvio…

  21. comment
    Comment #40899998

    Thanks! I'll let you know when it's ready. What do you use now to work with remote environments? JupyterLab or VS Code?

  22. comment
    Comment #40899975

    Thanks for your feedback! If you'd be happy to share: I'm curious to know what scientific field you work in? Do you do 100% computational work, or is it a mixture of experimental a…

  23. comment
    Comment #40899812

    I agree! At the very least I can port this to Tauri to make it have a smaller footprint.

  24. comment
    Comment #40899803

    That contribution to Zed from rgbkrk looks awesome.

  25. comment
    Comment #40899780

    Not yet! But I'm working on this :)