cormullion / graphics

A place where miscellaneous Julia-related graphics are stored. If you're looking for the official Julia logos and related graphics, visit https://github.com/juliaLang/julia-logo-graphics.
Creative Commons Attribution 4.0 International
22 stars 5 forks source link

Update REPL T-shirt #31

Open mkitti opened 3 days ago

mkitti commented 3 days ago

The REPL T-shirt is popular.

https://github.com/cormullion/graphics/blob/master/juliacon2021/tshirts/juliacon2021-tshirt-repl.png https://github.com/cormullion/graphics/blob/master/juliacon2022/tshirts/julia-tshirt-5.svg

My suggestion is that this version should acknowledge the actual JuliaCon.jl package by @carstenbauer somehow... https://github.com/JuliaCon/JuliaCon.jl

julia> using JuliaCon

julia> JuliaCon.juliacon2024()
Welcome to JuliaCon 2024! Find more information on https://juliacon.org/2024/.

julia> JuliaCon.talksby("Carsten Bauer")

Tuesday 9 July 2024, 13:30 in TU-Eindhoven 0.244
    Hands-on with Julia for HPC on GPUs and CPUs (Workshop)
    ├─ Ludovic Räss, Carsten Bauer, Ivan Utkin et al.
    ├─ https://pretalx.com/juliacon2024/talk/NTQZJJ/
    └─ Accelerated & large-scale computing

(Shown times are in the following time zone: CET)
cormullion commented 3 days ago

Nice idea - although possibly too much text. I’ll mock something up when back at the computer.

rayegun commented 3 days ago

I've put this on a t-shirt on the spreadsheet stores already @mkitti, but I like this text better. I can put the updated design you come Cormullion when it's ready. I plan to announce and publish the stores on Wednesday morning opening.

carstenbauer commented 2 days ago

Haha, would probably be a bit weird for me to see people with T-Shirts that has my name on it 😉 But I like the idea of promoting JuliaCon.jl a little bit.

carstenbauer commented 2 days ago

Alternative to using my name:

julia> JuliaCon.talksby("Jeff Bezanson")

Thursday 11 July 2024, 16:00 in REPL (2, main stage)
    New Ways to Compile Julia (Talk)
    ├─ Jeff Bezanson, Gabriel Baraldi
    ├─ https://pretalx.com/juliacon2024/talk/FUTLND/
    └─ Julia Internals and Tooling

(Shown times are in the following time zone: MET)
rayegun commented 2 days ago

We can also do State of Julia? That might be better and we can just erase people's names

rayegun commented 2 days ago
julia> JuliaCon.now()

Wednesday 10 July 2024, 9:00 in REPL (2, main stage)
    State of Julia 2024 (Keynote)
    ├─ https://pretalx.com/juliacon2024/talk/3EZMQM/
    └─ General
carstenbauer commented 2 days ago

That's also nice. However, if we do JuliaCon.now() with names dropped it should be

julia> JuliaCon.now()

REPL (2, main stage)
        State of Julia 2024 (Keynote)
        ├─ https://pretalx.com/juliacon2024/talk/3EZMQM/
        └─ General

That's what the package gives:

julia> JuliaCon.now(; now=ZonedDateTime(Dates.DateTime("2024-07-10T09:00:00.000"), tz"UTC+2"))

REPL (2, main stage)
        State of Julia 2024 (Keynote)
        ├─ Kristoffer Carlsson, Lilith Hafner, Elliot Saba
        ├─ https://pretalx.com/juliacon2024/talk/3EZMQM/
        └─ General
cormullion commented 2 days ago

v1.10 or 1.11 ? 🤔😂

carstenbauer commented 2 days ago

I'd say 1.10 because that's the stable release during JuliaCon (unless 1.11 gets released next week, which I doubt).

mkitti commented 2 days ago

We could do 1.11.0-rc1

               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.11.0-rc1 (2024-06-25)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |
rayegun commented 2 days ago

1.10 will also be the LTS, announced at State of Julia

rayegun commented 2 days ago

I would say use what you put Carsten but drop the names and the now= :)

cormullion commented 2 days ago

draft:

Screenshot 2024-07-05 at 18 23 29