I suspect they'll get zero PRs: "The files in this repo are for historical reference only and will remain read-only and unmodified in their original state. Please do not send Pull Requests suggesting any modifications…
It seems almost self evident the game would not have been greenlit without a form of DRM. Most of the comments here are lamenting the game having DRM, but they're comparing having the game with DRM vs having the game…
Well done! Not an easy task
> we should have an SQL database in the frontend Although not SQL, this is essentially the approach Meteor takes where you have your same DB on the front and back end https://www.meteor.com/
Not Ruby's default REPL, but Pry Stack Explorer provides this functionality to Ruby
Microsoft had an advertising campaign for Windows Vista called the Mojave Experiment: https://en.wikipedia.org/wiki/Mojave_Experiment
Are there any good real world benchmarks for Ruby?
This is very cool. I'm heavily invested in Vue.js, but seeing these kinds of features of the horizon with React makes me a bit jealous. The APIs do see unintuitive, but as Dan said, they are not finalized yet. I…
> William Whyte‘s rule: Virtually all corporate relocations involve a move to a location which is closer to the CEO’s home than the old location. Of course, it's hard to pick any location farther than Seattle from DC.
I'm trying to understand the problem this solves. Let's say you have an HTTP API which allows users to update their email address: POST /api/user/:username/update_email But you change the application to require API…
How is TOML not properly nestable?
How did you make / optimize the animated gifs on the front screen?
How did you handle user signup / authentication to your service? Did it piggy-back on VK's authentication?
There are some other issues for users trying to follow along. I hit my next snag from moment.js not being imported, and not having the filters domain, amFromUnix and amTimeAgo not being found. I see you addressed these…
Just a minor point, but your first stories.component.html snippet doesn't include {{i}}, so the way it renders in the browser is different than your screenshot
Fails for me pretty early on: ng set defaults.styleExt scss Could not start watchman; falling back to NodeWatcher for file system events. Visit http://ember-cli.com/user-guide/#watchman for more info. Cannot read…
Multiple microservices are supposed to have different data backends, so that they are completely independent. Splitting your data up this way isn't all roses, but ideally the services are isolated so an update to one…
One method: My employer has asked me to keep some information confidential, including its employee compensation. I'm sure that you expect your employees to keep a certain level of confidentiality about information as…
What is the "code insight" feature? Is it an intellisense feature of VSCode?
I know very little about the subject, but when multi-core processors were first introduced, I remember that the general wisdom was that server software could benefit, from its highly concurrent nature, but games and…
The first result from Google for nodejs worker pool leads to this project: https://github.com/jeffmo/node-worker-pool The project has only 9 stars on GitHub. While it might be a perfectly fine solution that fixes OP's…
Thanks. Should any other packages be in core that are not?
How often do you use npm packages which are not part of atmosphere? I remember this not working great. Have things changed?
Go and Rust and included in the Computer Language Benchmark game: http://benchmarksgame.alioth.debian.org/ Nim, and many of the other interesting languages mentioned in this thread are not. I'm not sure if this is a…
For what it's worth, I installed this in my VIM, switching between files took about 4 seconds instead of 1, so I uninstalled it.
I suspect they'll get zero PRs: "The files in this repo are for historical reference only and will remain read-only and unmodified in their original state. Please do not send Pull Requests suggesting any modifications…
It seems almost self evident the game would not have been greenlit without a form of DRM. Most of the comments here are lamenting the game having DRM, but they're comparing having the game with DRM vs having the game…
Well done! Not an easy task
> we should have an SQL database in the frontend Although not SQL, this is essentially the approach Meteor takes where you have your same DB on the front and back end https://www.meteor.com/
Not Ruby's default REPL, but Pry Stack Explorer provides this functionality to Ruby
Microsoft had an advertising campaign for Windows Vista called the Mojave Experiment: https://en.wikipedia.org/wiki/Mojave_Experiment
Are there any good real world benchmarks for Ruby?
This is very cool. I'm heavily invested in Vue.js, but seeing these kinds of features of the horizon with React makes me a bit jealous. The APIs do see unintuitive, but as Dan said, they are not finalized yet. I…
> William Whyte‘s rule: Virtually all corporate relocations involve a move to a location which is closer to the CEO’s home than the old location. Of course, it's hard to pick any location farther than Seattle from DC.
I'm trying to understand the problem this solves. Let's say you have an HTTP API which allows users to update their email address: POST /api/user/:username/update_email But you change the application to require API…
How is TOML not properly nestable?
How did you make / optimize the animated gifs on the front screen?
How did you handle user signup / authentication to your service? Did it piggy-back on VK's authentication?
There are some other issues for users trying to follow along. I hit my next snag from moment.js not being imported, and not having the filters domain, amFromUnix and amTimeAgo not being found. I see you addressed these…
Just a minor point, but your first stories.component.html snippet doesn't include {{i}}, so the way it renders in the browser is different than your screenshot
Fails for me pretty early on: ng set defaults.styleExt scss Could not start watchman; falling back to NodeWatcher for file system events. Visit http://ember-cli.com/user-guide/#watchman for more info. Cannot read…
Multiple microservices are supposed to have different data backends, so that they are completely independent. Splitting your data up this way isn't all roses, but ideally the services are isolated so an update to one…
One method: My employer has asked me to keep some information confidential, including its employee compensation. I'm sure that you expect your employees to keep a certain level of confidentiality about information as…
What is the "code insight" feature? Is it an intellisense feature of VSCode?
I know very little about the subject, but when multi-core processors were first introduced, I remember that the general wisdom was that server software could benefit, from its highly concurrent nature, but games and…
The first result from Google for nodejs worker pool leads to this project: https://github.com/jeffmo/node-worker-pool The project has only 9 stars on GitHub. While it might be a perfectly fine solution that fixes OP's…
Thanks. Should any other packages be in core that are not?
How often do you use npm packages which are not part of atmosphere? I remember this not working great. Have things changed?
Go and Rust and included in the Computer Language Benchmark game: http://benchmarksgame.alioth.debian.org/ Nim, and many of the other interesting languages mentioned in this thread are not. I'm not sure if this is a…
For what it's worth, I installed this in my VIM, switching between files took about 4 seconds instead of 1, so I uninstalled it.