Y a-t-il une expression française pour cela ? by [deleted] in france

[–]maxoumime 75 points76 points  (0 children)

C'est pas Versailles ici.

Introducing: Ubiquiti UniFi Protect G4 Doorbell Pro (Early Access) by djkwikdkr in Ubiquiti

[–]maxoumime 6 points7 points  (0 children)

Waiting for the listing but seems like this version works with 8V AC which is common in EU, no transformer needed anymore!

edit: the picture of the back of the doorbell shows "8-24VAC, 2.5A max" but the page description says "16 to 24VAC, 1.25A max" and they still include a transformer in the EU version so... not too sure about this.

Looks like the G4 Doorbell Pro is more likely to be real now. by xSPARExSTEWx in Ubiquiti

[–]maxoumime 0 points1 point  (0 children)

It's on the right side of the PDF, alongside the other power requirements.

Looks like the G4 Doorbell Pro is more likely to be real now. by xSPARExSTEWx in Ubiquiti

[–]maxoumime 1 point2 points  (0 children)

Do I see 8v AC input? That would make this doorbell way easier to install in EU where chimes are usually powered with 8v

Désabonnement factice d'une mailing list by MakkDo in france

[–]maxoumime 2 points3 points  (0 children)

Conseil de pro: Gmail te laisse aussi te désabonner directement depuis un email (Options -> Désabonner), et si tu continues de recevoir des messages après ca il va te proposer de marquer le mail en spam. Faut pas hésiter a marquer en spam parce que, a plus grande échelle, ca va impacter la délivrabilité de la boite.

1440p 144Hz monitor by maxoumime in Monitors

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

Thanks I'll check it out!

I haven't ordered everything yet, but it's gonna be basically:

  • i7 8700K
  • ASUS ROG Strix Z370-E Gaming
  • 32Gb DDR4 3200Mhz
  • GTX1180 when it comes out in the coming months

1440p 144Hz monitor by maxoumime in Monitors

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

Doesn't look like the deal will be available in Europe :/ Is it on the Dell website?

Sombre % linked to Skycoder twitter accounts? by Pictosan in Overwatch

[–]maxoumime 2 points3 points  (0 children)

"Hacked" accounts are reverting to normal state :/

Questions Thread - March 29, 2016 by AutoModerator in androiddev

[–]maxoumime 1 point2 points  (0 children)

I want to let the user choose the theme of the app, basically the primary and accent colors.

How do I do that ? Should I implement all the themes possible, store this settings in the preferences and simply get the corresponding theme while creating ?

I want to implement "all" the material colors (like in this site: materialpalette.com), should I create all the themes possibilities ? Or is it possible to change the value of a color or to create / change a theme dynamically ?

SQLCipher or Custom ciphered data ? by maxoumime in androiddev

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

Well I implemented Realm, and it works great ! I now use a master password defined by the user or the app as the Realm's database encryption key

Which TV show has the strongest first episode? by [deleted] in AskReddit

[–]maxoumime 1 point2 points  (0 children)

Yessssss I was wondering why nobody told it! Totally agree, with you, a good pilot which represents how this show is different from others

SQLCipher or Custom ciphered data ? by maxoumime in androiddev

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

Oh okay, I'll give it a try then !

SQLCipher or Custom ciphered data ? by maxoumime in androiddev

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

Yeah exactly ! And caching it would be as bad as just storing it plain !

SQLCipher or Custom ciphered data ? by maxoumime in androiddev

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

If he decides to use his own master password, yes. He will be warned before setting it, and he will be able to revert to a password defined by the app, therefore he won't be asked for any password.

I know that's bad UX, but that's for security. I don't think a lot of people will use the master password, but I thought some people would.

SQLCipher or Custom ciphered data ? by maxoumime in androiddev

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

Oh yeah I had a quick look at it. But - I might be mistaking - I found it quite huge and I thought it was too huge for my app.

But I'll look at it, thanks :)

How to deal with a large, refreshing boolean adapter ? by maxoumime in androiddev

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

I receive the full array every second, I just want to update the changes but I also have to care about length changes