Live data from Hacker News

Viewing profile — redfox2

redfox2

HN member
Joined
Thu, Jun 17, 2021, 12:47 PM UTC
HN karma
102
Public activity
23 items

About redfox2

No profile information was provided.

Recent public activity

  1. comment
    Comment #27885741

    Wow I wasn't aware of those. But apart from the 2020 post, the others are pre-TS. Brython seems to have come a long way since TS came in

  2. comment
    Comment #27885701

    Guido mentioned he was focusing work on CPython to make Python faster

  3. comment
    Comment #27885203

    https://github.com/rayluo/brip This brings standard PyPi packages to Brython

  4. comment
    Comment #27884937

    Please have a look at the last comment for all related content links - implementation, projects, doc etc.

  5. comment
    Comment #27884916

    Starboard is completely different from Brython, although it is cool. As for pyodide, it still involves proper working knowledge and literal implemetation of JS - Brython just needs…

  6. comment
    Comment #27884803

    Pyodide still involves writing JS (literally). Brython just needs you to know the simple basics of JS (since the syntax is similar), and you're good to go with pure Python from the…

  7. comment
    Comment #27884614

    Yeah, it has been there for quite some time, but has really started getting off the ground in about mid-late 2019 which is strange, since like you mentioned, the advent of TS. But …

  8. comment
    Comment #27884478

    Yeah. Like I said, it could really do with more contributors who can work on these issues and add keep adding features. rayluo who is a major contributor (developed brip to support…

  9. comment
    Comment #27884108

    I discovered this about a month ago, and it deserves to go up to the sky. The GitHub page is linked at the end. Some articles/content that relates to this ([4] is pretty cool and d…

  10. story
  11. comment
    Comment #27867488

    I wasn't aware of that. Since the standards for a 'successful' project are relatively abstract, I had a very bad idea on what defines a good project. I'll work on it and get better…

  12. story
    Ask HN: How do you come to terms accepting a hard-worked project is going down?

    A few days, ago, I posted [1] on Show HN. It was my first serious project and one that I had decided to actually ask people for feedback. While I did get a few encouraging words an…

  13. comment
    Comment #27821051

    I have no idea what you're saying lol

  14. comment
    Comment #27806963

    But the issue when I avoid render_template() is this: I can't add the CSS file along with the HTML one, unless I create a tag at the end of the file that has all of the CSS content…

  15. comment
    Comment #27800112

    Oh render_template(), yeah. Thanks

  16. comment
    Comment #27799974

    'This simplifies things, and you can use an in-memory StringIO object rather than a file. You can then return this string to flask as a text/html response and avoid Jinja2 entirely…

  17. comment
    Comment #27799474

    I always use snake_case. But the guy I'm working with always insists on using camelCase, though he's never used Java/c#/Go. I don't like it, so sometimes we make compromises there.…

  18. comment
    Comment #27798316

    Also, mighty thanks for actually taking the time out to check out the codebase. This is my first proper project, and I really appreciate this

  19. comment
    Comment #27798282

    Yeah, you're absolutely right, I wasn't able to really think of another way to implement it. [2] was meant to be implemented with Flask, which is optional, so the files can directl…

  20. story
  21. story
  22. story
    Show HN: 'Sierra'- Framework to integrate web apps with Python(no server needed)

    https://pythonawesome.com/a-python-framework-for-building-and-integrating-web-app/ Hey guys, I've developed a Python framework called 'Sierra' for integrating Python with regular w…

  23. story