Janus Troelsen's Avatar

Janus Troelsen

@januuus

jeg har boet 6 år i cdmx

1,707
Followers
3,223
Following
42
Posts
17.11.2024
Joined
Posts Following

Latest posts by Janus Troelsen @januuus

skriv før næste gang du kommer til cdmx!

03.03.2026 06:32 👍 1 🔁 1 💬 1 📌 0

Interessant historie! Det var da ærgeligt at den bodega måtte lukke.

28.02.2026 23:33 👍 0 🔁 1 💬 1 📌 0
Preview
Disco Elysium - The Final Cut | Download and Buy Today - Epic Games Store Download and play Disco Elysium - The Final Cut at the Epic Games Store. Check for platform availability and price!

Världens bästa datorspel, Disco Elysium, är tydligen gratis hos Epic idag (26/12): store.epicgames.com/en-US/p/disc...

Om någon behöver motivering till varför det är bäst har jag skrivit om det här: ackerfors.se/disco-elysium/

26.12.2025 07:46 👍 27 🔁 9 💬 3 📌 0
Preview
Fra Damgaard til Microsoft Et foredrag om historierne bag Damgaard Data og Navision Software, der bliver nogle af Europas største leverandører af økonomistyringssystemer…

I september sidste år holdt jeg et foredrag i Søllerød med titlen "Fra Damgaard til Microsoft". Dansk Datahistorisk Forening filmede foredraget (tak for det!) og det kan nu streames ved at klikke på linket: vimeo.com/1057254070

16.02.2025 15:32 👍 1 🔁 1 💬 0 📌 0
Preview
Dmu - Ferrovías del bajío S.A. de C.V. Custom made DMUs for Cambodia for airport shuttle to downtown (26 km each way), Train to Sihanoukville (279 km each way) and to Poi Pet Thailand border (690

Photos from production at ferroviasdelbajio.com/dmu/

15.07.2025 06:04 👍 5 🔁 15 💬 0 📌 0
Preview
the lifecycle of a pull request we shipped a bunch of PR features recently; here's how we built it

we're having a ton of fun building pull requests, so we figured we'd share some of the cool engineering bits under the hood!

blog.tangled.sh/pulls

also, we now have a discord; come hang: chat.tangled.sh

16.04.2025 19:25 👍 67 🔁 23 💬 2 📌 3
Preview
A Phish on a Fork, no Chips So you were told that this is the safest way to install a package from github with npm: "test262":...

A Phish on a Fork, no Chips.

One more thing to beware in the world of software supply chain risks.

Read if you care about your GitHub actions or dependencies.

Or read it for the fish puns. 🫣

dev.to/naugtur/a-ph...

29.01.2025 19:36 👍 9 🔁 4 💬 2 📌 3

First stream starting in five minutes!
twitch.tv/nicuveo

10.03.2025 19:57 👍 1 🔁 1 💬 1 📌 0
Preview
Documentation on using Renovate with haskell-actions · Issue #111 · haskell-actions/setup Value proposition Developers using CI may also use a dependency bumping solution such as Renovate. Those users may also use haskell-actions to run tests. Since Haskell libraries often have wide bou...

wrote a proposal on having #Renovate work with #Haskell on #GithubActions , please let me know what you think

github.com/haskell-acti...

20.01.2025 19:44 👍 6 🔁 0 💬 0 📌 0
Photo from an early Apple II ad in the 1970s

Photo from an early Apple II ad in the 1970s

The PC is Dead: It's Time To Make Computing Personal Again

My new essay on how we lost control of personal computing to Internet surveillance, DRM, and extractive business models—and how we can launch the era of Personal Computer 2.0

www.vintagecomputing.com/index.php/ar...

18.01.2025 01:18 👍 619 🔁 167 💬 22 📌 17
Preview
Vintage Computing and Gaming VC&G is a blog about computer, video game, and technology history founded in 2005 and run by Benj Edwards.

Someone suggested I start a retro tech blog—I already did in 2005! 😁 www.vintagecomputing.com

560+ more works: www.benjedwards.com/works.php

Culture of Tech podcast: www.thecultureoftech.com

Retro works for HTG: www.howtogeek.com/826448/best-...

MIT Press book: mitpress.mit.edu/978026204506...

08.11.2024 22:22 👍 93 🔁 13 💬 12 📌 1
Preview
Umove 7958 ved Forum st., Frederiksberg Umove 7958, BYD B13E årg. 2024, som linje 250S ved Forum st. med Radiohuset i baggrunden.

Søndag var der premiere på farvede linjenumre på Movias busser. S-busser og R-busser har blå baggrundsfarve, mens "almindelige" busser har gul. Flere eksempler på de nye busser og nye skilte kan ses her: myldretid.dk/billeder/nye...

16.12.2024 21:00 👍 3 🔁 1 💬 0 📌 0

Jeg ved ikke noget om atomkraft, og jeg er ikke personligt sikker på, det giver mening, uden jeg har sat mig ind i det.

Men de her takes er lige så dårlige. Vi skal anerkende udfordringer med volatile priser, især når de kan stige 2-4.000% på én dag. Det ville vi jo ikke acceptere for andre varer.

05.01.2025 13:37 👍 27 🔁 2 💬 21 📌 1
Post image

Virkelig godt lille skriv om Grønland, dansk økonomi og told fra min tidligere kollega @lasolsen.bsky.social.

Eksport er ikke bare eksport. I traditionel forstand er USA ikke lige så vigtigt et eksportmarked, som man skulle tro.

Læs her research.danskebank.com/research/#/R... #dkøko

09.01.2025 07:59 👍 30 🔁 8 💬 3 📌 0

for haskell, the biggest issue with timestamptz is that it has offsets in seconds while the time lib has offsets in minutes. so it doesn't integrate well. not many people use local mean time though.

04.01.2025 23:12 👍 3 🔁 0 💬 0 📌 0

if you use timestamp, you have to document whether it is a local time or a UTC time. with timestamptz you know it's always the session tz. so timestamptz is less ambiguous. the tz conversion is basically free, so performance isn't really a concern.

04.01.2025 23:10 👍 1 🔁 0 💬 0 📌 0

saving the same type you read is more convenient and has less SQL. you don't need to coerce the timestamptz on every read. Many db libs have better support for symmetric rather than asymmetric column access. e.g. in Haskell one type param is simpler than having one for reading and one for writing.

04.01.2025 23:06 👍 0 🔁 0 💬 0 📌 0

this is not how pgsql actually works. timestamptz doesn't _save_ the tz. it just means that you want the timestamp converted to your session tz. try 'set timezone=Asia/Tokyo' and you'll see your timestamptz change. given that you need to store the original tz anyway, may as well just use timestamp.

04.01.2025 23:02 👍 1 🔁 0 💬 0 📌 0
Post image Post image Post image Post image

Getting ready for my first @newbooksnetwork.bsky.social #Gamestudies podcast conversation in 2025 tomorrow!

02.01.2025 23:12 👍 2 🔁 1 💬 0 📌 0
Preview
Haskell Interlude 59: Harry Goldstein Sam and Wouter interview Harry Goldstein, a researcher in property-based testing who works in PL, SE, and HCI. In this episode, we reflect on random generators, the find-a-friend model, interdisciplin...

couple of comments for you at discourse.haskell.org/t/haskell-in...

31.12.2024 02:19 👍 7 🔁 0 💬 1 📌 0
Tom Ellis Tom Ellis works at Groq, using Haskell to compile AI models to specialized hardware. In this episode, we talk about stability of both GHC and Haskell libraries, effects, and strictness, and the premis...

#Haskell Interlude's guest Tom Ellis works at Groq, using Haskell to compile AI models to specialized hardware. Listen to this episode about stability of both GHC and Haskell libraries, effects, and strictness.

haskell.foundation/podcast/60/

23.12.2024 11:07 👍 16 🔁 2 💬 1 📌 0

Normalt hver år, med boghvedeblinis, fed fraiche, rødløg og dild og iskold god vodka.
Men jeg spiser ikke truede dyr, så det er forbi.

21.12.2024 18:09 👍 8 🔁 1 💬 0 📌 0

Mit indtryk lige nu er, at Putin har skabt en situation, hvor DK og alle de andre EUlande bliver nødt til at bruge mange flere penge på forsvar. Med eller uden USAs fulde støtte. Det er trist, men sådan er det.

21.12.2024 16:43 👍 5 🔁 1 💬 0 📌 0

aaaargh jeg er så træt af Bennike og hans smarte kulturanalyser. det er jo som at læse Politiken

21.12.2024 17:28 👍 2 🔁 0 💬 0 📌 0

nyt tøj skal være meget dyrere. folk skal dermed tvinges til at gå i mormors pjalter. det vil også gøre bybilledet mere farverigt da mormor ikke kun gik i gråt og sort

21.12.2024 17:25 👍 3 🔁 0 💬 0 📌 0

what are we fighting? and what did we lose in the war?

21.12.2024 17:12 👍 3 🔁 0 💬 0 📌 0

et tinder match? hehe

21.12.2024 17:09 👍 1 🔁 0 💬 0 📌 0

biler er resurceintensive uanset om de er elektriske eller ej, de bliver aldrig andet end sorte

21.12.2024 17:06 👍 4 🔁 0 💬 1 📌 0
Preview
Germany terror attack: Two dead after car ploughs into Christmas market crowd A car ploughed into a crowd at a German Christmas market on Friday, killing at least two people, including a small child, and leaving almost 70 wounded in a lone wolf terror attack.

du kan sagtens finde brug af meningsløse ord som terror i dårlige medier. f.eks. www.telegraph.co.uk/world-news/2...

21.12.2024 17:02 👍 2 🔁 0 💬 0 📌 0