Recommended Posts

Hi people!


I am looking to buy a laptop and I have come across two that I would like to buy they have a £100 difference but I am confused on which one to get. First of all both the laptops are almost the same but I don't get why there is a £100 difference and which one should I choose.

 

Thank you

 

Laptop 1 Specs: 

CPU, Memory and Operating System:                              

Intel Core i7 8550u quad core processor

1.8GHz processor speed

8GB RAM DDR4

2TB HDD storage 

Hard drive speed 5400RPM

Microsoft Windows 10

 

Display features:

15.6 inch screen

High definition display

Resolution 1920 x 1080 pixels

 

Graphics:

620 graphics card

Shared graphics card

 

Interfaces and connectivity:

SD media card reader

1 USB 2.0 port

2 USB 3.1 ports

1 HDMI port

Wi-Fi enabled

 

Multimedia features:

HD webcam

Built-in mic

Built-in audio sound system

 

Software included:

Yes

 

General features:

Up to 11 hours battery life

Size H2.38, W38, D25.38cm

Weight 2.1kg

EAN: 192018668270

 

Laptop 2 Specs: 

CPU, Memory and Operating System:

Intel Core i7 7500u dual core processor

2.7GHz processor speed

8GB RAM

2TB HDD storage

Microsoft Windows 10

 

Display features:

15.6 inch screen

Resolution 1920 x 1080 pixels

 

Graphics:

Intel HD Graphics 620 graphics card

Shared graphics card

 

Interfaces and connectivity:

SD media card reader

Secure Digital (SD)

1 USB 2.0 port

2 USB 3.1 ports

1 Ethernet port

1 HDMI port

Bluetooth

Wi-Fi enabled

 

Multimedia features:

HD webcam

Built-in mic

Built-in audio sound system

 

General features:

Size H2.38, W25.38, D38cm.

Weight 2.1kg.

EAN: 191628270262.

 

Link to comment
https://www.neowin.net/forum/topic/1357104-advice-on-buying-a-new-laptop/
Share on other sites

I agree the 1st option is definitely better on paper

the extra cores compensate for the lower clock. its a normal trend with more cores :)
the clock will increase with the turbo as well as needed.

 

my only other question is what are the OEMs for the 2 models? are they from the same company or 2 different brands?

The 8550u is about a year newer than the 7500u - different generations of processor (Kaby Lake vs Kaby Lake R).

A performance comparison can be found here: http://cpu.userbenchmark.com/Compare/Intel-Core-i7-8550U-vs-Intel-Core-i7-7500U/m320742vsm171274

 

Also, I'd be careful about buying a machine with a 5400RPM disk.  Doesn't matter how quick your processor is, a disk this slow will be a huge bottleneck in your machine.

^ I agree with those people. Extra cores can really help you out. And 8th gen at that.

1 minute ago, Fahim S. said:

 

Also, I'd be careful about buying a machine with a 5400RPM disk.  Doesn't matter how quick your processor is, a disk this slow will be a huge bottleneck in your machine.

He can always replace it with a SSD...

6 minutes ago, Brandon H said:

I agree the 1st option is definitely better on paper

the extra cores compensate for the lower clock. its a normal trend with more cores :)
the clock will increase with the turbo as well as needed.

 

my only other question is what are the OEMs for the 2 models? are they from the same company or 2 different brands?

I apologise for not mentioning this. They are both HP laptops. 

Turbo on the 8th gen is going to give you more on a mobile device (for general use).  You'll actually get a marginally higher clock speed for short bursts, plus the two additional cores.

 

On laptops, pegging the CPU at 100% usage is going to trigger throttling due to heat anyway, so the 7th gen chip is going to clock down if the temperature starts rising.

There is still software that does not take advantage of multiple cores and does in fact notice the clock speed.

 

A good example of that is most console emulators. Limited by the way the emulator works, the emulation of other CPU is very dependent on the clock speed of the emulator CPU.

 

It puzzles me that in this entire thread there was not a single question about the usage scenario of the new laptop. There are lots of scenarios where neither unit is "suitable to task" and lots where both are just fine, so select the one less likely to fall apart.

 

One universal truth is that if you don't use the laptop for anything at all, it will perform great and be a good purchase.

Hello,

 

Just to confirm, Laptop #1 does not have Ethernet?  If that's correct, you may wish to add a USB to Ethernet adapter for times when you need to use a wired connection.

 

Regards,

 

Aryeh Goretsky

 

12 hours ago, DevTech said:

There is still software that does not take advantage of multiple cores and does in fact notice the clock speed.

 

A good example of that is most console emulators. Limited by the way the emulator works, the emulation of other CPU is very dependent on the clock speed of the emulator CPU.

 

It puzzles me that in this entire thread there was not a single question about the usage scenario of the new laptop. There are lots of scenarios where neither unit is "suitable to task" and lots where both are just fine, so select the one less likely to fall apart.

 

One universal truth is that if you don't use the laptop for anything at all, it will perform great and be a good purchase.

you make a good point but at the same time many app including console emulators are starting to code for multi-core use. Look at Dolphin for a good example, they've got some good experimental things in the works.

4 hours ago, Brandon H said:

you make a good point but at the same time many app including console emulators are starting to code for multi-core use. Look at Dolphin for a good example, they've got some good experimental things in the works.

In the very hypothetical case of someone buying a laptop for the sole purpose of emulation "on the go" then with the current state of the art, highest possible clock speed would be the way to go.

 

There are also a few other classes of software where clock speed is paramount.

 

In the case of Dolphin and Citra and Cemu, the CPUs and GPUs being emulated are just at the (newly comfortable) limit of what is possible and for the most part they work best with a single core CPU of 3.5 to 4.5 ghz.

 

Even at 4.5 ghz, the CPU is too slow to keep up with a precise interpretation of system being emulated so the huge achievement at the expense of some accuracy was on-the-fly compiling of the emulated CPU's machine code to Intel machine code and then executing that quickly. Clearly the compiling task could benefit from multiple cores based on some sort of look ahead or branch prediction etc and separate cores for emulating the CPU, GPU and Audio chips might be another break-out.  The big problem I think is coordinating multiple cores to get the timing accurate to micro-seconds as a lot of the old code depends on the actual speed of various hardware and the precise order of execution. The audio engine is particularly a factor in many other timings. I would not hold out a huge amount of hope that the problem gets solved but for sure some amazing stuff has already been figured out.

 

I have not worked on the code of emulators so I'm making a loose summary, but I have worked on PCI device drivers in multicore Windows and I can say that Windows is NOT a Real-Time Operating System and getting code timing right when you have device driver priority and you want things to happen at a certain precise time rather than the usual case of "fast as possible" is very hard to do. At user level multcore programming, you would probably need to make a device driver to access the HPET or something similar.

 

One thing that really amazes me is the huge progress in the last year in emulating the very weird Sony PS3 hardware with its many specialized CPUs:

 

See: https://rpcs3.net/blog/2018/01/23/rpcs3-2017-wrap-up-a-stunning-year-of-progress/

 

"it’s important to note that the PlayStation 3 processor called Cell is a complex piece of hardware that essentially has two different types of CPU cores: One PPU core with simultaneous multithreading (what Intel would call Hyperthreading) and six SPU cores that games use, which among many interesting features have vector registers, something Intel and AMD would introduce with the AVX extension in 2012 with Sandy Bridge and Bulldozer. The PPU core of the Cell processor is for all intents and purposes quite ordinary CPU core that the main code of a game would run on. The PPU LLVM recompiler uses a fantastic piece of software called LLVM to translate PPU code into an intermediary LLVM representation that is then finally translated, and optimized, into native Intel/AMD code. And all of this is done ahead of time (AoT), before the game starts! The idea here is to get near native performance in PPU code execution and today that goal is pretty much reached. In simpler games with no SPU or graphics bottlenecks this recompiler is capable of reaching hundreds, sometimes thousands, of frames per second."

This topic is now closed to further replies.
  • Posts

    • Very umm, blue?  
    • Steam Summer Sale 2026 kicks off offering weeks of PC game discounts by Pulasthi Ariyasinghe Every year, one of the biggest events that Valve hosts is the Steam Summer Sale. Now, the 2026 edition has just kicked off, bringing discounts for everything from the newest games and retro gems to all sorts of DLC packs. As always though, PC gaming hordes have managed to shake the servers of Steam just as the sale opened its doors, so expect the prices, store pages, and services to not show up properly for some time till the backend stabilizes. You'll find sales being present, though with minor cuts, for even relatively recently released titles this time. The front page is the place to be for anyone looking for recommendations, with it putting a spotlight on fresh games every day. However, keep in mind that the discounts themselves will not be changing and will remain static throughout the sale. Blockbusters like Clair Obscur Expedition 33, Split Fiction, Red Dead Redemption II, Battlefield 6, Dispatch, Baldur's Gate 3, Resident Evil Requiem, Anno 117, Arc Raiders, Black Ops 7, Kingdom Come: Deliverance II, and much more are currently discounted. Valve has also brought back the special "Deep Discounts" section. While part of this same sale, it only highlights games that are discounted by at least 85%, with some titles even reaching 95% off. Some of the games included here are The Witcher 3: Wild Hunt, Watch Dogs 2, Far Cry 4, Wreckfest, Dragon Ball Xenoverse 2, The Quarry, Ghostwire Tokyo, Call of Duty: Modern Warfare II, and much more for just a few dollars each. The Steam Summer Sale of 2026 will be open for business until July 9, giving everyone two whole weeks to try and keep their wallets closed. If you want to see the biggest highlights, be sure to read our Weekend PC Game Deals special coming this Saturday.
    • Digisecret 2.1.431 Pro and Wzipse 4.0. Both are encrypted self-extracting archives.
    • Google reshuffles its AI coding team as it struggles to catch Anthropic by Karthik Mudaliar Google is already reorganizing the AI coding “strike team” it created roughly two months ago, as it attempts to find ways to close the gap with Anthropic in one of generative AI’s most commercially important areas. According to The Information, Google DeepMind is expanding the team’s focus to include “midtraining,” rather than concentrating only on coding tools and agents. Midtraining takes place after a model’s broad initial training but before the final stages that prepare it to follow instructions and perform specific tasks. In simple terms, it gives developers another opportunity to expose a model to carefully selected data before it is polished for release. That could help Google improve Gemini’s underlying coding abilities instead of relying only on better prompts, interfaces, or post-training. Previous research has found that midtraining can be particularly effective for code and mathematics, where models must move from general language knowledge to more structured tasks. Google reportedly created the original strike team in April. It was led by Google DeepMind research engineer Sebastian Borgeaud, who previously worked on model pretraining, and focused on complex, long-running programming jobs. Google co-founder Sergey Brin and Google DeepMind chief technology officer Koray Kavukcuoglu were also reportedly involved in the effort. DeepMind researchers were said to believe that Anthropic’s coding tools were outperforming Google’s Gemini models, prompting the company to give the project more attention. Anthropic has made coding a central part of its AI strategy through Claude Code and its Claude model family. The company has continued improving that area, with Claude Opus 4.8 offering upgrades for coding and other agentic tasks, along with the now-unavailable Mythos and Fable models. The reshuffle also comes at a time when Google faces increased competition for AI researchers. Gemini co-lead Noam Shazeer recently announced that he was leaving Google for OpenAI, while two other researchers who contributed to Gemini and DeepMind projects are reportedly preparing to join Anthropic. It remains unclear whether the reorganized team will produce a new public Gemini model or developer product. No release date, team size, or specific performance target has been disclosed. Source: The Information
  • Recent Achievements

    • First Post
      kinowa earned a badge
      First Post
    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      413
    2. 2
      +Edouard
      168
    3. 3
      PsYcHoKiLLa
      132
    4. 4
      Xenon
      73
    5. 5
      Michael Scrip
      73
  • Tell a friend

    Love Neowin? Tell a friend!