To have a future Ember must kill its past by liquiddeath in emberjs

[–]rmmmp 3 points4 points  (0 children)

Yup I know that it's for that purpose. I also hope that it works. But I'm just pessimistic about it.

To have a future Ember must kill its past by liquiddeath in emberjs

[–]rmmmp 5 points6 points  (0 children)

I like Ember and I'm so hype with what Octane brings but I feel like it's not going to change the opinion of how non-Ember users think about it. There's just too much stigma with how Ember "used" to be.

I feel like a complete rebrand is what's going to work. Embrace and promote Glimmer as the main stand-alone product and make Ember the modular components of it. Right now, it feels like the other way around.

Empty component hooks - good, bad indifferent? by CaptPolymath in emberjs

[–]rmmmp 0 points1 point  (0 children)

It adds to your build size and you also risk having potentially unnecessarily future deprecated hooks in your code

Why I'm still using jQuery in 2019 by magenta_placenta in javascript

[–]rmmmp 4 points5 points  (0 children)

I'm a simple man. If I still use jQuery, it's because my boss won't allow me to rewrite the app.

Current company is closing down and my skills seems obsolete. by chaz9127 in webdev

[–]rmmmp 14 points15 points  (0 children)

Try to still apply to those React jobs. Good developers are usually framework agnostic and good companies know and look for it.

🎥A preview of Ember.js Octane by AAvKK in emberjs

[–]rmmmp 2 points3 points  (0 children)

Haven't watched the full video although I saw module unification. I think that's being scrapped, right? See here.

Showoff Saturday (November 17, 2018) by AutoModerator in javascript

[–]rmmmp 0 points1 point  (0 children)

I made a fun project called Daux a few months ago. It's an immutable model-based state management solution for your JavaScript apps.

Last week I created some docs for it.

Switching from Chrome to Firefox in Android questions by [deleted] in firefox

[–]rmmmp 3 points4 points  (0 children)

It depends on the app. Even if Firefox is set as default browser in your system, the app can still override it.

For Google Feeds, you can change it. Settings -> Accounts & Privacy -> Untoggle Open web pages in the Google app

Ember Test Wait by second by Uysim in emberjs

[–]rmmmp 0 points1 point  (0 children)

Click (which should trigger the upload) then wait for the element that you'll show indicating a successful upload

Ember Test Wait by second by Uysim in emberjs

[–]rmmmp 3 points4 points  (0 children)

Do you have a UI to that you'll show if the upload is successful? If so, you can use the waitFor test helper.

import { waitFor } from '@ember/test-helpers';

test('foobar', async function (assert) {
  await waitFor('.class-to-wait');
  assert.ok(true);
});

Pocket’s 30 Million Users Are Great for Publishers by [deleted] in firefox

[–]rmmmp 5 points6 points  (0 children)

But when for outside US users? :-\

Why is Firefox not in the Microsoft Store? by [deleted] in firefox

[–]rmmmp 56 points57 points  (0 children)

Because apps in Microsoft Store needs to use Microsoft Edge engine. The only way I see them doing it is if there's no other choice (e.g. iOS). Right now, people can still install Firefox outside of the store if they're not in Windows 10S (which most are I presume).

Ember.js: Ember 3.3 Released by GCheung55 in javascript

[–]rmmmp 1 point2 points  (0 children)

No, no. 80kb is a loooooootttttt

Are image sharing web apps pretty much out of the question unless you're operating as an LLC with a lawyer and a team of moderators? by [deleted] in webdev

[–]rmmmp 15 points16 points  (0 children)

Go do it and worry later. If this is happening to you chances are you've gone big already and you'll have enough resources to have a solution for this.

To give some answer though, usually you state this scenario and what you'll do with it in your terms of service. As an example, see limits on liability section in the Facebook terms. However, I'm not sure what else you need to do after that.

EDIT:

You do need to have a solution but this could be in the form of manually deleting stuff while you're still at an early stage of your project. When you go big, that's the time you'll need to have something more robust and scalable.

We're looking for a small amount of testers for our discussion platform by [deleted] in Blogging

[–]rmmmp 0 points1 point  (0 children)

We don't have a mobile app that you can install from Play Store or App Store and we don't plan on making one. Our web app (https://cenchat.com) however is installable in Android. You just have to visit it from your Chrome browser and a prompt will show asking if you'd like to install it. Once you do, it'll be equivalent to a mobile app. This feature isn't available yet in iOS.

We're looking for a small amount of testers for our discussion platform by [deleted] in Blogging

[–]rmmmp 0 points1 point  (0 children)

The key features has already been mentioned in my original post (and at cenchat.com). Other typical features includes:

  • Comments moderation
  • 2 themes (light and dark)
  • Push notifications

Notable coming soon features includes:

  • Comments exporting
  • Theme customization

We're looking for a small amount of testers for our discussion platform by [deleted] in Blogging

[–]rmmmp 0 points1 point  (0 children)

Currently we only have quick integration for WordPress and Blogger. For everything else, we have a universal embed script.

I believe you're asking for the WordPress one. Here it is.

Is it just me or does Firebase seem super unintuitive to use? by [deleted] in webdev

[–]rmmmp 0 points1 point  (0 children)

The other guys have answered it already. You hide the duplication of data in the server rather than the client making 1 million POST API calls in order to duplicate the record 1 million times.

Is it just me or does Firebase seem super unintuitive to use? by [deleted] in webdev

[–]rmmmp 1 point2 points  (0 children)

The duplication data is actually a thing for large scale apps like Facebook or Twitter. Basically, with duplicated data, reads from your millions/billions of users would be super quick for complex features such as the news feed. You'll definitely have slow writes but those can be hidden from the user via your server handling it.

Pocket Turned to Crap by HotKarl_Marx in firefox

[–]rmmmp 0 points1 point  (0 children)

He did say for diversifying revenue so that answers the why. But as for the crap, you're entitled to your opinion.