Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
awesomebytes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
awesomebytes
8mo ago
Hey, this is super interesting! Thanks for sharing. I have been playing with using the Python console/scripts/macros in FreeCAD to create 3D models. I found this to be very friendly for my programmer mindset. I have learned a bit
2.
▲
by
awesomebytes
2y ago
This.
3.
▲
by
awesomebytes
2y ago
I have recently started to use uv, and you can just do "uvx tool" and it executes the tool ( https://docs.astral.sh/uv/guides/tools/ ). Sure, the tool needs to do something to be able to be executed l
4.
▲
by
awesomebytes
2y ago
I've only learned a tiny bit of Rust, and I feel the same. Going from the bottom up, makes it all make so much sense. (Albeit I still like the Rattlesnake syntax haha)
5.
▲
by
awesomebytes
2y ago
+1
6.
▲
by
awesomebytes
2y ago
I was not familiar with the acronym ETL and it is not explained anywhere in the website! My feedback would be to at least write it once, on the first instance so others like me will know what they are reading :)
7.
▲
by
awesomebytes
3y ago
How does it compare with remi? https://github.com/rawpython/remi Looking at the examples, for quick UIs, REMI seems simpler. And PySimpleGUI ( https://github.com/PySimpleGUI/PySimpleGUI ) offers REM
8.
▲
by
awesomebytes
4y ago
I took a look and didn't see any element to show video (real time video streaming? showing a webcam demo maybe?) which I find like an interesting application. Making GUIs is always a fair amount of work/overhead on whatever you ar
9.
▲
by
awesomebytes
4y ago
Seems there's an extra slash '/' at the end of the url that causes that
10.
▲
by
awesomebytes
5y ago
I'd like to point to the excellent REMI [1] library that provides similar capabilities to Lona. You can create web apps by only writing Python. They can also be executed as GUI programs. You can even choose REMI to be the output backen