• 0 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle








  • I think you’ve got a point here, in that the sort of Devs who want to be able to refactor their code without breaking everything are also going to be the group who lean more into having code that actually runs quite fast; but given that reasonML is awesome and didn’t get much mindshare my position here is that wasm will only start to eat into tyspecript’s lunch well after a huge subset of TS can be compiled to wasm (or maybe python ((I blame the xkcd guy for python’s unreasonable popularity, I feel it’s hugely overrated))).



  • I could’ve used a lot of things, but I’m on my phone and I wanted fewer characters to render it, whilst being sure it would work without having to run it.

    Also, I am pleased to have maybe helped. Perhaps we can be friends, you and I. Perhaps not. Idk, maybe you punch dogs, why would you do that? Seems mean.

    Have you ever just, like, edited a comment? How do people know when you did it? I guess if I were writing a thing to check it I’d use a registry of timestamps and checksums… So, like, ok, you can track, but why, how does it look?

    Anyway sorry I had some drinks between now and first post, goodnight




  • silasmariner@programming.devtoProgrammer Humor@programming.devExam Answer
    link
    fedilink
    arrow-up
    81
    arrow-down
    1
    ·
    edit-2
    3 months ago

    They missed out the context code:

    trait DoW { def length: FiniteDuration }
    object Monday extends DoW { override def length = 24.hours }
    ...
    implicit def toDoW(s: String): DoW = s match {
     case "Monday" => Monday
    ...
    }
    var day: DoW = _
    

    (Duration formatting and language identification are left as an exercise for the reader)





  • Honestly I really miss the Reddit programming subreddits (never went back after they shut down RiF) but I was usually just a lurker there. There are certain things I’d weigh in on,.and some things I wouldn’t, and if you’ve not got much content I guess a lot of ppl like me just won’t engage… Really it’s a chicken-and-egg problem though – if people are having interesting conversations here about Rust, some people will probably come to follow them and contribute; but you won’t get the interesting conversations if the people aren’t here. So maybe convincing people from other communities to have their chats here is the requirement. In terms of practical things do do? I dunno. Maybe linking to the occasional GitHub (drama or feature) is probably an easy thing that someone could do to get some conversations going for example maybe? But as I said, lurker mostly. Not really my thing to come up with posts…