2025/12/4 pmconf 2025 https://2025.pmconf.jp/ "主観ã§çµããããªã"宿§ãã¼ã¿æ´»ç¨ â ãããã¯ããã£ã¹ã«ããªã¼ãå éãããã¤ã³ãµã¤ãããã¸ã¡ã³ã å³ç° æ¶¼ ãããã¯ãããã¼ã¸ã£ã¼
Pythonã®éåæå¦çã§async/awaitãã¤ãã人ã¯Woveã使ã£ã¦ã¿ã¦ã¯ã©ãã ãã? #ãã¾Py ã¿ããªã®Python 第5ççºå£²ä¸ã§ãï¼Pythonã§éåæå¦çã¨ããã¨æ¨æºã®asyncioã使ã£ã¦async / awaitãªã³ã¼ããæ¸ããã¨ãæãã¤ã人ãå¤ãã¨æãã¾ãããã asyncioã«ã¯ç¬ç¹ã®ãã¤ãã¿ãããã£ã¦ãå«ããªäººãããã®ã§ããç§ãããã¾ã好ããããªãããã®ãã¤ãã¿ããè§£æ¶ãããã©ã¤ãã©ãªWoveãç´¹ä»ãã¾ããæè¿ãã¼ã¸ã§ã³1.0ããªãªã¼ã¹ãããã®ã§ãç´¹ä»ãããã¨æãã¾ãããªããã¯ã¦ãã§ãããã¨ã³ããªå ¥ãããã®ã§(ããã¯ãã¼ã¯ãã¦ãããã¿ãªããããããã¨ããããã¾ãï¼)ãä»ã®asyncioæ§ã®ã©ã¤ãã©ãªãæ¯è¼è¡¨ã追è¨ãã¾ããã asyncã¯ãªãã¤ããã®ãï¼Pythonã®asyncioã¯ãI/Oå¾ ã¡ã®å¤ãããã°ã©ã ï¼Webã¢ã¯ã»ã¹ãDBéä¿¡ãªã©ï¼ãå¹çåããå¼·åãªä»çµã¿
ãããªãã§ããã æµ·å¤æ è¡ãããåãå§ãããããã¨ãæ¥æ¬ã®è¯ããèº«ã«æã¿ãã¨æãã人ã¯å¤ãããããªãã§ããããï¼ ãªããã¨ããããå¤ã§åãã¦ã¿ããã¨æã£ã¦ãã¾ããããä»ã¯ãã¤æ»ããã¨èããæ¥ã ã§ããï¼ã¨ã«ããæ¸©æ³ã«å ¥ãããï¼ ã¾ãè²ã ã¨åå½ãåãä¸ã§ãæ¥æ¬ä¼æ¥ã£ã¦ã¢ã¸ã¢åãä»ã®å½ã«ãããªãé²åºãã¦ããã ãªãã¨å®æãã¾ãããï¼ãããããï¼ ãããªãããªã§æ¥æ¬æ ªã«èå³ãæã¡ æ¨å¹´ã«ããæè³è¡ãè³¼å ¥ãã¦å®è·µãå§ãã¾ãããï¼ã¾ã åãã¦ä¸å¹´ç®ãªã®ã§æç¸¾ã¯ãããã¾ããããããããã¤ãã¹ã¯ç¡ãï¼ èªåã§ããã§ããã³ã¼ãã Claude mcp-yfinance ãªã©ãå©ç¨ããªããã¹ã¯ãªã¼ãã³ã°ãã¦ã¿ã¾ããããæ¯åæ±ºç®ãåºããã³ã«æåã¨ãã£ããç¸æã«ããã®ãä½ããªããã¨æãã¾ãã¦ã ãããèªååéã¨ã¹ã¯ãªã¼ãã³ã°ç¨ã®ã¢ããªä½ã£ã¦ã¿ãã(vibe coding) ãããªããªãããæ¥æ¬æ ªå ¨éæãèªååéã»ç°¡æ
1Texas A&M University, 2University of Texas at Austin, 3Purdue University â Lead authors with equal contributions. â¡Core contributors. *Correspondence to Junyuan Hong and Atlas Wang. Outline of our work: (i) Inspired by the concept of Brain Rot, we establish the hypothesis of LLM Brain Rot; (ii) We construct junk and control data from Twitter/X posts for intervention; (iii) We benchmark four differ
See my follow-up article: âA Fast, Growable Array With Stable Pointers in Câ I write type safe generic data structures in C using a technique that I havenât seen elsewhere1. It uses unions to associate type information with a generic data structure, but weâll get to that. My approach works for any type of data structure: maps, arrays, binary trees⦠but for this article I illustrate the ideas by im
const obj = {a:0, b:1}; const { a, b } = obj; // ããã¯ä»¥ä¸ã®ãã®ã¨åæ§ã§ã // const a = obj.a; // const b = obj.b; class Data(val firstName: String, val lastName: String, val age: Int, val sex: Int){ operator fun component1() = firstName operator fun component2() = lastName operator fun component3() = age operator fun component4() = sex }
SQLite is cool now. DHH uses it, Laravel defaults to it. Here is a list of sensible defaults when using sqlite. The whys? PRAGMA journal_mode = WAL; Why?: Allows concurrent reads and writes, making it more suitable for web applications with multiple users accessing the database simultaneously. PRAGMA synchronous = NORMAL; Why?: Balances performance and data safety by ensuring that data is written
GASé«éåã®ã¹ã¹ã¡ ã¯ããã« ããã«ã¡ã¯ããµã¯ã»ã¹ã¨ã³ã¸ãã¢ãªã³ã°ãã¼ã ã®å¢ç°ã§ãã ä»å¹´ã®8æã«å ¥ç¤¾ãã¦æ©4ãæãçµã¡ã¾ããã å ¥ç¤¾ã¨ã³ããªãå ¬éãã¦ãã¾ãã®ã§è¯ããã°è¦ã¦ãã£ã¦ãã ãã note.nealle.com æè¿é±4ã§ã«ã¬ã¼ã°ã£ãé£ã£ã¦ã¾ãã ç¾å³ããã«ã¬ã¼ã®å¾ããã¹ãã¤ã¹ãã½ã¼ã¹ãªã©ããã°ãã²æãã¦ããã ããã...ï¼ GASã«ã¤ã㦠ã¿ãªããæ®æ®µããæ¥åã§GAS(Google Apps Script)å©ç¨ããã¦ã¾ãã§ããããã GASã¯ç¥ã£ã¦ã®éãã»ããã¢ããä¸è¦ã§ä½¿ããGoogleãµã¼ãã¹ï¼Google SheetsãGmailãDriveãªã©ï¼ã¸ã®èªè¨¼ãæ¨æºã§çµã¿è¾¼ã¾ãã¦ããé常ã«ä¾¿å©ãªãã¼ã«ã§ããéã¨ã³ã¸ãã¢ã§ãæ±ãããããæ¥åå¹çåã®ææ®µã¨ãã¦åºãæ´»ç¨ããã¦ãã¾ãã GASã®ãã¡ãªããã¨èª²é¡ ãããªä¾¿å©ãªGASã§ããå¤ãã®å¶éãåå¨ãã¾ãã ãã®ä¸ã§ã代表çãªã
JRæ±æ¥æ¬ããé«è¼ªã²ã¼ãã¦ã§ã¤é§ ï¼æ±äº¬é½æ¸¯åºï¼è¥¿å´ã§ãå¼·ã¿ãçãããç¬èªã®ä¸åç£äºæ¥ãé²ãã¦ãããæ§å½éããå¼ãç¶ãã é§ ããè¿ãåå°ãå¤§è¦æ¨¡ã«éçºã交éç³»ICãSuicaï¼ã¹ã¤ã«ï¼ãã®é¡§å®¢ã®å©ç¨ãã¼ã¿ãæ´»ç¨ãã使°ãæ¥è¨ªè ã®ãµã¼ãã¹ã«ã¤ãªããæªæ¥åã®è¡ã¥ããã ãJRæ±ãåç¬ã§åãã¦æãããè¤ååéçºã§ãæ±äº¬ã®æ°åæã¨ãªããæ³¨ç®ããã¦ããã æ¹æããããã°ãé«è¼ªã²ã¼ãã¦ã§ã¤ã·ãã£ãã¯ãåå1ã»6ããã¡ã¼ãã«ã«ãããç·è·¯æ²¿ãã®æ·å°ãéçºãé«å±¤ãã«4æ£ãã³ã³ãµã¼ããã¼ã«ãªã©ãåããä½å±¤æ£ã®æåæ½è¨ã建è¨ããåºå ´ãæ´åãããé«å±¤ãã«ã«ã¯ãªãã£ã¹ãé«ç´ããã«ã忥æ½è¨ããã³ã·ã§ã³ãå ¥å± ããã äºæ¥è²»ã¯ç´6000ååãé§ ã®ä¹å®¢æ°ã¯ããªãã£ã¹ã§åã2ä¸äººãå«ãã¦ã1æ¥å½ãã13ä¸äººä»¥ä¸ãè¦è¾¼ããæµæ¯å¯¿é§ ã¨åçã®è¦æ¨¡ã ã ä»ã«ãªãç¹å¾´ã¯ãè¡ã¨å©ç¨è ã®ã¹ã¤ã«ã®ãã¼ã¿ã®é£æºãã§ãããã¨ã ãç¾å¨ããã¾ãã¾ãªãµã¼
UUIDs are often used as database table primary keys. They are easy to generate, easy to share between distributed systems and guarantee uniqueness. Considering the size of UUID it is questionable if it is a right choice, but often it is not up to us to decide. This article does not focus on "if UUID is the right format for a key", but how to use UUID as a primary key with PostgreSQL efficiently. P
ããã«ã¡ã¯ããã¤ã«ãã®æ£®ã§ãããã¤ã«ãã§ã¯åµæ¥ä»¥æ¥ããã¯ã¨ã³ãã®éçºè¨èªã«Rustãæ¡ç¨ãã¦ãããããRustã¨ããè¨èªãã®ãã®ãæã¤èª²é¡ã¨ãã®è§£æ¶ãã¯ã¬ã¼ãã®æµè¡ãå»ããªã©ã®æ´å²ãå ±ã«æ©ãã§ãã¾ããããã®ä¸ã§ãæãè¦ããã ãã®ã®ä¸ã¤ã«é å»¶åæåãããã¾ãã ãã®é å»¶åæåã®ããã®æ©è½ãã2024å¹´7æãªãªã¼ã¹äºå®ã®Rust 1.80.0ã§å®å®åãããã¨ãããã¨ã§ãæ¬æ©è½ã«ã¤ãã¦ããã®æ´å²ã¨ã¨ãã«è¦ã¦ããã¾ãã ç®æ¬¡ é å»¶åæåã¨ã¯ä½ããä½ã®ããã«ããã®ã ããã©ã¼ãã³ã¹åä¸ã®ãã ãªã½ã¼ã¹ã®å¹ççãªç®¡çã®ãã 循ç°ä¾åã®åé¿ã®ãã Rustã¨é å»¶åæåã®æ´å² lazy_static ã¯ã¬ã¼ãã®ç»å ´ã¨ãæ±ãã¦ããèª²é¡ ãã¯ãä¾åæ§ ã¹ã¬ããã»ã¼ãã§ãªãåæåã®ãªã¹ã¯ åã®å¶ç´ åæåã®ã¿ã¤ãã³ã°å¶å¾¡ once_cell ã¯ã¬ã¼ãã®ç»å ´ã«ãã£ã¦ä½ã解決ãããã®ãï¼ ãã¯ãã使ããªãã·ã³ãã«ãª
WebSockets vs Server-Sent-Events vs Long-Polling vs WebRTC vs WebTransport For modern real-time web applications, the ability to send events from the server to the client is indispensable. This necessity has led to the development of several methods over the years, each with its own set of advantages and drawbacks. Initially, long-polling was the only option available. It was then succeeded by Web
å®¶æãããã¨èªå® ã®æ§åãæ°ã«ãªããããã©ãç£è¦ã«ã¡ã©ãè¨ç½®ããã®ã¯å®¶æã®ãã©ã¤ãã·ã¼çã«è¡ãéããæãããããå°ãç·©ãããªç£è¦ãã§ããªããï¼ã¨èããéãç §åº¦ã®å¤åã«çç®ããã½ãªã¥ã¼ã·ã§ã³ãæãã¤ããã ã¤ã¾ããå®¶æãå¸°å® ãã¦é¨å±ã®é»æ°ãä»ãããå¤åºã®ããæ¶ç¯ããã黿°ãæ¶ãã¦å¯éã¾ã£ãã¨ãã£ãç¶æ ã®é·ç§»ããç §åº¦ã®å¤åãã«ãã£ã¦æ¤ç¥ããã¹ããã«éç¥ãããã¨ãã£ãå ·åã ã æ¦è¦ Nature Remo 3ã¯å¤åºå ããã¹ãã¼ããã©ã³ã§å®¶é»ãå¶å¾¡ããããã®ã¹ãã¼ããªã¢ã³ã³è£½åã®ã²ã¨ã¤ã§ããããç §åº¦ãæ¸©åº¦ã»ã³ãµã¼ãåå¾ããæ å ±ã Nature Remo Cloud API ã«ããã¯ã©ã¦ãããåå¾ã§ãããã¨ãã大å¤ç´ æ´ãããç¹å¾´ãããã èªå® ã«è¨ç½®ããNature Remoã®ç §åº¦ããAWSã®Lambda颿°ã«ããä¸å®æéæ¯ã«åå¾ãã¦DynamoDBã«èç©ãããåååå¾ããç §åº¦ã¨æ¯ã¹ã¦æ¥æ¿ãªå¤åããã£ã
FOSDEM 2024/Schedule/Events/Developer rooms/Web Performance/Fast JavaScript with Data-Oriented Design Letâs squeeze the last bits of performance out of JS so that we can crunch massive amounts of data! In this presentation I will describe what I learned while optimizing the Firefox Profiler. The Firefox Profiler is a web application which needs to handle large profiles containing hundreds of thous
A stream of malicious npm and PyPi packages have been found stealing a wide range of sensitive data from software developers on the platforms. The campaign started on September 12, 2023, and was first discovered by Sonatype, whose analysts unearthed 14 malicious packages on npm. Phylum reports that after a brief operational hiatus on September 16 and 17, the attack has resumed and expanded to the
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? <!-- Generated by ã¾ã¨ããã (https://2mtmex.com/) --> <div class="article_mid_v2"> <div id="article_mid_v2"> <script type="text/javascript"> (function(){ var ua = window.navigator.userAgent; var android_reg = /android/i; var android_rand = Math.floor(Math.random() * (100)) +
ã¤ã³ãã YouTubeãè¦ã¦ã¦ããµã¨ãããã£ããã§ããã°ã©ãã³ã°åå¿è ã®èªåã§ãã¢ããªãä½ããããããªããã¨æãã3é±éã§å®æããã話ãå ±æãããã¨æãã¾ãï¼ ããããããã°ã©ãã³ã°ãé å¼µã£ã¦ã¿ãã人ããæ¢ã«ã¨ã³ã¸ãã¢ã ãã©chatGPTãæ¬å½ã«éçºã«å½¹ç«ã¤ã®ãã©ãããç¥ããã人ã®ãå½¹ã«ç«ã¦ãã°å¹¸ãã§ãã ä»ã®æä»£ãªã誰ã§ãã¢ããªãç°¡åã«ä½ãã¾ãï¼ èªå·±ç´¹ä» èªåã¯3ã¶æåã¾ã§ããã°ã©ãã³ã°ãªãã¦å ¨ã触ãããã¨ããªã人éã§ããã ããããæè¿æµè¡ãã®AIãchatGPTã«é¢ãã¦è²ã ã¨è©±ãèãã¦ã¿ãã¨ããããããããèªåãchatGPTã使ãã°ã¢ããªãä½ããããããªããï¼ï¼ãã¨æãããã«ãªã£ã¦ãã¾ããã LINEã®ãAIãã£ããããããªãããchatGPTãå©ç¨ãã¦ä¸æ¥ã§ä½ããããããã§ããã ã§ãããã¯å ã ã¢ããªéçºçµé¨ã®ãã人ãã¡ãä½ã£ããã®ãªã®ã§ããæ¬å½ã«ããã°ã©ãã³ã°åå¿è ã§ãch
ã©ã³ãã³ã°
ã©ã³ãã³ã°
ã¡ã³ããã³ã¹
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}