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

just... why?


The ui is busy, slow and good luck finding what you need in there. If they stripped it down to just tasks and columns, it might be slightly usable.


This is good feedback and am sure it is coming out of pain of everyday usage. In my opinion, they have a mammoth that needs heavy maintenance. What do ya think?


Raspberry Pi maybe?


I'll preface this with: I am in no way affiliated with O'Reilly. I would suggest this book for a deeper look into Go's concurrency http://shop.oreilly.com/product/0636920046189.do While Go does have channels to allow concurrent communication, it also allows the use of mutexes for concurrency similar to c/c++. And on the flip side, there's things like libmill in C that will give you Go-like concurrency. It is also worthwhile looking at how Go's memory model works (it's similar to tcmalloc). Additionally, looking at the implementation of channels maybe interesting for you. It consists of a buffer that gets memcopy'd with mutexes for synchronization, granted, that's a very simplified view of it.


Well it's not in Google's DNS records... Is that G an actual "G"? Read this http://mashable.com/2016/11/21/fake-google-domain/#EfEO7G8ZY...


Yes this is exactly the same problem. Thanks so much.


There is documentation?


What, this mind dump that you called README? Hardly.


I just want to point out that TLS verification is extremely fast in HTTP2 to the point where speed is arguably a non-issue.


Well fullstack Javascript is pretty common, you can use express or Koa, and passport works well for auth. Really you could use any backend and be just fine, whether it's Python, Ruby, Go, Elixir, etc. Burger (BGR) stack is popping up lately too http://go-talks.appspot.com/github.com/gophercon/2016-talks/.... Additionally things like Redux and Relay make it very nice to communicate between React and your backend. Otherwise, just speaking ajax to the backend works.


To get started on all of this, is there any boiler plates with auth built-in to take a look instead of reimplementing everything from the base up?


You could use something like Django as an API for React to hit. It has user auth, and if you use django-rest-framework it works flawlessly with React/webpack


Are you open to using parse-server? It has good auth API's built in.


My understanding of Smalltalk is extremely small, but, this is an apple to well a tree, so smalltalk images and docker images are both ways to persist some sort of state at runtime, however, Smalltalk images are more like configuration while docker images are more of an entire environment.


I pulled the trigger at work that all new services we build in Node use Koa if the need a web framework because it utilizes ES6/7 features most effectively while still having a good bit of simplicity. That said, all of our legacy services, in Node, that need a web framework use Express. I find Express is a good beginner web framework and then once you understand ES 6/7 features in more depth, Koa becomes rather easy to switch to.


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

Search: