At least we didnt have to replace a tire for the sunday presentations #FOSDEM
At least we didnt have to replace a tire for the sunday presentations #FOSDEM
Spending too much time on HomeAssistant, curious about Homey Pro, best of both worlds?
Including the front facing (selfie) cam ๐ค
Playing around with free #Codemium on one of our old repos. Works better than the previous onsite hosted small #llama model and #Continue.dev model, for #Continue.dev I was unhappy with the embeddings model, for #Codemium I have empty responses sometimes.
What is up with those people following thousands of accounts, are we being infested with bots? @bsky.app
Our cat will soon arrive, what are the best #smarthome hacks for our new buddy?
It would be nice to only have to blame or contact one manufacturer if my smart home stuff or homepods have connection issues.
My #Tibbers referal
code paid for some nice smarthome acessories from their store. It is an incentive for both the existing and the new user. Referal: 1m52pjra
Just used our Duux humidifier for the first time close to our Awair Element sensor and shocked by the pm2.5 readings! No ultrasonic humidifiers and tap water apparently... #smarthome
Thats a good score!
One of my most fun projects was shoveling data but with some insane requirements so I am still at least 13% jealous ๐
I figured it had to be FinTech, I thought however that the work was quite split between departments, the core on embedded / fpga and then some other peeps on the high level languages / control / governance. But managing to be involved in both sounds pretty cool.
Interesting combination of languages, if I would be looking for a job combining f# and rust, where should I look for this magical unicorn?
I was one of the few in my Electrical Engineering class on C who had no programming experience and had a hard time grasping the syntax, when to use curling/regular braces, semicolons. So when I found #fsharp later in life, which has none of those issues, of course my damaged soul latched onto this.
I even didn't manage to do all the #AdventOfCode weekend days this year, maybe the christmas break is enough to catch up. In other news, we are getting a kitten and the coffee machine works again!
Collaboration with smart people is awesome!
Instead of doing my advent of code I am fighting with the coffeemachine today, sadface.
How about annotating all your literals with 'L' isnt that sufficient? I did not spend time on day 11 but is unsigned int sufficient?
Reported an information leak at @zalando.bsky.social to the Intigriti platform you are using (ZALANDO-9Q17KC3E).
What a day!
#AdventOfCode in #Jetbrains #Rider with #fsharp, day 8. I tried to squeeze it in a single screenshot. I feel like there should be a more compact way but I was already happy I got both parts the first time!
Fsharp solution to advent of code day 7, using a list of operators different for part 1 and part 2, for every input fold over the numbers while keeping state of possible outcomes using the different operators.
#AdventOfCode with #Jetbrains #Rider and #fsharp, Day 7, today I fought with my dotnet releases, added xUnit and used some testing and played with the debugger.
Screenshot, iOS Simulator. A rounded rectangle of brown, stitched leather with an embossed SF Symbol of a parent and child holding hands, rendered in a tacky style that was en vouge in the dawn of the skeumorphic age.
Thanks to #SwiftUI 's powerful graphics APIs, I am this close to retiring my copy of Photoshop CS6 for good ๐ค
3) Another angle is that these people who failed to make the proper judgement while driving are now ending up bankrupt and in the Dutch social system which will cause society money. Note, I am not an expert in any of this just thinking out loud.
2) Despite the severe consequences people are generally bad at risk analysis. The risk was already not worth it taking into account the risk for other people, now the personal consequences are severely increased and I hope this is enough for people to modify their behaviour.
1) Drivers in the Netherlands caught texting and causing accidents can now face personal liability and potential bankruptcy. www.ad.nl/auto/veroorz...
We are excited to announce a brand new open-source library: Sharing.
Instantly share state among your appโs features and external persistence layers, including user defaults, the file system, and more.
www.pointfree.co/blog/posts/1...
I am curious if you make it!
Ah I didnt go pairwise I carried the previous number in my state which failed in this case. You ended up with elegant code even though I am still searching for someone who didnt bruteforce.
I am curious if this was the edge case that blocked your beautiful solution too [21; 22; 25; 23; 24]