Hacker News
- How does a CPU work? https://milapneupane.com.np/2019/07/06/how-does-a-cpu-work/ 67 comments programming
- CPU and GPU working at 30% https://www.reddit.com/r/techsupport/comments/c44c6g/cpu_and_gpu_working_at_30/ 14 comments techsupport
- Would this motherboard work with this CPU? https://www.reddit.com/r/techsupport/comments/b6j0sm/would_this_motherboard_work_with_this_cpu/ 8 comments techsupport
- Changed CPU out and now my comp doesnt work. https://www.reddit.com/r/techsupport/comments/7h7ynf/changed_cpu_out_and_now_my_comp_doesnt_work/ 19 comments techsupport
- How in detail does CPU cooling work? https://www.reddit.com/r/askscience/comments/5ihp7g/how_in_detail_does_cpu_cooling_work/ 11 comments askscience
- Working 8-bit CPU in Minecraft http://www.boingboing.net/2010/11/12/working-8-bit-cpu-in.html?utm_source=feedburner&utm_medium=feed&utm_campaign=feed%3A+boingboing%2Fibag+%28boing+boing%29 29 comments programming
- CPU is working at almost 100% on steam games. https://www.reddit.com/r/techsupport/comments/6nk8z9/cpu_is_working_at_almost_100_on_steam_games/ 3 comments techsupport
- NVIDIA is working on an ARM based CPU to challenge Opteron and Xeon. http://www.xbitlabs.com/news/cpu/display/20120921010327_nvidia_develops_high_performance_arm_based_boulder_microprocessor_report.html 4 comments technology
- CPU fan error but the fan works https://www.reddit.com/r/techsupport/comments/5l3dmp/cpu_fan_error_but_the_fan_works/ 7 comments techsupport
- Using algorithms to simulate "CPU intensive work" https://www.reddit.com/r/golang/comments/crt5ou/using_algorithms_to_simulate_cpu_intensive_work/ 5 comments golang
- Do I need to update my BIOS in order for my CPU to work? https://www.reddit.com/r/techsupport/comments/6t51j5/do_i_need_to_update_my_bios_in_order_for_my_cpu/ 10 comments techsupport
- AMD blows minds with a 16-core 7nm gaming CPU that works like any other Ryzen https://www.theverge.com/2019/6/10/18660213/amd-ryzen-9-3950x-16-core-gaming-cpu-processor-e3-2019 178 comments technology
- Bitcoin whitepaper, section 4: "Proof-of-work is essentially one-CPU-one-vote. The majority decision is represented by the longest chain, which has the greatest proof-of-work effort invested in it." https://bitcoin.org/bitcoin.pdf 5 comments btc
- Two RAM slots stopped working after changing CPU cooler https://www.reddit.com/r/techsupport/comments/7vkvu9/two_ram_slots_stopped_working_after_changing_cpu/ 5 comments techsupport
- Can someone give me an online course about binary and how the ram and CPU works https://www.reddit.com/r/learnprogramming/comments/77tbnn/can_someone_give_me_an_online_course_about_binary/ 13 comments learnprogramming
- Interested in CPU architectures and assembly programming, can't find an interesting project to work on. https://www.reddit.com/r/learnprogramming/comments/5i5j98/interested_in_cpu_architectures_and_assembly/ 6 comments learnprogramming
- Is it true that some games will not work with a pentium g4400 cPU because it's a pentium? https://www.reddit.com/r/intel/comments/4z3ips/is_it_true_that_some_games_will_not_work_with_a/ 27 comments intel
- [IDE] Goland: Massive CPU spikes while working with it doing... nothing https://www.reddit.com/r/golang/comments/93mz0v/ide_goland_massive_cpu_spikes_while_working_with/ 11 comments golang
- Meltdown from a CPU architect's view: A technical deep dive on Meltdown and does it work? https://www.moesif.com/blog/technical/cpu-arch/What-Is-The-Actual-Vulnerability-Behind-Meltdown/ 5 comments cpudesign
- Cant use shadow play because of my cpu. i7 875k, it worked before (6 months ago) http://ark.intel.com/products/48499/Intel-Core-i7-875K-Processor-8M-Cache-2_93-GHz 5 comments nvidia
- Upgrading CPU and need helping making sure it will work http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01916920&tmp_task=prodinfoCategory&lc=en&dlc=en&cc=us&lang=en&product=4081965#N180 5 comments hardware
- Will SQL 2008 R2 stop working (for license reasons) if I add a second CPU to my server? https://www.reddit.com/r/sysadmin/comments/79xacf/will_sql_2008_r2_stop_working_for_license_reasons/ 12 comments sysadmin
- VROC and CPU lanes - Does VROC work with M.2 slots on mobo which are tied to chipset lanes? https://www.reddit.com/r/intel/comments/6tq5qi/vroc_and_cpu_lanes_does_vroc_work_with_m2_slots/ 4 comments intel
- Intel drops Thunderbolt 3 royalty, adds CPU integration and works closely with Microsoft https://www.windowscentral.com/intel-drops-thunderbolt-3-royalty 8 comments microsoft
- Unexplained slowness, Windows Update not Working, Long Shutdowns - CPU at 0% http://www.asus.com/Notebooks/Versatile_Performance/K52F/#specifications 6 comments techsupport
- Gustave Monce: This is Windows on Surface Duo 2 as it currently stands. (Snapdragon 888 device). Windows sort of boots up, with only one cpu core. UFS works and can display something on the left. This is really it for now. And there are still a ton of issues to tackle. https://twitter.com/gus33000/status/1579135965918302208?s=20&t=ErEbioK84RlQeS6klEdXMQ 2 comments windows11
- From transistors to ... CPU. First video of a playlist explaining how computers work - entry level simply explained https://youtu.be/HaBMAD-Dr8M 4 comments programming
- [Brad Lynch] “Apple VR will have "Staten” M2. Based on the current A15 chip, while M1 is based on the A14 Bionic. Just like M1, will feature an eight-core CPU, but w/ a more powerful 10-core GPU. The HMD will also have a smaller chip codenamed "Bora" working in unison with Staten.” https://twitter.com/sadlyitsbradley/status/1501921329804623882?s=21 106 comments apple
- I present to you : How to write a trap that work in every CPU size (16-bit/32-bit/64-bit) and mode (real/unreal/protected/compatible/long) with the main purpose being to isolate each of those in a specific function using a bit of binary tricks to deviate CPU execution flow with the same bytes ;-) https://gitlab.com/tumuxos/Kernel/-/tree/test-trap-cpu-mode 4 comments osdev
- Intel Core i9-12900KS pre-binned CPU with 5.2 GHz all-core frequency allegedly in the works - VideoCardz.com https://videocardz.com/newz/intel-core-i9-12900ks-pre-binned-cpu-with-5-2-ghz-all-core-frequency-allegedly-in-the-works 37 comments intel
- Working on an fast-paced air racing game (called NeonWings) with Linux version too. And we need some feedback how it runs with Linux. Soo what we kindly ask if you have 5 minutes, to download our free prototype and tell us how it runs, and what kind of config you have (VGA, RAM, CPU). Thank you! :) https://fubenalvo.itch.io/neonwings 10 comments linux_gaming
- Florida man stumbles on biggest prime number after working plucky i5 CPU for 12 days straight https://www.theregister.co.uk/2019/01/03/largest_prime_number/ 25 comments math
- /u/vblanco has been working on a experimental fork of Godot that increases performance by around 50% and makes the engine no longer CPU bound. https://github.com/godotengine/godot/issues/23998#issuecomment-497951825 133 comments gamedev
- ‘We can't have subfactions of nodes that cling to one branch that they think was first, others that saw another branch first, and others that joined later and never saw what happened. The CPU power proof-of-work vote must have the final say." - Satoshi Nakamoto. So, the miners. http://satoshi.nakamotoinstitute.org/emails/cryptography/6/#selection-127.31-133.43 66 comments btc
- Interesting video testing the new MBP for more pro level work, thought everyone should see it after the thread about a slower CPU this year. https://www.reddit.com/r/apple/comments/5g2br3/interesting_video_testing_the_new_mbp_for_more/ 52 comments apple
- Windows 8.x search charm working slowly and you *don't* have a CPU spike with explorer.exe or problems with search indexer? Try this. http://www.surfacetablethelp.com/2013/10/fix-windows-8-1-search-not-working-or-broken-in-apps-issues.html 3 comments windows
- Oh my goodness, the Suspend Background Tabs firefox extension works so good that CPU usage is drastically down now. Add this to Flash Block, Adblock Plus, and NoScript to speed up FF. https://addons.mozilla.org/addon/suspend-background-tabs/ 26 comments firefox
- Magic-1 is a completely homebuilt minicomputer. It doesn't use an off-the-shelf microprocessor, but instead has a custom CPU made out of 74 Series TTL chips and runs a port of Minix 2. (M-1 is the work of Bill Buzbee of the Android team) http://www.homebrewcpu.com/ 6 comments programming
- Donate your spare CPU time for various scientific research projects- works on Linux, Mac and Windows! http://boinc.berkeley.decenturl.com/boinc 7 comments reddit.com