Live data from Hacker News

Viewing profile — rochacbruno

rochacbruno

HN member
Joined
Fri, Jul 19, 2013, 1:54 PM UTC
HN karma
104
Public activity
51 items

About rochacbruno

[ my public key: https://keybase.io/rochacbruno; my proof: https://keybase.io/rochacbruno/sigs/juRpu74uQdqnE2BcDQjPIbnfyv2WRAXlNQFmRxofGcw ]

Recent public activity

  1. comment
    Comment #41988406

    Good catch, I will try to learn how cargo-binstall works and provide the proper binary files. There is an open issue to improve the Github Actions CI related to build and release.

  2. comment
    Comment #41987193

    I just added support for wiki links and back references (internal) https://github.com/rochacbruno/marmite/pull/95

  3. comment
    Comment #41983199

    [offtopic] I just noticed that my original post title has been edited (not by me) and the part where it said `written in Rust` has been removed. I see other posts on the page showi…

  4. comment
    Comment #41983184

    I just notice that someone (admins) edited and removed the `written in Rust` part of my post. Not fair.. other posts have `written in Python` on it. Why was that?

  5. comment
    Comment #41982106

    "Works on PHP 8 without preinstalled frameworks" I like it, but it is not a static site generator, can't compare both things.

  6. comment
    Comment #41980836

    Interesting, it would nice to have it as optional feature, I don't want it to be dependent on git, but if git is already there would be an option.

  7. comment
    Comment #41980822

    My goal is to build binaries and have it distributed to the most used package indexes out there, I didn't get there yet.

  8. comment
    Comment #41980815

    Wikilinks is possible, already a feature of comrak parser, just have to enable it. Need to think about back references. In any case if the implementation is simple I would take a P…

  9. comment
    Comment #41980693

    You can start a new theme with marmite and remove the little JS it has to switch white/dark modes.

  10. comment
    Comment #41977815

    People hates it because everyone tries to use as ot was Nutella. Used in the right way, butter + marmite on a toast is awesome.

  11. comment
    Comment #41977548

    I actually was just having breakfast with a Marmite toast, trying to come with a name for MARkdown related project. Never thought about how the name would trigger people haha, I lo…

  12. comment
    Comment #41977539

    Well, it was 90% written on Arch :(

  13. comment
    Comment #41977531

    I first posted without mentioning "marmite" neither "Rust", then a friend reminded me that both things would engage. People are very triggered by those words.

  14. story
    Show HN: Marmite – Zero-config static site generator

    Just run `marmite` on a folder full of markdown files and get a full website/blog running in seconds. "I'm a big user of other SSGs but it is frequently frustrating that it takes s…

  15. comment
    Comment #23019498

    https://github.com/rochacbruno/dynaconf

  16. story
  17. comment
    Comment #19514016

    example of github integration https://github.com/rochacbruno/dynaconf/pull/142 https://github.com/rochacbruno/dynaconf/pull/142/checks?chec... reports (junit) https://dev.azure.com…

  18. comment
    Comment #19513809

    https://azure.microsoft.com/en-us/blog/announcing-azure-pipe...

  19. story
    Announcing the First Flask Conference in Brazil – August 2018

    Hello, The first Flask conference will be held in São Paulo, Brazil, on August 24 and 25, 2018. It will be a day of tutorial and a day of lectures for over 160 people. At this mome…

  20. story
  21. comment
    Comment #15731570

    Now we got Numba, Cython and Numpy results for comparison https://github.com/rochacbruno/rust-python-example#new-resul...

  22. comment
    Comment #15725713

    How does it compare with https://github.com/servo/html5ever (someone with free time do run some benchmarks)

  23. comment
    Comment #15725686

    Maybe because of the existence of `Numpy` and `Cython` and `PyPy` + all other `FFI` possibilities it is not on Python Roadmap.

  24. comment
    Comment #15722640

    Yeah, Milksnake is mentioned in the article :)

  25. comment
    Comment #15722622

    Yeah, that is exactly what I said in the article! Speed up your Python using Rust; Only for those rare cases when Python is detected as the bottleneck. And of course, it can be C/C…