logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: e4127f6b4630217618cc3adb894ba95342d393e7
parent ec1cd693054adab86492462a3920159582ab1ef3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  7 Mar 2020 07:30:00 +0000

articles/T495: New

Diffstat:

Aarticles/T495.shtml15+++++++++++++++
Aarticles/T495.xhtml39+++++++++++++++++++++++++++++++++++++++
Mfeed.atom11+++++++++++
Mhome.shtml1+
4 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/articles/T495.shtml b/articles/T495.shtml @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + <head> +<!--#include file="/templates/head.shtml" --> + <meta property="og:type" content="article"/> + <meta property="og:title" content="T495"/> + <title>T495 — Cyber-home of lanodan</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> +<!--#include file="/articles/T495.xhtml"--> + <a href="/articles/T495.xhtml">article only(plain XHTML)</a> +<!--#include file="/templates/en/footer.html" --> + </body> +</html> diff --git a/articles/T495.xhtml b/articles/T495.xhtml @@ -0,0 +1,39 @@ +<article xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry"> +<a href="/articles/T495"><h1>T495</h1></a> +<p>So I bought a Lenovo T495 few weeks ago and received it on 2020-03-05 afternoon, as when you order from Lenovo you can customize it, here are my specs: +<ul> + <li>CPU: AMD Ryzen 5 Pro 3500U</li> + <li>OS: Windows 10 Familly 64 (EN/FR/DE/NL/IT)</li> + <li>Integrated RAM(soldered): 8 Go @ 2 666 MHz</li> + <li>Selected RAM: 8 Go @ 2 666 MHz SoDIMM</li> + <li>Storage: 256 Go, M.2 2280, NVMe</li> + <li>Screen: 14.0” (1920×1080) IPS anti-glare, 250 nits, FreeSync</li> + <li>Keyboard: Black, English (UK)</li> + <li>Webcam: HD 720p with microphone</li> + <li>TPM: discrete compatible TPM2.0</li> + <li>Battery: Internal Li-Poly 3-cells 50Wh</li> + <li>Charger: USB-C 65W</li> + <li>WLAN: Intel Wireless 9260 AC 2.2, Bluetooth 5.0</li> + <li>LTE: Antennas and slot without card</li> + <li>Smartcard reader: none</li> + <li>Fingerprint reader: none</li> +</ul> +</p> +<p>So far it has been a great laptop (will probably update this article later-on if this changes). I ran into some issues with AMDGPU when installing gentoo on it but I probably failed somewhere in the kernel config (<code>sys-kernel/gentoo-sources</code>, which reuses archlinux config as a base works fine, uses the same kernel version).</p> +<p>On the neat/great side of things:</p> +<ul> + <li>It's a thinkpad so: There is a Hardware Maintainance Manual and some parts are replaceable by yourself; The keyboard feel is good and there is a good TrackPoint; The camera can be nicely shut</li> + <li>It is light (1.5 Kg vs 3 Kg for my previous one) and sturdy (I had previous laptop where the keyboard part could bend a bit when put on uneven surfaces, not this one)</li> + <li>The quality of the screen seems great to me (but not a graphist/photographer so no idea for the colors)</li> + <li>it works out of the box in Arch/Ubuntu</li> + <li>seems to have a great battery life (but laptops are 80% battery these days)</li> +</ul> +<p>On the meh/nitpicks side of things:</p> +<ul> + <li>Wtf is PrintScreen doing where Menu belongs? (I'm remapping this one of course) Fn/Ctrl should also be physically swappable (but whatever, caps is ctrl for me)</li> + <li>I wish it would have 2 slots for the SSD or a 2.5” SATA slot but maybe I can repurpose the WWAN PCIe slot</li> + <li>I had to buy a Windows license with it, will try to get it reinbursed or whatever. I think lenovo could put a no-OS or something like Ubuntu as an option</li> + <li>The speakers are quite good for a Thinkpad but could probably still get better</li> +</ul> +<p><!--<a href="">Fediverse post for comments</a>,--> published on 2020-03-07T07:30:00Z, last updated on 2020-03-07T07:30:00Z</p> +</article> diff --git a/feed.atom b/feed.atom @@ -11,6 +11,17 @@ <!-- new.sh: new articles here --> <entry> + <title>T495</title> + <link rel="alternate" type="text/html" href="/articles/T495"/> + <id>https://hacktivis.me/articles/T495</id> + <published>2020-03-07T07:30:00Z</published> + <updated>2020-03-07T07:30:00Z</updated> + <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<!--#include file="/articles/T495.xhtml"--> + </div></content> + </entry> + + <entry> <title>2020-02 Summary</title> <link rel="alternate" type="text/html" href="/articles/2020-02%20Summary"/> <id>https://hacktivis.me/articles/2020-02%20Summary</id> diff --git a/home.shtml b/home.shtml @@ -6,6 +6,7 @@ </head> <body> <!--#set var="transPageUrl" value='accueil' --><!--#set var="feedURL" value='/feed.atom'--><!--#include file="templates/en/nav.shtml" --> +<!--#include file="/articles/T495.xhtml"--> <!--#include file="/articles/2020-02 Summary.xhtml"--> <!--#include file="/articles/HTTP3.xhtml"--> <!--#include virtual="/articles/201%3F%20Summary.xhtml"-->