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

    • OpenAI announces GPT‑5.6 Sol, its next-generation flagship model beating Claude Mythos 5 by Pradeep Viswanathan Credit: OpenAI OpenAI today announced a limited preview of its new GPT-5.6 model series, which includes the Sol, Terra, and Luna models targeting different price points. GPT-5.6 Sol is the flagship model targeted at demanding reasoning and agentic workloads. GPT-5.6 Terra is positioned as a balanced model for everyday work, featuring performance competitive with GPT-5.5 while being half the cost. GPT-5.6 Luna is the fastest and most affordable model, delivering strong capability at a lower price point. Unlike previous model releases from OpenAI, GPT-5.6 is starting with a limited preview for a small group of trusted partners due to U.S. government restrictions. As expected, OpenAI previewed its plans and the models' capabilities to the U.S. government ahead of launch, and the government asked OpenAI to limit the first wave of access to select partners. OpenAI also mentioned in the official announcement blog post that it does not believe this type of government access process should become the long-term default. OpenAI highlighted that GPT-5.6 Sol comes with a robust safety stack featuring improved protections for higher-risk activity, sensitive cyber requests, and repeated misuse. The company also spent several weeks pressure-testing the system and hardening it against real-world attacks. On the capability side, as expected, GPT-5.6 Sol is OpenAI’s strongest model yet. It delivers better results in agentic performance across coding, biology, and cybersecurity. On the Terminal-Bench 2.1 benchmark, which tests command-line workflows requiring planning, iteration, and tool coordination, GPT-5.6 Sol sets a new record with a score of 91.9%, beating Anthropic's Claude Mythos 5. Additionally, GPT-5.6 introduces a new "max" reasoning effort for even deeper reasoning. The new "ultra" mode uses subagents to accelerate complex work beyond what a single agent can handle. Pricing starts at $5 per million input tokens and $30 per million output tokens for Sol. Terra costs $2.50 for input and $15 for output, while Luna costs $1 for input and $6 for output. GPT-5.6 comes with more predictable prompt caching, including support for explicit cache breakpoints and a 30-minute minimum cache life. Sol will also launch on Cerebras in July at speeds up to 750 tokens per second for select customers. OpenAI plans to make GPT-5.6 Sol, Terra, and Luna broadly available in ChatGPT, Codex, and the API in the coming weeks.
    • I'm not sure if you are trolling because I saw people saying this with the straight face, but there were no United States of America when industrial revolution started, just United Colonies 🤣 p.s. I'm not British, so I'm not offended.
    • Glad I uninstalled this incredibly buggy browser. Looking at that changelog, they clearly don't test their updates at all.
    • UniGetUI 2026.2.2 by Razvan Serea UniGetUI is an application whose main goal is to create an intuitive GUI for the most common CLI package managers for Windows 10 and Windows 11, such as Winget, Scoop and Chocolatey. With UniGetUI, you'll be able to download, install, update and uninstall any software that's published on the supported package managers — and so much more. UniGetUI features Install, update and remove software from your system easily at one click: UniGetUI combines the packages from the most used package managers for windows: WinGet, Chocolatey, Scoop, Pip, Npm and .NET Tool. Discover new packages and filter them to easily find the package you want. View detailed metadata about any package before installing it. Get the direct download URL or the name of the publisher, as well as the size of the download. Easily bulk-install, update or uninstall multiple packages at once selecting multiple packages before performing an operation Automatically update packages, or be notified when updates become available. Skip versions or completely ignore updates in a per-package basis. Manage your available updates at the touch of a button from the Widgets pane or from Dev Home pane with UniGetUI Widgets. The system tray icon will also show the available updates and installed package, to efficiently update a program or remove a package from your system. Easily customize how and where packages are installed. Select different installation options and switches for each package. Install an older version or force to install a 32bit architecture. [But don't worry, those options will be saved for future updates for this package] Share packages with your friends to show them off that program you found. Here is an example: Hey @friend, Check out this program! Export custom lists of packages to then import them to another machine and install those packages with previously-specified, custom installation parameters. Setting up machines or configuring a specific software setup has never been easier. Backup your packages to a local file to easily recover your setup in a matter of seconds when migrating to a new machine Devolutions UniGetUI 2026.2.2 changelog: This release marks the completion of UniGetUI's migration from WinUI to Avalonia. With the remaining WinUI components and dependencies now removed, UniGetUI is fully powered by Avalonia. This update also brings Windows 11 Snap Layouts support, refined styling throughout the application, improved log viewing, new illustrations, and significantly smaller release packages. Highlights Further refined the Avalonia user interface to better match WinUI styling and behavior across package lists, navigation elements, dialogs, and controls. Added support for Windows 11 Snap Layouts when hovering the maximize button, matching the behavior of native Windows applications. Added illustrations for empty and loading package list states, improving visual feedback throughout the application. Improved the operation log window so automatic scrolling no longer interrupts users when reviewing previous log entries. Reduced installer and application package sizes, resulting in smaller downloads and a significantly leaner Windows distribution. User Interface Improvements Improved package list styling, column headers, backgrounds, hover states, and selection indicators for a more polished and consistent experience. Refined sidebar navigation and segmented controls to better align with modern Windows design patterns. Improved package tag badges and icon presentation throughout the application. Updated several labels, placeholders, and interface elements for improved clarity and consistency. Removed the remaining WinUI-specific styling dependencies, further consolidating the application around Avalonia. Windows Improvements Added native Windows 11 Snap Layouts integration for the maximize button. Improved maximize button hover and pressed visual states to more closely match native Windows behavior. Performance & Reliability Reduced the size of Windows release packages by removing unnecessary runtime dependencies and optimizing published builds. Reduced installer size through improved compression settings. Simplified application dependencies and reduced overall maintenance complexity. Fixes Fixed log output auto-scrolling behavior when manually reviewing previous entries. Resolved various UI inconsistencies and styling issues across the Avalonia interface. Addressed several minor issues and edge cases throughout the application. Other Changes Dependency cleanup and project maintenance. Internal code refactoring and infrastructure improvements. Additional test coverage and build pipeline optimizations. Download: UniGetUI 64-bit | Portable | ~90.0 MB (Open Source) Download: UniGetUI ARM64 | Portable Links: UniGetUI Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The best controller for XBOX and PC is down to the lowest price by Taras Buria Image via Neowin The GameSir G7 Pro is a fantastic controller for XBOX and PC. Officially certified, it works with Microsoft's consoles, mobile devices, and PCs, giving you a universal controller for any kind of gaming machine. And right now, you can save 20% on it, thanks to the latest deal during Prime Day 2026 (purchase link below). The G7 Pro has the classic XBOX layout, complemented by a couple of extra elements, such as the M button for changing various settings and four additional remappable buttons. It also has trigger locks and TMR sticks that eliminate drifting issues, giving you a reliable, long-lasting gamepad. The controller is powered by a built-in battery, which charges via a USB Type-C cable or the bundled dock station. The G7 Pro supports wireless (XBOX Wireless, proprietary dongle, or Bluetooth) and wired connectivity. In addition to software customization (you can remap multiple buttons to different actions), it lets you personalize the look by swapping the faceplate or grips, enabling multiple design combinations. Other features include a 1,000Hz polling rate, an audio jack for your headphones, Hall Effect triggers, and a swappable D-pad (two extra are included). The controller is also available in four color variants, and all of them are now discounted. Thanks to quality materials, reliable components, rich customization, universal compatibility, and an affordable price tag, the G7 Pro received very high praise in our review. It is certainly among the best controllers you can buy. GameSir G7 Pro - $63.99 | 20% off with Prime Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • One Year In
      bernmeister earned a badge
      One Year In
    • Week One Done
      Scoobystu earned a badge
      Week One Done
    • Week One Done
      tuben earned a badge
      Week One Done
    • First Post
      OffsetAbs earned a badge
      First Post
    • Reacting Well
      OffsetAbs earned a badge
      Reacting Well
  • Popular Contributors

    1. 1
      +primortal
      440
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      154
    4. 4
      FloatingFatMan
      71
    5. 5
      Steven P.
      67
  • Tell a friend

    Love Neowin? Tell a friend!