Hacker Newsnew | past | comments | ask | show | jobs | submit | zeapo's commentslogin


Glad you like it.

I used rust 'cause of Ruff. They have an outstanding set of crates https://github.com/astral-sh/ruff/tree/main/crates

The ones I use: - python_parser, allows me to load the python source code and detect any parsing errors (returned to the frontend) - python_ast, allows me to extract the identifiers (variable names, function names, etc) - python_semantic, allows to do scope analysis and understand relationships between identifiers

In the first prototype I used Python's ast and symtable libs. However, I really wanted to rely on the speed of Ruff's implementation and Rust's speed.


Thanks for the feedback. You're right, it's part of the long term goals.

I'd like to keep the center of the screen clutter free and add side-bars later on with tooling. Among them, an inspector just like what PyCharm has when opening a notebook. For globals it's quite simple to add, however to inspect the content of a single compound statement it might be a bit tricky (if you've got ideas I'd love to learn more).

Some of the next "urgent" features are improving the code state management (history), having multiple sessions, being able to save them, etc. Maybe adding a way to bring the data online somehow.


I noticed that redshift stopped working lately due to geoclue unable to get any location, it by default uses a mozilla location service which is failing lately with a 403.

My solution is to set manually the lat/lon in redshift configuration.


Sorry... Typo :(


No typo there. When we talk about vectors we mean "column vector". As it's easier to read horizontally (and takes less place in a paper), most of the time we write x^T = {a, b, c} rather than writing them in a column shape.


A previous article (2015) talked about the same study http://www.abc.net.au/news/2015-01-28/probiotics-offer-hope-...


Any idea if "cryptomator" is a good alternative?


It just came back. It was down since yesterday. See: http://i.imgur.com/pVS4KcE.png


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: