Live data from Hacker News

Viewing profile — renegadus

renegadus

HN member
Joined
Wed, Dec 20, 2017, 4:20 PM UTC
HN karma
28
Public activity
42 items

About renegadus

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #38685655

    You can - click "All Tasks" under the File menu or press CMD+T when the app is focused.

  3. comment
    Comment #28339317

    Because banking transactions are far more traceable and can often be reversed if found to be fraudulent.

  4. comment
    Comment #28134619

    Interesting, thank you.

  5. comment
    Comment #28134611

    The company was recently valued at over $6 billion.

  6. comment
    Comment #28134602

    Thank you for the suggestion.

  7. comment
    Comment #28134591

    I agree, but I don't want to give up 5% for something I could potentially do myself.

  8. story
    Is 5% a reasonable cut for a middle-man when selling shares privately?

    I have fully-vested options in a private company which expire in Dec 2023. A company has reached out to me saying they have a buyer for the shares. The shares are worth > $300k. I'…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #19081349

    Nice, had an Atari 800XL, then a 512STfm, and then I was one of the 3 people who purchased a Falcon 030. Learned Atari basic from a 2 page leaflet that came with my 800XL when I wa…

  15. comment
    Comment #18719619

    Filesystems don't rely on space voluntarily donated by others, and that's the critical difference here. Freenet is designed for sharing information, not archiving it. You can't hav…

  16. comment
    Comment #18713583

    In future we'll use tags ;)

  17. comment
    Comment #18710282

    > That's actually fine considering the goals of the system, but any time anyone mentioned it Ian and others would go a bit ballistic. The system did not and could not store informa…

  18. comment
    Comment #18666797

    > here if I click on something and there is no internet, I won't see a loading icon. Fortunately, that's not so - Kweb has a neat way to handle it - outlined here: https://www.redd…

  19. comment
    Comment #18666735

    I appreciate your feedback. > In my opinion, we can't say the separation has been "eliminated" if I'm constantly having to ask myself "should I handle this event on the server or t…

  20. comment
    Comment #18660061

    Ah, understood. If you're locked in to Scala then unfortunately Kweb probably won't be a good fit :(

  21. comment
    Comment #18651927

    Hmm, I'm not sure, but my guess is "not very" as I didn't really design it with usage from other JVM languages in mind. The reason is it depends on some stuff like coroutines - and…

  22. comment
    Comment #18644361

    Ah, you're right. Ok, I think I can do that fairly concisely in Kweb also, if I find a bit of time.

  23. comment
    Comment #18644159

    Hmm, it seems to be adding things to a list but where is it adding a new DOM node?

  24. comment
    Comment #18643697

    Unfortunately that's one area where Kweb is currently immature, however beyond what's on the website there are a number of examples that should help: https://github.com/kwebio/core…

  25. comment
    Comment #18643669

    I don't think there is any reason, in principle, that Kweb can't be just as efficient as any other web application. This is because Kweb doesn't entirely abstract away the client/s…