Skip Navigation
Start learning at 50
  • Python is suitable for beginner and is also easy to write code in different fields. I'm a developer, half of my time is writing code to get things done, and the other half is learning more development techniques, which I've been learning for over twenty years.

  • Deleted
    ...
  • vlang

    hello world:

    fn main() {
        areas := ['game', 'web', 'tools', 'science', 'systems',
                  'embedded', 'drivers', 'GUI', 'mobile']
        for area in areas {
            println('Hello, ${area} developers!')
        }
    }
    

    http + time:

    import time
    import net.http
    resp := http.get('https://vlang.io/utc_now') or {
        println('failed to fetch data from the server')
        return
    }
    t := time.unix(resp.body.int())
    println(t.format()) // 2019-08-16 17:48
    
  • I never told you that I was from a train factory

    cross-posted from: https://lemmy.world/post/14034638

    > > I've thought of many words to describe what the factory is to me – not class, not origin, not family background, but a bloodline engraved in my body. > > the story (Chinese content): 我从未告诉你我来自车辆厂

    0
    I never told you that I was from a train factory

    > I've thought of many words to describe what the factory is to me – not class, not origin, not family background, but a bloodline engraved in my body.

    the story (Chinese content): 我从未告诉你我来自车辆厂

    0
    XMPP as a Discord alternative for small group?
  • It's basically real-time, even sending large files is very fast, I don't know the details of the reason, maybe it's because there is not much difference between IMAP and TLS, or because the roundcube we deploy is super fast?

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BO
    bob @lemmy.world
    Posts 23
    Comments 90