2018.09.27 00:09 Goodbye R*ddit
2023.06.10 18:57 usamarbleracing Basic Income and Incarceration
2023.06.10 18:56 0lamegamer0 Why are you buying homes at extreme prices?
2023.06.10 18:55 AutoModerator [Genkicourses.site] [Get] Chris Orzechowski – Badass Black Friday Bundle - Full Course Download
![]() | ➡️ https://www.genkicourses.site/product/chris-orzechowski-badass-black-friday-bundle/⬅️ submitted by AutoModerator to Genkicourses_Com [link] [comments] Get the course here: [Genkicourses.site] [Get] Chris Orzechowski – Badass Black Friday Bundle - Full Course Download What You Get:Course #1Black Friday BootcampThis is a short course I created for one of my e-commerce coaching groups. It outlines the high level strategy you need to use to MAXIMIZE sales for BFCM.I go over everything from how to map out your promo calendar… what emails to send when… exactly when you should START and FINISH your promo(s)… and, most importantly… … how to STAND OUT and grab attention in an overcrowded inbox, so you can break every sales record. Once you watch this mini-course, you’re going to be pumping out high-converting BFCM campaigns in no time! Course #2 Make It Rain MonthlyBFCM/Q4 Planning CallThis is a special “members-only” coaching call I recorded with a handful of my top students to help them prepare their clients’ brands for BFCM success.I even critique (and edit) a few of my students’ BFCM emails during this call. You can look over my shoulder and see how I think about constructing these email campaigns and sequences – super valuable! Course #3 Make It Rain Monthly Issue #8The Black Friday / Cyber MondayMEGA Issue Part 1
Make It Rain Monthly Issue #9The Black Friday / Cyber MondayMEGA Issue Part 2
Make It Rain Monthly Issue #20The Black Friday / Cyber Monday2021 Gameplan
Holiday Sale Super SequenceWant to scoop up even MORE sales during the holidays (without the hassle of figuring out your promo calendar)?This Holiday Sale Super Sequence is based on campaigns I still run for my agency clients that generate anywhere between $30-$50K — without fail. Comes with SIX email templates, a quick-start implementation video and super secret bonus. So if you want to generate massive sales easily every time there’s a holiday… then this training is going to help you make that happen. This sequence is PERFECT for BFCM… but you can even modify it to run other holiday sales throughout the year. Courses proof (screenshots for example, or 1 free sample video from the course) are available upon demand, simply Contact us here |
2023.06.10 18:52 0lamegamer0 Why are you buying houses at extreme prices?
2023.06.10 18:44 northbounding Addressing an end-to-end crossbite with an orthotropic device?
2023.06.10 18:39 Olivesplace Sorry, this is so long, but it is necessary. Please read through. Meatloaf
2023.06.10 18:25 thinkingstranger June 9, 2023
2023.06.10 18:20 Rossmonster Help with classing a fairly modified 2016 GTI
2023.06.10 18:14 DrStupid87 Code is not getting the right values for drawing a map
/// @description Build the map! // Set the viewport to (0, 0) view_xport[0] = 0; view_yport[0] = 0; // Set the tilemap to be invisible layer_set_visible("Map", false); // Get a reference/var for the map layer to draw on var tileMap = layer_tilemap_get_id("Map"); // For every column in the tilemap... for (var tX = 0; tX < MAP_W; tX++) { // For every row in the tilemap... for (var tY = 0; tY < MAP_H; tY++) { Bark("----------"); Bark("TILE: [", tX, "/", tY, "]"); // GET THE TYPE OF TILE FROM THE 2D MAP var tileMapData = tilemap_get(tileMap, tX, tY); var spriteIndex = tileMapData; var subImageIndex = 0; if(spriteIndex != 0) { //choose a random subimage for this particular tile subImageIndex = irandom_range(0,4) } // Create an array to store info about the current tile var thisTile = [spriteIndex, 0, subImageIndex]; // Format: [Sprite, Z, Subimage] // Set the tile's sprite to the ID of what was on the map thisTile[TILE.SPRITE] = tileMapData; thisTile[TILE.Z] = 0; if(thisTile[TILE.SPRITE] != 0) { // Set the subimage for the tile randomly thisTile[TILE.SUBIMAGE] = subImageIndex } Bark("[SPRITE]/[SUBIMAGE] = ", thisTile[TILE.SPRITE], "/", thisTile[TILE.SUBIMAGE]) array_push(global.mapSubs, thisTile[TILE.SUBIMAGE]); // Store the tile data in the global map array global.theMap[# tX, tY] = thisTile; } }Here's a pic of the actual tilemap I'm using that this code looks at. Green tiles = grass tileset, brown tiles = dirt tileset, grey tiles = stone tileset:
/* CONVERT GRID IN TO AN ISO DRAWING HERE! */ //delcare vars in one go var tileData, screenX, screenY, tileIndex, tileZ, tileSubImg; for (var tX = 0; tX < MAP_W; tX++) { for (var tY = 0; tY < MAP_H; tY++) { tileData = global.theMap[# tX, tY]; // sprite, z, subimg screenX = TileToScreenX(tX, tY); screenY = TileToScreenY(tX, tY); // room positions for where the tiles get drawn // All above is for knowing WHERE to draw a sprite tileIndex = tileData[TILE.SPRITE]; tileZ = tileData[TILE.Z]; //needs to be a constant tileSubImg = tileData[TILE.SUBIMAGE]; //an index to grab a sprites subimage // Need to draw a tile if the mouse is over it: if ((ScreenToTileX(mouse_x, mouse_y) == tX) && (ScreenToTileY(mouse_x, mouse_y) == tY)) { tileZ -= 2; } if (tileIndex != 0) { //Get a reference for current tileset var tileset = 0; switch(tileIndex) { //WHEN ADDING NEW TILESETS, MAKE SURE THE CASE IS CORRECT //case 1 would be a brown tile in the 2d map etc.. case 1: tileset = 1 //dirt break; case 2: tileset = 2 //grass break; case 3: tileset = 3 //stone break; default: tileset = 0 //no tile break; } if(tileset != 0) { // Draw the tile using the appropriate sprite and subimage draw_sprite(tileset, tileSubImg, screenX, screenY - tileZ); } } } }Then, when I run it, this is what gets rendered:
2023.06.10 18:10 lezliecmarcker Finally the ring arrived!
![]() | We’ve been working with a local jeweler to create my custom engagement ring (our wedding is in two weeks… in January we decided we wanted to get married then began planning the wedding as opposed to the traditional male-deciding to propose situation… we like to do things as partners!). submitted by lezliecmarcker to EngagementRings [link] [comments] It’s an 8mm 1 ration brilliant cut cushion, with 6mm x 3mm brilliant half moons. The setting is 1.5mm full round 14k. We were designing and approving it remotely with the CAD/CAM scans and I finally opened it today with him (he proposed to me with our wedding band two weeks ago which was ready a bit earlier)… and I was soooo happy with the stones, width and band, but when I turned it sideways we both 😮. The setting is SO. HIGH. I work in healthcare and deglove/reglove at least 100 times a day so the height of setting was a huge concern for me. Needless to say we will likely be resetting after the wedding. 😜 I love the size of the stones and always knew I wanted a quite big look, but don’t want to have to worry about catching it on everything. And I think there’s a few options to reset to bring lower to the finger. Anyone have a three stone ring with an equally elegant/minimal metal setting that places the Culet of the center stone INTO the band as opposed to hanging above it as mine is in its current basket setting? Also— I think I’d like the half moons to be set with four prongs instead of three. The prong on the outside halfway down sort of lends a trillion too to the half moons and I feel like two prongs (at 3 and 9 o’clock) would maintain the look of the half moon more. Anyway. Thought I’d share since I’ve been stalking silently on here for months! |
2023.06.10 17:55 AutoModerator [Genkicourses.site] [Get] Chris Orzechowski – Badass Black Friday Bundle - Full Course Download
![]() | ➡️ https://www.genkicourses.site/product/chris-orzechowski-badass-black-friday-bundle/⬅️ submitted by AutoModerator to Genkicourses_Com [link] [comments] Get the course here: [Genkicourses.site] [Get] Chris Orzechowski – Badass Black Friday Bundle - Full Course Download What You Get:Course #1Black Friday BootcampThis is a short course I created for one of my e-commerce coaching groups. It outlines the high level strategy you need to use to MAXIMIZE sales for BFCM.I go over everything from how to map out your promo calendar… what emails to send when… exactly when you should START and FINISH your promo(s)… and, most importantly… … how to STAND OUT and grab attention in an overcrowded inbox, so you can break every sales record. Once you watch this mini-course, you’re going to be pumping out high-converting BFCM campaigns in no time! Course #2 Make It Rain MonthlyBFCM/Q4 Planning CallThis is a special “members-only” coaching call I recorded with a handful of my top students to help them prepare their clients’ brands for BFCM success.I even critique (and edit) a few of my students’ BFCM emails during this call. You can look over my shoulder and see how I think about constructing these email campaigns and sequences – super valuable! Course #3 Make It Rain Monthly Issue #8The Black Friday / Cyber MondayMEGA Issue Part 1
Make It Rain Monthly Issue #9The Black Friday / Cyber MondayMEGA Issue Part 2
Make It Rain Monthly Issue #20The Black Friday / Cyber Monday2021 Gameplan
Holiday Sale Super SequenceWant to scoop up even MORE sales during the holidays (without the hassle of figuring out your promo calendar)?This Holiday Sale Super Sequence is based on campaigns I still run for my agency clients that generate anywhere between $30-$50K — without fail. Comes with SIX email templates, a quick-start implementation video and super secret bonus. So if you want to generate massive sales easily every time there’s a holiday… then this training is going to help you make that happen. This sequence is PERFECT for BFCM… but you can even modify it to run other holiday sales throughout the year. Courses proof (screenshots for example, or 1 free sample video from the course) are available upon demand, simply Contact us here |
2023.06.10 17:48 LonghornUT26 Easy fix or call a plumber?
![]() | No clearance between pvc and copper. Now it's caused the pvc to open with a small hole and drips (hot water through that line). It's a sink drain above it. Not sure if it's an easy cut off the existing piece and replace with new p trap. submitted by LonghornUT26 to askaplumber [link] [comments] |
2023.06.10 17:47 tomgeekx Cut TV Ariel cable in wall
2023.06.10 17:27 SufficientAdagio914 I’ve just discovered that my home is legally registered as part of a condominium comprising 72 property units (amongst 11 buildings).
2023.06.10 17:27 EDHav Skyrim SE some phyiscs not working / MCM not activatable Mods
2023.06.10 17:24 Fluffy-Mongoose9972 Mac Mini M2 + Logitech MX Mini, Command key not working?
2023.06.10 17:22 MADDL007 H: Large Trade List W: Apparel, Masks, Enclave Flamer Mods, UNY/AP/WWR scout armor pieces, B50crit25 Handmade, TS50crit Alien Blaster
2023.06.10 17:21 Moribunde You guys seem to think inflation is the result of interest rate hikes? Or by cutting rates we'd help Canadians?
2023.06.10 17:15 DemiGodInsanity Why and how does Genshin fit in?
![]() | Despite its different name, Genshin Impact, as is known by many people, has a tangible connection to the Honkaiverse, the universe in which the Honkai games take place. submitted by DemiGodInsanity to HonkaiLore [link] [comments] This universe is composed by the Imaginary Tree (on which I wrote an analysis, including Genshin's placement, here), which to put very simply is a representation of the infinite timelines that diverge from each other and coexist within the universe, separated between themselves by the Sea of Quanta, and being connected to each other by Imaginary Energy. This tree's "leaves" (as always, feel the need to point out that the tree is, as the name suggests, imaginary) are what is known as Worlds, star systems that diverge from each other as timelines do in the Many Worlds Interpretation of Quantum Mechanics, also known as Multiverse Theory. However, these are not all that exists within the Honkaiverse. Bubble Worlds (called Bubble Universes somewhat incorrectly) are fragmented and broken worlds, which exist detached from the Tree and have instead fallen into the Sea of Quanta. There are multiple examples of this, and multiple different ways in which they may be born, including artificial creation, natural creation by splitting off from normal Worlds, or by the decay of a World by cutting off its Imaginary Energy connection to the Tree (or whatever truly supplies the Energy). So one must now ask the question: What about Teyvat? Is it a full World? Is it a Bubble World? Does this even truly matter for anything? So let's answer all this! First of all, it most definitely matters, especially for Genshin's own story. You see, Bubble Worlds have another characteristic. Due to not having their own Imaginary Energy source, these Bubble Worlds decay over time, losing their structure as their Ether Anchor, an item that holds up the world's integrity, begins to decay and eventually fades along with the world, disappearing into the Sea of Quanta. Therefore, if Genshin's Teyvat is a Bubble World, this sets the fate of the world, as it will be fated to rot away and disappear forever, not leaving a trace left. This is not the case if Teyvat is, instead, a regular World. So... which is it? Let's take a look at some evidence! In Genshin's 1.1 event, as well as the end of the Sumeru Archon Quest, we have some hints as to the nature of Teyvat's world, specifically with the infamous phrase: Scaramouche's hint And then again during Dottore and Nahida's conversation and trade for the Gnoses: Dottore's reiteration These are very cryptic and vague statements to be sure, but they are quite obviously important, right? But do they really have to do with the nature of Teyvat as a world? Well, let's see what Honkai Impact has to say about Bubble Worlds. Spoilers for Chapter 37 of Honkai Impact below!In the most recent arc of Honkai, we see some of our heroes travel to a Bubble World themselves. Though the arc has yet to end and it's possible that we'll get even more information about some yet very vague concepts (Ether Anchors, for example), one crucial piece of information has been said:Seele and Senti talk about Bubble Worlds As you can see, Seele says that Bubble Worlds do not have actual celestial bodies, and that instead they are just ornamental. This is in relation to the "moon" that sat above them in this Bubble World, but it can apply to other things too. After all, instead of saying they are purely ornamental, one could say they are... fake? This seems to heavily imply that Teyvat does indeed exist as a Bubble World within the Sea of Quanta, and not as a World attached to the Imaginary Tree. The sky being fake is clearly a statement about Teyvat as a world, and Seele's confirmation that, when Bubble Worlds have skies, stars and other celestial bodies, they are also fake, seems to point to that statement being about Genshin as a Bubble World. We also know that HoYoverse did not create Genshin simply to jump on the open world bandwagon. To quote Hayou Cai, producer and CEO: Why we want to make Genshin Impact [...] is because our company has a goal in mind, which is to create the Honkai universe.Note the use of universe, not multiverse. Here we should point out the difference between the Honkaiverse, which currently encompasses Honkai Impact and Honkai: Star Rail (as well as Genshin, according to this research), and the HoYoverse, which encompasses all their other games as well, including flyme2themoon, GGZ and Tears of Themis, if we are to assume they are not within the Honkaiverse (as it sometimes it not entirely clear). For the sake of argument, let's say GGZ and Honkai Impact, two very similar games in their story and characters, are not both within the Imaginary Tree, but instead are straight up parallel universes. If this is the case, then GGZ is not part of the Honkaiverse/Honkai Universe, but it is part of the HoYoverse/HoYo Multiverse. Hopefully that makes sense. The above quote also specifically confirms that Genshin was made specifically to fit into the Honkaiverse, so there's that to consider. Back on the topic of Bubble or not, we have one final piece of evidence to look at. In Honkai Impact's chapter 17, the Imaginary Tree temporarily manifests itself in a physical form. This is obviously important in itself, but even more important is what we see there. Otto takes a look at the Imaginary Tree You can clearly see Dvalin, right there, plain as day. But if Teyvat is visible when Otto observes the Imaginary Tree, wouldn't that mean that it's not, in fact, a Bubble World? It'd need to be attached to the Tree, and hence be a normal World, right? Well, not exactly. The most important thing to note in this screenshot is not Dvalin, but what else we see. That character, obscured, with lightning effects in the form of a snake-like being. You may not recognize this character right away, or perhaps at all, but this is a very specific character in the Honkaiverse, known as Fallen Rosemary. Fallen Rosemary Why is this character so important to appear alongside a clear confirmation of Genshin's involvement in the Honkaiverse though? Well, it actually goes quite deep, but I'll explain it as simply as possible. Rosemary is not a character that appears in the main story of Honkai. She is very important in a different section of the Honkaiverse's canon, the Captainverse. Named after the Captain, the name given to the player's character in Honkai Impact, it's hard to pinpoint whether the Captainverse is entirely canon to the Honkaiverse, whether it's a separate universe or a collection of Worlds within the same universe. However, one thing is clear, and it's that the Captainverse is composed of travels between different Bubble Worlds. These are presented through a series of events, and Rosemary is very important within these, being one of the few characters who appear in more than one, and who is fully aware of the nature of the Bubble Worlds. She often poses as specific characters within the stories of the Bubble Worlds, but her identity as Rosemary is one that is external to said Worlds. This, in turn, combined with the fact that Rosemary was introduced only a few updates after the CG of Otto seeing her on the Tree was first shown, seems to confirm that Bubble Worlds can indeed be observed with the Tree, perhaps due to a weak connection still remaining, or perhaps the Sea of Quanta also manifested with the Tree in that moment. Either way, this turns away the argument that could be made that, since Genshin was observed there, it had to be a regular World. In fact, one could even speculate that the point Rosemary was observed in was so close to Dvalin's specifically because Rosemary, as a traveler along the Sea of Quanta, came close to, or even visited without us knowing, the world of Teyvat. All the evidence I've presented here brings me to the current conclusion that Teyvat is a Bubble World, existing within the Honkaiverse. One can also point out the final detail of Teyvat's multitude of expys, that is, characters who were "copied" from Honkai and appear in Teyvat, sometimes under different names, and always with different designs. Though these could just be a nod to Honkai fans, they could also be intentionally hinting at Honkai and Genshin both diverging from the same timeline, with Teyvat eventually deteriorating into a Bubble World. Even the seeming samsara that Teyvat exists within, with a seemingly repeating cycle of events that has been hinted at throughout Genshin's story more and more, could be a sign that the Bubble World only has 500 or so years, or maybe more, recorded, and thus the world continues to live those years, over and over again. What do you think or make of all this? And if I made any mistakes in my reasoning, please let me know! Thank you for reading! |
2023.06.10 17:11 bcake02 Insurance sucks.
2023.06.10 16:55 AutoModerator [Genkicourses.site] [Get] Chris Orzechowski – Badass Black Friday Bundle - Full Course Download
![]() | ➡️ https://www.genkicourses.site/product/chris-orzechowski-badass-black-friday-bundle/⬅️ submitted by AutoModerator to Genkicourses_Com [link] [comments] Get the course here: [Genkicourses.site] [Get] Chris Orzechowski – Badass Black Friday Bundle - Full Course Download What You Get:Course #1Black Friday BootcampThis is a short course I created for one of my e-commerce coaching groups. It outlines the high level strategy you need to use to MAXIMIZE sales for BFCM.I go over everything from how to map out your promo calendar… what emails to send when… exactly when you should START and FINISH your promo(s)… and, most importantly… … how to STAND OUT and grab attention in an overcrowded inbox, so you can break every sales record. Once you watch this mini-course, you’re going to be pumping out high-converting BFCM campaigns in no time! Course #2 Make It Rain MonthlyBFCM/Q4 Planning CallThis is a special “members-only” coaching call I recorded with a handful of my top students to help them prepare their clients’ brands for BFCM success.I even critique (and edit) a few of my students’ BFCM emails during this call. You can look over my shoulder and see how I think about constructing these email campaigns and sequences – super valuable! Course #3 Make It Rain Monthly Issue #8The Black Friday / Cyber MondayMEGA Issue Part 1
Make It Rain Monthly Issue #9The Black Friday / Cyber MondayMEGA Issue Part 2
Make It Rain Monthly Issue #20The Black Friday / Cyber Monday2021 Gameplan
Holiday Sale Super SequenceWant to scoop up even MORE sales during the holidays (without the hassle of figuring out your promo calendar)?This Holiday Sale Super Sequence is based on campaigns I still run for my agency clients that generate anywhere between $30-$50K — without fail. Comes with SIX email templates, a quick-start implementation video and super secret bonus. So if you want to generate massive sales easily every time there’s a holiday… then this training is going to help you make that happen. This sequence is PERFECT for BFCM… but you can even modify it to run other holiday sales throughout the year. Courses proof (screenshots for example, or 1 free sample video from the course) are available upon demand, simply Contact us here |
2023.06.10 16:42 brownie_4 my (f28) boyfriend (m31) was involved in an emotional affair with one of his employees who he wants to be friends with and it’s gotten so messy.