2024-06-06 21:00:12 +10:00
<!DOCTYPE html>
< html data-bs-theme = "light" lang = "en-au" style = "background: black;" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, shrink-to-fit=no" >
< title > What's up at the moment | Nathan.Woodburn/< / title >
< meta name = "theme-color" content = "#97009a" >
< link rel = "canonical" href = "https://nathan.woodburn.au/now/24_06_06.html" >
< meta property = "og:url" content = "https://nathan.woodburn.au/now/24_06_06.html" >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:image" content = "https://nathan.woodburn.au/assets/img/profile.jpg" >
< meta property = "og:image" content = "https://nathan.woodburn.au/assets/img/profile.jpg" >
< meta property = "og:type" content = "website" >
< meta property = "og:description" content = "G'day,
Find out what I've been up to in the last week">
< meta property = "og:title" content = "What's up at the moment | Nathan.Woodburn/" >
< meta name = "description" content = "G'day,
Find out what I've been up to in the last week">
< meta name = "twitter:title" content = "What's up at the moment | Nathan.Woodburn/" >
< meta name = "twitter:description" content = "G'day,
Find out what I've been up to in the last week">
2024-06-17 21:29:52 +10:00
< link rel = "apple-touch-icon" type = "image/png" sizes = "180x180" href = "/assets/img/favicon/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/assets/img/favicon/favicon-16x16.png" >
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/assets/img/favicon/favicon-32x32.png" >
< link rel = "icon" type = "image/png" sizes = "180x180" href = "/assets/img/favicon/apple-touch-icon.png" >
< link rel = "icon" type = "image/png" sizes = "192x192" href = "/assets/img/favicon/android-chrome-192x192.png" >
< link rel = "icon" type = "image/png" sizes = "512x512" href = "/assets/img/favicon/android-chrome-512x512.png" >
2024-06-06 21:00:12 +10:00
< link rel = "stylesheet" href = "/assets/bootstrap/css/bootstrap.min.css" >
< link rel = "manifest" href = "/manifest.json" crossorigin = "use-credentials" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Cabin:700&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Anonymous+Pro&display=swap" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" >
< link rel = "stylesheet" href = "/assets/fonts/font-awesome.min.css" >
< link rel = "stylesheet" href = "/assets/fonts/ionicons.min.css" >
< link rel = "stylesheet" href = "/assets/css/styles.min.css" >
< link rel = "stylesheet" href = "/assets/css/profile.min.css" >
< link rel = "me" href = "https://mastodon.woodburn.au/@nathanwoodburn" / >
< script async src = "https://umami.woodburn.au/script.js" data-website-id = "6a55028e-aad3-481c-9a37-3e096ff75589" > < / script >
< / head >
< body class = "text-center" style = "background: linear-gradient(rgba(0,0,0,0.80), rgba(0,0,0,0.80)), url("/assets/img/bg/background.webp") center / cover no-repeat;" >
< nav class = "navbar navbar-expand-md fixed-top navbar-light" id = "mainNav" style = "background: var(--bs-navbar-hover-color);" >
< div class = "container-fluid" > < a class = "navbar-brand nathanwoodburn" href = "/#" > Nathan.Woodburn/< / a > < button data-bs-toggle = "collapse" class = "navbar-toggler navbar-toggler-right" data-bs-target = "#navbarResponsive" type = "button" aria-controls = "navbarResponsive" aria-expanded = "false" aria-label = "Toggle navigation" value = "Menu" > < i class = "fa fa-bars" > < / i > < / button >
< div class = "collapse navbar-collapse" id = "navbarResponsive" >
< ul class = "navbar-nav ms-auto" >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "/" > Home< / a > < / li >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "/projects" > Projects< / a > < / li >
< li class = "nav-item nav-link" > < a class = "nav-link" href = "/now" > Now< / a > < / li >
< / ul >
< / div >
< / div >
< / nav > {{handshake_scripts | safe}}
< div style = "height: 10em;" > < / div >
< div class = "profile-container" style = "margin-bottom: 2em;" > < img class = "profile background" src = "/assets/img/profile.jpg" style = "border-radius: 50%;" > < img class = "profile foreground" src = "/assets/img/pfront.webp" > < / div >
< h1 class = "nathanwoodburn" style = "margin-bottom: 0px;" > Nathan.Woodburn/< / h1 >
< h3 style = "margin-bottom: 0px;" > WHat's Happening Now< / h3 >
< h6 > {{DATE}}< / h6 >
< section style = "margin-bottom: 50px;" >
< div style = "max-width: 700px;margin: auto;" >
< h1 style = "margin-bottom: 0px;" > FireWallet Mobile< / h1 >
< p > G'day,< br > I've been working on a mobile lite wallet for Handshake. It currently is a watch only wallet as getting the app to sign transactions is being painful and confusing.< br > Check out a demo video < a href = "https://cloud.woodburn.au/s/9YzDWp6yLmicPPP" target = "_blank" > here< / a > and the current code < a href = "https://git.woodburn.au/nathanwoodburn/firewallet-mobile" target = "_blank" > here< / a > < / p >
< / div >
< / section >
< section style = "margin-bottom: 50px;" >
< div style = "max-width: 700px;margin: auto;" >
< h1 style = "margin-bottom: 0px;" > other random things lately< / h1 >
< p > I'm currently doing my last few exams for this semester of university.< br > Just recently I've fixed issues with TCP DNS resolution for < a href = "https://hnsdoh.com" target = "_blank" > HNSDoH< / a > . This is needed for Android and other devices from using DoT to resolve HNS domains.< / p >
< / div >
< / section >
< section class = "text-center content-section" id = "contact" style = "padding-top: 25px;padding-bottom: 3em;" >
< div class = "container" >
< div class = "row" >
< div class = "col-lg-8 mx-auto" >
< div class = "social-div" >
< ul class = "list-unstyled social-list" >
< li class = "social-link" > < a href = "https://twitter.com/woodburn_nathan" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-twitter-x icon" >
< path d = "M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z" > < / path >
< / svg > < / a > < / li >
< li class = "social-link" > < a href = "https://github.com/Nathanwoodburn" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-github icon" >
< path d = "M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8" > < / path >
< / svg > < / a > < / li >
< li class = "social-link" > < a href = "mailto:about@nathan.woodburn.au" target = "_blank" > < i class = "icon ion-email icon" > < / i > < / a > < / li >
< li class = "social-link discord" > < a href = "https://l.woodburn.au/discord" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-discord icon" >
< path d = "M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612" > < / path >
< / svg > < / a > < / li >
< / ul >
< / div >
< div class = "social-div" >
< ul class = "list-unstyled social-list" >
< li class = "social-link mastodon" > < a href = "https://mastodon.woodburn.au/@nathanwoodburn" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-mastodon icon" >
< path d = "M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z" > < / path >
< / svg > < / a > < / li >
< li class = "social-link youtube" > < a href = "https://www.youtube.com/@nathanjwoodburn" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-youtube icon" >
< path d = "M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408z" > < / path >
< / svg > < / a > < / li >
< li class = "social-link signal" > < a href = "/signalQR" target = "_blank" > < svg xmlns = "http://www.w3.org/2000/svg" width = "1em" height = "1em" fill = "currentColor" viewBox = "0 0 16 16" class = "bi bi-signal icon" >
< path d = "m6.08.234.179.727a7.264 7 . 264 0 0 0-2 . 01 . 832l- . 383- . 643A7 . 9 7 . 9 0 0 1 6 . 079 . 234zm3 . 84 0L9 . 742 . 96a7 . 265 7 . 265 0 0 1 2 . 01 . 832l . 388- . 643A7 . 957 7 . 957 0 0 0 9 . 92 . 234zm-8 . 77 3 . 63a7 . 944 7 . 944 0 0 0- . 916 2 . 215l . 727 . 18a7 . 264 7 . 264 0 0 1 . 832-2 . 01l- . 643- . 386zM . 75 8a7 . 3 7 . 3 0 0 1 . 081-1 . 086L . 091 6 . 8a8 8 0 0 0 0 2 . 398l . 74- . 112A7 . 262 7 . 262 0 0 1 . 75 8m11 . 384 6 . 848- . 384- . 64a7 . 23 7 . 23 0 0 1-2 . 007 . 831l . 18 . 728a7 . 965 7 . 965 0 0 0 2 . 211- . 919zM15 . 251 8c0 . 364- . 028 . 727- . 082 1 . 086l . 74 . 112a7 . 966 7 . 966 0 0 0 0-2 . 398l- . 74 . 114c . 054 . 36 . 082 . 722 . 082 1 . 086m . 516 1 . 918- . 728- . 18a7 . 252 7 . 252 0 0 1- . 832 2 . 012l . 643 . 387a7 . 933 7 . 933 0 0 0 . 917-2 . 219zm-6 . 68 5 . 25c- . 72 . 11-1 . 453 . 11-2 . 173 0l- . 112 . 742a7 . 99 7 . 99 0 0 0 2 . 396 0l- . 112- . 741zm4 . 75-2 . 868a7 . 229 7 . 229 0 0 1-1 . 537 1 . 534l . 446 . 605a8 . 07 8 . 07 0 0 0 1 . 695-1 . 689l- . 604- . 45zM12 . 3 2 . 163c . 587 . 432 1 . 105 . 95 1 . 537 1 . 537l . 604- . 45a8 . 06 8 . 06 0 0 0-1 . 69-1 . 691l- . 45 . 604zM2 . 163 3 . 7A7 . 242 7 . 242 0 0 1 3 . 7 2 . 163l- . 45- . 604a8 . 06 8 . 06 0 0 0-1 . 691 1 . 69l . 604 . 45zm12 . 688 . 163- . 644 . 387c . 377 . 623 . 658 1 . 3 . 832 2 . 007l . 728- . 18a7 . 931 7 . 931 0 0 0- . 916-2 . 214M6 . 913 . 831a7 . 254 7 . 254 0 0 1 2 . 172 0l . 112- . 74a7 . 985 7 . 985 0 0 0-2 . 396 0l . 112 . 74zM2 . 547 14 . 64 1 15l . 36-1 . 549- . 729- . 17- . 361 1 . 548a . 75 . 75 0 0 0 . 9 . 902l1 . 548- . 357- . 17- . 734zM . 786 12 . 612l . 732 . 168 . 25-1 . 073A7 . 187 7 . 187 0 0 1 . 96 9 . 74l- . 727 . 18a8 8 0 0 0 . 736 1 . 902l- . 184 . 79zm3 . 5 1 . 623-1 . 073 . 25 . 17 . 731 . 79- . 184c . 6 . 327 1 . 239 . 574 1 . 902 . 737l . 18- . 728a7 . 197 7 . 197 0 0 1-1 . 962- . 811l- . 007 . 005zM8 1 . 5a6 . 502 6 . 502 0 0 0-6 . 498 6 . 502 6 . 516 6 . 516 0 0 0 . 998 3 . 455l- . 625 2 . 668L4 . 54 13 . 5a6 . 502 6 . 502 0 0 0 6 . 93-11A6 . 516 6 . 516 0 0 0 8 1 . 5 " > < / path >
< / svg > < / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< / div >
< / section >
< footer style = "background: #110033;" >
< div class = "container text-center" >
< div class = "row" >
< div class = "col" >
< p class = "d-none d-print-inline-block d-sm-inline-block d-md-inline-block d-lg-inline-block d-xl-inline-block d-xxl-inline-block" > Want to look at some past Now pages?< br > Check out < a href = "/old" > /old< / a > < / p >
< / div >
< / div >
< div class = "row" >
< div class = "col" >
< p class = "d-none d-print-inline-block d-sm-inline-block d-md-inline-block d-lg-inline-block d-xl-inline-block d-xxl-inline-block" > This site is also available on< br > < a href = "https://learn.namebase.io/" target = "_blank" > Handshake< / a > at < a href = "https://nathan.woodburn" > https://nathan.woodburn/< / a > < br > < a href = "https://www.torproject.org/" target = "_blank" > Tor< / a > at < a href = "http://wdbrncwefot4hd7bdrz5rzb74mefay7zvrjn2vmkpdm44l7fwnih5ryd.onion/" > http://wdbrncwefot4hd7bdrz5rzb74mefay7zvrjn2vmkpdm44l7fwnih5ryd.onion/< / a > < / p >
< p class = "copyright" > Copyright © Nathan.Woodburn/ 2024< / p >
< / div >
< / div >
< / div >
< / footer >
< script src = "/assets/bootstrap/js/bootstrap.min.js" > < / script >
< script src = "/assets/js/script.min.js" > < / script >
< script src = "/assets/js/hacker.min.js" > < / script >
< / body >
< / html >