yuriko | 3 years ago | on: Is it time to retire the .gb top level domain?
yuriko's comments
yuriko | 3 years ago | on: Company Tells Employees: Work ‘Voluntary’ Overtime or Go to Jail
yuriko | 3 years ago | on: Ask HN: How to say no to a GitHub issue feature request?
yuriko | 3 years ago | on: OfficerBreaker – pptx/docx/xlsx password remover
yuriko | 3 years ago | on: Upptime/upptime: Uptime monitor and status page powered by GitHub
yuriko | 4 years ago | on: Top UK court blocks legal action against Google over internet tracking
yuriko | 4 years ago | on: Incident with GitHub Actions, API Requests, Git Operations, Issues and more
yuriko | 4 years ago | on: GitHub was having issues
Reminds me of the time when Twitter had an outage, because an FB outage made people go on Twitter to ask whether FB is down
yuriko | 4 years ago | on: Flight incident: Passengers titled ‘Miss’ counted as children [pdf]
yuriko | 5 years ago | on: Ask HN: Is there anywhere to get help with employment contracts?
yuriko | 5 years ago | on: Victory at the High Court against the government’s use of 'general warrants’
yuriko | 5 years ago | on: Assange Trial Day 18
yuriko | 5 years ago | on: Assange Trial Day 18
This is a criminal case heard at a magistrates court, if I understand correctly, the media are not permitted to cover the trial, until the case is decided. Media breaking the restrictions are subject to contempt of court.
yuriko | 5 years ago | on: PR won't be merged because the contributor is an Israeli
yuriko | 5 years ago | on: MixedName – Bilingual baby name finder
yuriko | 5 years ago | on: Scunthorpe Sans – a self-censoring font
yuriko | 6 years ago | on: Finite Element Method
yuriko | 6 years ago | on: My C code works with -O3 but not with -O0
yuriko | 6 years ago | on: My Favourite Git Commit
yuriko | 6 years ago | on: What's the difference between 0/0 and 1/0?
$ node
> 1.0/0.0
Infinity
> 0.0/0.0
NaN
(A bit over simplified, of course)