Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxogden
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
maxogden
9y ago
The real-time syncing immutable, append-only log that hypercore provides can also be accessed randomly, allowing for lots of cool parallel/distributed log processing architectures (Kappa architecture), similar to Kafka (which is also b
2.
▲
by
maxogden
9y ago
Great analysis. We anticipate that in order to fix these three usability issues around trust we will need to provide a centralized identity provider in the future. This would also address privacy issues especially regarding leaking what dat
3.
▲
by
maxogden
12y ago
iojs 1.1.0 V8 version 4.1.0.14 (current). nodejs 0.12 V8 version: 3.28.73 (>6 months old). More info here: https://iojs.org/es6.html
4.
▲
by
maxogden
12y ago
Seems similar to http://studio.substack.net/
5.
▲
by
maxogden
12y ago
Hi, dat maintainer here. I made the website in a couple of hours ( https://github.com/maxogden/dat-data.com/commits/gh-pages ) but have spent about 9 months on the code so far (read through e.g. closed issues f
6.
▲
by
maxogden
12y ago
not yet, but keep an eye on https://github.com/jbenet/transformer which will provide the data format conversion API. It would be really cool to see some sheetjs stuff hooked up to dat/transformer!
7.
▲
by
maxogden
12y ago
Hi, maintainer of dat here. We're working on the first release now. The first use case is tabular data (a large volume of small rows), but we'll be adding a content-addressable blob store (for big binary attachments) on top for th
8.
▲
by
maxogden
13y ago
for an example of doing this with tar instead of zip check out https://npmjs.org/package/dir-tar-stream
9.
▲
NPM - Node Packaged Modules for client-side dev with BrowserifyCDN + RequireBin
(maxogden.com)
2 points
by
maxogden
13y ago
|
0 comments
10.
▲
by
maxogden
14y ago
Sorry about the tone, I definitely could have said that part more nicely. To me Java smells like too many abstract interfaces, lots of boilerplate and hard to use build tools. Java was the first language I learned so I may very well be scar
11.
▲
Bringing Minecraft-style games to the Open Web
(maxogden.com)
84 points
by
maxogden
14y ago
|
15 comments
12.
▲
by
maxogden
14y ago
this and the follow-up post were most useful when developing the voxel.js components http://0fps.wordpress.com/2012/06/30/meshing-in-a-minecraft-...
13.
▲
How To: Style HTML5 checkboxes and make custom toggle buttons
(bl.ocks.org)
3 points
by
maxogden
14y ago
|
0 comments
14.
▲
by
maxogden
14y ago
wow very weird, I haven't had any issues like this
15.
▲
How to host and manage static sites (of unlimited size) for free on Github
(github.com)
90 points
by
maxogden
14y ago
|
32 comments
16.
▲
Managing multiple Heroku accounts on OS X
(jlord.us)
3 points
by
maxogden
14y ago
|
0 comments
17.
▲
by
maxogden
14y ago
the phenomenon you have experienced is known in the node community as #JIFASNIF
18.
▲
The White House just open sourced their first Github repo
(github.com)
314 points
by
maxogden
14y ago
|
121 comments
19.
▲
by
maxogden
14y ago
in my experience as a developer/user the plancast API hasn't actually been very well maintained
20.
▲
by
maxogden
14y ago
teaching to a broad audience means balancing the likelihood that the learner will be in over their head (too much information) with the likelihood that they will have a negative experience stemming from lack of information (bug due to missi
21.
▲
by
maxogden
14y ago
i'll make you a deal: if you can find a bug caused by me not using semicolons in any of my github repos from the last year i will add a section into jsforcats about using semicolons
22.
▲
by
maxogden
14y ago
"many" as in "many forms". i'll work on clarifying the language
23.
▲
by
maxogden
14y ago
I hadn't seen this specific introduction, thanks! I first learned ruby through _why's poignant guide which definitely influenced the approach I took here
24.
▲
by
maxogden
14y ago
if you find an instance in the code examples where ASI doesn't do its job i'd happily merge in a pull request that inserts a semicolon manually https://github.com/maxogden/javascript-for-cats
25.
▲
by
maxogden
14y ago
Oh hahah I forgot I had used it so much
26.
▲
by
maxogden
14y ago
Sorry, it's part of the looping section. I should have clarified
27.
▲
by
maxogden
14y ago
good call, I took the REPL section out. the whole thing is also on github in case you wanna help out https://github.com/maxogden/javascript-for-cats
28.
▲
by
maxogden
14y ago
Are there github accounts for the 'team to do it' that contain the 'infrastructure'?
29.
▲
by
maxogden
14y ago
the most misunderstood part of node. thanks for helping make it understandable
30.
▲
by
maxogden
14y ago
You can emit anything but it just so happens that 99% of the streams used in node core are Buffers for performance reasons (Buffers are allocated outside of V8's heap). An example of emitting objects is in here https://github.com/maxogden/
More ›