@waltercool Are you talking about the old ones or the new ones? From what I've heard, they only went to shit after being bought out by IBM.
i love my thinkpad !
"same shell"
so you just don't like how it looks/feels?
their price/value ration for 2nd hand thinkpads is INSANELY good !
https://www.ebay.de/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=thinkpad&_sacat=0
"Thinkpads have something good, and it's being very reparable, good quality materials and easy to find spare parts."
+ cheap
+ reliable
+ i like how it looks and feels
..for 380€ you can get a refurbished thinkpad with good starting equipment.
https://www.amazon.de/dp/B09MQ4KZ27?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1
https://www.amazon.de/dp/B0CXDXP8VR?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1
https://www.amazon.de/dp/B0BQMRYC7Y?ref=ppx_yo2ov_dt_b_fed_asin_title
https://www.amazon.de/dp/B0CYT44DS1?ref=ppx_yo2ov_dt_b_fed_asin_title
https://www.amazon.de/dp/B0C7Z41T6X?ref=ppx_yo2ov_dt_b_fed_asin_title
https://www.amazon.de/dp/B09FK827VC?ref=ppx_yo2ov_dt_b_fed_asin_title
https://www.amazon.de/dp/B0B3Z6ML73?ref=ppx_yo2ov_dt_b_fed_asin_title
i actually payed 148,90 € for my t470 a couple of weeks ago..prices went up !
Lenovo ThinkPad T470 i5-6300U 8GB 256GB 14" FHD Win10 StoreDeal #44
129€
Gut - Refurbished
Der Artikel wurde von einem verifizierten Verkäufer geprüft, gereinigt und getestet.
Optisch: Guter Zustand. Der Artikel kann mäßige bis deutliche Gebrauchsspuren aufweisen.
Technisch: Einwandfrei, der Artikel ist zu 100% funktionsfähig. Der Akku hat mindestens 80% Kapazität.
Gratis Versand & Rückversand.
yes. it's not a gaming laptop.
if you want to game, you shouldn't buy a laptop anyway.
what do you think "average programming" is?
do you think it's developing games or training ai networks?
i'd imagine that the average is writing webapps..and you don't really need much power to do that.
"Why not?"
weil die dinger auf deinen beinen heißer werden als die hölle und bessere preis/leistung bei desktop rechnern bekommst.
wenn du zockst wirst du -unabhängig von laptop/desktop- ne hohe stromrechnung bekommen.
wenn dein gaming-laptop wenig strom verbraucht, ist der in der regel auch scheiße fürs gaming.
"Ihre Stromrechnung wird teuer sein"
selber schuld. hättest keine grünen sozialisten an die macht wählen sollen ;-)
"I mean, literally anything. Coding with Java, NodeJS, Android, iOS, C++? All of them use considerable CPU."
nein nicht wirklich.
viele von den sprachen, die du genannt hast, benutzen nichtmal annähernd das was moderne CPUs leisten können, weil synchron geschriebene software viel zu häufig auf irgendwelchen i/o wartet (datei lesen/schreiben, tcpip verbindungen, etc). ne cpu wirklich komplett ausnutzen ist schwierig.
python
Python Global Interpreter Lock (GIL)
"the GIL allows only one thread to execute at a time even in a multi-threaded architecture with more than one CPU core"
https://realpython.com/python-gil/
---
java script
00:17:00 "javascript[..]code der läuft niemals in mehreren threads gleichzeitig[..]runtime[..]in der lage[..]mit mehreren threads zu arbeiten"
https://youtu.be/muhtnZsSEeU?t=1007
"wenn Sie kompilieren"
was für kompilieren? haben wirs 1995?
"Die aktuell beliebtesten Programmiersprachen sind JavaScript, Python, Java, C#, C++, PHP, Ruby, Swift, Go und TypeScript."
https://www.sgd.de/magazin/leben-lernen/ratgeber/informatik-programmierung/die-beliebtesten-programmiersprachen.html#:~:text=Was%20sind%20die%20aktuell%20beliebtesten,nach%20dem%20verwendeten%20Index%20variieren.
"kleine Multithreading-Operationen durchführen"
mutlithreading suckt.
non-blocking / asynchrones programmieren ist in den meisten ähnlich schnell bei deutlich weniger komplexität.
wenn du arbeitslast hast bei der sich multithreading lohnen würde, bist du meistens besser bedient diese arbeit an deine grafikkarte auszulagern.. (bild-/videobearbeitung, ai, etc)