Tổng hợp các món đồ sơ sinh đã mua, chia theo nhóm cụ thể + vài gợi ý mua sắm thực tế. Giá là giá gốc của món hàng (chưa trừ điểm tích lũy cá nhân, chỉ trừ giảm giá/sale nếu có). Nơi mua chủ yếu: Mercari (đồ cũ), Akachan Honpo (アカチャンホンポ), Rakuten, Amazon.co.jp, Nitori, Home Center.
| test |
Most developers are familiar with circular dependencies - when module A depends on module B, and module B depends on module A. Build systems catch these easily, and we know to avoid them. However, there's a more subtle form of circular dependency that builds successfully but creates the same architectural problems: conceptual circular dependencies.
Note
This article is adapted from my contribution to LY Corporation's internal "Review Committee Report" series, where we share knowledge gathered from code reviews to maintain high development productivity. I've rewritten it here to share with the broader software engineering community.
Here's a curated list of topological sort problems frequently asked by FAANG companies, organized by difficulty and problem pattern.
| // ==UserScript== | |
| // @name Redirect threads | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-05-22 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://www.threads.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=threads.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Claude.ai Navigation Bar | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Creates a navigation bar on the right side of Claude.ai that helps navigate through conversation messages | |
| // @author You | |
| // @match https://claude.ai/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=claude.ai | |
| // @grant GM_addStyle | |
| // ==/UserScript== |
Trong xã hội hiện đại, một dạng nghèo khó mới đang ngày càng phổ biến - không phải nghèo về vật chất mà là "nghèo tư duy". Hiện tượng này thể hiện qua việc thiếu khả năng suy nghĩ độc lập, phụ thuộc quá mức vào mạng xã hội và khuynh hướng chạy theo tâm lý đám đông. Đây là một vấn đề xã hội đáng quan tâm, có tác động sâu rộng đến cả cá nhân và cộng đồng.
"Nghèo tư duy" không đơn thuần là thiếu kiến thức, mà còn là sự thiếu hụt khả năng phân tích thông tin một cách phản biện, tư duy độc lập và áp dụng nguyên lý cơ bản (first principle thinking) trong quá trình nhận thức. Người bị "nghèo tư duy" thường:
- Khoán trắng suy nghĩ cho mạng xã hội: Tin tưởng mù quáng vào thông tin từ Facebook, TikTok mà không kiểm chứng
- Thiếu tư duy phản biện: Không đặt câu hỏi về độ tin cậy của nguồn thông tin
| function autoClickBlock() { | |
| const dialogBody = document.evaluate( | |
| `//*[contains(text(), "won't be able to find your profile")]`, | |
| document, | |
| null, | |
| XPathResult.FIRST_ORDERED_NODE_TYPE, | |
| null | |
| ).singleNodeValue; | |
| if (!dialogBody) { |
A simple JavaScript script that adds a floating "Archive" button to specific news websites, allowing quick archiving via archive.md.