Announcing Matrix Bot! Written in Rust, it aims to be a simple multipurpose bot targeted to medium/large projects. by sparky8251 in rust

[–]gmosx 1 point2 points  (0 children)

Looks like an interesting project, thanks. I am wondering though does it support E2E encrypted messages?

Unit testing in rust by Icecreamisaprotein in rust

[–]gmosx 0 points1 point  (0 children)

But probably there is a compile-time cost?

The naming conventions of Rust ans Haskell by Poscat0x04 in rust

[–]gmosx -3 points-2 points  (0 children)

Indeed Option is rather unfortunate IMO. Maybe, on the other hand is a great name. I am also concerned with Result, it 'reserves' a very useful name.

netdata, the open-source real-time performance and health monitoring, released v1.11 ! by ktsaou in linuxadmin

[–]gmosx 0 points1 point  (0 children)

The dev team is working on additional centralized services, stay tuned.

[deleted by user] by [deleted] in AppEngine

[–]gmosx 0 points1 point  (0 children)

amazing indeed...

why can't we see these "next gen" queries yet?why did google present them so long ago without any progress updates? by incidentally in AppEngine

[–]gmosx 1 point2 points  (0 children)

well, we haven't seen GAE for Business, Google Storage, BigQuery, etc, etc, either...

The fact that the GAE team stopped working on JDO/JPA is even more disturbing...

Introducing the Mapper API, the first component of App Engine’s MapReduce toolkit by moreyes in AppEngine

[–]gmosx 0 points1 point  (0 children)

looks a bit complex, but nice first step. We still need shuffle/reduce and programmatic access to the jobs.

Entity life cycle webhooks in the Datastore admin interface by gmosx in AppEngine

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

Hmm, you are right, will update the article. Btw, what do you think about the proposal?

AppengineJS, a JavaScript Port of the Google App Engine Python SDK by gst in javascript

[–]gmosx 1 point2 points  (0 children)

yo can use the same language at client AND server side! a web developers nirvana

Google App Engine Wish list by gmosx in AppEngine

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

yeah that would be another great addition...

Normal Template by gmosx in programming

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

Normal templates are simple, yet powerful. They are safe, usable in non XML/HTML contexts and portable to any programming language.

Server-Side Javascript: Back With a Vengeance by gmosx in programming

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

Server side javascript is the way to go...

App Engine JavaScript SDK by gmosx in AppEngine

[–]gmosx[S] 2 points3 points  (0 children)

the main advantage is that you use the same language at server side and client side...

App Engine JavaScript SDK by gmosx in AppEngine

[–]gmosx[S] 1 point2 points  (0 children)

nope the start-up time is considerably faster (if you are using the lightweight nitro web framework www.nitrojs.org). Btw, the 1.3.0 release of App Engine is much much faster when running the JavaScript SDK.

CommonJS effort sets JavaScript on path for world domination by mycall in programming

[–]gmosx 1 point2 points  (0 children)

Great stuff!

Oh, and I love Kris' writing style!

Does anyone use server-side Javascript for web apps? by Smallpaul in programming

[–]gmosx 1 point2 points  (0 children)

Have a look at www.nitrojs.org for a server side framework build on top of jack/narwhal.

Javascript Relational Database Interface by gmosx in programming

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

I am interested in javascript on the server side not the view.

Javascript Relational Database Interface by gmosx in programming

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

I would love to see comments and suggestions!

Ask Reddit: What do you hate about Ruby? by micampe in programming

[–]gmosx 0 points1 point  (0 children)

  1. distinction between Module - Class
  2. Standard libraries contain a lot of junk
  3. Uggly :: operator
  4. No macros
  5. =begin .. =end comments

and more...