Live data from Hacker News

Viewing profile — konsumer

konsumer

HN member
Joined
Wed, Sep 03, 2014, 7:17 PM UTC
HN karma
33
Public activity
28 items

About konsumer

[ my public key: https://keybase.io/konsumer; my proof: https://keybase.io/konsumer/sigs/Cp3nvZTbqb_CWvzUZBG9yb19PtcodOeccB3JILY0KpQ ]

Recent public activity

  1. comment
    Comment #46842384

    The discord is still very active, and there are still commits from original developer, so I am not sure. Its a simple enough protocol, though, and it's been reimplemented a few tim…

  2. comment
    Comment #46840629

    Reticulum gets around a lot of these problems, as the (better) encryption is app-level (or even more fine-grained.) Its also not tied to lora, so you can interop easily with other …

  3. comment
    Comment #45883328

    you should read more about it here, it's fascinating stuff: https://reticulum.network/manual/understanding.html It works great with lora, but each interface is it's own thing. It's…

  4. comment
    Comment #45873279

    No DHT. it seems to work fine for 1000s of nodes without it, though. The TCP testnets, for example, are pretty highly populated.

  5. comment
    Comment #45871911

    I started working on a Arduino implementation, but it needs more testing. It works like your address is the hash of your pubkey, and you can announce that or not.

  6. comment
    Comment #45870537

    I've been obsessed with reticulum. It's a network over other networks. https://konsumer.js.org/nomadnet-js/ https://github.com/konsumer/rns-lite The protocol is fairly simple, encr…

  7. story
    Show HN: Null0 – A fun and easy game-engine for use with any language

    This is a 2D game-engine that runs user's code from WASM, so you can make a game in any language that can target that. It's designed for learning about programming, and just having…

  8. comment
    Comment #28441872

    I made this to contain a bunch of graphical apps used for gameboy-development: https://github.com/konsumer/docker-gb-dev It has wine and some old windows-only apps. I took a differ…

  9. comment
    Comment #27943623

    One thing I love about blocky vs scratch is that it outputs regular code, in several languages. This means you can use it as "guard rails" up until you understand the concepts, the…

  10. comment
    Comment #26208306

    I get that they were trying to focus on staging, but unlike old silent films, this is very hard to follow without dialog cards, if you've never seen the original. Also, the music r…

  11. comment
    Comment #23130485

    I think this is correct, like in the sense that react uses a VDom. When you make changes, you sort of pretend that you are changing everything, but the rendering engine figures out…

  12. comment
    Comment #22009508

    Agreed. I loved pebble so much. Amazfit Bip is cheap, has really long battery life, always on color screen. It does basic notifications fine. It is definitely less configurable, an…

  13. comment
    Comment #20246744

    I made this to do similar, it goes both ways: https://github.com/konsumer/jsflat

  14. comment
    Comment #18341776

    Nice! I like the tutorial format. I made this along similar lines: http://konsumer.js.org/learnsql/

  15. story
  16. comment
    Comment #17382727

    ah, yeah, forgot acc param in reduce. updated.

  17. comment
    Comment #17382263

    And whether it mutates is kind of a surprise. Like reduce doesn't, even though it works similar to forEach, map, and every.

  18. comment
    Comment #17382225

    It should be noted that you can still mutate in these. Like it's not at all recommended, but you have access to the original array in many of the functional "non-mutating" Array me…

  19. comment
    Comment #17042797

    INSERT OR REPLACE does this. http://www.sqlitetutorial.net/sqlite-replace-statement/

  20. comment
    Comment #15107868

    Totally. I generally use svg icons for anything where I don't need them to match color/size of text, automatically. I just noticed a few people asking for them as a font, and thoug…

  21. comment
    Comment #15106910

    I haven't gone very deep with this issue, but I worked with Rod briefly at Nodesource, and hope more node-ecosystem projects respond like this. In the short time we worked together…

  22. comment
    Comment #15096818

    I really appreciate the design of these! Awesome work. I would be fairly straightforward to use these in icomoon, but for some reason all of the icons have a hitzone rectangle that…

  23. comment
    Comment #14929890

    Search the pebble store for "oblique strategies", if you have a pebble. I made a watchface that includes all the text from the cards. Very helpful to me in making creative decision…

  24. comment
    Comment #14466075

    You can also just use the web, or one of the many apps, like Roku, iOS, android, Wii, etc.

  25. comment
    Comment #12584145

    I made something similar, but a bit more accessible using SVG, that works in ractive (but would be happy to change it to vanilla js or react, if there is a demand) https://www.npmj…