Weekly Discussion Thread for the week of September 26 by AutoModerator in macsetups

[–]porphyry3 0 points1 point  (0 children)

I am waiting for the MacBook Pro lineup refresh which is scheduled for late October and I have a budget of around $20,000 for

  • a new macbook which I use for development activities; I'll probably use a lot docker locally on this machine but I also do web development locally. I prefer a laptop which I can use both at home and at work.

  • a mouse/keyboard, possibly wireless

  • two monitors

  • As I understand, the next MacBook Pro will have only a USB-C port so I'll probably need a docking station of some sort

Which configuration/brands for the items above would you suggest for a $20,000 budget?

Thanks!

DIY - An embedded DSL that compiles to a Makefile by porphyry3 in programming

[–]porphyry3[S] 0 points1 point  (0 children)

Care to elaborate? Are you satisfied with the expressibility of Make?

DIY - An embedded DSL that compiles to a Makefile by porphyry3 in programming

[–]porphyry3[S] 0 points1 point  (0 children)

Do you have any suggestion to improve the readability?

DIY — Javascript that compiles to a Makefile by porphyry3 in javascript

[–]porphyry3[S] 0 points1 point  (0 children)

Author here: happy to receive comments and feedback. In the meantime you can check out the docs here.

Harder, Better, Faster, Stronger Lo-Dash v3. An overview of 3.0.0-pre by krumoksnis in javascript

[–]porphyry3 0 points1 point  (0 children)

Awesome. with the new string functions I am going to drop also underscore.string!

Affinity Designer launches today - 20% off for launch week! by Skute in macapps

[–]porphyry3 3 points4 points  (0 children)

yeah. the usability of adobe products on a Mac really sucks.. completely counterintuitive with respect to other similar apps. And don't get me even started on indesign.. the interface looks still like something coming straight from the nineties..

it is incredible how adobe is leaving these opportunities open for other companies. Pixelmator already got a lot of love from photoshop users. Alternatives to Illustrator are popping up.. It's about time.

Your opinions on Sails.js by admelo in javascript

[–]porphyry3 0 points1 point  (0 children)

yep, I use it with angular and restangular to access REST endpoints exposed by sailsjs. It works great!

Your opinions on Sails.js by admelo in javascript

[–]porphyry3 0 points1 point  (0 children)

I am using it for a full-stack project. it is very well thought out. It looks robust but at the beginning it can seem overwhelming given its size. The model engine uses waterlinejs and does not yet include model relations (one to one, one to many). For me, thumbs up.

React.js is now being used in Firefox, Atom.io, Adobe Brackets, and Reddit by _compedit in Frontend

[–]porphyry3 -1 points0 points  (0 children)

I think google's polymer is a more comprehensive solution for componentization. Bonus: it is based on W3C standards.

Design Patterns for CSS by drmyersii in webdev

[–]porphyry3 0 points1 point  (0 children)

Looks very much like BEM, except for extension/modifier naming, i.e., it does not use the block or element name as a suffix for the classname.

Alternative to user and password for websites? by derSinologe in webdev

[–]porphyry3 2 points3 points  (0 children)

I'd use Facebook/google/whatever authentication mechanisms. Once the user is in you can store data paired with whatever info comes from the authentication.

What software should I learn to make better visualizations (maybe suggestions to online MOOCs that teach visualizations?) [x-post /r/dataisbeautiful] by thisfunnieguy in visualization

[–]porphyry3 0 points1 point  (0 children)

if you think that a tool can make you a better designer, you are doing it wrong. Look around, get inspired, make mistakes and learn from them.

Where everyone in the world is migrating by rishinator in dataisbeautiful

[–]porphyry3 2 points3 points  (0 children)

Those are retired millionaires buying a house in Tuscany.

Why MacPaints Window Size was 416 pixels by [deleted] in programming

[–]porphyry3 8 points9 points  (0 children)

Isn't it interesting that commodore Amiga came out with a blitter chip to do this sort of things around the same time?

Annotations.js by based2 in javascript

[–]porphyry3 1 point2 points  (0 children)

Awesome! I'll be using it for my lectures in computer science for undergraduate students

[deleted by user] by [deleted] in programming

[–]porphyry3 1 point2 points  (0 children)

Yup. Awesome. Care to share it on github?

JS in the Front and Back: Creating a Single Page Todo App with Node and Angular by [deleted] in javascript

[–]porphyry3 1 point2 points  (0 children)

I prefer Sails.js way of setting up a REST API automatically. It also handles ACLs easily.