crcn | 1 year ago | on: Ask HN: What are you working on? (October 2024)
crcn's comments
crcn | 9 years ago | on: Show HN: UI builder for web developers
Here's a better video demo to help demonstrate this:
https://www.dropbox.com/s/pc50x5m991j71ot/html-css-js-demo.m...
crcn | 9 years ago | on: Show HN: UI builder for web developers
And yeah, there are a ton of UI design tools out there on the web, it's been my #1 concern when building this thing out because they all promise similar tooling. Though, I'm trying to position this app as more of an Atom, or VSCode-like since it's geared to be another kind of extensible development environment. I figured that open sourcing it would be a first good step for that since developers would probably need to understand the internals before writing plugins for new UI tools, code writers, etc.
I went ahead and added a "Fork me on GitHub" badge to make it more clear that this is open source.
crcn | 9 years ago | on: Show HN: UI builder for web developers
Tandem runs any application, but needs the appropriate extensions in order to write code. It has the capabilities of writing PHP, but that isn't implemented yet.
The code writing aspect of Tandem is really just a small feature of the whole application - The focus of Tandem is really to provide a preview (or many previews) of your application with tooling that makes it easier to fix visual bugs.
crcn | 9 years ago | on: Show HN: UI builder for web developers
It is a bit like WebFlow, but focused more-so on the coding aspect. Tandem integrates with your text editor, encourages you to write code instead of using the design tools to all of your UI work -- they're mostly there for UI adjustments, and to create features that are hard to code by hand.
crcn | 11 years ago | on: Show HN: Crudlet.js – A common, streamable interface for synchronizing data
crcn | 11 years ago | on: Show HN: Crudlet.js – A common, streamable interface for synchronizing data
crcn | 11 years ago | on: Show HN: Crudlet.js – A common, streamable interface for synchronizing data
Should app data be generated from the server initially? Should the app support offline read-only mode? Should the app support realtime data? Should operations be batched and sent to a data source? Should the app be isomorphic?
And others. I built crudlet to help encapsulate services so that these sorta features can be added anytime without affecting the rest of the application.
That, and also to help decouple applications from a particular service. For instance, it'd be pretty easy to swap firebase with parse, or socket.io for pubnub if you want.
crcn | 11 years ago | on: Show HN: Crudlet.js – A common, streamable interface for synchronizing data
https://gist.github.com/crcn/cfe215ab3b604fb0b441
Crudlet also uses node streams instead of promises.
crcn | 11 years ago | on: Show HN: Crudlet.js – A common, streamable interface for synchronizing data
Currently working on more examples - didn't realize this would appear on HN so quickly!
crcn | 11 years ago | on: Paperclip.js
crcn | 13 years ago | on: Facebook is impersonating users without their consent
crcn | 13 years ago | on: Facebook is impersonating users without their consent
To the eyes of an unsophisticated friend, I like penis waffles. For the record, I don't. I never liked anything similar, but Facebook re-posted a "like" (VICE) under my name, and attached a related article to attract more people (Penis Waffles).
Facebook doesn't make it clear that promoted content posted under your name is advertisement. On top of that, advertisements posted under your name is hidden from you, and visible only to your friends.
crcn | 14 years ago | on: If you're using Node.js, you're doing life wrong
crcn | 14 years ago | on: If you're using Node.js, you're doing life wrong
crcn | 14 years ago | on: Sift.js: mongodb inspired array filting
Here are a few good examples which use sift:
- Realtime API library: https://github.com/crcn/guava
- Simple database written in node.js: https://github.com/crcn/gumbo. I use this primarily in command line utilities, and other applications where mongodb seems a bit over the top.
Underscore is certainly a better alternative in many cases, but the goal for sift is to provide control over filtering collections with one query versus manipulating them.
App: https://hey.shaya.so/ Website: https://www.shaya.so/