logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: a73e97a28c1c6882b37df15e9f2d51ae72c0e2d8
parent 182fb5e3207eb847ab782abc0c6da454ebbac06f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  8 Jan 2024 07:30:00 +0000

articles/T495-4Y-later: New

Diffstat:

Aarticles/T495-4Y-later.xml37+++++++++++++++++++++++++++++++++++++
Mconfig.ninja1+
Mfeed.atom.in1+
Mhome.shtml1+
4 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/articles/T495-4Y-later.xml b/articles/T495-4Y-later.xml @@ -0,0 +1,37 @@ +<entry> +<title>Lenovo T495: Nearly 4 years later</title> +<link rel="alternate" type="text/html" href="/articles/T495-4Y-later"/> +<id>https://hacktivis.me/articles/T495-4Y-later</id> +<published>2024-01-08T07:30:00Z</published> +<updated>2024-01-08T07:30:00Z</updated> +<content type="xhtml"> +<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="h-entry"> +<a href="/articles/T495-4Y-later"><h1>Lenovo T495: Nearly 4 years later</h1></a> +<p> + Nearly 4 years ago in Late-February 2020 when I got my first payroll and my previous laptop, a hands-me-down HP Pavillon dv6 from 2012 with pretty much no aftermarket spare parts had several broken keyboard switches, touchpad with loss of sensivity, Intel CPU full of mitigations, NVidia GPU with proprietary drivers ending up so bad nouveau would be more stable, …<br /> + I decided it was long time for a replacement and so <a href="/articles/T495">bought a Lenovo Thinkpad T495</a>. +</p> +<p> + After 2 years of use, I ended up with the bottom cover touching the RAM stick. For example you'd visibly see corruption on the display at bootup when lightly finger-drumming the bottom cover. IIRC I looked at the Warranty document and it really didn't seem like the kind of problem that would be covered, so I just added some sheets of paper between the bottom cover and large battery, with cutting those down and binding with adhesive tape so it's not so much of a firehazard.<br /> + A proper design wouldn't have this problem, most laptops from 2010-era had the RAM being pretty much surrounded by a protective wall of ridig plastic, not this one, this is the kind of thing that makes me <em>not</em> want to get a thinkpad again… (Or I guess a mainstream laptop <i>*sigh*</i>) +</p> +<p> + After 3 years of use, keyboard started having issues, made me glad it's a thinkpad and not one of those bullshit anti-repair keyboard+touchpad+cover put in one bundle, not sure who started this trend but it's exactly what I didn't want to have. + I picked a Japanese-JIS keyboard as a replacement to my UK-ISO keyboard, because it was among the cheapest and I'd have extra keys with not being too far from the US layout.<br /> + Fan also broke down a bit after, sadly that's a heatsink+heatpipes+fan bundle so quite a waste.<br /> + Those two things I bought from the lenovo store, because I'd rather pay extra than wait weeks for an aftermarket replacement and I didn't want to send the laptop over, not have it for some weeks, and I guess getting some random repairs with maybe a bill or outright refusal due to the hack about the bottom cover… +</p> +<p> + I think I'm just not a warranty person, I'm fine with just using spare parts myself given the lack of repairs being done, and I guess would wish to have strong independant stress-test/longevity reviews rather than the ton of unboxing bullshit we have these days which aren't even useful to fix the bunch of missing information in tech sheets (power consumption and noise anyone?).<br /> + Spare parts availibility is where I'd say the strong points of a thinkpad are, even in the aftermarket where for most other laptops it's just done for, specially after the warranty period. +</p> +<p> + At least the USB-C power connector being directly attached to the motherboard has been fine somehow, I thought about getting one of those MagSafe™-like adapters when I bought the laptop but didn't end up seeing in local computer parts store and it's the kind of thing I'd rather not buy from some random China shop as it very well could end up frying something if not built right. +</p> +<p> + So far I would say it's just yet another meh laptop on top of the massive pile of awful ones, it fullfills the tasks and I'll continue using it until it breaks down, maybe next one will still be a thinkpad, but not because I trust the brand.<br /> + And it's not a field that gives me much hope as even the ones touting about some sort of "repairability" give me more the vibes you get with car "repairs" where it's parts <em>replacements</em> which are sometimes expansive due to the heavy bundling and the old parts being treated as complete waste, rather than actually fixing compoments or at least reusing what's still working in the old ones, plus you know, proper recyling instead of landfill. +</p> +</div> +</content> +</entry> diff --git a/config.ninja b/config.ninja @@ -9,6 +9,7 @@ build entry.xsl: xinclude entry.xsl.in | ./templates/head.xml ./templates/en/nav build bookmarks.xsl: xinclude bookmarks.xsl.in | ./templates/head.xml ./templates/en/nav.xsl ./templates/en/footer.shtml build nginx_autoindex.xsl: xinclude nginx_autoindex.xsl.in | ./templates/head.xml ./templates/en/nav.xsl ./templates/en/footer.shtml build articles/2022$ Summary.html: article entry.xsl articles/2022$ Summary.xml +build articles/T495-4Y-later.html: article entry.xsl articles/T495-4Y-later.xml build articles/Why$ I$ embraced$ Wayland.html: article entry.xsl articles/Why$ I$ embraced$ Wayland.xml build articles/cve.org-disaster.html: article entry.xsl articles/cve.org-disaster.xml build articles/drm-definition.html: article entry.xsl articles/drm-definition.xml diff --git a/feed.atom.in b/feed.atom.in @@ -10,6 +10,7 @@ <updated>2023-06-01T00:00:00Z</updated> <!-- new.sh: new articles here --> +<xi:include href="articles/T495-4Y-later.xml"/> <xi:include href="articles/wasm-hype-wish.xml"/> <xi:include href="articles/drm-definition.xml"/> <xi:include href="articles/google-web-environment-integrity-illegal.xml"/> diff --git a/home.shtml b/home.shtml @@ -11,6 +11,7 @@ <h1>Home</h1> <p>List of articles, newest first:</p> <ol class="indexlist"> + <li>2024-01-08: <a href="/articles/T495-4Y-later">Lenovo T495: Nearly 4 years later</a></li> <li>2023-12-13: <a href="/articles/wasm-hype-wish">I wish I could be hyped by WASM</a></li> <li>2023-11-10: <a href="/articles/drm-definition">On the definition of DRM</a></li> <li>2023-07-27: <a href="/articles/google-web-environment-integrity-illegal">The anti-competitive "Web Environment Integrity" by Google needs to rendered illegal</a></li>