Live data from Hacker News

Viewing profile — ben165

ben165

HN member
Joined
Sat, Feb 02, 2019, 2:43 PM UTC
HN karma
179
Public activity
31 items

About ben165

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #37304940

    Mhmm... if you don't want to make it selectable you need wonderful JS or tables to seperate it? Makes thing more complicated. Just remove the line numbers, every editor can mark in…

  3. comment
    Comment #32642249

    Yes, I inserted the imprint in both projects after you told me it's somehow hard to find.

  4. comment
    Comment #32627415

    Thanks for the insights. Two questions 1) Bitcoin needs time to transfer. How did you approve the transaction? Instantly in hoping it will go through or had the costumer to wait? 2…

  5. comment
    Comment #32627181

    As I understood it you have an initial address when you create a wallet for example on a Litecoin core node. All addresses you create after this initial address are deterministic d…

  6. comment
    Comment #32627098

    This would be a web3 solution. Most of the people are far away of using a wallet extension. I looked into it, the programming is much more challenging.

  7. comment
    Comment #32627078

    It depends on the exchange provider. I use Kraken and they provide an unique address for every costumer. But I read some Exchanges require the memo field especially for Stellar add…

  8. comment
    Comment #32627027

    Sorry, just use the top "index" link to the main blog website. At the bottom you find the imprint and my contact details. I'm going to look into the error need probably to catch it…

  9. comment
    Comment #32626967

    I did this in my first project. As I said, UTXO blockchains are intended to work like that. But with every address you create your daemon has to look for changes there. Your wallet…

  10. comment
    Comment #32626948

    The random number is just a temporarily solution. The ideal one would be to use the memo field with an unique random string which contains all kind of characters. With this option …

  11. comment
    Comment #32626930

    Yes, that's a big problem. You might harm your reputation including a Crypto payment option.

  12. story
  13. story
  14. story
  15. comment
    Comment #23576560

    I'm somehow sad reading about it. It was one of my destinations ony my list. This guy inspired my to travel the world. Thanks Alexander Supertramp :)

  16. story
  17. story
  18. story
  19. comment
    Comment #21164639

    This demo on YouTube: https://www.youtube.com/watch?v=CAAuIgjrZWY

  20. comment
    Comment #21035722

    The sad thing is that the States aren't interested in this technology or why does it take so long to get it done there? It would be great to use waste material to get more energy o…

  21. story
  22. comment
    Comment #20774398

    Thanks for sharing this story. Sure, it is unpaid labour somehow. But it's also a chance to get more into responsibility and technology.

  23. comment
    Comment #20590800

    It's the easiest approach to solve the ODL: Euler Forward (yes, first order). The approximation could be much better and almost exact with a smaller step size. Runge-Kutta is used …

  24. story
  25. comment
    Comment #20334236

    Nice project. Just looked for the source code of "yes" ( https://github.com/coreutils/coreutils/blob/master/src/yes.c ), cause it seems to be the easiest code to understand. I didn…