> Cabel Sasser [1] once jokingly referred to U+1F4DB as “tofu on fire” I simply will not stand for this notjosh erasure! (potentially the greatest contribution I'll ever make to human culture. not sure how I feel about…
I've installed Thingino on my cameras such as this. Cheap camera + custom (local only!) firmware is a good solution imo. No guarantee that it'll be perfect either, obviously, but it's open source and actively…
your comment is helpful context, especially as a foreigner. but would you be able to edit the "pounding in the ass" phrase out in future when referring to prison? thank you <3
I prefer "the shitmus test" - it's been my yardstick for evaluating (some) startups over the last ~decade: if people will open your app while they're poopin', then you pass the litmus/shitmus test :)
I've been recommended the deformed baby video a few times recently - it's somewhat reassuring, though worrying, that others are seeing the same thing. I'm especially frustrated about it, as it'll show up inline with…
I think my favourite simple example to illustrate this is thinking of (or image searching a picture of) a lemon. A lot of people can feel increased saliva production under their tongue, despite nothing at all actually…
ha, as the author of most of the code on the client side (and thus those beefy requirements), yes it absolutely is possible to use an ESP32! and that’s more along the lines of the original product that inspired this!…
The article has a note on that saying: > If you think this use of addresses seems wasteful, you needn’t worry. There are around 3.4×1038 IPv6 addresses, enough for 10^27 such displays. So even an intentionally wasteful…
It already is MIT: https://github.com/Microsoft/vscode/blob/6b8ea727a918c6d646e...
Regardless if you need a visa or not, you cannot (legally) stay more than 90 days every 180 days outside of the country you have a visa for. Even as a permanent resident of Germany, I have no special rights within any…
Careful, the blue card won't let you move around Europe as a citizen. They're issued by individual countries, so you'll have residency rights in that country, but standard "90 in 180" freedom of movement within Schengen…
fwiw, https://github.com/sbooth/SFBAudioEngine is a great library for supporting other formats, helps with gapless, and is reasonably easy to drop in. I've dropped it into an audio player I created with virtually no…
Just to clarify: when you say BPD here, do you mean bipolar disorder, or borderline personality disorder? I've only known it as the latter (and a quick Google search agrees), but from context I assume you mean the…
I think it's probably related to issues that arise when performing view actions/animation in the RN equivalent of `-viewWillAppear:` while segue animations are playing. (Short version: it occurs because the RN…
This is neat! I wrote a similarish tool for converting SVG to code at Last Job™: https://github.com/biowink/SVGeez (though, it's questionable how well it works beyond the specific use case of the app it's for..though in…
The site loaded for me, and says: > Browserprint is a free open source project designed to provide the same and better functionality as the original Panopticlick. (Though I'm not sure exactly what they've done to make…
There is a slight difference. Keychain and NSFileManager have possible modes of "kSecAttrAccessibleAfterFirstUnlock" [0] and "NSFileProtectionCompleteUntilFirstUserAuthentication" [1] respectively that are (fittingly)…
As a cancer survivor, I feel so conflicted about this. On one hand, I can completely understand where you're coming from. But on the other hand, I think seeing things in such black and white terms is pretty…
For what it's worth, Germany also has Prime Video.
Hehe, well if you're in Germany, you can't use Treefinder (http://www.treefinder.de/) then. > Starting from 1st October 2015, I do no longer permit the usage of my TREEFINDER software in the following EU countries:…
I work for another startup in the same space. (Hi from Clue!) > You're talking about people that are having intercourse, the least you could do is treat them as the adults they think they are. That's pretty much exactly…
Clue: Berlin, Germany We're a Berlin-based startup, dealing with (mostly) female reproductive health - bringing dignity to the space, and dragging it into the 21st century with apps (iOS:…
The most famous implementation of this specific effect is a couple of years old already: https://github.com/romaonthego/RESideMenu
It's relatively feasible today with (UI|NS)BezierPath and CAShapeLayer. It's not perfect in every situation, as CAShapeLayer is optimised for performance, but in the vast majority of cases it's worked well for me.…
FYI: Australia has "Australian bat lyssavirus" which is indeed a thing very much like rabies: https://en.wikipedia.org/wiki/Australian_bat_lyssavirus. It surprised me when I learned about its existence :)
> Cabel Sasser [1] once jokingly referred to U+1F4DB as “tofu on fire” I simply will not stand for this notjosh erasure! (potentially the greatest contribution I'll ever make to human culture. not sure how I feel about…
I've installed Thingino on my cameras such as this. Cheap camera + custom (local only!) firmware is a good solution imo. No guarantee that it'll be perfect either, obviously, but it's open source and actively…
your comment is helpful context, especially as a foreigner. but would you be able to edit the "pounding in the ass" phrase out in future when referring to prison? thank you <3
I prefer "the shitmus test" - it's been my yardstick for evaluating (some) startups over the last ~decade: if people will open your app while they're poopin', then you pass the litmus/shitmus test :)
I've been recommended the deformed baby video a few times recently - it's somewhat reassuring, though worrying, that others are seeing the same thing. I'm especially frustrated about it, as it'll show up inline with…
I think my favourite simple example to illustrate this is thinking of (or image searching a picture of) a lemon. A lot of people can feel increased saliva production under their tongue, despite nothing at all actually…
ha, as the author of most of the code on the client side (and thus those beefy requirements), yes it absolutely is possible to use an ESP32! and that’s more along the lines of the original product that inspired this!…
The article has a note on that saying: > If you think this use of addresses seems wasteful, you needn’t worry. There are around 3.4×1038 IPv6 addresses, enough for 10^27 such displays. So even an intentionally wasteful…
It already is MIT: https://github.com/Microsoft/vscode/blob/6b8ea727a918c6d646e...
Regardless if you need a visa or not, you cannot (legally) stay more than 90 days every 180 days outside of the country you have a visa for. Even as a permanent resident of Germany, I have no special rights within any…
Careful, the blue card won't let you move around Europe as a citizen. They're issued by individual countries, so you'll have residency rights in that country, but standard "90 in 180" freedom of movement within Schengen…
fwiw, https://github.com/sbooth/SFBAudioEngine is a great library for supporting other formats, helps with gapless, and is reasonably easy to drop in. I've dropped it into an audio player I created with virtually no…
Just to clarify: when you say BPD here, do you mean bipolar disorder, or borderline personality disorder? I've only known it as the latter (and a quick Google search agrees), but from context I assume you mean the…
I think it's probably related to issues that arise when performing view actions/animation in the RN equivalent of `-viewWillAppear:` while segue animations are playing. (Short version: it occurs because the RN…
This is neat! I wrote a similarish tool for converting SVG to code at Last Job™: https://github.com/biowink/SVGeez (though, it's questionable how well it works beyond the specific use case of the app it's for..though in…
The site loaded for me, and says: > Browserprint is a free open source project designed to provide the same and better functionality as the original Panopticlick. (Though I'm not sure exactly what they've done to make…
There is a slight difference. Keychain and NSFileManager have possible modes of "kSecAttrAccessibleAfterFirstUnlock" [0] and "NSFileProtectionCompleteUntilFirstUserAuthentication" [1] respectively that are (fittingly)…
As a cancer survivor, I feel so conflicted about this. On one hand, I can completely understand where you're coming from. But on the other hand, I think seeing things in such black and white terms is pretty…
For what it's worth, Germany also has Prime Video.
Hehe, well if you're in Germany, you can't use Treefinder (http://www.treefinder.de/) then. > Starting from 1st October 2015, I do no longer permit the usage of my TREEFINDER software in the following EU countries:…
I work for another startup in the same space. (Hi from Clue!) > You're talking about people that are having intercourse, the least you could do is treat them as the adults they think they are. That's pretty much exactly…
Clue: Berlin, Germany We're a Berlin-based startup, dealing with (mostly) female reproductive health - bringing dignity to the space, and dragging it into the 21st century with apps (iOS:…
The most famous implementation of this specific effect is a couple of years old already: https://github.com/romaonthego/RESideMenu
It's relatively feasible today with (UI|NS)BezierPath and CAShapeLayer. It's not perfect in every situation, as CAShapeLayer is optimised for performance, but in the vast majority of cases it's worked well for me.…
FYI: Australia has "Australian bat lyssavirus" which is indeed a thing very much like rabies: https://en.wikipedia.org/wiki/Australian_bat_lyssavirus. It surprised me when I learned about its existence :)