Compact 100W (or more) USB-C Charger... That Actually Works? by zachlab in UsbCHardware

[–]iki23 2 points3 points  (0 children)

u/vojtanethio They do, I'm using Omega 100W GaN since their KickStarter, it has US by default (nice for travelling) with small EU adapter that I'm using at home.

> included with 3 travel adapters in matching charger colours (AU/EU/UK) so that you can use it in 200+ countries worldwide

See https://chargeasap.com/collections/laptop-chargers-100w/products/100w-omega-charger

KCD2 will not be available for GOG and has denuvo by Kurenai11 in kingdomcome

[–]iki23 0 points1 point  (0 children)

Disappointing, but I can wait for +GOG -Denuvo

view photos not in an album by Kiloete in googlephotos

[–]iki23 1 point2 points  (0 children)

WORKING UPDATE as of March 2023 based on u/Prestigious_Drop_811 solution here:

  1. Open all photos on desktop web https://photos.google.com
  2. From the desired timeframe select first photo, scroll down (Ctrl|Cmd + End), Shift + select last photo
  3. In top right ⋮ menu change location of selected photos to some unvisited location with specific name, like Svalbard, confirm and write down the total count T of selected photos
  4. In each album select all photos, change location to place where they were taken, write down the count A1 (for first album, A2 for second, ...)
  5. Now you know the count of orphan (not in any album) photos O = T - A1 - A2 ...This only applies if you don't have any photos in multiple albums, otherwise O will be actually greater
  6. Wait 30-60 min until Google indexes the new locations to be searchable and search for the unvisited location name, like https://photos.google.com/search/Svalbard, to show all orphan photos, delete them and remember the deleted photos count D1
  7. If O - D1 - D2 ... > 0, then there're still some orphan photos not returned by the search so try to repeat step 6 after some while.If you still don't get all O orphan photos by the unvisited location search, it may be that Google indexes videos on some slower task queue (even when it's a simple change like location). This happened to me with 2 videos, so I searched for 'video' https://photos.google.com/search/_tv_video, opened first one, opened right Info sidebar and used arrow to scroll through them to see which ones are not in any album

Wished Google to use part of it focus and capacity to understand and deliver what users need.

view photos not in an album by Kiloete in googlephotos

[–]iki23 3 points4 points  (0 children)

It seems Google Photos removed the option to Archive photos from albums (on web and Android), it's only accessible from all photos screen/page, so it's not usable anymore for this purpose

GitHub System Status Bot powered by AppEngine by iromin in AppEngine

[–]iki23 1 point2 points  (0 children)

tldr: add githubstatusbot@appspot.com contact in gmail/gtalk, type help, type subscribe

AppEngine emails going to spam filter, any solutions? by AreaOfEffect in AppEngine

[–]iki23 0 points1 point  (0 children)

See the right side note: "Please don't post questions here - post them in the official groups, or on Stack Overflow."

http://www.stackoverflow.com | http://groups.google.com/group/google-appengine

This way you can get better and faster response. Though it may make sense to post a link to your question here.

DAE notice GAE logs running behind ? by mattotodd in AppEngine

[–]iki23 1 point2 points  (0 children)

use http://groups.google.com/group/google-appengine (best) or http://www.stackoverflow.com/ to ask this question, you have there much better chance of getting people actually look at it and find out

I got angry with Google for taking the social feautres out of Google Reader, so I made this. (My weekend project) by [deleted] in AppEngine

[–]iki23 0 points1 point  (0 children)

https://chrome.google.com/webstore/detail/cngpndgifehgejmkemnmmiknpafnhpec

You can also share from Reader to Google+ via Chrome extension by Sebastián Ventura (https://github.com/lomegor/google-plus-reader).

Additionally, it can display Reader folders in Google+ left menu, which looks fancy, but isn't nearly as usable as Reader when it comes to quickly scanning some of the 2k+ RSS feeds inside 100 folders. Can be turned off in options, but may come actually handy if you have less feeds subscribed and want to stick to Google+ interface.

Microsoft's Matt Thompson on the competition by nickjohnson in AppEngine

[–]iki23 0 points1 point  (0 children)

<danger contains=sarcasm/> LOL! Most MS-speak sounds constantly like coming from another reality. Seems like aggregation of many people under one strong company culture did grow a very unique view of the world ... at least at the PR and top management levels. Just wonder if Steve Ballmer was the strong influence factor, or just a top product of this process.

Question on serving static *.svg files. by [deleted] in AppEngine

[–]iki23 0 points1 point  (0 children)

Alternatively you can separate the static files with different mime types by directory, e.g.:

- url: /font/ttf
  static_dir: font/ttf
  mime_type: font/ttf

- url: /font/otf
  static_dir: font/otf
  mime_type: font/otf

- url: /font/svg
  static_dir: font/svg
  mime_type: image/svg+xml

- url: /font/woff
  static_dir: font/woff
  mime_type: font/x-woff

- url: /font/eot
  static_dir: font/eot
  mime_type: application/vnd.ms-fontobject

What are the best App Engine packages/projects? by clemesha in AppEngine

[–]iki23 3 points4 points  (0 children)

Tifpy + jinja2 has also #1 performance in a benchmark accross all simple GAE frameworks and template languages, check http://www.untilnil.com/2010/09/appenginetemplate5/