Viewing profile — rochacbruno
rochacbruno
HN member- Joined
- Fri, Jul 19, 2013, 1:54 PM UTC
- HN karma
- 104
- Public activity
- 51 items
- HN profile
- View on Hacker News ↗
About rochacbruno
Recent public activity
-
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.
-
comment
Comment #41987193
I just added support for wiki links and back references (internal) https://github.com/rochacbruno/marmite/pull/95
-
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…
-
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?
-
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.
-
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.
-
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.
-
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…
-
comment
Comment #41980693
You can start a new theme with marmite and remove the little JS it has to switch white/dark modes.
-
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.
-
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…
-
comment
Comment #41977539
Well, it was 90% written on Arch :(
-
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.
-
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…
-
comment
Comment #23019498
https://github.com/rochacbruno/dynaconf
- story
-
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…
-
comment
Comment #19513809
https://azure.microsoft.com/en-us/blog/announcing-azure-pipe...
-
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…
- story
-
comment
Comment #15731570
Now we got Numba, Cython and Numpy results for comparison https://github.com/rochacbruno/rust-python-example#new-resul...
-
comment
Comment #15725713
How does it compare with https://github.com/servo/html5ever (someone with free time do run some benchmarks)
-
comment
Comment #15725686
Maybe because of the existence of `Numpy` and `Cython` and `PyPy` + all other `FFI` possibilities it is not on Python Roadmap.
-
comment
Comment #15722640
Yeah, Milksnake is mentioned in the article :)
-
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…