איפה אתם מקבלים את הפינג הכי טוב?

שרתים בישראל כמעט אין, בדרך כלל הכי קרוב אלינו זה שרתים באיחוד האמירויות / טורקיה, וגם יש באירופה
השאלה מאיפה לפי הניסיון שלכם יש את הפינג הכי טוב.

reddit.com
u/StatelessGoose — 2 days ago

בדיקות DNA בארץ

היי, אני רוצה לעשות בדיקת DNA סתם כי מעניין אותי לדעת את המקורות שלי.
הבנתי שהמצב החוקי של זה בארץ קצת מוזר בגלל ״חוקי שלום בית״ (בייקסלי שגברים לא יגלו שהילד שלהם הוא בכלל מבנניטו)
רציתי לשאול אם זה בכלל אפשרי ואם כן איך עושים את זה אני כן רואה שיש אפשרות בחלק מהחברות שעושות את זה לשלוח ערכה כזו לארץ השאלה אם היא באמת תגיע ואם ייתנו לי לשלוח את הדגימה חזרה (או שזה מסווג bio hazard)
אשמח גם לשמוע איזה חברות מומלצות בעיקר ליהודים (כי למיטב הבנתי כל חברה טובה קצת יותר או פחות בקבוצות אתניות שונות)

reddit.com
u/StatelessGoose — 25 days ago

The nice Claude Code pattern I learned from Detroit: Become Human

When a Claude Code session becomes long, the agent gets dumb real fast. People solve this by creating what is essentially a new instance, either by compacting (which maintains idiotic and confusing details in the context) or by creating explicit handoff documents, which are basically the same thing done in compacting except you can see it. For me at least, the results for both are meh. Especially given that the agent that compacts itself can’t possibly know what the next agent may need.
Anyways, I played Detroit: Become Human not long ago, and the robot MC there, who is called Connor, has this cool ability to probe the memory of other robots. So I tried it with CC. Basically, whenever I needed data from an older agent, I told the new agent to probe the older agent’s memory (past conversations are stored as JSONL on your PC). CC can basically grep and search for exactly what it needs from the old session and nothing more.

Never going back.

reddit.com
u/StatelessGoose — 28 days ago