meta
LemmyRS: Meta robinm 1 year ago 50%
I can't post on other instances

If I try to send a comment on other instances (at least on programming.dev) at least 4 out of 5 times my comment is not send, the send button is replaced by a spinner that spin forever and that's all. Am I the only one with this issue ? I'm using firefox on android.

0
2
programming Programming What do you think would be an actually good use of blockchain/smart contracts? What kind of problems (big or small) is it a good tool for?
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    git

    Its backing store is an (immutable) merkle tree, which is a chain of crypographically signed object (commits, trees and blob), aka a chain of block, aka a blockchain.

    3
  • programming Programming What tips would you give a company to build a developer empowered culture in IT?
    Jump
    programming Programming Meet Val: A New Language Alternative to C++, Rust
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    Thanks. I really thought it was about vale since I assume they are both pronounced the same way.

    2
  • rust Rust crates.io Postmortem: Broken Crate Downloads
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    I teachers were using automated tests instead of printf in their intro courses, it would be so much better. I don't think that introducing all the various kind of tests is usefull, but just showing the concept of automated tests instead of manual ones would be a huge step forward.

    2
  • rustlang Rust Lang Libs.rs is now closed source
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    Given that both of you (burnedsushi and kornel) have strong and emotive opinions (“snearing must be stopped at all cost”/“cryptos are worst than the devil”), I totally understand that there was some miscommunication, but I found the tone quite civil even thought it felt emotionnaly difficult for both of you, and it seems that it ended in a good way. I do think that both of you did a good job at carrying the convesation to a good end.

    I will also use this message to say that I'm part of the silent majority that really loves lib.rs, most notably because it is opiniated. Thanks for what your work.

    5
  • rustlang Rust Lang Ferrocene - ISO 26262 and IEC 61508 Qualified Rust Compiler
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    Any advance in the Ferrocene project are great news. I’m really happy to see Rust make progress in critical areas.

    4
  • news Rust: News This Week in Rust 504
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    I’m not that convinced by this week’s quote. Essential complexity cannot be removed indeed, but accidental complexity totally can. It’s what we do when we refactor code after all!

    4
  • programming Programming SemanticDiff Now Available For GitHub
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRO
    robinm
    1 year ago 100%

    Nice! I’ve been using difftastic in my terminal, especially for git diff since quite some time. Semantic diff are usually much nicer to review (and in the case they don’t, I have a fallback to delta for my git pager).

    2