Skip to content
+1 (647) 692-6626[email protected]
Facebook page opens in new windowTwitter page opens in new windowInstagram page opens in new windowYouTube page opens in new window

Login

AKEX.ca
Wholesale Computer Parts, Wholesale Computers, Computer Distributors, Wholesale Electronics
AKEX.caAKEX.ca
  • Home
  • Products
  • Exclusive Auctions
  • Company
  • Contact Us
  • AKEX News
  • Get In Touch!
Search:
  • Home
  • Products
  • Exclusive Auctions
  • Company
  • Contact Us
  • AKEX News
  • Get In Touch!

AKEX Computer Component News

Twitter wants to charge brands $1,000 per month to be verified

Twitter wants to charge brands $1,000 per month to be verified

Computer ComponentBy admin6 February 2023

Twitter really wants to cash in on its new verification system and brands could be the ones holding the bill. As reported by The Information, the company is considering charging brands $1,000 per month to keep their gold verification badge on the social media platform. Incredibly, that $1,000 per month will only cover their main…

Details
tiny11 runs on tiny amount of RAM

Stripped Down Windows 11 OS Runs on 200 MB of RAM

Computer ComponentBy admin6 February 2023

PC enthusiasts have been inspired by the de-bloated Windows 11 22H2 build, tiny11, and its relatively meager hardware demands. On Friday we reported on tiny11’s developer NTDev, who distilled Microsoft’s cumbersome OS into a sub-8GB wonder, claiming the slimmed-down system ran “great” with 2GB of RAM. Today, NTDev followed up with a boast that his…

Details
A middle-aged couple using a laptop on the verandah of their farm in rural Australia

Intel’s next-gen Meteor Lake CPUs could be amazing for laptops

Computer ComponentBy admin6 February 2023

Meteor Lake CPUs, Intel’s next-gen chips to follow Raptor Lake, are going to provide some huge boosts on the efficiency front if a fresh rumor proves to be correct. As Wccftech (opens in new tab) reports, this is another from that fountain of speculation which is Twitter, and one of the better-known hardware leakers on…

Details
Lockwood, Lucy, and George look concerned as they stare at something off-camera in Netflix

Google Chrome browser gets Nvidia RTX GPU tech that could revolutionize Netflix viewing

Computer ComponentBy admin6 February 2023

Google Chrome now supports new Nvidia technology that upscales video playing in the web browser with what look to be seriously impressive results, or at least this feature is now live in testing. VideoCardz (opens in new tab) (via Tom’s Hardware (opens in new tab)) noticed the preview release of the tech which is called…

Details
Report: Apple won't launch a new Mac Studio due to similarities with upcoming Mac Pro

Report: Apple won’t launch a new Mac Studio due to similarities with upcoming Mac Pro

Computer ComponentBy admin6 February 2023

An Apple silicon Mac Pro is expected to launch in 2023. While pro users are eager to get their hands on a modular Mac with a custom processor, Bloomberg‘s Mark Gurman, in his Power On newsletter, points out that those who like the Mac Studio brand won’t have another iteration to get in the foreseeable…

Details
13th Gen Raptor Lake CPU

Intel Preps Two 13th Gen Raptor Lake Black Edition CPUs

Computer ComponentBy admin5 February 2023

Intel’s 13th Generation Raptor Lake family, which has several members among the best CPUS, will soon welcome two new members. Sadly, the Core i5-13490F and Core i7-13790F may not be available in the U.S. market. Both chips have already emerged in Intel documents (opens in new tab); however, they haven’t found their way into Intel’s…

Details
Nvidia RTX Video Super Resolution

New Chrome Version Will Support Nvidia 4K Upscaling

Computer ComponentBy admin5 February 2023

Google has released an ‘Early Stable Update for Desktop’ which heralds the arrival of Nvidia’s RTX Video Super Resolution to the Chrome browser. This new video stream upscaling feature, using the same kind of AI that has made Deep Learning Super Sampling (DLSS) such a success in the games sphere, now only needs a new…

Details
Cracked GPUs

Buying Second-Hand GPUs Is a Good Idea, Even From Miners: LinusTechTips

Computer ComponentBy admin5 February 2023

LinusTechTips shared a new video recently showing the advantages of buying second-hand GPUs right now, even if the cards were used for mining. The video’s goal was to disprove the growing ideology that mining cards are bad purchases altogether and show how mined GPUs can be in as good, or even better condition compared to…

Details
flying car

Jetoptera’s new VTOL flying car is designed to nearly reach Mach 1

Computer ComponentBy admin5 February 2023

What if your car could fly? That’s the basic question behind Jetoptera’s ongoing mission to create a fluidic propulsion system that makes aerial mobility more commonplace. Enter the company’s newest project, the Jetoptera 2000, a VTOL flying car that can lift off and land vertically. But if a flying car wasn’t intriguing enough, the Jetoptera…

Details
SSD Health in Windows

How to Check SSD Health in Windows 10 and Windows 11

Computer ComponentBy admin5 February 2023

If you want to keep your PC running in peak condition, you should occasionally check on the vitals of critical components. One of the most important is your solid-state drive (SSD), which holds your operating system and your application data in most cases. SSDs have exploded in popularity over the years and likewise have long…

Details
→12345…
6789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725
726→
Recent Posts
  • Twitter wants to charge brands $1,000 per month to be verified 6 February 2023
  • Stripped Down Windows 11 OS Runs on 200 MB of RAM 6 February 2023
  • Intel’s next-gen Meteor Lake CPUs could be amazing for laptops 6 February 2023
  • Google Chrome browser gets Nvidia RTX GPU tech that could revolutionize Netflix viewing 6 February 2023
  • Report: Apple won’t launch a new Mac Studio due to similarities with upcoming Mac Pro 6 February 2023
Archives
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • December 2020
  • September 2020
  • April 2020
  • August 2018
  • July 2018
  • August 2016
Akex Google review



Akex Google rating
AKEX.ca
AKEX © 2023. All Right Reserved. Designed by AHLIMOSA | Privacy Policy | Terms of Use
Go to Top

PRODUCT CATEGORIES

  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
  • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
      • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
    • Delete
      • Delete
  • Delete
    • Delete
      • Delete
  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.