So here’s a little JavaScript initialisation order quiz.
Take the following code:
```js
class A {
constructor (parameters = {}) {
Object.assign(this, parameters)
}
}
class B extends A {
foo
constructor (parameters) {
super(parameters)
this.foo ??= ‘no’
}
}
const b1 = new B()
const b2 = new B({ foo: ‘ok’ })
console.info(`${b1.foo}, ${b2.foo}`)
```
What output would you s…
Raiders, Tom Brady Make Feelings Clear on Tank Effort https://heavy.com/sports/nfl/las-vegas-raiders/tom-brady-feelings-clear-tank-effort/
Massabesic Lake East of Manchester, N.H. where I grew up -- I hiked here almost every day as a kit
#photo #photography #landscape
Anger at the regime continues to spread,
even beyond the borders of the United States.
Millions of workers worldwide are following the fortunes of their brothers and sisters in the US
with intense sympathy for their struggle.
In Germany in particular, Trump’s actions vividly bring to mind Hitler, the Second World War and the Holocaust.
More and more people are becoming aware that a third world war can only be stopped if we succeed not only in overthrowing the…
Trying to geocode some of my old holiday pictures with #immich
Pages and pages of log messages like this:
"LOG [Microservices:MapRepository] Empty response from database for city reverse geocoding lat: 64.978553, lon: -21.063319. Likely cause: no nearby large populated place (500 within 25km). Falling back to country boundaries."
Clearly, the queue has reached my picture…