Jesse Dobbelaere

@jessedobbelae.re

Still in beta. Software engineer at http://showpad.com with interest in Data & Analytics 🔗 https://jessedobbelae.re

Tado thinks there's big money in screwing over power users in Home Assistant by reducing the API to 100 requests/day, but it will generate more bad marketing than their server bill. Good reminder to only buy IoT with local API's. Does anyone have a good Tado alternative? 😅 github.com/home-assista...

Upcoming changes to the tado° API · Issue #151223 · home-assistant/core

Following our recent exchanges with the Home Assistant developers (@erwindouna et al.) over the past few months, we’d now like to track the upcoming changes in the form of a GitHub issue to ensure ...

github.com

🥳 It's an exciting day! 🥳 Thanks to Webflow GSAP is now 100% FREE - including ALL of the bonus plugins like SplitText, MorphSVG, and all the others that were exclusively available to Club GSAP members. We can't wait to see what you make! gsap.com/blog/3-13

You should be using JavaScript sets more often Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.

New JavaScript Set Methods
const set1 = new Set(['wes', 'kait']);
const set2 = new Set(['wes', 'scott']);
Difference
Elements in set2 but not in set1
set2.difference(set1)
> ['scott']
Intersection
Elements that exist in both sets
set1.intersection(set2)
> ['wes']
Symmetric Difference
Elements in either set, but not both
set1.symmetricDifference(set2)
> ['kait', 'scott']
Union
All elements from both sets
set1.union(set2)
> ['wes', 'kait', 'scott']
Is Disjoint From
True if sets share no elements
set1.isDisjointFrom(set2)
> false
Is Subset Of
True if all elements are in other set
set1.isSubsetOf(set2)
> false
Is Superset Of
True if it contains all other's elements
set1.isSupersetOf(set2)
> false

Deze artikels werden in dezelfde week geschreven. “De overheid wordt géén ‘Big Brother’ die ieder bericht leest.” stelt Verlinden. Sorry, maar de realiteit met camera's haalt u in.

BildBild

An unordered / non-exhaustive list of things that helped scale Bluesky's infra efficiently: + Exiting the cloud (colocation) + HAProxy w/many Node backends + Go w/clever code + ScyllaDB + SQLite w/per user databases + Redis w/many instances + AMD servers w/many cores + Purchasing bandwidth directly