senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Masaki Hara (qnighy@qnmd.info), page 51

  1. Masaki Hara (qnighy@qnmd.info)'s status on Wednesday, 07-Nov-2018 09:59:14 JST Masaki Hara Masaki Hara

    https://users.rust-lang.org/t/tabnine-an-all-language-autocompleter-written-in-rust/22026
    Tabnineという多言語対応のオートコンプリーターがあるらしい。機械学習を使っていると謳っている(GitHubとかのコーパスから学習して予測してるとかかな)
    Rustで実装されているため、感謝の印としてRustの補完をするときは常にプレミアム機能が有効になるとのこと

    In conversation Wednesday, 07-Nov-2018 09:59:14 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.rust-lang.org
      TabNine, an all-language autocompleter written in Rust
      from The Rust Programming Language Forum
      https://tabnine.com This isn’t my project, but it was announced on Reddit and Hacker News today to some lively discussion, and I was interested in what this community thought, especially if anyone has tried it yet. It’s not free, but note: What language is TabNine written in? TabNine is 11,000 lines of Rust. In recognition of the fact that TabNine could not exist without the Rust ecosystem, TabNine’s paid features are always enabled when completing Rust code.
  2. Masaki Hara (qnighy@qnmd.info)'s status on Wednesday, 07-Nov-2018 08:25:47 JST Masaki Hara Masaki Hara

    なるほど、男としても女としてもプレイできるギャルゲーだからyuriタグをつけてるのか

    In conversation Wednesday, 07-Nov-2018 08:25:47 JST from qnmd.info permalink
  3. Masaki Hara (qnighy@qnmd.info)'s status on Wednesday, 07-Nov-2018 00:47:57 JST Masaki Hara Masaki Hara

    エロトラップダンジョン: エロい目に遭う罠がたくさんある
    リロトラップダンジョン: OSが起動しなくなる罠がたくさんある

    In conversation Wednesday, 07-Nov-2018 00:47:57 JST from qnmd.info permalink
  4. Masaki Hara (qnighy@qnmd.info)'s status on Tuesday, 06-Nov-2018 22:11:09 JST Masaki Hara Masaki Hara

    https://blog.mozilla.org/nnethercote/2018/11/06/how-to-speed-up-the-rust-compiler-in-2018-nll-edition/
    NLLは「本来安全なのにコンパイルできない」というギャップを大きく縮める拡張だが、NLLは当初、ASTベースの借用検査器よりずっと遅いという問題を抱えていた。Nicholas Nethercore氏が、そのコンパイル時間がどのようにして改善されたかについてブログにまとめている。

    In conversation Tuesday, 06-Nov-2018 22:11:09 JST from qnmd.info permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      How to speed up the Rust compiler in 2018: NLL edition
      By Nicholas Nethercote from Nicholas Nethercote
      How to speed up the Rust compiler in 2018: NLL edition
  5. Masaki Hara (qnighy@qnmd.info)'s status on Tuesday, 06-Nov-2018 22:02:45 JST Masaki Hara Masaki Hara

    脳を鍛えるリョナトレ、とかいう出落ちっぽい文面が降ってきた

    In conversation Tuesday, 06-Nov-2018 22:02:45 JST from qnmd.info permalink
  6. Masaki Hara (qnighy@qnmd.info)'s status on Tuesday, 06-Nov-2018 09:39:55 JST Masaki Hara Masaki Hara

    https://twitter.com/Gankro/status/1059492352493002753
    unsafe-code-guidelinesの議論のひとつとして、Rustに対応するC言語ABIにどれくらいの仮定を置くかというのがある。 https://github.com/rust-rfcs/unsafe-code-guidelines/issues/44
    これに関連して、coreをさらにABIの準拠レベルに応じて分けるのはどうかというTwの投票が行われている↑。

    In conversation Tuesday, 06-Nov-2018 09:39:55 JST from qnmd.info permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      By Alexis Beingessner from Twitter

      Rust has a std/core split over things like tls/atomics. We could expand this to make core more "C-like" and """portable""" without affecting most devs. e.g. c-like null for no_std, or >=32-bit pointers for std.

      — Alexis Beingessner (@Gankro) November 5, 2018
    2. Domain not in remote thumbnail source whitelist: avatars1.githubusercontent.com
      Collect discussion points: requirements on the C platform · Issue #44 · rust-rfcs/unsafe-code-guidelines
      from GitHub
      Almost all layout-related discussions add requirements on the platform in one way or another (e.g. due to repr(C)), and I think it is worth it to have these all in one place. For example, while dis...
  7. Masaki Hara (qnighy@qnmd.info)'s status on Saturday, 03-Nov-2018 19:15:01 JST Masaki Hara Masaki Hara

    https://github.com/rust-lang/rust/pull/54383
    arbitrary_self_typesに対するobject-safetyの拡張がマージされた。たとえばasync/await対応のFutureはPin<&mut Self>をレシーバに取るため今まではdyn Futureを作れず、FutureObjというワークアラウンドで対応されていたが、それが解消可能になる。

    In conversation Saturday, 03-Nov-2018 19:15:01 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: avatars0.githubusercontent.com
      Take 2: Implement object-safety and dynamic dispatch for arbitrary_self_types by mikeyhew · Pull Request #54383 · rust-lang/rust
      from GitHub
      This replaces #50173. Over the months that that PR was open, we made a lot of changes to the way this was going to be implemented, and the long, meandering comment thread and commit history would h...
  8. Masaki Hara (qnighy@qnmd.info)'s status on Saturday, 03-Nov-2018 13:08:09 JST Masaki Hara Masaki Hara

    https://boats.gitlab.io/blog/post/anchored-uniform/
    withoutboats氏がRust2018に入る予定のモジュールシステムの変更点を説明している。2つのやや異なる方針(一様パス方式とアンカーパス方式)があり、その共通部分だけ確定しているらしい。一長一短があるが一様パス方式でまとまりつつあるとのこと。

    In conversation Saturday, 03-Nov-2018 13:08:09 JST from qnmd.info permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Anchored and Uniform Paths
      from withoutblogs
      Rust 2018 is almost out the door, but there is one big decision the language team has yet to make. It has to do with the modules and paths system, so of course it is a very easy decision that no one has a strong opinion about. ;-) In Rust 2018, we’ll be making some big changes to how paths work to try to create a more consistent experience. The “lodestar” (if you will) of these changes is an idea we call “1path:” the idea no matter where you are in your project, whether in a use statement or normal code, a path is interpreted the same way.
  9. Masaki Hara (qnighy@qnmd.info)'s status on Friday, 02-Nov-2018 13:02:49 JST Masaki Hara Masaki Hara

    http://smallcultfollowing.com/babysteps/blog/2018/11/01/after-nll-interprocedural-conflicts/
    Niko氏のブログ。NLL(の初期版)がもうすぐRust2018とともに安定化されるが、NLLの次にライフタイムの完全性を高めるために必要かもしれない機能として、排他フィールド借用を関数をまたいで行う機能を挙げている

    In conversation Friday, 02-Nov-2018 13:02:49 JST from qnmd.info permalink

    Attachments


  10. Masaki Hara (qnighy@qnmd.info)'s status on Friday, 02-Nov-2018 11:02:40 JST Masaki Hara Masaki Hara

    https://internals.rust-lang.org/t/end-of-days-for-the-rust-lang-nursery/8750
    Rustプロジェクトはrust-langとrust-lang-nurseryという2つのGitHub orgを持っている。元々は発展途上のライブラリを分けてrust-langのリポジトリ数を抑えるのが目的だったが、その役割は終焉しつつあるため、統合してはどうかと提案されている。

    In conversation Friday, 02-Nov-2018 11:02:40 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: internals.rust-lang.org
      End of days for the rust-lang nursery?
      from Rust Internals
      The nursery GitHub org has been around for a while now. The original purpose was a place for libraries which were considered important for the community, but not ready (or appropriate) for the main org. Once concern was that the main repo would get too cluttered if there were lots of repos there. We long ago stopped using the nursery for discovery of libraries in favour of crates.io. It is now used as just another org for Rust stuff. Although nominally things in the nursery are less mature than...
  11. Masaki Hara (qnighy@qnmd.info)'s status on Friday, 02-Nov-2018 10:56:02 JST Masaki Hara Masaki Hara

    https://github.com/rust-lang/rfcs/issues/2460
    このRFC issue、言葉遊びだったのか。

    In conversation Friday, 02-Nov-2018 10:56:02 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: avatars2.githubusercontent.com
      Statically-sized stack strings · Issue #2460 · rust-lang/rfcs
      from GitHub
      Sometimes, some specialists strive to store strings stackwise. Sadly, one's stock in stack strings is shot down on stable. See, in spite of 'static strings storing size statically, they'...
  12. Masaki Hara (qnighy@qnmd.info)'s status on Friday, 02-Nov-2018 10:52:03 JST Masaki Hara Masaki Hara

    https://github.com/rust-lang/rfcs/pull/2582
    面白いRFCが来た。左辺値への生ポインタを取るときどうしても参照を経由する必要があるが、ここで一瞬参照を経由したためにUBが生じる可能性がある。しかしこのパターンはよく見られるので、参照をとってポインタにキャストしたときは参照を経由していないかのように扱う。

    In conversation Friday, 02-Nov-2018 10:52:03 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: avatars0.githubusercontent.com
      RFC for an operator to take a raw reference by RalfJung · Pull Request #2582 · rust-lang/rfcs
      from GitHub
      Introduce a new primitive operator on the MIR level: &[mut|const] raw <place> to create a raw pointer to the given place (this is not surface syntax, it is just how MIR might be printed)....
  13. Masaki Hara (qnighy@qnmd.info)'s status on Friday, 02-Nov-2018 01:53:02 JST Masaki Hara Masaki Hara

    https://github.com/rust-lang/rust/pull/55582

    In conversation Friday, 02-Nov-2018 01:53:02 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: avatars1.githubusercontent.com
      Remove unused import copy from publish_toolstate.py by yamaguchi1024 · Pull Request #55582 · rust-lang/rust
      from GitHub
  14. Masaki Hara (qnighy@qnmd.info)'s status on Thursday, 01-Nov-2018 09:42:19 JST Masaki Hara Masaki Hara

    https://github.com/rust-lang/rfcs/pull/2328#issuecomment-434759067
    FerrisをRustの公式マスコットにする案、closeされそう。一時期は議論が盛り上がったけど最近は進展がないことが主な理由っぽい。また、現状公式マスコットにしなくても上手くやっていけているという事情もありそう

    In conversation Thursday, 01-Nov-2018 09:42:19 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: avatars2.githubusercontent.com
      Add RFC for officially adopting Ferris by mgattozzi · Pull Request #2328 · rust-lang/rfcs
      from GitHub
      This RFC does two things: Adopts Ferris as the official Rust mascot Sets up a way to rebrand Ferris with each passing epoch and method by which to choose it. rendered
  15. Masaki Hara (qnighy@qnmd.info)'s status on Thursday, 01-Nov-2018 09:21:25 JST Masaki Hara Masaki Hara

    committer (コミットする人)
    ↑
    commit
    ↓
    committee (コミットされるもの)

    In conversation Thursday, 01-Nov-2018 09:21:25 JST from qnmd.info permalink
  16. Masaki Hara (qnighy@qnmd.info)'s status on Thursday, 01-Nov-2018 09:16:14 JST Masaki Hara Masaki Hara

    コミットなんだよね

    In conversation Thursday, 01-Nov-2018 09:16:14 JST from qnmd.info permalink
  17. Masaki Hara (qnighy@qnmd.info)'s status on Thursday, 01-Nov-2018 08:47:36 JST Masaki Hara Masaki Hara

    https://ncode.syosetu.com/n8792em/
    私の推しは悪役令嬢。が更新されてる

    In conversation Thursday, 01-Nov-2018 08:47:36 JST from qnmd.info permalink

    Attachments


  18. Masaki Hara (qnighy@qnmd.info)'s status on Thursday, 01-Nov-2018 08:31:53 JST Masaki Hara Masaki Hara

    タイトルの煽り力が強い。 https://medium.com/@gianfranco_mileo/python-go-rust-58630e29a358

    In conversation Thursday, 01-Nov-2018 08:31:53 JST from qnmd.info permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: cdn-images-1.medium.com
      Python < Go < Rust – Gianfranco Mileo – Medium
      from Medium
      When looking for a new backend language, I naturally went from Python to the new cool kid: Go. But after only one week of Go, I realized…
  19. Masanori Ogino ???? (omasanori@mstdn.maud.io@mstdn.maud.io)'s status on Wednesday, 31-Oct-2018 21:06:51 JST Masanori Ogino ???? Masanori Ogino ????

    Pixel 3は日本発売されたし、Mac mini 2018も発売されたし、何か悪いことが起きそう(?)

    In conversation Wednesday, 31-Oct-2018 21:06:51 JST from mstdn.maud.io permalink Repeated by qnighy
  20. Masaki Hara (qnighy@qnmd.info)'s status on Wednesday, 31-Oct-2018 21:05:12 JST Masaki Hara Masaki Hara

    ヒロイン転生悪役令嬢百合が流行りつつあるの?

    In conversation Wednesday, 31-Oct-2018 21:05:12 JST from qnmd.info permalink
  • After
  • Before

User actions

    Masaki Hara

    Masaki Hara

    言語処理系いじりとロジックが好き 相方→@qnighy

    Tags
    • (None)
    WebSub

    Following 1

    • せのお (妹尾 賢)

    Followers 0

      Groups 0

        Statistics

        User ID
        2857
        Member since
        12 Aug 2018
        Notices
        769
        Daily average
        0

        Feeds

        • Atom
        • Help
        • About
        • FAQ
        • TOS
        • Privacy
        • Source
        • Version
        • Contact

        senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

        Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.