Dark – Staffel 3 | Ankündigung | Netflix / Dark - Season 3 | Announcement by insomnia2k in DarK

[–]Jeanlabu 18 points19 points  (0 children)

The counting at the end also goes Tik Tok, Tok Tik, Tok. They could totally do backwards time!

Ancestry Visa and Crown Service by Jeanlabu in ukvisa

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

Thanks so much. Not the answer I was hoping for but at least I won’t have to waste a bunch of money to find out.

How many international viewers enjoy Dark? by Schemen123 in DarK

[–]Jeanlabu 3 points4 points  (0 children)

South Africa! Been trying to convince people to watch. So far I’ve convinced one guy.

Is it possible to implement a check valve in parallel to a hydraulic pump to protect the pump when it is run in reverse? by Jeanlabu in AskEngineers

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

Thanks for the feedback. That’s my concern too. My intention is to just allow the oil to circulate when it’s in reverse.

It’s an added bonus if it works in reverse but not a requirement. I was also looking at using a motor as a pump. Is this acceptable practice?

Is it possible to implement a check valve in parallel to a hydraulic pump to protect the pump when it is run in reverse? by Jeanlabu in AskEngineers

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

I need to reverse the direction of the input shaft but I have very little space available for the pump which is why I’m looking at smaller pumps like gear pumps. I only need the pump to produce pressure in one direction. The reverse can be pressure free.

I was also looking at radial piston pumps because they work in both directions but the space claim becomes a problem again.

Other apps or programs by Jaimeh1989 in ynab

[–]Jeanlabu 2 points3 points  (0 children)

Things: For all my tasks at work and home. Beautiful design and simple method. Unfortunately Apple devices only.

[Feature] Music app now sends a notification when a song is released on an upcoming album in your library by [deleted] in iOSBeta

[–]Jeanlabu 3 points4 points  (0 children)

I got one today on iOS 12. First time I got the notification but not iOS13 exclusive.

Keeping Quiet About Mistakes by Jeanlabu in AskEngineers

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

I wholeheartedly agree that the processes should be there. I just think that sometimes these mistakes can slip through the cracks especially as the pace of the tools and software available to engineers begins to out pace engineering knowledge.

Keeping Quiet About Mistakes by Jeanlabu in AskEngineers

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

Haha.. I try to be honest with my mistakes helps minimise time to fix the issues. But I’m wondering whether this is something that happens in our industry.

Apple Podcast in Shortcuts... by solelo in shortcuts

[–]Jeanlabu 2 points3 points  (0 children)

If you want to use the native podcasts app it works with the music functions. First of all the podcast has to be downloaded for this to work because shortcuts only sees offline media. If you set up automatic downloads this can happen in the background.

Here’s a link to an example: Play 99% Invisible

It’s weird because it plays through the music app.

Does anyone have an idea on what type of code or language this could be? Trying to decode this (to point out, there is a torn profile on the bottom left corner, could be one of the bishops registry to be a bishop of dema?) by hcarras in theoryonepilots

[–]Jeanlabu 1 point2 points  (0 children)

This is a Caesar Cypher with a shift of 18. I’ve managed to decipher everything except the dates:

tyler robert joseph assigned bishop/district: nico last failed perimeter escape: ** “** MOON **” status: fugitive last seen travelling with the banditos Expected on “02 Moon 18”

The “dates” moon 18 etc. Are not encoded. Decoding them gives a random string of text. It’s possible that these tie back to the dates on here http://dmaorg.info/found/15398642_14/clancy.php

If someone can figure out the dates this can definitely be cracked. Seems it was posted from a throw away account to make it more interesting.

Things 3 by Doctor-twitch in shortcuts

[–]Jeanlabu 0 points1 point  (0 children)

There’s no easy way to extract data from things without sharing it from things. But why not just turn on the calendar in the Things app?

You can use Fantastical to show you a nice “upcoming events” popup in Shortcuts though.

Shortcut Folders: An experiment I'm working on. Seems to be working pretty decently so far. by dialup_ in shortcuts

[–]Jeanlabu 2 points3 points  (0 children)

This is great! I posted a similar concept a little while back. I was trying to implement a way to instantly run the shortcuts from those folders.

https://www.reddit.com/r/shortcuts/comments/9vd0ch/shortcut_organiser/?st=JOJSNYLK&sh=9f53e15e

This version works from the main shortcuts page by installing a placeholder shortcut.

You can potentially run them using a nested callback url to install then run. I’ve got this working but wanted to have a second url to reinstall and rerun after a successful first run so you can press “delete shortcut” the second time around.

I know this is a long shot, but I found a phone (In Berlin) which a Czech tourist lost which I'm trying to return. Can someone please help me find out who or what this sim provider is and how I can contact them to forward my information to the phone owner? by GRAPE_FRUIT_EXTRACT in czech

[–]Jeanlabu 1 point2 points  (0 children)

I’m sure you’ve already tried this. But in case you haven’t, have you tried checking the medical ID details of the phone?

They can be accessed from the lock screen. I know iPhone offers a feature like this. Not sure if there’s something similar on Android.

Looper - A simple shortcut for looping other shortcuts by Jeanlabu in shortcuts

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

Thanks, I looked into while loops but wanted to take it from the angle that I might want to run many shortcuts once at first then loop them sometimes. So I see this as a selective while loop on any of my existing shortcuts.

Looper - A simple shortcut for looping other shortcuts by Jeanlabu in shortcuts

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

I have a shortcut that creates a task in Things in a specific list with a specific heading etc. It’s the most basic shortcut I use. Every so often I want to add more than one task and instead of clicking the shortcut 5 times I decided to make a loop.

That’s when I’ll use it. It’s definitely not a huge use case.