*** vectis has joined #maemo | 00:35 | |
*** tryagain has quit IRC | 00:36 | |
*** Kabouik has quit IRC | 00:46 | |
*** vectis has quit IRC | 00:50 | |
*** Kilroo has joined #maemo | 00:55 | |
DocScrutinizer05 | https://www.youtube.com/watch?v=EKLBSwdSMH4 experimental jazz meets apnoe | 01:21 |
---|---|---|
*** vectis has joined #maemo | 01:23 | |
*** Pali has quit IRC | 01:39 | |
*** trumee_ has joined #maemo | 01:53 | |
*** trumee- has joined #maemo | 01:55 | |
*** trumee has quit IRC | 01:55 | |
*** trumee_ has quit IRC | 01:57 | |
*** trumee- is now known as trumee | 01:59 | |
*** jon_y_ has joined #maemo | 02:18 | |
*** jon_y has quit IRC | 02:19 | |
*** jon_y_ is now known as jon_y | 02:19 | |
*** peetah has quit IRC | 02:42 | |
*** peetah has joined #maemo | 02:45 | |
*** florian has quit IRC | 02:50 | |
*** dafox has quit IRC | 03:03 | |
*** infobot has quit IRC | 03:19 | |
*** infobot has joined #maemo | 03:21 | |
*** ChanServ sets mode: +v infobot | 03:21 | |
brolin_empey | Heh, apparently Kingston has discontinued earlier-than-DDR3 SDRAM modules. I wonder if this means that the lifetime warranty for the DDR1 and DDR2 modules I am still using is now worthless because Kingston can no longer provide a replacement for DDR2 and earlier modules? | 03:54 |
*** tm has quit IRC | 04:35 | |
Hurrian | They probably have some in a backroom somewhere, manufacturers typically reserve some stock for replacements | 04:36 |
Hurrian | But might take a month+ for them to find and ship it to you | 04:36 |
*** tm has joined #maemo | 04:39 | |
brolin_empey | Hurrian: Maybe. That makes sense. What about my SODIMM question? | 05:09 |
Hurrian | nope, the first few Intel integrated memory controllers (especially on laptops) were a bit flaky, so they don't support gigantic DIMMs | 05:12 |
Hurrian | 1st gen Nehalem was really bad at this, crashed and burned with 8GB sodimms | 05:12 |
Hurrian | 2nd gen Sandy Bridge, which is what's in your laptop, only supports up to 8GB SODIMM | 05:13 |
Hurrian | if your CPU is socketed and you can upgrade to Ivy Bridge, you can use a 16GB SODIMM | 05:13 |
*** xes has quit IRC | 05:18 | |
brolin_empey | Hurrian: It is the notebook computer of my father, not of me. I use only desktop and handheld computers, not something in between. Can I tell from the software if the CPU is socketed? Maybe from the package type? I guess if it is some form of BGA then it is soldered on their motherboard but if it is some form of PGA or LGA then it may be socketed? Does the motherboard firmware have to support the CPU released after the model of computer was released? | 05:22 |
brolin_empey | s/their/the/ | 05:23 |
infobot | brolin_empey meant: Hurrian: It is the notebook computer of my father, not of me. I use only desktop and handheld computers, not something in between. Can I tell from the software if the CPU is socketed? Maybe from the package type? I guess if it is some form of BGA then... | 05:23 |
Hurrian | Typically if you have a microcode update in your BIOS released after Ivy Bridge came out, you'll have support for the newer CPUs | 05:23 |
brolin_empey | Hurrian: I intentionally said “motherboard firmware” instead of “BIOS” because this computer uses EFI, not BIOS. Anyway, can I tell from the software if the CPU is socketed? | 05:27 |
Hurrian | no, that core i5 CPU was available in both BGA and PGA form factors, you'll have to check by opening it up | 05:27 |
brolin_empey | Hurrian: I could check if System Information Viewer or CPU-Z or similar shows the package type/form factor but my father has rebooted the computer into GNU+Linux because he usually uses GNU+Linux and was only temporarily running Windows. | 05:33 |
brolin_empey | Hurrian: I ran lshw as root on GNU+Linux. Apparently the motherboard firmware is from Phoenix Technologies and is dated 2011‑11‑21. | 05:48 |
brolin_empey | Hurrian: Apparently lshw does not say which package type/form factor the CPU uses. :-/ | 06:05 |
Hurrian | IIRC you can't check the package type of the installed CPU from software, as socketed/soldered doesn't really make a difference to the software | 06:37 |
Hurrian | also, the microcode in the firmware probably isnt updated with the Ivy Bridge microcode, by then it was likely still in final qualification | 06:40 |
*** pagurus` has joined #maemo | 06:45 | |
*** pagurus has quit IRC | 06:47 | |
*** Kilroo has quit IRC | 07:21 | |
brolin_empey | Hurrian: That makes sense but lots of things can be checked from software that usually should not matter to application software, such as the type of RAM or the chassis type of the computer. | 08:28 |
Hurrian | Only if the vendor declares those properties in e.g. ACPI tables | 08:31 |
Hurrian | or the DMI table | 08:31 |
brolin_empey | Hurrian: Maybe a better example is the brand of CPU as reported by the CPUID instruction. How often does application software need to know on which brand of CPU it runs as long as the CPU does what the software needs? | 08:35 |
brolin_empey | Maybe the government of the PRC wants to avoid VIA CPUs because VIA is in the ROC? | 08:38 |
Hurrian | often never, but iirc optimizing compilers sometimes enable faster code paths depending on available CPU features | 08:39 |
brolin_empey | Well, the position of the CPC is that the ROC no longer legitimately exists, so I guess the CPC does not care if they use hardware from Taiwan because their position is that Taiwan is a province of the PRC. | 08:44 |
brolin_empey | Hurrian: Features of the CPU running the compiler or of the CPU targetted by the compiler? | 08:46 |
Hurrian | the latter | 08:47 |
brolin_empey | Hurrian: Then why do features of the CPU running the compiler matter? Use of cross-compilers is common, even within the same family of computer/instruction set architecture, such as using an x86-64 computer to build software for x86-32. | 08:51 |
Hurrian | the CPU running the compiler doesn't matter as long as it's set up to do cross compile properly | 08:52 |
Hurrian | for gcc at least, building cross-endian compilers more or less works too, for most architectures | 08:52 |
*** xes has joined #maemo | 08:55 | |
brolin_empey | Hurrian: I guess non-GNU compilers have had cross-endian compilation working for decades too because, as far as I know, x86 (little endian) computers are used to run compilers targetting big-endian computers, such as embedded platforms using m68k or PowerPC. | 09:02 |
brolin_empey | I guess a specific example is CodeWarrior or some other non-GNU compiler targetting an m68k Palm OS computer but running on an x86 computer. | 09:04 |
brolin_empey | Or a Microsoft compiler running on an x86 computer but targetting a big-endian video game console, such as one using the MIPS (PlayStation, Nintendo 64) or SuperH/SH (Sega Saturn, Sega Dreamcast) architecture. I forgot the endianness of MIPS and SH but I remember that m68k is big-endian and PowerPC supports both little- and big-endian modes but Darwin/Mac OS X uses big-endian mode. | 09:11 |
brolin_empey | If I recall correctly, Alpha also supports both little- and big-endian modes. | 09:16 |
brolin_empey | If I recall correctly, 6800/6502 are little-endian, which seems unexpected because 68000 is big-endian. | 09:18 |
brolin_empey | Does a Sun x86 computer use the IBM PC architecture or does Sun have their own computer architecture using the x86 ISA? | 09:20 |
brolin_empey | There was the SGI Visual Workstation that, if I recall correctly, uses the x86 ISA but at least partly does not use the IBM PC architecture. | 09:24 |
*** florian has joined #maemo | 09:45 | |
*** florian has quit IRC | 09:54 | |
*** guerby has quit IRC | 10:23 | |
*** guerby has joined #maemo | 10:23 | |
*** guerby has joined #maemo | 10:23 | |
*** KotCzarny has quit IRC | 11:05 | |
*** Kabouik has joined #maemo | 11:28 | |
*** jskarvad has joined #maemo | 11:43 | |
*** Mekkis has quit IRC | 12:06 | |
*** xy2_ has joined #maemo | 12:21 | |
*** eMHa has quit IRC | 12:36 | |
*** tkok__ has joined #maemo | 12:40 | |
*** xy2_ has quit IRC | 12:42 | |
*** tkok_ has quit IRC | 12:44 | |
*** Kabouik_ has joined #maemo | 12:51 | |
*** Kabouik has quit IRC | 12:53 | |
*** florian has joined #maemo | 12:56 | |
*** xy2_ has joined #maemo | 13:10 | |
*** aloril_ has joined #maemo | 13:14 | |
*** aloril__ has quit IRC | 13:16 | |
*** guerby has quit IRC | 13:22 | |
*** guerby has joined #maemo | 13:22 | |
*** guerby has joined #maemo | 13:22 | |
*** xy2_ has quit IRC | 13:23 | |
*** eMHa has joined #maemo | 13:35 | |
*** jonwil has joined #maemo | 13:36 | |
*** jonwil has quit IRC | 13:48 | |
*** dafox has joined #maemo | 14:10 | |
*** Vajb has quit IRC | 14:12 | |
*** jskarvad has quit IRC | 14:56 | |
*** jskarvad has joined #maemo | 14:58 | |
*** Hurrian has quit IRC | 15:17 | |
*** m4lvin has quit IRC | 15:18 | |
*** Trizt has quit IRC | 15:19 | |
*** Trizt has joined #maemo | 15:20 | |
*** m4lvin has joined #maemo | 15:20 | |
*** Trizt has quit IRC | 15:39 | |
*** m4lvin has quit IRC | 15:39 | |
*** Trizt has joined #maemo | 15:43 | |
*** m4lvin has joined #maemo | 15:43 | |
*** jskarvad has quit IRC | 15:45 | |
*** jskarvad has joined #maemo | 15:58 | |
*** Hurrian has joined #maemo | 16:09 | |
*** Vajb has joined #maemo | 16:24 | |
*** vectis has quit IRC | 16:28 | |
*** vectis has joined #maemo | 16:28 | |
*** Milhouse has quit IRC | 16:30 | |
*** sunshavi has quit IRC | 16:42 | |
*** sunshavi has joined #maemo | 16:48 | |
*** jskarvad has quit IRC | 17:07 | |
*** jskarvad has joined #maemo | 17:08 | |
*** sunshavi has quit IRC | 18:04 | |
*** Milhouse has joined #maemo | 18:13 | |
*** Pali has joined #maemo | 19:00 | |
*** xy2_ has joined #maemo | 19:14 | |
*** xy2_ has joined #maemo | 19:17 | |
*** florian has quit IRC | 19:44 | |
*** vahe has joined #maemo | 19:47 | |
*** drrty has quit IRC | 20:31 | |
*** vahe has quit IRC | 20:34 | |
*** drrty has joined #maemo | 20:35 | |
*** xy2_ has quit IRC | 20:58 | |
*** xy2_ has joined #maemo | 21:04 | |
*** jskarvad has quit IRC | 21:22 | |
*** florian has joined #maemo | 21:27 | |
*** xy2_ has quit IRC | 21:35 | |
*** Vajb has quit IRC | 21:39 | |
*** Vajb has joined #maemo | 21:41 | |
*** xy2_ has joined #maemo | 21:50 | |
*** xy2_ has quit IRC | 22:12 | |
*** eMHa has quit IRC | 22:16 | |
*** sunshavi has joined #maemo | 22:19 | |
*** florian has quit IRC | 22:24 | |
*** l_bratch has quit IRC | 22:53 | |
*** Kabouik_ has quit IRC | 22:54 | |
*** l_bratch has joined #maemo | 22:54 | |
*** Kabouik_ has joined #maemo | 23:05 | |
*** eMHa has joined #maemo | 23:08 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!