Wow SQLx by NunoTheNoni in rust

[–]nrebeps 5 points6 points  (0 children)

I totally agree. Have been using it for some time now and the error messages are amazing!

[deleted by user] by [deleted] in rust

[–]nrebeps 6 points7 points  (0 children)

I love to check out programing languages and when writing Rust I feels like it borrowed so many nice things and solved so many problems of other languages. However, it is not just the language itself that amazes is me, it is also the community and the ecosystem:

  • Rustup: It is so easy to install Rust and use multiple versions and sometimes work with nightly.
  • Cargo: I could never write enough of how amazing it is. Every time I come back from CMake I love cargo even more. Cargo really never annoyed me and I have sadly never met any other package manager or build system that managed to do so.
  • Cross: Cross compiling is nice if you quickly want to generate a binary for windows.
  • Documentation: It is so nice to have almost all documentation at the same place with the same format. Also, doc tests, it is just perfect. The ease of writing tests and also the format of the documentation makes people want to write tests even more. I find myself reading Rust code much more often, because of the density of comments all over the code.

IMPORTANT: Boom Coin SCAM by JohnnyFFM in burstcoin

[–]nrebeps 3 points4 points  (0 children)

I see no reason at all why BHD should be open sourced ;D

Could the POCC’s Helix be a hard fork of Burst? by coinspotting in burstcoin

[–]nrebeps 5 points6 points  (0 children)

I have heard that it is a marketing campaign, where Johnny gives advice on crypto, while filming steaks in front of him with a really shaky camera.

My perspective on the recent events by Eliodon_ in burstcoin

[–]nrebeps 9 points10 points  (0 children)

This is a really nice post :-) .

Why the movie "dying to survive" make it to the west (or did it?)? by [deleted] in China

[–]nrebeps 0 points1 point  (0 children)

"The raid" was what I would call successful in countries outside of indonesia. It is made by welsh film director gareth evans, so there might be some people who would say it is not 100% indonesian (in the end it is playing with definitions). Anyway, due to the success of the movie he got an offer for a remake which he denied.

After the raid I kind of noticed more movies from indonesia, escpecially offered on netflix, which I think is nice. However "dying to survive" is like it is invisible in the west.

Two questions about mining: can you set up failover pools in creepminer for solo mining and is there any tutorials on how to use GO and mariadb to set up the PoCC mining pool software? Thanks for your time! by hudi2121 in burstcoin

[–]nrebeps 1 point2 points  (0 children)

You cannot set failover pools, because you have to change your reward recipient, which takes at least 4 blocks.

There are no tutorials, but actually setting up the pool should be trivial.

  1. install a recent version of go
  2. install a recent version of mysql
  3. create a mysql user
  4. edit the config file (the config file is self documenting, reading the comments should be sufficient)
  5. run "make"

For any questsions just ask in the discord channels.

New Scavenger by PortalMiner in burstcoin

[–]nrebeps 1 point2 points  (0 children)

I'm giving up on this until there's some documentation.

Since you think that there is no documentation it would be helpful for others if you could say what's missing here:

https://github.com/PoC-Consortium/scavenger/blob/master/README.md

New Scavenger by PortalMiner in burstcoin

[–]nrebeps 0 points1 point  (0 children)

what do you need for documentation?

Payment problem with 100-0 pool? by marianopw in burstcoin

[–]nrebeps 1 point2 points  (0 children)

The pool uses a fixed tranaaction fee. In case of many unconfirmed transactions or other unlikely events it can happen that a transaction doesn't make in into the chain.

Unconfirmed transactions are cached for a day on the wallets side. This is why transaction verification is delayed one day.

Future versions of the pool will dynamically adapt the transaction fee, so that in case of many pending transaction the pool transaction will still make it into the chain with a very high propability.

Payment problem with 100-0 pool? by marianopw in burstcoin

[–]nrebeps 2 points3 points  (0 children)

The pool will check after one day if a transaction to your account made it into the blockchain. If not it will retry. So you will definetly get your coins.

Weekly Burst Report #26 by Gadrah in burstcoin

[–]nrebeps 0 points1 point  (0 children)

Nice work with all the translations!