I hereby claim:
- I am petedoyle on github.
- I am petedoyle (https://keybase.io/petedoyle) on keybase.
- I have a public key ASDnlQUGk0BwbJ_ZxPl8_topt-WQUS1eKoNQm7IP6E_qewo
To claim this, I am signing this object:
| WIP Crypto App Logic | |
| open app from home screen -> Has User Previously Logged In? | |
| Logged Out Flow | |
| Has User Previously Logged In? | |
| yes -> Is Device Authentication Set Up? | |
| no -> App Welcome Screen | |
| App Welcome Screen | |
| tap login -> Is Device Authentication Set Up? |
| git config --global alias.lg "log --all --graph --abbrev-commit --decorate --format='format:%m %C(dim white)%h%C(reset) - %C(#8854FB)%s%C(reset) %C(dim white)-%C(reset) %C(white)%an%C(reset) %C(dim white)(%ar)%C(reset)%C(auto)%d%C(reset)'" |
| /** | |
| * Applies window transformation flags (WTFs) to aid in supporting | |
| * edge-to-edge layouts on Android Q and higher. | |
| */ | |
| fun Activity?.applyEdgeToEdge( | |
| lightStatusBar: Boolean = false, | |
| lightNavigationBar: Boolean = false, | |
| transparentStatusBar: Boolean = true, | |
| immersive: Boolean = false | |
| ) { |
| package com.amazon.phseven.common.app | |
| import android.view.View | |
| import android.view.ViewGroup | |
| import android.view.WindowInsets | |
| import androidx.core.view.updateLayoutParams | |
| import androidx.databinding.BindingAdapter | |
| import androidx.fragment.app.Fragment | |
| /** |
I hereby claim:
To claim this, I am signing this object:
root (default password is goodlife). For example, from Mac or Linux:
| var output = "\n"; | |
| $('tr.issuerow').each(function(index) { | |
| issuerow = $(this); | |
| var key = issuerow.find('td.issuekey a.issue-link').data().issueKey; | |
| var summary = issuerow.find('td.summary a.issue-link').text(); | |
| var type = issuerow.find('td.issuetype img').attr('alt'); | |
| output += "* " + key + " " + summary + "\n"; | |
| }); |
For the code change tests, this is the line of code I added/removed between tests:
DogMarkerOptions.java:
public DogMarker getMarker() {
marker.setDogId(dogId);
marker.setPosition(position);
// marker.setSnippet(snippet); // snippet is not overrideable in base class Marker
// marker.setTitle(title); // title is not overrideable in base class Marker
marker.setIcon(icon);
I'm tired of massive delay (500-1000 ms pings) while uploading large files. QoS helps some, but a significant portion remains due to bufferbloat (100-150ms). This leads to delay in VoIP calls and generally sluggish web browsing while uploading.
The new Codel algorithm in OpenWRT / Attitude Adjustment should help a lot. The results below show only ~5-6ms of added latency during uploads (i.e. 14ms vs 500+ms before!). Insane.
These instructions are for the TP-Link TL-WDR4300, because I got a good deal. If you have the money, buy a Netgear WNDR3800 and install CeroWRT, you'll probably see even better results.
In short, its fully supported in OpenWRT Attitude Adjustment and works well for my needs:
| # http://localhost:8080/v1/solution?solutionCategoryId=4942 | |
| select | |
| this_.id as id3_1_, | |
| this_.version as version3_1_, | |
| this_.date_created as date3_3_1_, | |
| this_.description as descript4_3_1_, | |
| this_.import_source as import5_3_1_, | |
| this_.import_source_collection_url as import6_3_1_, | |
| this_.import_source_url as import7_3_1_, | |
| this_.keywords as keywords3_1_, |