Skip to main content



ส่วนดิฉันอยู่ในข่ายชาวโสดที่เพ้อ ผช 2D ไปวัน ๆ 😂

veer66 reshared this.



อนิเมะสต็อปโมชั่น "My Melody & Kuromi" เผยโปสเตอร์ใหม่

เริ่มสตรีมบน Netflix วันที 24 กรกฎาคม 2025, โดยมีจำนวนตอนทั้งหมด 12 ตอน ความยาวอยู่ที่ตอนละประมาณ 13 นาที
สตูดิโอโดย TORUKU from WIT STUDIO

in reply to Re : News

มายเมโลดี้เปิดร้านเค้กในแมริแลนด์ และเกิดเหตุการณ์แปลก ๆ หลังพบหัวใจสีชมพูในป่า ฝั่งคุโรมิก็พยายามหาความลับของเค้กที่ขายดี ทั้งสองเตรียมแข่งทำขนมกับเชฟพิสตาชิโอผู้โด่งดัง แต่เหตุการณ์ไม่คาดฝันกำลังคุกคามแมริแลนด์!


แกกกกกก ในที่สุดเพื่อนในกลุ่มมัธยมก็มีงานแต่งเสียที ๕๕๕๕๕๕๕๕๕๕๕

บ้าจริง คนล่าสุดที่ประกาศแต่งงานก็หลายปีมาแล้ว แบบหลายปีจริง ๆ เพราะก่อนโควิดอีก ทีนี้พวกเราชาวโสดและโสดไม่สนิทในวัย 35 ก็จะได้มาเจอกันจริง ๆ จัง ๆ สักงานเสียที



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…



อบรมสองวันเหมือนสองปี จะบุ้


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…

naiwaen.debuggingsoft.com/2025…


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




Ordered a Xeon E3-1241 v3! Will finally upgrade my Optiplex's CPU LOL


Schulen zu – Gewalt stoppen? Experten fordern sofortige Schließung bis zu den Ferien! exxpress.at/news/schulen-zu-ge… In ihrer neuen Kolumne schlagen die Sicherheitsexperten Stefan Embacher und Hans-Georg Maaßen nach dem Amoklauf in Graz Alarm: „Jede öffentliche Gewalttat birgt die Gefahr, Nachahmungstäter zu motivieren. Besonders dann, wenn Täter medial omnipräsent werden und sich durch ihre Tat als vermeintlich


ก็คิดดูว่าถนนวิ่งในเมืองไทยแต่ข้อมูลจราจรต้องไปซื้อมาจากเมกา


ค่าเน็ต tesla 300 นี่ค่าเน็ตหรือค่า google maps api


Ich habe Clicks omg eine transzendentale Erfahrung!
in reply to GMRaphi

@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



Vorstandsmitglied Daniel Terzenbach von der Bundesagentur für Arbeit hat in Iserlohn den Bahnsteig 42 besucht. Das ist ein Projekt der Iserlohner Werkstätten für Menschen mit Behinderungen.#[Inklusion #Iserlohn #MärkischerKreis #MenschenmitBehinderung #Bahnsteig42]


Der Landesentwicklungsplan (LEP) in NRW steht auf dem Prüfstand. Auch der Märkische Kreis hat jetzt seine Stellungnahme zu den geplanten Änderungen verfasst und sieht darin sowohl Chancen als auch Herausforderungen für die Region.#[NRW #MärkischerKreis #Landesentwicklungsgesetz]


มัดรวม! 10 ซีรีส์ยูริ (GL) สุดปัง ที่จะทำให้หัวใจคุณฟูฟ่อง (อัปเดต 2568) https://digitalmore.co/มัดรวม-10-ซีรีส์ยูริ-gl-สุดป/


TE-Wecker am 12. Juni 2025 tichyseinblick.de/podcast/te-w… Der TE-Wecker erscheint montags bis freitags – und bietet Ihnen einen gut informierten Start in den Tag. Ideal für den Frühstückstisch – wir freuen uns, wenn Sie regelmäßig einschalten. An Wochenenden und Feiertagen erscheint der Wecker mit einer Schwerpunktsendung.
Der Beitrag TE-Wecker am 12. Juni 2025 erschien zuerst auf Tichys Einblick. #news #press


才发现 mac 上没有哔哩哔哩直播姬,本来还想着用 mac mini 来推流的 :ac_classic05:


วันนี้ปวดเมนส์หนักมาก เดินไปขึ้นmrtละจะเป้นลม


The Narrative Arc Humble Bundle has more great story picks for you gamingonlinux.com/2025/06/the-…

#Gaming #PCGaming #Linux #SteamDeck #SteamOS



ตัวอย่างที่สองและสาม 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

#watarikun



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






Great shooter Selaco gets fixed up for Steam Deck and many more bug fixes gamingonlinux.com/2025/06/grea…

#Selaco #FPS #Gaming #IndieGames






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

in reply to Liam @ GamingOnLinux 🐧🎮

It feels like this handheld has been announced ages ago. And it is still delayed.


ไหนวิวสวย ๆ? ลายตาไปหมด

veer66 reshared this.

in reply to Nu

คิดถึงเสียงพากย์เก่าฟังจนหลอนหู "สถานีต่อไป วัดพระศรีมหาธาตุ โดยประตูรถจะเปิดทางด้านขวา... "


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!

This entry was edited (1 week ago)


android open source is going cathedral-like and people are saying it's end of open source like they never read catb's essay
in reply to อัคคาวิน

still i wonder how would the close sourcing of aosp would affect non-phone android products, like vending machines, credit card terminals, automotives, digital signage
in reply to อัคคาวิน

reading more about it, seems that the core issue is that google stopped making pixels the reference Android device (which is good for neutrality) then since pixel is just some random device, it is harder to get other parts you need for pixel custom rom.


Steam Deck 512 GB OLED - Valve Certified Refurbished in stock in the UK: store.steampowered.com/sale/st…
in reply to Liam @ GamingOnLinux 🐧🎮

Now the Steam Deck 1TB OLED - Valve Certified Refurbished is also listed as in stock in the UK: store.steampowered.com/sale/st…


Gears of War: Reloaded first Beta weekend starts tomorrow with SteamOS / Steam Deck support gamingonlinux.com/2025/06/gear…

#GearsofWar #Gaming #Linux #SteamOS #SteamDeck



คนไทยเป็นคนตลก เทรน AI บน Galaxy S25 Ultra จนเล่นมุกได้ https://digitalmore.co/คนไทยเป็นคนตลก-เทรน-ai-บน-galaxy-s25-ult/


idle timeout 15 นาทีไม่เหมาะกับคนสมาธิสั้น...


ซัมซุง เปิดตัวไลน์อัปจอเกมมิ่ง ปฏิวัติการเล่นเกมมิติใหม่ ชูที่สุดของนวัตกรรมในทุกด้าน เอาใจคอเกมทุกสไตล์ https://digitalmore.co/ซัมซุง-เปิดตัวไลน์อัปจอ/

in reply to ร้านขายยา ย่งเชียงตึ๊ง

ร้านขายยาย่งเชียงตึ๊ง
ยาจีน สมุนไพร ยาแผนปัจจุบัน
แค่ 5 นาทีจากรถไฟฟ้า
🚝 BTS สถานีสะพานตากสิน ออกทางออก4 เลี้ยวขวา
ปากซอยเจริญกรุง63 ยานนาวา สาทร กทม
🕒 ทุกวัน 8.00-20.00 น.
📲 ไลน์ lin.ee/32Fov8i
📞 โทร 022124082
yongchieng.com