Live data from Hacker News

Viewing profile — awesomebytes

awesomebytes

HN member
Joined
Thu, Aug 12, 2021, 3:19 AM UTC
HN karma
3
Public activity
10 items

About awesomebytes

No profile information was provided.

Recent public activity

  1. comment
    Comment #46524455

    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 friendl…

  2. comment
  3. comment
    Comment #41499145

    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 a…

  4. comment
    Comment #41398458

    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. comment
  6. comment
    Comment #40725767

    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 wil…

  7. comment
    Comment #35399799

    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/PySimp…

  8. comment
    Comment #35148378

    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…

  9. comment
    Comment #33416718

    Seems there's an extra slash '/' at the end of the url that causes that

  10. comment
    Comment #28151455

    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 pro…