+- Laan Tungir -- 23d ------------------------------------------------------[...]+ | | | But there is no reason not to have some test networks up. | | | +-- reply ------------------------------------------------------------------- ---+But there is no reason not to have some test networks up.
npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06
lt@laantungir.net
Artist, Scientist, Cypherpunk, Critical Rationalist, Nym. https://git.laantungir.net/laantungir
+- Laan Tungir -- 52d ------------------------------------------------------[...]+ | | | 1/1000000 are designing their own. | | | | nostr:nevent1qqsvj230apzfq9gmsfmpupezdu4703u58u3aml9zdg70nf5tzrhgtccpzemhxue69 | | uhhyetvv9ujumt0wd68ytnsw43z7q3qrmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5u | | d7yusxpqqqqqqzv4z2sw | | | +-- reply ------------------------------------------------------------------- ---+1/1000000 are designing their own. nostr:nevent1qqsvj230apzfq9gmsfmpupezdu4703u58u3aml9zdg70nf5tzrhgtccpzemhxue69uhhyetvv9ujumt0wd68ytnsw43z7q3qrmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yusxpqqqqqqzv4z2sw
+- Laan Tungir -- 60d ------------------------------------------------------[...]+ | | | Like all knowledge creation. | | | | Can be used for good or bad, and it is a never ending race between the two. | | | | But the good guys will at least always have an advantage: they are closer to | | moral truth. | | | +-- reply ------------------------------------------------------------------- ---+Like all knowledge creation. Can be used for good or bad, and it is a never ending race between the two. But the good guys will at least always have an advantage: they are closer to moral truth.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | Awesome. Excited to try it. | | | +-- reply ------------------------------------------------------------------- ---+Awesome. Excited to try it.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/8b2093424de2eb9c0a44dbcc050ad745eba205da | | f16281c651e15139a4aeaa3a.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/8b2093424de2eb9c0a44dbcc050ad745eba205daf16281c651e15139a4aeaa3a.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/9db28959f84ac6d748c7a18517728c42b1460ca9 | | a043259ca226e336e247e40a.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/9db28959f84ac6d748c7a18517728c42b1460ca9a043259ca226e336e247e40a.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/b66f7d110fd66fcd6ea1cb6f1a2e84618b6efb17 | | 9dbcc6704802781a80a6b504.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/b66f7d110fd66fcd6ea1cb6f1a2e84618b6efb179dbcc6704802781a80a6b504.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | Probably not, just not a priority yet. I try to have a life ;-) | | | +-- reply ------------------------------------------------------------------- ---+Probably not, just not a priority yet. I try to have a life ;-)
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/53f6dcf92765255b6353a6b46b1cb0e14cc678f1 | | 4ab2ab2ba6e314591257e163.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/53f6dcf92765255b6353a6b46b1cb0e14cc678f14ab2ab2ba6e314591257e163.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | Sure, but we are just getting into semantics. | | | | "There is one Multiverse, make up of separate Universes", would be the way | | that it is typically described. | | | +-- reply ------------------------------------------------------------------- ---+Sure, but we are just getting into semantics. "There is one Multiverse, make up of separate Universes", would be the way that it is typically described.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | Without understanding many-worlds, how quantum computers work (beyond just | | being able to do the math) is very hard. But with many-worlds, understanding | | quantum computers is (kinda) simple. | | | | Let's do a simplified example. Imagine you have a function with two inputs and | | one output. You don't know what the function does, and want to find out. | | | | With a classical computer in just our universe, you would have to feed in | | every possible combination into the two inputs: | | | | 0 0 | | 0 1 | | 1 0 | | 1 1 | | | | and then you would read the output for each. Lets imagine we feed in the | | inputs into our mystery function and get the follwing outputs: | | | | Step 1: 0 0 -> 0 | | Step 2: 0 1 -> 0 | | Step 3: 1 0 -> 0 | | Step 4: 1 1 -> 1 | | | | After which you would know that the function you have is an AND function. It | | returns a 1 when input A and B are both 1. It returns 0 otherwise. | | | | So by using a classical computer in just our universe, it would take 4 steps, | | or 4 clock cycles of the computer to put in all the possible inputs, and get | | all the outputs. | | | | | | But when you make a computer in our universe, you are also making computers in | | many parallel universes. What if you could harness those classical computers | | in other universes to do some of the work? | | | | That is what a quantum computer does. | | | | So imagine 4 universes, each with it's own classical computer. You then assign | | each of those computers a different input, and run it: | | | | Classical Computer in Universe 1: 00 -> 0 | | Classical Computer in Universe 2: 01 -> 0 | | Classical Computer in Universe 3: 10 -> 0 | | Classical Computer in Universe 4: 11 -> 1 | | | | So now in just 1 clock cycle, you have tested all the possible inputs of this | | function using 4 different computers in parallel. | | | | This is the same as if I had 4 classical computers on my desk, and ran them | | all in parallel to get the answer quicker. I get the answer in 1 cycle instead | | of 4. | | | | Okay, great, we have reduced the computer time from 4 cycles to just 1 cycle, | | but here is the catch: we can't travel to these different universes and get | | the results from each of the computers. They are in separate universes, and we | | can't go there. | | | | BUT, these universes do "interfere" with each other. It is because of these | | interference effects that we know that the other universes exist in the first | | place. | | | | So what we can do with a quantum computer is that we can get back the | | "interference pattern" from all the outputs together. | | | | The interference pattern is a blend of all the outputs together, where we | | can't tell what each individual output from each universe was, but we can tell | | the proportion of outputs that we get. | | | | So for our simple example, what we would get back from a quantum computer | | would look like: | | | | 75% of the classical computers in all the parallel universes return 0. | | 25% of the classical computers in all the parallel universes return 1. | | | | So in one step with a quantum computer, we can't tell for sure exactly what | | out mystery function is (an AND function) but we can tell in one step some | | things for sure. We know the function doesn't ALWAYS return a 0. We know the | | function doesn't always return a 1. We know that it isn't an OR function which | | would be 75% 1's, and 25% 0's. | | | | So there are pros and cons to using many computers across parallel universes | | (aka a quantum computer) vs one computer in our universe. | | | | Once you understand what is going on via many-worlds, lots of the mysteries of | | quantum computers go away. | | | | You understand how they do what they do - they just run many classical | | computers in parallel, and we understand classical computers pretty well. | | | | You understand why sometimes they don't help much with the problem you are | | trying to solve, and sometimes why they help a lot. | | | | So to understand if a quantum computer would help with your problem, all you | | have to do is imagine running your (classical) computer on a problem with all | | the possible inputs, and getting back in one step every possible output and | | the proportion of times you would get that output. | | | | Quantum computers are great for finding the set of all outcomes. I have this | | function with a million inputs, what is every possible output of this | | function? A quantum computer can tell you that right away, in one step. To | | find that out with my classical computer would take 2^1,000,000 clock cycles | | ... ain't going to happen. | | | +-- reply ------------------------------------------------------------------- ---+Without understanding many-worlds, how quantum computers work (beyond just being able to do the math) is very hard. But with many-worlds, understanding quantum computers is (kinda) simple. Let's do a simplified example. Imagine you have a function with two inputs and one output. You don't know what the function does, and want to find out. With a classical computer in just our universe, you would have to feed in every possible combination into the two inputs: 0 0 0 1 1 0 1 1 and then you would read the output for each. Lets imagine we feed in the inputs into our mystery function and get the follwing outputs: Step 1: 0 0 -> 0 Step 2: 0 1 -> 0 Step 3: 1 0 -> 0 Step 4: 1 1 -> 1 After which you would know that the function you have is an AND function. It returns a 1 when input A and B are both 1. It returns 0 otherwise. So by using a classical computer in just our universe, it would take 4 steps, or 4 clock cycles of the computer to put in all the possible inputs, and get all the outputs. But when you make a computer in our universe, you are also making computers in many parallel universes. What if you could harness those classical computers in other universes to do some of the work? That is what a quantum computer does. So imagine 4 universes, each with it's own classical computer. You then assign each of those computers a different input, and run it: Classical Computer in Universe 1: 00 -> 0 Classical Computer in Universe 2: 01 -> 0 Classical Computer in Universe 3: 10 -> 0 Classical Computer in Universe 4: 11 -> 1 So now in just 1 clock cycle, you have tested all the possible inputs of this function using 4 different computers in parallel. This is the same as if I had 4 classical computers on my desk, and ran them all in parallel to get the answer quicker. I get the answer in 1 cycle instead of 4. Okay, great, we have reduced the computer time from 4 cycles to just 1 cycle, but here is the catch: we can't travel to these different universes and get the results from each of the computers. They are in separate universes, and we can't go there. BUT, these universes do "interfere" with each other. It is because of these interference effects that we know that the other universes exist in the first place. So what we can do with a quantum computer is that we can get back the "interference pattern" from all the outputs together. The interference pattern is a blend of all the outputs together, where we can't tell what each individual output from each universe was, but we can tell the proportion of outputs that we get. So for our simple example, what we would get back from a quantum computer would look like: 75% of the classical computers in all the parallel universes return 0. 25% of the classical computers in all the parallel universes return 1. So in one step with a quantum computer, we can't tell for sure exactly what out mystery function is (an AND function) but we can tell in one step some things for sure. We know the function doesn't ALWAYS return a 0. We know the function doesn't always return a 1. We know that it isn't an OR function which would be 75% 1's, and 25% 0's. So there are pros and cons to using many computers across parallel universes (aka a quantum computer) vs one computer in our universe. Once you understand what is going on via many-worlds, lots of the mysteries of quantum computers go away. You understand how they do what they do - they just run many classical computers in parallel, and we understand classical computers pretty well. You understand why sometimes they don't help much with the problem you are trying to solve, and sometimes why they help a lot. So to understand if a quantum computer would help with your problem, all you have to do is imagine running your (classical) computer on a problem with all the possible inputs, and getting back in one step every possible output and the proportion of times you would get that output. Quantum computers are great for finding the set of all outcomes. I have this function with a million inputs, what is every possible output of this function? A quantum computer can tell you that right away, in one step. To find that out with my classical computer would take 2^1,000,000 clock cycles ... ain't going to happen.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | Yes. I have a couple I have written. One terminal based and one web based. | | They are not released, I just use them myself. | | | +-- reply ------------------------------------------------------------------- ---+Yes. I have a couple I have written. One terminal based and one web based. They are not released, I just use them myself.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/d4e01e17fe9ec4b250e29f5a6901d42a8039a873 | | a333981e81d58b1eecbe3b9b.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/d4e01e17fe9ec4b250e29f5a6901d42a8039a873a333981e81d58b1eecbe3b9b.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/25056d69b87f5b68fd07b2b731d7cd2649897def | | bf4fa555cfb853b89e81437b.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/25056d69b87f5b68fd07b2b731d7cd2649897defbf4fa555cfb853b89e81437b.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | They do return information. If they don't then quantum computers wouldn't | | work. | | | +-- reply ------------------------------------------------------------------- ---+They do return information. If they don't then quantum computers wouldn't work.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | Yes, that is correct. If the worlds were completely separate, and completely | | "parallel" then we would have no evidence of their existence, and quantum | | computers theoretically (and practically) wouldn't work. | | | +-- reply ------------------------------------------------------------------- ---+Yes, that is correct. If the worlds were completely separate, and completely "parallel" then we would have no evidence of their existence, and quantum computers theoretically (and practically) wouldn't work.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | That is what interference effects are: evidence of parallel universes. | | | | When you send a single photon through a double slit, there are places on the | | other side of the slits that the photon will not go. | | | | SOMETHING is interfering with that photon. | | | | That is your evidence. | | | | SOMETHING is keeping the photon from hitting certain places on the screen. | | What is doing that? | | | | That thing that "bumps up against" or "interferes with" the smallest particles | | is what we call "other universes." | | | | There is a TON of evidence for other universes. | | | +-- reply ------------------------------------------------------------------- ---+That is what interference effects are: evidence of parallel universes. When you send a single photon through a double slit, there are places on the other side of the slits that the photon will not go. SOMETHING is interfering with that photon. That is your evidence. SOMETHING is keeping the photon from hitting certain places on the screen. What is doing that? That thing that "bumps up against" or "interferes with" the smallest particles is what we call "other universes." There is a TON of evidence for other universes.
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | This is good, however there really needs to be one of these videos using our | | best explanation of quantum computers, which is Everettian or "many worlds". | | | | It is really much easier to understand what is going on in a quantum computer, | | if you understand that you are dealing with many computers in different | | universes. | | | | It explains WHY a quantum computer can run a function in parallel: because | | there actually are many classical computers doing the calculation in different | | universes. | | | | It explains WHY you only get back probabilities of the outcome: because the | | only way we can "see into" these different universes is through interference | | effects where the outputs of all the computers interfere with each other.. | | | | So all you have to understand is that you are dealing with many classical | | computers (which is kinda easy to understand) but that you are limited in how | | you get to communicate with them. | | | | I have wanted to make a video on this for some time ... someday ... sigh. | | | +-- reply ------------------------------------------------------------------- ---+This is good, however there really needs to be one of these videos using our best explanation of quantum computers, which is Everettian or "many worlds". It is really much easier to understand what is going on in a quantum computer, if you understand that you are dealing with many computers in different universes. It explains WHY a quantum computer can run a function in parallel: because there actually are many classical computers doing the calculation in different universes. It explains WHY you only get back probabilities of the outcome: because the only way we can "see into" these different universes is through interference effects where the outputs of all the computers interfere with each other.. So all you have to understand is that you are dealing with many classical computers (which is kinda easy to understand) but that you are limited in how you get to communicate with them. I have wanted to make a video on this for some time ... someday ... sigh.
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/540d0c07b579ede37fe57d63574871de24a03a5d | | 9bbdf8393733a2c4ce39547e.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/540d0c07b579ede37fe57d63574871de24a03a5d9bbdf8393733a2c4ce39547e.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | Because I haven't written the software for that yet. | | | +-- reply ------------------------------------------------------------------- ---+Because I haven't written the software for that yet.
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/a96c8d5b9da19f67c356ac8dd2b04f4062cc09eb | | 4c11f51b59e55b6b597b0443.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/a96c8d5b9da19f67c356ac8dd2b04f4062cc09eb4c11f51b59e55b6b597b0443.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/b94332d191c609e2cdfcf79131e253440038ca0f | | 19eba1d21d08fe76c1836580.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/b94332d191c609e2cdfcf79131e253440038ca0f19eba1d21d08fe76c1836580.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/c9fd57341c610cc7dabfbe221b0996e1d8bb0cbb | | e66f48d0b44486acfd5ba29e.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/c9fd57341c610cc7dabfbe221b0996e1d8bb0cbbe66f48d0b44486acfd5ba29e.jpg
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | Your music would be crystal-clear. | | | +-- reply ------------------------------------------------------------------- ---+Your music would be crystal-clear.
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/dbcf27dc0ee6852de1ff98f81836bd4558edcb42 | | b00cf9148f236ac8d866ffdb.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/dbcf27dc0ee6852de1ff98f81836bd4558edcb42b00cf9148f236ac8d866ffdb.jpg
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/f206b6083b3a2fe62d42efd66dca9d79cbf5723c | | 432b39ed8c8b7f4fb049d1cb.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/f206b6083b3a2fe62d42efd66dca9d79cbf5723c432b39ed8c8b7f4fb049d1cb.jpg
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/e21b402903dabfb4d9d2428986027895daeb3da5 | | 7e63a92356261e1b1c29f188.png | | | | GM | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/e21b402903dabfb4d9d2428986027895daeb3da57e63a92356261e1b1c29f188.png GM
+- Laan Tungir -- 359d -----------------------------------------------------[...]+ | | | How do you add these? | | | +-- reply ------------------------------------------------------------------- ---+How do you add these?
+- Laan Tungir -- 359d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/e8bcabe83354f43fb75f35c6625bb3205010d7db | | 12eb0d450ab8f6a26837c2db.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/e8bcabe83354f43fb75f35c6625bb3205010d7db12eb0d450ab8f6a26837c2db.jpg
+- Laan Tungir -- 359d -----------------------------------------------------[...]+ | | | I just watched a review, and I would get one if I could run Graphene-OS on it. | | | +-- reply ------------------------------------------------------------------- ---+I just watched a review, and I would get one if I could run Graphene-OS on it.
No replies found in cached notes yet.
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/8b2093424de2eb9c0a44dbcc050ad745eba205da | | f16281c651e15139a4aeaa3a.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/8b2093424de2eb9c0a44dbcc050ad745eba205daf16281c651e15139a4aeaa3a.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/9db28959f84ac6d748c7a18517728c42b1460ca9 | | a043259ca226e336e247e40a.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/9db28959f84ac6d748c7a18517728c42b1460ca9a043259ca226e336e247e40a.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/b66f7d110fd66fcd6ea1cb6f1a2e84618b6efb17 | | 9dbcc6704802781a80a6b504.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/b66f7d110fd66fcd6ea1cb6f1a2e84618b6efb179dbcc6704802781a80a6b504.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/53f6dcf92765255b6353a6b46b1cb0e14cc678f1 | | 4ab2ab2ba6e314591257e163.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/53f6dcf92765255b6353a6b46b1cb0e14cc678f14ab2ab2ba6e314591257e163.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/d4e01e17fe9ec4b250e29f5a6901d42a8039a873 | | a333981e81d58b1eecbe3b9b.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/d4e01e17fe9ec4b250e29f5a6901d42a8039a873a333981e81d58b1eecbe3b9b.jpg
+- Laan Tungir -- 356d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/25056d69b87f5b68fd07b2b731d7cd2649897def | | bf4fa555cfb853b89e81437b.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/25056d69b87f5b68fd07b2b731d7cd2649897defbf4fa555cfb853b89e81437b.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/540d0c07b579ede37fe57d63574871de24a03a5d | | 9bbdf8393733a2c4ce39547e.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/540d0c07b579ede37fe57d63574871de24a03a5d9bbdf8393733a2c4ce39547e.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/a96c8d5b9da19f67c356ac8dd2b04f4062cc09eb | | 4c11f51b59e55b6b597b0443.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/a96c8d5b9da19f67c356ac8dd2b04f4062cc09eb4c11f51b59e55b6b597b0443.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/b94332d191c609e2cdfcf79131e253440038ca0f | | 19eba1d21d08fe76c1836580.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/b94332d191c609e2cdfcf79131e253440038ca0f19eba1d21d08fe76c1836580.jpg
+- Laan Tungir -- 357d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/c9fd57341c610cc7dabfbe221b0996e1d8bb0cbb | | e66f48d0b44486acfd5ba29e.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/c9fd57341c610cc7dabfbe221b0996e1d8bb0cbbe66f48d0b44486acfd5ba29e.jpg
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/dbcf27dc0ee6852de1ff98f81836bd4558edcb42 | | b00cf9148f236ac8d866ffdb.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/dbcf27dc0ee6852de1ff98f81836bd4558edcb42b00cf9148f236ac8d866ffdb.jpg
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/f206b6083b3a2fe62d42efd66dca9d79cbf5723c | | 432b39ed8c8b7f4fb049d1cb.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/f206b6083b3a2fe62d42efd66dca9d79cbf5723c432b39ed8c8b7f4fb049d1cb.jpg
+- Laan Tungir -- 358d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/e21b402903dabfb4d9d2428986027895daeb3da5 | | 7e63a92356261e1b1c29f188.png | | | | GM | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/e21b402903dabfb4d9d2428986027895daeb3da57e63a92356261e1b1c29f188.png GM
+- Laan Tungir -- 359d -----------------------------------------------------[...]+ | | | https://laantungir.github.io/img_repo/e8bcabe83354f43fb75f35c6625bb3205010d7db | | 12eb0d450ab8f6a26837c2db.jpg | | | +-- reply ------------------------------------------------------------------- ---+https://laantungir.github.io/img_repo/e8bcabe83354f43fb75f35c6625bb3205010d7db12eb0d450ab8f6a26837c2db.jpg
Pubkeys from this user's latest cached kind 3 follow list.
- Cameri🐦🔥 00000000…d700
- 00000001505e 00000001…7eb9
- ctrlpew 00d52016…d944
- 00dfb20815a7 00dfb208…8e6d
- 00f471f6312c 00f471f6…1b16
- Ivan 01ddee28…d38c
- Adam Back 020f2d21…1c3e
- Nour 02a11d15…2ea9
- OCEAN 02d9f567…0da2
- 031db544f315 031db544…7d8c
- ChipTuner 036533ca…bf58
- 03a6e50be223 03a6e50b…d5e6
- Nik Bhatia 03b593ef…de25
- Alex Gleason 0461fcbe…74dd
- inpc 0463223a…d673
- 046c436b2a52 046c436b…22ff
- thesimplekid 04918dfc…bbc5
- Ron Stoner 0497384b…84a4
- ODELL 04c915da…ecc9
- 04dcaf255280 04dcaf25…96c0
- 053935081a69 05393508…3066
- archjourney 05e46498…5eb8
- 060e7c6ed0db 060e7c6e…dddb
- Mandrik 064de249…140c
- Sebastix 06639a38…8f71
- Tim Bouma 06b7819d…327c
- Andreas Griffin 06bc9ab7…48f5
- 06dde95f0268 06dde95f…f2d9
- 07adfda9c5ad 07adfda9…68e6
- Katie 07eced8b…d2a6
- 🌬⚡️Agron 08634a74…7405
- 08bfc00b7f72 08bfc00b…c76a
- Dylan LeClair 09025480…d2df
- Michael 🇵🇷 09222857…5012
- 0a2df905acd5 0a2df905…9688
- Warren Togami 0a722ca2…eb8d
- 0aeb0814c99a 0aeb0814…d63a
- Boltz - Non-Custodial Bitcoin Bridge 0c371f5e…5ffb
- Gunson 0cca6201…c9fa
- Paul 0d6c8388…8a33
- joe 0d978064…57c0
- 0e52122d1eb9 0e52122d…c7e4
- Michilis 0e8c41eb…0faa
- 0ead48d6525a 0ead48d6…13cb
- hal 0ee827a3…93b8
- Ian 0eef9619…c8b1
- erik 1021c892…6993
- 1096f6be0a4d 1096f6be…7ecc
- Justin Moon 11b9a894…50ce
- sperry 11d0b667…0ef7
- 126103bfddc8 126103bf…d65f
- 12ee03d11684 12ee03d1…80e6
- Michael Rihani⚡️ 1306edd6…1b2d
- Flo Montoya 139fcc6b…e65d
- Justin 141d2053…d658
- 147784df719c 147784df…d65f
- Brad Mills 148d1366…2fa1
- Roland 15b5cf6c…315e
- 1634b87b5fcf 1634b87b…bfed
- dzdidi 167e7fe0…2785
- 16f1a0100d4c 16f1a010…074b
- 170dc4045d6c 170dc404…ebca
- Aubrey Strobel 171ddd43…f1a5
- JeffG 1739d937…36ef
- 174398550d14 17439855…fb10
- Pavlenex 175f568d…433a
- Zach 17717ad4…2d58
- 17e2889fba01 17e2889f…e515
- farooq 1833ee04…8170
- node 18905d0a…9b08
- 18f54af1e10c 18f54af1…02ef
- BTC Sessions 1989034e…276b
- Gunnar Stødle 198ae429…e27a
- Stephan Livera 19fefd7f…bc2f
- Rudy Havenstein 1a6e0aef…0dca
- HODL 1afe0c74…e36d
- sebas 1bbd7fdf…229e
- 1bf9f239dca1 1bf9f239…c5e1
- DeAllen Young 1c197b12…1642
- 1d4cc828b657 1d4cc828…a1ae
Cached pubkeys that follow this user, discovered from kind 3 events.
- Dichos 000001c6…406a
- BigMilan 00553966…b884
- crrdlx 005bc4de…e1a2
- OneEzra 0078d4cb…ade2
- g 0143b2b0…ab13
- Filou 01d0bbf9…0d4c
- Mohamed GigaChad 027309d0…4234
- Cincy 0294d19d…1a1a
- alana 02a022d4…5aad
- Honey Badger Studio 03797a7c…3e3f
- Nymmo 03b72b4f…9a8b
- inpc 0463223a…d673
- thesimplekid 04918dfc…bbc5
- Surrealistic Menina 04c96049…cc3b
- Saad 04d6ee71…2083
- ish4k 05246663…1cb4
- archjourney 05e46498…5eb8
- JokHodl 0695cb75…e74f
- Tim Bouma 06b7819d…327c
- Rasha 06f4638e…4e26
- ndeet 06fca9f0…ad53
- GunPower 08bcf972…d10b
- Cyberdefense Austria 096a4602…f1aa
- Mark Puddleglum 0cb36012…3c41
- Gunson 0cca6201…c9fa
- jo 🇺🇸 0d8c556f…d4d7
- Designer 0e206920…0f6f
- Ian 🇦🇷 0e4b1c20…1ed9
- Machakos Bitcoin Academy 0f050c8b…31fc
- Anarko 0f389bba…148f
- cecilia 0f52b01a…3741
- erik 1021c892…6993
- Smith :: verified 10623e42…6ca1
- Dug 10f7c7f7…3da9
- Felix 11674b2d…ab51
- Sovran Systems 1446a851…25c8
- B-rad 15c21cd4…d632
- epsql 15f70ebd…282c
- Ready To Prepare 183f1880…f69e
- node 18905d0a…9b08
- Vezire 19306922…88d2
- ⚡️₿⚡️ 1a4a8f79…754e
- HERMETICVM 1a5cff51…5f78
- zed-erwan☕️✏️🎨 1aa1dbbe…f433
- sebas 1bbd7fdf…229e
- HoloKat 1bc70a01…a411
- Séimí Mac Síomón 1c9dcd8f…f704
- Laan Tungir 1ec45473…f139
- Schroedinger 21c1a525…fb3a
- contra hoc saeculum 22f0386b…0976
- Jose Sammut 24b45900…3fe2
- Chris 260d3a82…3cc3
- Andrew M. Bailey 2645caf5…8a96
- hzrd149 266815e0…08a5
- Nostr Dev Team 27487c96…1f78
- it's me, real fake 2755b492…4831
- remyers 276dbf12…2fb8
- Terry Yiu 2779f3d9…98d1
- Abuirfhan 286282be…c241
- Joe Martin 28ca019b…b2cc
- Frogfren17 ⚡️🐸 bitcoin liberation 29904dc1…2910
- tize 2b838341…dfac
- Telluride 2c659407…fd7f
- vinney...axkl 2efaa715…7331
- Sean 2f5de000…cef1
- royster⚡️ 345d4593…95db
- 47 3492dd43…ffdd
- Frederik Kjøll Iversen 37aee4e5…bc5a
- Mark Penney 37bad70d…d8f8
- BitcoinSandy 38dbb9b0…cd5c
- marcos 3a8f9256…67a6
- ProofOfCut 3fb8ae19…83d9
- Enki 44dc1c2d…4f0b
- SimOne 45cf4b71…3fab
- Bitcoin Mises 496bf22b…4807
- kickerRocks 4cf5ff39…813f
- Ava 4eb88310…5d6d
- Sage 4fb268c9…8ef2
- calle 50d94fc2…1d63
- Terry The Turtle 532550aa…c8fe
- 串天猴(Flying Sky Monkey) 546c04e9…bc2d
- analog 5b74e3c6…7752
- jsr 609f186c…e8af
- SnoopyDog 6238dc6a…2c96
- SuiGenerisJohn 67ada8e3…2171
- Pinguimdarelva⚡ 68767f48…019a
- Austin 690a14b1…9c70
- SATSY 708c9ac1…c81b
- chris21million 845c4928…94f1
- The21 864c8b6e…2992
- 𝕋ℍ𝔼 𝕋𝕆𝔻𝔻𝕊𝕋ℝ 8e1e3efe…6e09
- TheAntCorp 9cb49681…264b
- Jon Reynolds 9f20e39b…d47d
- Crox Road a012dc82…a70d
- 0x1A4 | [4̸̢̳̱͕̯͚̲́̈́̈́̂̚2̴̻̝͙̼̠̀0̸͈̮̖̏͒̾̐͐̀͗̀̌] | 🍐 a50d01e3…1192
- Dawn c230edd3…a712
- Bruno SlingshotVPN c7f98d20…c5f2
- Biz cdee943c…7400
- YODL d2841371…0a2b
- Raison d'État dae0aff8…cec4
+------------------------------------------------------------------------------+
|
|
Identifiers
npub: npub1rmz9gu6de0m0u4ysrn39crrud099ahvfgs6pvasl4hpjr5ud7yus54xv06
hex: 1ec454734dcbf6fe54901ce25c0c7c6bca5edd89443416761fadc321d38df139
no cached metadata event yet
+------------------------------------------------------------------------------+
Suggested read/write relays from this user's latest kind 10002 event.
-
wss://premium.primal.net -
wss://nostr.mom -
wss://relay.laantungir.net -
wss://relay.damus.io -
wss://relay.minibits.cash -
ws://127.0.0.1:7777 -
wss://relay.mostr.pub -
wss://sendit.nosflare.com