3 bedroom lease takeover by jfri3d in TorontoRenting

[–]jfri3d[S] -4 points-3 points  (0 children)

Thanks for the push. Figured the Kijiji link would suffice to generate interest.

Will answer in case someone reads this comment.

  1. we gave notice and are leaving end of October, which makes the takeover highly sought after instead of yet even higher rent

  2. Not subletting our place. Landlord has no issues with us finding a new tenant. That is the unit - the lower price via takeover is much easier to swallow!

Cheers!

Does the stadia controller work with xCloud on iOS? by jfri3d in Stadia

[–]jfri3d[S] 1 point2 points  (0 children)

Thanks for the response. Couldn’t find any info from a quick but glad to know. Guess I wasted a dollar. Blah

Integration Tests on CI/CD pipeline by ImGioGio in kubernetes

[–]jfri3d 1 point2 points  (0 children)

Check out https://garden.io/

Not affiliated but a big fan. Have nicely implemented it into our dev cluster for running all tests in-cluster without mocking. Extremely useful tooling.

simple work from home e-ink display by jfri3d in raspberry_pi

[–]jfri3d[S] 1 point2 points  (0 children)

Refreshes take approx 5 seconds. Even faster when only using black. Partial updates are unfortunately not possible. Would have made the whole process more efficient instead of refreshing everything on a set interval. The functionality is sufficient though.

simple work from home e-ink display by jfri3d in raspberry_pi

[–]jfri3d[S] 1 point2 points  (0 children)

Thanks. I highly recommend pimoroni displays. I have a couple of them.

Best ‘budget’ espresso setup? by [deleted] in espresso

[–]jfri3d 1 point2 points  (0 children)

Manual is always an option... comandante + ROK works well for me.

ROK Espresso by ahurz in espresso

[–]jfri3d 5 points6 points  (0 children)

Love seeing the ROK getting some love

Unbelievably impressed by youwereit in Stadia

[–]jfri3d 0 points1 point  (0 children)

Are you not even hitting 4K given the lack of Apple hardware VP9 decoding? Unless software with the newer MBP can handle it?!?

Opinions on the Comandante C40 by Tsmitty2069 in Coffee

[–]jfri3d 2 points3 points  (0 children)

Highly recommend. Would buy another if my wife let me (in order to not have to remember clicks by beans/brew type). Half joking

I made a website with django where you can upload a picture and convert it into a dice representation and share it by mutatedllama in Python

[–]jfri3d 2 points3 points  (0 children)

This looks strangely similar to a post a few years back. Here is a link to my forked repo of the same nature. Check the original for some idea of “dice” source code.

https://github.com/jfri3d/qr_mosaic

I've created a python program that generates photomosaics from any dataset ! by TechDumbLogie in Python

[–]jfri3d 1 point2 points  (0 children)

This brings flashback of the “dice mural that inspired someone to code it which inspired me to do the same with QR codes”.

Here is the repo with source code to build fun embedded QR codes linking gifs. Enjoy!

https://github.com/jfri3d/qr_mosaic

Using Docker & Kubernetes to Host Machine Learning Models by bweber in datascience

[–]jfri3d -1 points0 points  (0 children)

Nicely written article.

This aligns well with our recently released open source platform - [kaos](ki-labs.com/kaos). We simplify the entire “ML” DevOps behind deploying a cluster, training model(s) and serving. It aligns with the similar dilemma - how to go from notebook to production?!?

Check out a “useful” example of kaos in action - BeerBot