home.social

Search

41 results for “zurihac”

  1. #zurihac2025 was a blast! Had fun hacking on Swarm and meeting collaborators in person for the first time, and I think my talk went well. Congrats to @Taneb for winning the ZuriHac Programming Contest, being the only contestant to solve all 5 problems in 30 minutes!

    open.kattis.com/contests/mjnsy

  2. The third and (sadly) last day of ZuriHac 2025 is starting!

    In 20 minutes, Brent Yorgey's talk will start in the aula - so don't miss it.

  3. Panel discussion about Haskell in Industry this afternoon!

  4. Greetings ZuriHackers!

    Do you have a project you want to work on during ZuriHac? Now is a great time to get some contributors on board!

    Do you not have a project yet? Then perhaps you want to have a look to get an idea about what others are working on!

    Please find already registered projects at
    zfoh.ch/zurihac2025/projects/ or submit a PR at github.com/zfoh/zfoh.ch/edit/m!

  5. Registration for the ZuriHac 2025 is now open!
    Who's excited for another 3 days of wonderful talks, catching up with friends, happy Haskell hacking, and lake swims?

    🔗 Click to register: zureg.zfoh.ch/register
    🔗 Visit the website: zfoh.ch/zurihac2025/

  6. 🙋 Hello Haskell community!

    Are you dreaming of hacking away during sunny days at the foot of the Alps together with hundreds of other Haskellers?
    We are busy making this dream a reality for you!

    From this account, we will be posting upcoming information about next year's edition of ZuriHac.

    So stay tuned and spread the word!

  7. I will be teaching the #Nix track at #zurihac2025 🇨🇭 ⛰️

    zfoh.ch/zurihac2025/

    Looking forward to showing you all the best(TM) way to setup #Haskell packages with Nix 😎 Maybe we can even upstream some Haskell packages to #NixOS? 😆

    I jumped in a bit on short notice and am still collecting ideas. So let me know what you would like to learn!

    #zurihac

  8. Haskell Implementors Workshop to be co-located with ZuriHac in 2025.

    #zurihac #icfp2024 #icfp #haskell

  9. > be me
    > idea: Restaurant w board games, when you order you get a recommended game to play based on expected time to have your order ready
    > business is booming
    > one day manager comes to me says boss there's a problem
    > me: what, is the concept not working?
    > no, it is, but ... most recommended board game is Risk
    #shitpost

  10. the AoE timezone, a consequence of globalization, offers a way to triple Fridays the 13ths globally, and double them locally:
    Introducing: Friday the 13th somewhere on Earth (parenthesized as: Friday (the 13th somewhere on Earth).
    E.g. the #PLDI deadline is such a newly acquired Friday (in Europe).
    Friday here, the 13th somewhere. Keep the weekday, offshore the date.

  11. the AoE timezone, a consequence of globalization, offers a way to triple Fridays the 13ths globally, and double them locally:
    Introducing: Friday the 13th somewhere on Earth (parenthesized as: Friday (the 13th somewhere on Earth).
    E.g. the #PLDI deadline is such a newly acquired Friday (in Europe).
    Friday here, the 13th somewhere. Keep the weekday, offshore the date.

  12. the AoE timezone, a consequence of globalization, offers a way to triple Fridays the 13ths globally, and double them locally:
    Introducing: Friday the 13th somewhere on Earth (parenthesized as: Friday (the 13th somewhere on Earth).
    E.g. the #PLDI deadline is such a newly acquired Friday (in Europe).
    Friday here, the 13th somewhere. Keep the weekday, offshore the date.

  13. cursed #emacs #auctex behaviour: It will generate auto files (as in, el files with lists of envs / macros provided by a sty or cls) based on what buffers you have open, even if they are entirely unrelated. That was a bit of a Heisenbug. Also, bc of the way environments are defined in llncs, TeX-auto-generate doesn't recognize them as environments, so I'll have to add them by hand somehow to get completion for C-c C-e

  14. I seem to remember some compiled-to-html output of proof scripts (could have been either #Rocq, #Isabelle or #Lean, but maybe also a different proof assistant) which let you see the type of subterms on hover. Does this ring a bell w anyone? (I certainly wish we had sth like this for #Agda, my current approach is to replace the respective term w a hole and then reload the file and `C-c C-d` which is obviously not static, not to mention computationally expensive…)

  15. so today I realized that @pigworker 's insight "Why Measure When You Can Require?" from "How to keep your Neighbours in Order" gives an excellent and concise way to write a generator (à la #propertybasedtesting ) for Binary Search Trees!
    Here's a gist (in #fsharp ) gist.github.com/cxandru/c9bf91

  16. The Avanti West Coast London -> Glasgow is an absolute joy to work in! the tables are nice bc they're between sets of seats facing each other instead of just being a crappy one you can unfold at the back of the seat in front, and there are ⚡ sockets.
    I may or may not be finishing up slides for my lightning talk at #SPLV
    spli.scot/splv/2024-strathclyd

  17. Wouldn't it be lovely if #auctex wouldn't immediately fail at indenting even the simplest environments correctly? 🙃 (On that note: Anyone have any recommendations for an alternative indentation package for LaTeX in #emacs, preferably one that can also handle #TiKZ environments correctly?)