Viewing profile — omnidan
omnidan
HN member- Joined
- Mon, Jan 12, 2015, 12:10 PM UTC
- HN karma
- 38
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About omnidan
has a passion for simplicity and structure
redux-undo, coffea and node-emoji maintainer /r/npm moderator, Developer, Web Enthusiast
[ my public key: https://keybase.io/omnidan; my proof: https://keybase.io/omnidan/sigs/3gV7Zxn5QbCoRf2gS103-Y4ZHEucENtMx_UwaXpBKXM ]
https://omnidan.net - https://github.com/omnidan
Recent public activity
-
comment
Comment #11354820
There kinda is! Have you heard of "Enterprisify"? It generates Java names like that: http://projects.haykranen.nl/java/
- story
- story
- story
-
comment
Comment #10251366
I think it is too. Its simplicity is what allowed me to create `redux-undo` as it is - it's basically a function that returns a new reducer function which is enhanced with undo-fun…
-
comment
Comment #10251359
It's a boilerplate for a project that uses react ( https://facebook.github.io/react/ ), redux ( https://rackt.github.io/redux/ ) and redux-undo ( https://github.com/omnidan/redux-u…
- story
- story
-
comment
Comment #10244068
Alright, I tried it out, but it doesn't seem to work on fish :( Here's the issue: https://github.com/eivind88/prm/issues/2
-
comment
Comment #10244057
Interesting idea - the design really needs some work, though. Especially the mobile "app", which is just the website? BTW: the link in your email goes to http://dqprogram.php/
-
comment
Comment #10243910
That's pretty cool. Sometimes I wish more people were into biology and tech, it's a good combination that I rarely see.
-
comment
Comment #10243905
Electron really should be treated like `node` and be a dependency. Of course you could still package your apps with Electron, and you can do that with node too (if you wanted to), …
-
comment
Comment #10243900
Very nice. How well does this work with the `fish` shell? Also, have you thought about setting an envvar that stores the current project name so you can do things like display it i…
-
comment
Comment #10242121
Nice! I think it's time for me to create a slack channel for coffea ( https://github.com/caffeinery/coffea ) ;)
-
comment
Comment #10242112
Looks great, but why is the dmg so big (104 MB)?
-
comment
Comment #10242105
Amazing. And it even works with Atom :) Is there a utility that automatically creates the test files in a specific directory? Would be nice to add speckjs to `package.json` so it b…
-
comment
Comment #10242092
> The GitHub API is rate-limited, and this makes a lot of API calls. Don't be surprised if things start to fall apart under load. Under normal usage (read: not running scripts on G…
-
comment
Comment #10241213
I haven't tested it yet, but it should. The magic behind redux-undo is a reducer enhancer (higher order reducer) - it returns a function that processes undo/redo and then (if appro…
-
comment
Comment #10240878
That's an interesting question. The simplest way would be listening to state changes in the store and then syncing the state with the server. Since undos/redos are normal redux act…
- story
- story
- story
-
story
Show HN: Atom Shell Version Management À La “n”
I wrote a little tool for myself, because I got annoyed about keeping my atom-shell version up-to-date and having to run ~/Downloads/atom-shell-v0.20.5-darwin-x64/Atom.app/Contents…