Hacker Newsnew | past | comments | ask | show | jobs | submit | msurguy's commentslogin

Somebody with a plotter would just download the SVG file and send it to their machine, like this: https://www.youtube.com/watch?v=jes16_FHyQU


Also interested in one!


+1


I work with Arduino on ESP chips.

I could not imagine embedded development without PlatformIO. With just so many types of hardware, each having slight dofferences and intricacies, it quickly becomes wasteful to use individual solutions. PlatformIO accomplishes so many goals at once, I am deeply grateful for this product!


Very cool!

I love that you can generate these patterns from images, the gradients are a killer feature!

I've made a tool that also generates Delaunay Triangulation patterns but lacks importing of an image. Check it out as well: http://msurguy.github.io/triangles/


I've used this recently! I also attempted to make a Japanese-language triangulation tool a bit more user friendly, but there are still significant bugs: http://internets.computer/delaunay/


Love the lighting effects!


Very cool idea for the fashion bloggers. You might even sell this CMS (per client basis) or if you gather a team of web developers - become an agency working with fashion bloggers.

There is some potentially good money in this.


Yeah, lots of opportunity here for sure. One thing I've been getting good feedback on from some fashion bloggers is the "shop the look" feature on each photo. Affiliate links is how many fashion bloggers monetize.


Have you used a plugin to do that or is it custom? Since you can make a plugin out of that and sell it


I wrote custom Backbone.js views and subviews to handle the shop tags. But you're right, this would be an awesome WordPress plugin. The affiliate network RewardStyle has something similar, but it's lacking a few things, which is why I wrote my own.


Thanks! I would really appreciate if you could point them to this book. Also if you have any tips for me reaching the target audience - feel free to voice your opinion here or on twitter - @msurguy


Thanks for the tip. What's wrong with using jQuery? When you do the hiring are you looking for someone who takes up a couple months and rolls their own libraries or someone who can get the job done quickly by using existing open source projects? The AJAX file uploaders are super tricky, the one used in the book has a jQuery wrapper but can work without it, you'd only spend about 300% more time integrating it.


I think his point is more that it's typically easier and better to use preexisting contact form and file upload solutions, instead of writing your own (with jQuery or otherwise).

Personally I can see the benefit of banging out a form in jQuery instead of having to research and integrate another system, but something about the chapter summaries seem strange. It sounds like it's more about building custom front-end components than integrating different libraries (which is what I expected from the title).


Thanks for the clarification. The chapter summaries on the maxoffsky.com/frontend page?


Yeah, in particular the lines:

* Creating AJAX contact form

* Building AJAX registration/login forms

Maybe it's just me, but that language kind of reminds me of the copy-paste era of Javascript development, where developers who don't understand JS semantics jump right into messing with login systems. Like 10 years ago it would have been "Building DHTML page counters". OFC I don't know if that impression reflects the actual material or not, though.

IMO if you're going to tell someone how to build AJAX contact forms, you would be better served writing a library to do it for them with a comprehensible API that makes it hard for people to fuck it up, or to start by explaining the basics of jQuery AJAX and selectors and event handlers and let people build the idea themselves from solid foundations. If someone really groks jQuery (or even vanilla JS), writing a contact form is a little tedious but not something that needs a tutorial or guide.


Sure. I'll clarify about the material and progression so that it's clear.

First you build the HTML of the form (chapter 1 covers that). Then you learn how to work with visual feedback (spinners and alerts, chapters 2 & 3). Then creating AJAX contact form integrates the stuff from chapters 1-3 to create AJAX contact form and connect it with the backend. Chapter 5 goes a step further - building login and registration forms using stuff from chapters 1-4 plus inline validation, integrating all previous components and things you built.

The book isn't for noobs. The prerequisites section (https://leanpub.com/frontend/read#leanpub-auto-about-the-aut...) clearly explains that so the developers who don't understand JS semantics or don't know the basics of web applications should learn something else before they get back to this book.


Love it, simple and effective. I like the linking between the pages and the clean UI. I think using icons for the formatting buttons would make it even better.


Thanks for the feedback! The purpose of the book is to feature complete integration of various libraries and frameworks with a backend. Laravel is chosen as an example framework so that the developer can have a complete solution instead of just some theory.

In the prerequisites to the book it clearly states that novice developers will have a hard time unless they have some backend experience.


I like the approach you have taken, GP is wrong.

Seeing the integration with a back end (any backend tbh) is better.


Thanks! The diagrams shows complete cycle and the code provided is open source and detailed step by step :)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: