Measuring The Performance Cost To AMD Memory Guard With Ryzen AI PRO CPUs
While the AMD Ryzen AI Max+ PRO 395 and Ryzen AI Max+ 395 are very similar processors just as the Ryzen PRO processors are to other non-PRO parts, one of the differences with the AMD PRO Technologies come down to AMD Memory Guard providing full system memory encryption. From the HP BIOS with the ZBook Ultra G1a there is a convenient toggle for this full memory …
phoronix.com/review/amd-memory…
Measuring The Performance Cost To AMD Memory Guard With Ryzen AI PRO CPUs Review
While the AMD Ryzen AI Max+ PRO 395 and Ryzen AI Max+ 395 are very similar processors just as the Ryzen PRO processors are to other non-PRO parts, one of the differences with the AMD PRO Technologies come down to AMD Memory Guard providing full syste…www.phoronix.com
The difference between item[key] vs item.id in TS/JS
This blog is back to basics in TS/JS. The difference between item[key] and item.id. There is a way to access a property of the object
item.id is a Static Property Access:
- fixed property name that is explicitly defined in the object. - known at compile time
- Example
const item = { id: 1, name: "Project A" };console.log(item.id); // Output: 1
item[key] is a Dynamic Property Access:
- This allows you to dynamically access an object's properties based on the key value. - not known at compile time and is determined dynamically at runtime
- Example
const key = "name";const item = { id: 1, name: "Project A" };console.log(item[key]); // Output: "Project A"
Note: item[key] is more flexible but less type-safe.
Another example
const isInListById = (value: number, list: { id: number }[]) => { return list.some(item => item.id === value);};const list = [ { id: 1, name: "Project A" }, { id: 2, name: "Project B" }];console.log(isInListById(1, list)); // Output: true
#javascript #typescript #StaticPropertyAccess #DynamicPropertyAccess
The difference between item[key] vs item.id in TS/JS
This blog is back to basics in TS/JS. The difference between item and item.id. There is a way to access a property of the object item.id is a Static Property Access: item is a Dynamic Property Access: item.id is a Static Property Access: fixed property name that is explicitly defined in the object. - known at compile time Example const item = { id: 1, name: "Project A" }; console.log(item.id); // Output: 1…
@GMRaphi AH! Das Unbooxing "wie Deo"
"Can you pinpoint the landing zone for the other pod?"
"I can put us within two to three klicks of it, sir."
―Obi-Wan Kenobi and Commander "Cody"
Go back in time to the land of the dinos in the excellent demo for Theropods gamingonlinux.com/2025/06/go-b…
#Demo #IndieGame #Retro #Gaming #PCGaming #Linux #SteamOS
Go back in time to the land of the dinos in the excellent demo for Theropods
Theropods is an upcoming point and click adventure that combines puzzles with a cinematic story. The demo in Steam Next Fest is quite impressive.Liam Dawe (GamingOnLinux)
มัดรวม! 10+ ซีรีส์ยูริ (GL) สุดปัง ที่จะทำให้หัวใจคุณฟูฟ่อง (อัปเดต 2568) | Digital More
มัดรวมซีรีส์ยูริ (GL) ที่ต้องดู! ทั้งซีรีส์ไทยและต่างประเทศ อัปเดต 2568 เรื่องไหนดี เรื่องไหนดัง พร้อมเรื่องย่อและช่องทางรับชม ห้ามพลาด!kampayy (DigitalMore)
Der Beitrag TE-Wecker am 12. Juni 2025 erschien zuerst auf Tichys Einblick. #news #press
The Narrative Arc Humble Bundle has more great story picks for you gamingonlinux.com/2025/06/the-…
#Gaming #PCGaming #Linux #SteamDeck #SteamOS
The Narrative Arc Humble Bundle has more great story picks for you
Follow some great and interesting stores in the Narrative Arc Humble Bundle with 7 games available to grab for cheaps.Liam Dawe (GamingOnLinux)
ตัวอย่างที่สองและสาม TV Anime "เมื่อ XX ของวาตาริคุงถึงคราวอวสาน (Watari-kun no xx ga Houkai Sunzen)" โดย Staple Entertainment เริ่มออกอากาศ 4 ก.ค. 2025
OP: Yuurei ni Naritai by Yuika
ED: Ai Ai Ai Ai Ai by Pedro
- Shuichiro Umeda➠Naoto Watari
- Yumika Yano➠Satsuki Tachibana
- Yurie Igoma➠Yukari Ishihara
- Megu Umezawa➠Makina Umezawa
- Yoshiki Nakajima➠Shigenobu Tokui
- Hinaki Yano➠Suzushiro Watari
Escape Simulator 2 to be Steam Deck optimised for Proton on Linux - releases in October gamingonlinux.com/2025/06/esca…
#EscapeSimulator2 #Linux #SteamOS #SteamDeck #Gaming
Escape Simulator 2 to be Steam Deck optimised for Proton on Linux - releases in October
Pine Studio have confirmed their plan to launch Escape Simulator 2 in October, with a note about Steam Deck / Linux support.Liam Dawe (GamingOnLinux)
Great shooter Selaco gets fixed up for Steam Deck and many more bug fixes gamingonlinux.com/2025/06/grea…
#Selaco #FPS #Gaming #IndieGames
Great shooter Selaco gets fixed up for Steam Deck and many more bug fixes
Selaco is by far my favourite upcoming shooter in Early Access. After the recent big update, they've put out some essential fixes.Liam Dawe (GamingOnLinux)
Input Prompts features more than 18 input methods. All icons in two PNG sizes, spritesheets, vector source file and font files (TTF/OTF) all in a simple style that fits every game.
Best of all? It's free, CC0, public domain.
kenney.nl/assets/input-prompts
OrangePi Neo gaming handheld with Manjaro Linux delayed until Q3 2025 with no exact date gamingonlinux.com/2025/06/oran…
#OrangePiNeo #Manjaro #Linux #HandheldGaming
OrangePi Neo gaming handheld with Manjaro Linux delayed until Q3 2025 with no exact date
The OrangePi Neo gaming handheld with Manjaro Linux initially sounded quite exciting, but it's now facing delays and won't be here until at least Q3 2025.Liam Dawe (GamingOnLinux)
I've updated the map of organisations self-hosting their own Fediverse platform - you can now toggle by category:
umap.openstreetmap.fr/en/map/o…
Let me know if you have charities, NGOs, governments, companies, media, news, weather... anything I can add!
Organisations Self-publishing on ActivityPub
Organisations that are hosting their own Open Social / Fediverse services. These are typically for internal use by staff or social media teams, but can be freely followed from any ActivityPub platform. Edits/Additions: @jaz@toot.uMap
Steam Deck™ Certified Refurbished
Steam Deck™ is the most powerful, full-featured gaming handheld in the world.store.steampowered.com
Steam Deck™ Certified Refurbished
Steam Deck™ is the most powerful, full-featured gaming handheld in the world.store.steampowered.com
Gears of War: Reloaded first Beta weekend starts tomorrow with SteamOS / Steam Deck support gamingonlinux.com/2025/06/gear…
#GearsofWar #Gaming #Linux #SteamOS #SteamDeck
Gears of War: Reloaded first Beta weekend starts tomorrow with SteamOS / Steam Deck support
Gears of War: Reloaded has two Beta weekends coming, with the first starting tomorrow and they've announced zero platform restrictions for it.Liam Dawe (GamingOnLinux)
คนไทยเป็นคนตลก เทรน AI บน Galaxy S25 Ultra จนเล่นมุกได้ | Digital More
เมื่อ AI ไม่ได้มาแค่ช่วยงาน แต่มาช่วยตบมุก! ล่าสุดบนโซเชียลมีคลิปไวรัลที่ทำเอาคนไทยฮากระจาย เมื่อหนุ่มสายขำหยิบ Galaxy S25 Ultra ขึ้นมาคุยกับ Galaxy AI ระหว่างนั่ง Grab แล้วเล่นมุกกันแบบโต้ตอบกันสด ๆ ไม่มีใครยอมใคร โชว์สกิล “AI เล่นมุก” ที่ไม่ตายไมค์…kampayy (DigitalMore)
ซัมซุง เปิดตัวไลน์อัปจอเกมมิ่ง ปฏิวัติการเล่นเกมมิติใหม่ ชูที่สุดของนวัตกรรมในทุกด้าน เอาใจคอเกมทุกสไตล์ |
ซัมซุง เขย่าวงการเกมมิ่งครั้งใหญ่ เปิดตัวไลน์อัปจอเกมมิ่งรุ่นล่าสุดปี 2568 ภายใต้แนวคิด ‘The Next Phase of Gaming’ ปฏิวัติประสบการณ์การเล่นเกมมิติใหม่แบบที่ไม่เคยมีมาก่อน ชูที่สุดของนวัตกรรมจอภาพเอาใจคอเกมทุกสไตล์ กับจอ 3 มิติแบบไม่ต้องสวมแว่นkampayy (DigitalMore)
ยาจีน สมุนไพร ยาแผนปัจจุบัน
แค่ 5 นาทีจากรถไฟฟ้า
🚝 BTS สถานีสะพานตากสิน ออกทางออก4 เลี้ยวขวา
ปากซอยเจริญกรุง63 ยานนาวา สาทร กทม
🕒 ทุกวัน 8.00-20.00 น.
📲 ไลน์ lin.ee/32Fov8i
📞 โทร 022124082
yongchieng.com
Yong Chieng Pharmacy | LINE Official Account
Yong Chieng Pharmacy's LINE official account profile page. Add them as a friend for the latest news.lin.ee
Re : News
in reply to Re : News • • •