Viewing profile — konsumer
konsumer
HN member- Joined
- Wed, Sep 03, 2014, 7:17 PM UTC
- HN karma
- 33
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About konsumer
Recent public activity
-
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…
-
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 …
-
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…
-
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.
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #20246744
I made this to do similar, it goes both ways: https://github.com/konsumer/jsflat
-
comment
Comment #18341776
Nice! I like the tutorial format. I made this along similar lines: http://konsumer.js.org/learnsql/
- story
-
comment
Comment #17382727
ah, yeah, forgot acc param in reduce. updated.
-
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.
-
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…
-
comment
Comment #17042797
INSERT OR REPLACE does this. http://www.sqlitetutorial.net/sqlite-replace-statement/
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #14466075
You can also just use the web, or one of the many apps, like Roku, iOS, android, Wii, etc.
-
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…