Viewing profile — jackhodkinson
jackhodkinson
HN member- Joined
- Fri, Aug 30, 2019, 8:17 AM UTC
- HN karma
- 277
- Public activity
- 39 items
- HN profile
- View on Hacker News ↗
About jackhodkinson
No profile information was provided.
Recent public activity
-
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.
- story
-
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…
-
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…
- story
- comment
- story
-
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 …
-
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…
-
comment
Comment #40907417
Thanks! That's a great idea. I have been thinking of doing something like this.
-
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…
-
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…
-
comment
Comment #40903857
Thank you :) I did write the entire client. I will add support for those soon! I love interactive widgets.
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #40900110
Thanks for your feedback! I'm looking into this. I'd also really like copilot here.
-
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…
-
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?
-
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…
-
comment
Comment #40899812
I agree! At the very least I can port this to Tauri to make it have a smaller footprint.
-
comment
Comment #40899803
That contribution to Zed from rgbkrk looks awesome.
-
comment
Comment #40899780
Not yet! But I'm working on this :)