•  


페이지를 파싱하기 어렵습니다.Starred posts for Rust http://chat.stackoverflow.com/feeds/rooms/starred/62927 2024-05-21T22:56:46Z message-57337809 Not that I feel that this PSA will make much of a difference, but in any case: if you are thinkin... Not that I feel that this PSA will make much of a difference, but in any case: if you are thinking about deleting or editing your posts in protest of Stack Overflow&#39;s partnership with OpenAI, please restrain yourself. That is just vandalism that won&#39;t stop them from scraping the posts and only causes harm to those who are not at fault. 2024-05-09T10:52:38Z 2024-05-09T10:52:38Z E_net4 http://chat.stackoverflow.com/users/1233251 message-57241056 broot is by far a masterpiece broot is by far a masterpiece 2024-04-03T18:48:11Z 2024-04-03T18:48:11Z Stargateur http://chat.stackoverflow.com/users/7076153 message-57239949 I use @ in pattern matching so rarely I don't even remember the syntax I use @ in pattern matching so rarely I don&#39;t even remember the syntax 2024-04-03T13:34:09Z 2024-04-03T13:34:09Z Denys Seguret http://chat.stackoverflow.com/users/263525 message-57231399 [I just sorted 4273 enums of the rustlang/rust codebase and it still compiles](https://github.com... <a href="https://github.com/Canop/codesort/tree/main/examples/sort-all-enums" rel="nofollow noopener noreferrer">I just sorted 4273 enums of the rustlang/rust codebase and it still compiles</a> 2024-03-31T10:16:40Z 2024-03-31T10:16:40Z Denys Seguret http://chat.stackoverflow.com/users/263525 message-57225859 https://img-comment-fun.9cache.com/media/aWv18K/aeXmgnNk_700w_0.jpg <div class="onebox ob-image"><a rel="nofollow noopener noreferrer" href="https://img-comment-fun.9cache.com/media/aWv18K/aeXmgnNk_700w_0.jpg"><img src="https://img-comment-fun.9cache.com/media/aWv18K/aeXmgnNk_700w_0.jpg" class="user-image" alt="user image" /></a></div> 2024-03-28T15:14:09Z 2024-03-28T15:14:09Z Stargateur http://chat.stackoverflow.com/users/7076153 message-57195729 :57194830 Wait, we're getting C-style string literals? I didn't even know it was coming! @Feeds Wait, we&#39;re getting C-style string literals? I didn&#39;t even know it was coming! 2024-03-18T08:32:40Z 2024-03-18T08:32:40Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-57182483 so it's done, https://crates.io/crates/binator so it&#39;s done, https://crates.io/crates/binator 2024-03-13T15:15:09Z 2024-03-13T15:15:09Z Stargateur http://chat.stackoverflow.com/users/7076153 message-57182480 I have try to change, and I realized that, aim for perfect is good, but it's ok if it's not perfe... I have try to change, and I realized that, aim for perfect is good, but it&#39;s ok if it&#39;s not perfect, just try the best and shit haha, so I try to move with my life, I think I finally recover from my burn out, I also finally succeed to loose weight, still some to loose but that like make me so happy, but I loose the person I loved so meh, anyway I try to advance and publish my stupid lib was on the list of todo 2024-03-13T15:14:15Z 2024-03-13T15:14:15Z Stargateur http://chat.stackoverflow.com/users/7076153 message-57182408 :57182382 Didn't know you could rob a bank with Rust, I'll have to look into that... @Stargateur Didn&#39;t know you could rob a bank with Rust, I&#39;ll have to look into that... 2024-03-13T14:49:37Z 2024-03-13T14:49:37Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-57173060 :57172219 128% true @Stargateur 128% true 2024-03-10T20:11:13Z 2024-03-10T20:11:13Z Shahar Nacht http://chat.stackoverflow.com/users/4758399 message-57075341 :57074159 Still not super happy about the resolution of `collect`. The idea that collecting from ... @Feeds Still not super happy about the resolution of <code>collect</code>. The idea that collecting from a <code>Vec</code> into a <code>Vec</code> may some times, unpredictably, retain the full capacity of the original doesn&#39;t sit right with me. This kind of unpredictable behavior violates the principle of least astonishment :&#39;( 2024-02-05T09:17:26Z 2024-02-05T09:17:26Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-57013184 It's been some time since I was active here but I'm getting married today and I just wanted to sh... It&#39;s been some time since I was active here but I&#39;m getting married today and I just wanted to share my excitement with y&#39;all for a moment 2024-01-14T09:32:36Z 2024-01-14T09:32:36Z trent http://chat.stackoverflow.com/users/3650362 message-57002498 ^ I created /r/learnrust and I am looking for moderators. If you frequent the sub, it would be ni... ^ I created /r/learnrust and I am looking for moderators. If you frequent the sub, it would be nice to have you as a mod 2024-01-10T14:56:04Z 2024-01-10T14:56:04Z samayo http://chat.stackoverflow.com/users/1640606 message-56985409 > C comes with the huge benefits of portability, great tool support, great library support and so... &gt; C comes with the huge benefits of portability, great tool support, great library support and so on. As for Rust, it is for idealists who want to pretend that the world is a different place. 2024-01-04T12:26:25Z 2024-01-04T12:26:25Z E_net4 http://chat.stackoverflow.com/users/1233251 message-56897912 You usually have several levels of logs, and what you log usually changes with the time. Some DEB... You usually have several levels of logs, and what you log usually changes with the time. Some DEBUG level logs may become useless when some feature has been time-proven. It also depends on who runs the program: for the programs that are ran beyond my control by random user, there are always things I log just in case so that I can ask them for the log and understand what happened. You also have different approach for massively async programs (you may use eg tracing) 2023-11-30T16:20:14Z 2023-11-30T16:20:14Z Denys Seguret http://chat.stackoverflow.com/users/263525 message-56867827 :56867803 Further reference in case it helps: https://doc.rust-lang.org/stable/book/ch14-02-publi... @manro Further reference in case it helps: https://doc.rust-lang.org/stable/book/ch14-02-publishing-to-crates-io.html#making-useful-documentation-comments 2023-11-20T12:20:53Z 2023-11-20T12:20:53Z E_net4 http://chat.stackoverflow.com/users/1233251 message-56866171 Rust name is not random, there is nothing new in rust, the goal was to create a language that use... Rust name is not random, there is nothing new in rust, the goal was to create a language that use already proven concept and put them into one language 2023-11-19T18:29:35Z 2023-11-19T18:29:35Z Stargateur http://chat.stackoverflow.com/users/7076153 message-56858327 :56858324 Readability. Ergonomic studies at the time suggested that `snake_case` is more readable... @manro Readability. Ergonomic studies at the time suggested that <code>snake_case</code> is more readable than <code>camelCase</code>, <code>PascalCase</code> and <code>SCREAMING_CASE</code>. <code>kebab-case</code> would be equally readable, but is rarely used. 2023-11-16T11:19:48Z 2023-11-16T11:19:48Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-56855607 At this point, rather than repeating my blog, I should probably link it: https://dystroy.org/blog... At this point, rather than repeating my blog, I should probably link it: https://dystroy.org/blog/how-not-to-learn-rust/ 2023-11-15T14:17:45Z 2023-11-15T14:17:45Z Denys Seguret http://chat.stackoverflow.com/users/263525 message-56853873 :56851794 I find myself going to https://releases.rs/ more often nowadays, its much more navigable @Stargateur I find myself going to https://releases.rs/ more often nowadays, its much more navigable 2023-11-15T01:05:09Z 2023-11-15T01:05:09Z kmdreko http://chat.stackoverflow.com/users/2189130 message-56846114 :56846003 There's definitely value in simplicity. But simplicity doesn't imply slovenliness. And ... @manro There&#39;s definitely value in simplicity. But simplicity doesn&#39;t imply slovenliness. And of course, in the real world, there&#39;s the added wiggle room from X/Y problems and vague requirements. So you typically want to aim for a clean implementation of the easiest solution of the problem the client really has, possibly cutting back on the most &quot;outrageous&quot; requirements. It takes some experience to get there :) 2023-11-11T14:34:21Z 2023-11-11T14:34:21Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-56815398 Sorry, I don't. On the other hand, Ferrous Systems is driving the Ferrocene project (https://fer... <div class='full'>Sorry, I don&#39;t. <br> <br> On the other hand, Ferrous Systems is driving the Ferrocene project (https://ferrous-systems.com/ferrocene/): <br> <br> &gt; For its first release, Ferrocene 23.06 is a ISO 26262 (ASIL D) and IEC 61508 (SIL 4) qualified version of the existing open-source compiler, rustc, based on Rust 1.68.</div> 2023-10-31T11:09:43Z 2023-10-31T11:09:43Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-56805913 The best time to break backwards compatibility is always now -- the longer you wait, the bigger t... The best time to break backwards compatibility is always now -- the longer you wait, the bigger the breakage, and the more you&#39;ll be suffering in the mean time :( 2023-10-27T10:04:18Z 2023-10-27T10:04:18Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-56805720 Supposing you mean GUI framework, Iced has quite the momentum, as it's being used by the Pop_OS! ... Supposing you mean GUI framework, Iced has quite the momentum, as it&#39;s being used by the Pop_OS! GUI -- who thus contribute fixes/improvements -- but not being a GUI developer... I have no idea whether it&#39;s &quot;minimalistic&quot;. 2023-10-27T09:02:08Z 2023-10-27T09:02:08Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-56805669 :56805657 @DenysSeguret might know more. But if I were to write a terminal UI app, I'd go with [`... @manro @DenysS&#233;guret might know more. But if I were to write a terminal UI app, I&#39;d go with <a href="https://crates.io/crates/ratatui" rel="nofollow noopener noreferrer"><code>ratatui</code></a>. It may be a bit different from what you&#39;d call a graphics engine though. 2023-10-27T08:53:25Z 2023-10-27T08:53:25Z E_net4 http://chat.stackoverflow.com/users/1233251 message-56770558 I asked a question I asked a question 2023-10-15T07:30:39Z 2023-10-15T07:30:39Z Denys Seguret http://chat.stackoverflow.com/users/263525 message-56679463 Unity kill itself, only way to survive is go open source now, so... it's over for unity haha Unity kill itself, only way to survive is go open source now, so... it&#39;s over for unity haha 2023-09-14T21:45:32Z 2023-09-14T21:45:32Z Stargateur http://chat.stackoverflow.com/users/7076153 message-56656730 :56656724 Congratz Shep! @Feeds Congratz Shep! 2023-09-08T13:32:04Z 2023-09-08T13:32:04Z Matthieu M. http://chat.stackoverflow.com/users/147192 message-56627762 Are there users of [rhit](https://dystroy.org/rhit/) (my nginx log analyzer) in this room ? I jus... Are there users of <a href="https://dystroy.org/rhit/" rel="nofollow noopener noreferrer">rhit</a> (my nginx log analyzer) in this room ? I just released v2.0.0 2023-08-30T15:52:15Z 2023-08-30T15:52:15Z Denys Seguret http://chat.stackoverflow.com/users/263525 message-56586906 https://github.com/serde-rs/serde/issues/2538#issuecomment-1682519944 https://github.com/serde-rs/serde/issues/2538#issuecomment-1682519944 2023-08-19T08:32:07Z 2023-08-19T08:32:07Z Stargateur http://chat.stackoverflow.com/users/7076153
- "漢字路" 한글한자자동변환 서비스는 교육부 고전문헌국역지원사업의 지원으로 구축되었습니다.
- "漢字路" 한글한자자동변환 서비스는 전통문화연구회 "울산대학교한국어처리연구실 옥철영(IT융합전공)교수팀"에서 개발한 한글한자자동변환기를 바탕하여 지속적으로 공동 연구 개발하고 있는 서비스입니다.
- 현재 고유명사(인명, 지명등)을 비롯한 여러 변환오류가 있으며 이를 해결하고자 많은 연구 개발을 진행하고자 하고 있습니다. 이를 인지하시고 다른 곳에서 인용시 한자 변환 결과를 한번 더 검토하시고 사용해 주시기 바랍니다.
- 변환오류 및 건의,문의사항은 juntong@juntong.or.kr로 메일로 보내주시면 감사하겠습니다. .
Copyright ⓒ 2020 By '전통문화연구회(傳統文化硏究會)' All Rights reserved.
 한국   대만   중국   일본