Joakim Ohlrogge (@johlrogge) 's Twitter Profile
Joakim Ohlrogge

@johlrogge

Programmer, keyboard enthusiast, tiling window manager, minimalist sw, dabbler in electronics, cofounder of @agical. Tweets are my own.

ID: 27765583

linkhttp://johlrogge.wordpress.com calendar_today31-03-2009 00:01:32

13,13K Tweet

514 Takipçi

402 Takip Edilen

Runestone Rider (@ollej) 's Twitter Profile Photo

My slideshow presentation application Rusty Slider now supports transitions between slides! Three different variants can be configured in the theme: swirl, swipe and split. ollej.github.io/rusty-slider/ #RustLang #MacroQuad #Markdown

Runestone Rider (@ollej) 's Twitter Profile Photo

I've improved the example page for Rusty Slider to better showcase the different themes. ollej.github.io/rusty-slider/d… #RustLang #Macroquad #Markdown

utvecklingsbar (@utvecklingsbar) 's Twitter Profile Photo

Fredag! Nytt avsnitt att lyssna på efter jobbet. Till det här avsnittet rekommenderar Carl Köhler & Ola Ellnestam att ni häller upp något ni tycker är extra gott. För det har dom gjort. Ni vet var ni hittar podden 😄

Agical (@agical) 's Twitter Profile Photo

Är du rostig på presentationer undrar Olle. Här erbjuds ett alternativ för alla som har tröttnat på Powerpoint och Keynote. blog.agical.se/posts/ar-du-ro…

Dan Bergh Johnsson 🇸🇪 🇺🇦 (@danbjson) 's Twitter Profile Photo

A Customer is someone who a) pays for goods/service, b) can choose to abstain or c) choose another provider. Using “customer” for citizen at agency, patient at hospital, pupil at school etc does _not_ clarify, it adds confusion by mixing in an inappropriate metaphor.

Agical (@agical) 's Twitter Profile Photo

Ikväll har vi brädspelskväll på vårt kontor i Gamla Stan. Kom förbi och spela med oss! Hör av er till [email protected] om nu vill vara med.

Ikväll har vi brädspelskväll på vårt kontor i Gamla Stan. Kom förbi och spela med oss! Hör av er till spela@agical.se om nu vill vara med.
Agical (@agical) 's Twitter Profile Photo

Idag har Runestone Rider skrivit några ord om när han konverterade ett spel från Python till programmeringsspråket Rust. blog.agical.se/posts/hoppa-ov… #RustLang #GameDev

Peter Strömberg aka PEZ (@pappapez) 's Twitter Profile Photo

Solving Advent of Code puzzles using VS Code and the Joyride extension. Demo at the Agical office. Joyride is lets you hack VS Code like Emacs users hack Emacs. youtu.be/0rJvOtbJDyI #clojure #opensource #repl

Joakim Ohlrogge (@johlrogge) 's Twitter Profile Photo

Det är många som är vilsna just nu. Vad är rätt? Vad är fel? Vem kan man lita på? Här finns svar: fårjagätasemla.nu

Agical (@agical) 's Twitter Profile Photo

It's never to late to pick up code again. Ulrika Vincent shares her learning journey She's also open for consultant positions as ScrumMaster, agile BA, or junior data analyst in data/dev teams. #selfdirection #analytics #datadeals blog.agical.se/en/posts/a-sel…

Joakim Ohlrogge (@johlrogge) 's Twitter Profile Photo

I just wrote my first simple parser using nom. I don't know why I was so humbled by that task. Nom was super easy and helpful to use. The documentation was great. #rust

Joakim Ohlrogge (@johlrogge) 's Twitter Profile Photo

I thought I just had a decent idea for #rust_lang: to be able to specify that a function handles a specific enum variant like this: `fn my_fn(variant1:MyEnum::Variant1) {...}` useful for enums with variants with many fields and you want to keep match arms in separate functions.