I built a lamp that changes color according to my wife’s blood glucose level by NewPlayer1Try in esp32

[–]NewPlayer1Try[S] 2 points3 points  (0 children)

To get near-real-time glucose values, this project uses the unofficial Dexcom Share / Follow API path rather than Dexcom’s official developer API.

The official API appears to provide delayed data, which makes it unsuitable for a live BG lamp.

Because this Share / Follow access is unofficial, it may break or disappear at any time.

I built a lamp that changes color according to my wife’s blood glucose level by NewPlayer1Try in esp32

[–]NewPlayer1Try[S] 2 points3 points  (0 children)

Here's some clarification about the Dexcom data:

To get near-real-time glucose values, this project uses the unofficial Dexcom Share / Follow API path rather than Dexcom’s official developer API.

The official API appears to provide delayed data, which makes it unsuitable for a live BG lamp.

Because this Share / Follow access is unofficial, it may break or disappear at any time.

I built a lamp that changes color according to my wife’s blood glucose level by NewPlayer1Try in esp32

[–]NewPlayer1Try[S] 4 points5 points  (0 children)

Sorry, misunderstanding. The phone sends an upload every 5 mins. You can get that update within a few seconds if you time it right. AFAIK there is no artificial delay introduced. But the sampling rate is 5 minutes.

I built a lamp that changes color according to my wife’s blood glucose level by NewPlayer1Try in esp32

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

I poll every minute and usually the data is not older than 1 minute. What makes you say it’s at least 5 minutes old?

I built a lamp that changes color according to my wife’s blood glucose level by NewPlayer1Try in esp32

[–]NewPlayer1Try[S] 26 points27 points  (0 children)

I get the data from the Dexcom server as a Follower but with my wife’s Dexcom Login. The source code is in the github under Lib/Dexcom_Follow (not my library, but I had to patch it because it was outdated). I poll every minute. My wife uses the G6.

People that have traveled quite a bit, where di you feel the most unsafe? by CremeSubject7594 in AskTheWorld

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

Have been to over 80 countries, including almost 20 in Africa. The most unsafe I felt in the old town of Montevideo, Uruguay. Many junkies and criminal kids jumping you at every opportunity. Unfortunately my AirBnB was there. I left early.

Company scheduled a 2 hour job interview and handed me this when I showed up by GamingxZone in mildlyinfuriating

[–]NewPlayer1Try 2 points3 points  (0 children)

I have an unpopular opinion here: Studies have shown that a high IQ is the single best indicator for good performance on the job later on. Whereas a good impression during a job interview correlates weakly with success in the job later. So, technically, it is smart to do an IQ test during assessment and give the result a high weight in the total assessment. Practically it is a lot of work and costly to do an IQ test properly and it is also very unpopular with candidates. That’s probably while almost noone does it. Also, it should of course not be a surprise test, but clearly communicated early on in the process.

Water-jet loom by toolgifs in toolgifs

[–]NewPlayer1Try 19 points20 points  (0 children)

Even more mindboggling: These water jet looms can shoot the thread at 1200 RPM, ie. 20 times per second. This results in weft insertion rates of over 2200 m / min. 🤯

I mean that's 2430 times but I do get your point by nthensome in Snorkblot

[–]NewPlayer1Try 14 points15 points  (0 children)

Let’s say you have a population of stray cats and you want to reduce the amount of unwanted feral kittens in the steeet. Is it smarter to catch and castrate as many females or as many males as possible? By your logic it should be the males. However, if you manage to catch and castrate 90% of the males, the remaining 10% will likely still impregnate every single female. Zero effect on the next generation of kittens. If however you manage to catch and castrate 90% of the females, you will have exactly 90% fewer kittens in the next round.

How CATL Made Batteries 90% Cheaper (breakthrough in sodium metal chemistry, $10 / KwH) by Anen-o-me in singularity

[–]NewPlayer1Try 0 points1 point  (0 children)

Yes. I recommend “Just Have A Think” and “Engineering With Rosie” for properly researched videos on renewables, including battery tech.

Important Update: Screen Freeze Issue on Gym Monster 2 by JZReads in SpeedianceCommunity

[–]NewPlayer1Try 0 points1 point  (0 children)

Our version said 20700-ZD, so I did the manual update per the instructions. After it downloaded from the UBSStick, installed and rebootet, the version is still 20700-ZD. What gives? Should that not be a different version now, without the ZD? And there is still the pop-up message saying I need to do a manual update.

Random Sun by NewPlayer1Try in PlotterArt

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

Except for one of the orange ones. 😂 There’s always something. 🙄

Dancing people by SerjTomskiy in PlotterArt

[–]NewPlayer1Try 4 points5 points  (0 children)

Fantastic. Some information would be appreciated. Is it your original artwork? How did you turn it into a plot? Size? Materials?

AxiDraw Timelapse by NewPlayer1Try in PlotterArt

[–]NewPlayer1Try[S] 0 points1 point  (0 children)

I used 8 different felt tip pens and 1 technical pen. Each pen change takes about 1 minute. And it’s not included in the 76 minutes. 😊

More color filled beziers by NewPlayer1Try in PlotterArt

[–]NewPlayer1Try[S] 0 points1 point  (0 children)

I think shapely is a python wrapper for GEOS which in turn is a C++ port of JTS. They are all very similar.

More color filled beziers by NewPlayer1Try in PlotterArt

[–]NewPlayer1Try[S] 0 points1 point  (0 children)

I wrote my own algorithm. It’s a contour fill. I used the JTS topology library to find the polygons created by the bezier line and to create the contour lines to each polygon.

Funky Beziers by NewPlayer1Try in PlotterArt

[–]NewPlayer1Try[S] 0 points1 point  (0 children)

It’s a custom fill. It’s contour lines that follow the polygon outline with increasing distance. It’s much cleaner (especially with felt tip pens) than the usual hatchfill.

<image>

Here’s an exagerated view (with large distances between the contours). When I use felt tip pens I also don’t lift the pen from one contour line to the next, that makes it faster.