This is a bit stupid, but developers, each time you make an announcement like that, even on your own forum, blog, ..., take the time to write 1 sentence telling people what the software does. I clicked on the link, have…
Huge angular 1.x fan here , still using it. I'm not going to move to 2.x for a few reasons - it's an entire new framework, the only thing in common in the name - typescript : if you need typescript to write your…
> Migration between infrastructures is always painful, so I don't think vendor lock in is that big a deal, if you keep APIs small and their I/O well documented (and designed). hmm, not if the only thing you have to do…
Yes, if you look at the source code I use unification to tell whether types match or not.
yep, I wrote this : https://github.com/Mparaiso/lodash-go which is in theory "runtime type safe" in the sense that is yields an error if types do not match , but it uses reflection which leads to a huge performance hit.…
> whats wrong with Brackets/Sublime/DW/Notepad and a web browser Designers usually have a "visual first" approach, developers tend to have a "code first" approach. So a tool that allows setting up stuff visually instead…
This is a tool for web designers so it makes sense to try something a bit flashy. Now is it efficient or does it help convey a specific message I don't know. To their credit the site is responsive and there is less…
> Or to put it bluntly: it fucking sucks when studios use Kickstarter when they are in no need of crowdfunding. Well, Kick Starter is now mainly a marketing tool anyway. It helps increase "engagement" with Brands.…
> The Go standard library is so strong around web servers it's hard to recommend anything else. The http packages provides the bare minimum. A serious app requires way more features than what is provided,a router than…
Europeans have their own sets of problems ,believe me, don't paint everything all black or all white. Granted almost free education is something great.
I'm really motived to create an opensource alternative as I was a big pipes user. I set up a repo (obviously empty for now) ,I'll try to come up with a minimal working app before yahoo pipes gets frozen:…
This is a bit stupid, but developers, each time you make an announcement like that, even on your own forum, blog, ..., take the time to write 1 sentence telling people what the software does. I clicked on the link, have…
Huge angular 1.x fan here , still using it. I'm not going to move to 2.x for a few reasons - it's an entire new framework, the only thing in common in the name - typescript : if you need typescript to write your…
> Migration between infrastructures is always painful, so I don't think vendor lock in is that big a deal, if you keep APIs small and their I/O well documented (and designed). hmm, not if the only thing you have to do…
Yes, if you look at the source code I use unification to tell whether types match or not.
yep, I wrote this : https://github.com/Mparaiso/lodash-go which is in theory "runtime type safe" in the sense that is yields an error if types do not match , but it uses reflection which leads to a huge performance hit.…
> whats wrong with Brackets/Sublime/DW/Notepad and a web browser Designers usually have a "visual first" approach, developers tend to have a "code first" approach. So a tool that allows setting up stuff visually instead…
This is a tool for web designers so it makes sense to try something a bit flashy. Now is it efficient or does it help convey a specific message I don't know. To their credit the site is responsive and there is less…
> Or to put it bluntly: it fucking sucks when studios use Kickstarter when they are in no need of crowdfunding. Well, Kick Starter is now mainly a marketing tool anyway. It helps increase "engagement" with Brands.…
> The Go standard library is so strong around web servers it's hard to recommend anything else. The http packages provides the bare minimum. A serious app requires way more features than what is provided,a router than…
Europeans have their own sets of problems ,believe me, don't paint everything all black or all white. Granted almost free education is something great.
I'm really motived to create an opensource alternative as I was a big pipes user. I set up a repo (obviously empty for now) ,I'll try to come up with a minimal working app before yahoo pipes gets frozen:…