Headers for chevy 250 6 cylinder

[HL2 Mod] How to change the font of the main title?

2024.05.16 01:13 apartmentpremium [HL2 Mod] How to change the font of the main title?

Hello, I am new to this community.
Currently, I am creating my mod of Half-Life 2. And I am trying to change the font of the title.
I searched a little bit and found that I should change the font name of "ClientTitleFont" in "Steam/steamapps/sourcemods//resource/clientscheme.res".
However, even though I have changed them, the font does not seem to work, and still the title glitches. I tried multiple times removing my mod and re-copying it at "sourcemods", but still, the font does not seem to apply.
Would there be any other solutions to try to fix this?
Content of clientscheme.res:
/////////////////////////////////////////////////////////// // Tracker scheme resource file // // sections: //Colors- all the colors used by the scheme //BaseSettings- contains settings for app to use to draw controls //Fonts- list of all the fonts used by app //Borders- description of all the borders // /////////////////////////////////////////////////////////// Scheme { //////////////////////// COLORS /////////////////////////// // color details // this is a list of all the colors used by the scheme Colors { } ///////////////////// BASE SETTINGS //////////////////////// // // default settings for all panels // controls use these to determine their settings BaseSettings { "FgColor""255 220 0 100" "FgColor_vrmode""255 220 0 200" "BgColor""0 0 0 76" "Panel.FgColor""255 220 0 100" "Panel.BgColor""0 0 0 76" "BrightFg""255 220 0 255" "DamagedBg""180 0 0 200" "DamagedFg""180 0 0 230" "BrightDamagedFg""255 0 0 255" // weapon selection colors "SelectionNumberFg""255 220 0 255" "SelectionTextFg""255 220 0 255" "SelectionEmptyBoxBg" "0 0 0 80" "SelectionBoxBg" "0 0 0 80" "SelectionSelectedBoxBg" "0 0 0 80" "ZoomReticleColor""255 220 0 255" // HL1-style HUD colors "Yellowish""255 160 0 255" "Normal""255 208 64 255" "Caution""255 48 0 255" // Top-left corner of the "Half-Life 2" on the main screen "Main.Title1.X""53" "Main.Title1.Y""190" "Main.Title1.Y_hidef""184" "Main.Title1.Color""255 255 255 255" // Top-left corner of secondary title e.g. "DEMO" on the main screen "Main.Title2.X""291" "Main.Title2.Y""207" "Main.Title2.Y_hidef""242" "Main.Title2.Color""255 255 255 200" // Top-left corner of the menu on the main screen "Main.Menu.X""53" "Main.Menu.X_hidef""76" "Main.Menu.Y""240" // Blank space to leave beneath the menu on the main screen "Main.BottomBorder""32" // Deck colors "SteamDeckLoadingBar""250 128 20 255" "SteamDeckSpinner""201 100 0 255" "SteamDeckLoadingText""181 179 175 255" } //////////////////////// BITMAP FONT FILES ///////////////////////////// // // Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse BitmapFontFiles { // UI buttons, custom font, (256x64) "Buttons""materials/vgui/fonts/buttons_32.vbf" } //////////////////////// FONTS ///////////////////////////// // // describes all the fonts Fonts { // fonts are used in order that they are listed // fonts are used in order that they are listed "DebugFixed" { "1" { "name""Courier New" "tall""14" "weight""400" "antialias" "1" } } // fonts are used in order that they are listed "DebugFixedSmall" { "1" { "name""Courier New" "tall""14" "weight""400" "antialias" "1" } } // fonts listed later in the order will only be used if they fulfill a range not already filled // if a font fails to load then the subsequent fonts will replace Default { "1"[$X360] { "name""Verdana" "tall""12" "weight""700" "antialias" "1" } "1"[$WIN32] { "name""Verdana" "tall""16" [$DECK] "tall""9" "weight""700" "antialias" "1" "yres""1 599" } "2" { "name""Verdana" "tall""22" [$DECK] "tall""12" [!$LINUX] "tall""16" [$LINUX] "weight""700" "antialias" "1" "yres""600 767" } "3" { "name""Verdana" "tall""26" [$DECK] "tall""14" [!$LINUX] "tall""19" [$LINUX] "weight""900" "antialias" "1" "yres""768 1023" } "4" { "name""Verdana" "tall""30" [$DECK] "tall""20" [!$LINUX] "tall""24" [$LINUX] "weight""900" "antialias" "1" "yres""1024 1199" } "5" // Proportional - Josh { "name""Verdana" "tall""14" [$DECK] "tall""9" [!$LINUX] "tall""11" [$LINUX] "weight""900" "antialias" "1" "additive""1" } } "DefaultSmall" { "1" { "name""Verdana" "tall""12" "weight""0" "range""0x0000 0x017F" "yres""480 599" } "2" { "name""Verdana" "tall""13" "weight""0" "range""0x0000 0x017F" "yres""600 767" } "3" { "name""Verdana" "tall""14" "weight""0" "range""0x0000 0x017F" "yres""768 1023" "antialias""1" } "4" { "name""Verdana" "tall""20" "weight""0" "range""0x0000 0x017F" "yres""1024 1199" "antialias""1" } "5" // Proportional - Josh { "name""Verdana" "tall""12" "weight""0" "range""0x0000 0x017F" "antialias""1" } "6" { "name""Arial" "tall""12" "range" "0x0000 0x00FF" "weight""0" } } "DefaultVerySmall" { "1" { "name""Verdana" "tall""12" "weight""0" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""480 599" } "2" { "name""Verdana" "tall""13" "weight""0" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""600 767" } "3" { "name""Verdana" "tall""14" "weight""0" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""768 1023" "antialias""1" } "4" { "name""Verdana" "tall""20" "weight""0" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""1024 1199" "antialias""1" } "5" // Proportional - Josh { "name""Verdana" "tall""12" "weight""0" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "antialias""1" } "6" { "name""Verdana" "tall""12" "range" "0x0000 0x00FF" "weight""0" } "7" { "name""Arial" "tall""11" "range" "0x0000 0x00FF" "weight""0" } } WeaponIcons { "1" { "name""HalfLife2" "tall""70" [$DECK] "tall""64" "tall_hidef""58" "weight""0" "antialias" "1" "additive""1" "custom""1" } } WeaponIconsSelected { "1" { "name""HalfLife2" "tall""70" [$DECK] "tall""64" "tall_hidef""58" "weight""0" "antialias" "1" "blur""5" "scanlines""2" "additive""1" "custom""1" } } WeaponIconsSmall { "1" { "name""HalfLife2" "tall""36" [$DECK] "tall""32" "weight""0" "antialias" "1" "additive""1" "custom""1" } } FlashlightDeck { "1" { "name""HalfLife2" "tall""46" "weight""0" "antialias" "1" "additive""1" "custom""1" } } Crosshairs { "1" { "name""HalfLife2" "tall""40" [!$OSX] "tall""41" [$OSX] "weight""0" "antialias" "0" "additive""1" "custom""1" "yres""1 1599" [!$DECK] "yres""1 1439" [$DECK] } "2" { "name""HalfLife2" "tall""80" "weight""0" "antialias" "1" "additive""1" "custom""1" "yres""1600 3199" [!$DECK] "yres""1440 3199" [$DECK] } "3" { "name""HalfLife2" "tall""120" "weight""0" "antialias" "1" "additive""1" "custom""1" "yres""3200 4799" } "4" { "name""HalfLife2" "tall""17" "weight""0" "antialias" "1" "additive""1" "custom""1" } } QuickInfo { "1"[$X360] { "name""HL2cross" "tall""57" "weight""0" "antialias" "1" "additive""1" "custom""1" } "1"[$WIN32] { "name""HL2cross" "tall""36" [$DECK] "tall""28" [!$OSX] "tall""50" [$OSX] "weight""0" "antialias" "1" "additive""1" "custom""1" [!$OSX] } } HudNumbers { "1" { "name""HalfLife2" "tall""32"[!$DECK] "tall""40"[$DECK] "weight""0" "antialias" "1" "additive""1" "custom""1" } } SquadIcon[$X360] { "1" { "name""HalfLife2" "tall""50" "weight""0" "antialias" "1" "additive""1" "custom""1" } } HudNumbersGlow { "1" { "name""HalfLife2" "tall""32"[!$DECK] "tall""40"[$DECK] "weight""0" "blur""4" "scanlines" "2" "antialias" "1" "additive""1" "custom""1" } } HudNumbersSmall { "1" { "name""HalfLife2" [!$OSX] "name""Helvetica Bold" [$OSX] "tall""16"[!$DECK] "tall""26"[$DECK] "weight""1000" "additive""1" "antialias" "1" "custom""1" } } HudSelectionNumbers { "1" { "name""Verdana" "tall""16" [$DECK] "tall""11" "weight""700" "antialias" "1" "additive""1" } } HudHintTextLarge { "1"[$X360] { "bitmap""1" "name""Buttons" "scalex""1.0" "scaley""1.0" } "1"[$WIN32] { "name""Verdana" [!$OSX] "name""Helvetica Bold" [$OSX] "tall""22" [$DECK] "tall""14" "weight""1000" "antialias" "1" "additive""1" } } HudHintTextSmall { "1"[$WIN32] { "name""Verdana" [!$OSX] "name""Helvetica" [$OSX] "tall""18" [$DECK] "tall""11" "weight""0" "antialias" "1" "additive""1" } "1"[$X360] { "name""Verdana" "tall""12" "weight""700" "antialias" "1" "additive""1" } } HudSelectionText { "1" { "name""Verdana" "tall""10" [$DECK] "tall""8" "weight""700" "antialias" "1" "yres""1 599" "additive""1" } "2" { "name""Verdana" "tall""14" [$DECK] "tall""10" "weight""700" "antialias" "1" "yres""600 767" "additive""1" } "3" { "name""Verdana" "tall""18" [$DECK] "tall""16" [$LINUX] "tall""12" "weight""900" "antialias" "1" "yres""768 1023" "additive""1" } "4" { "name""Verdana" "tall""22" [$DECK] "tall""20" [$LINUX] "tall""16" "weight""900" "antialias" "1" "yres""1024 1199" "additive""1" } "5" { "name""Verdana" "tall""9" [$DECK] "tall""8" [$LINUX] "tall""7" "weight""900" "antialias" "1" "additive""1" } } GameUIButtons { "1"[$X360] { "bitmap""1" "name""Buttons" "scalex""0.63" "scaley""0.63" "scalex_hidef""1.0" "scaley_hidef""1.0" } } BudgetLabel { "1" { "name""Courier New" "tall""14" "weight""400" "outline""1" } } DebugOverlay { "1"[$WIN32] { "name""Courier New" "tall""14" "weight""400" "outline""1" } "1"[$X360] { "name""Tahoma" "tall""18" "weight""200" "outline""1" } } "CloseCaption_Normal" { "1" { "name""Tahoma" [!$OSX] "name""Verdana" [$OSX] "tall""15" [$DECK] "tall""12" "weight""500" "antialias""1" } } "CloseCaption_Italic" { "1" { "name""Tahoma" [!$OSX] "name""Verdana Italic" [$OSX] "tall""15" [$DECK] "tall""12" "weight""500" "italic""1" "antialias""1" } } "CloseCaption_Bold" { "1" { "name""Tahoma" [!$OSX] "name""Verdana Bold" [$OSX] "tall""15" [$DECK] "tall""12" "weight""900" "antialias""1" } } "CloseCaption_BoldItalic" { "1" { "name""Tahoma" [!$OSX] "name""Verdana Bold Italic" [$OSX] "tall""15" [$DECK] "tall""12" "weight""900" "italic""1" "antialias""1" } } "CloseCaption_Small" { "1" { "name""Tahoma" [!$OSX] "name""Verdana" [$OSX] "tall""15" [$DECK] "tall""12" "weight""900" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "antialias""1" } } // this is the symbol font "Marlett" { "1" { "name""Marlett" "tall""14" "weight""0" "symbol""1" } } "Trebuchet24" { "1" { "name""Trebuchet MS" "tall""24" "weight""900" "range""0x0000 0x007F"//Basic Latin "antialias" "1" "additive""1" } } "Trebuchet18" { "1" { "name""Trebuchet MS" "tall""18" "weight""900" } } ClientTitleFont { "1" { "name" "Courier New" "tall""32" "tall_hidef""46" "weight" "0" "additive" "0" "antialias" "1" } } CreditsLogo { "1" { "name""Courier New" "tall""34" "weight""0" "antialias" "1" "additive""1" "custom""1" } } CreditsIcons { "1" { "name""Courier New" "tall""34" "weight""0" "antialias" "1" "additive""1" "custom""1" } } CreditsText { "1" { "name""Trebuchet MS" "tall""20" "weight""900" "antialias" "1" "additive""1" "yres""480 899" } "2" { "name""Trebuchet MS" "tall""12" "weight""900" "antialias" "1" "additive""1" } } CreditsOutroLogos { "1" { "name""HalfLife2" "tall""34" "weight""0" "antialias" "1" "additive""1" "custom""1" } } CreditsOutroValve { "1" { "name""HalfLife2" "tall""48" "weight""0" "antialias" "1" "additive""1" "custom""1" } } CreditsOutroText { "1" { "name""Verdana" [!$OSX] "name""Courier Bold" [$OSX] "tall""16" "weight""900" "antialias" "1" } } CenterPrintText { // note that this scales with the screen resolution "1" { "name""Trebuchet MS" [!$OSX] "name""Helvetica" [$OSX] "tall""18" "weight""900" "antialias" "1" "additive""1" } } HDRDemoText { // note that this scales with the screen resolution "1" { "name""Trebuchet MS" "tall""24" "weight""900" "antialias" "1" "additive""1" } } "AchievementNotification" { "1" { "name""Trebuchet MS" "tall""14" "weight""900" "antialias" "1" } } "CommentaryDefault" { "1" { "name""Verdana" "tall""12" "weight""900" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""480 599" } "2" { "name""Verdana" "tall""13"[$WIN32] "tall""20"[$X360] "weight""900" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""600 767" } "3" { "name""Verdana" "tall""14" "weight""900" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""768 1023" "antialias""1" } "4" { "name""Verdana" "tall""20" "weight""900" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""1024 1199" "antialias""1" } "5" { "name""Verdana" "tall""24" "weight""900" "range""0x0000 0x017F" //Basic Latin, Latin-1 Supplement, Latin Extended-A "yres""1200 6000" "antialias""1" } "6" { "name""Verdana" "tall""12" "range" "0x0000 0x00FF" "weight""900" } "7" { "name""Arial" "tall""12" "range" "0x0000 0x00FF" "weight""800" } } "SteamDeckLoadingText" { "7" { "name""Alte DIN 1451 Mittelschrift" "tall""24" "weight""800" } } } //////////////////////// CUSTOM FONT FILES ///////////////////////////// // // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts CustomFontFiles { "1""resource/VeraMono.ttf" "2""resource/VeraMono.ttf" "3""resource/VeraMono.ttf" } } 
Thank you!
submitted by apartmentpremium to SourceEngine [link] [comments]


2024.05.16 01:12 manwnomelanin Understanding 401(k) loans and early withdrawals

Tapping into your retirement funds, specifically 401(k)s, to help beef up a down payment is a reoccurring topic on this subreddit.
Accessing retirement funds is a big decision. And like with any big decision, you should understand the ins and outs before you move forward.
An important note before we get started: 401(k)s are not IRAs. 401(k)s do not have the same rules as IRAs. This post is for education regarding the implications of accessing 401(k) funds early - via loan or withdrawal - specifically for the purpose of purchasing a home.

How 401(k)s Work

Your 401(k) is an employer-sponsored retirement savings plan. It is an account within which you can invest in various funds for growth until retirement. All transactions that occur within the 401(k) account are tax sheltered. This means that any income or investment gains are exempt from all forms of taxation. Investments can be bought and sold, dividends can be collected, and Uncle Sam will keep his grubby hands off of the proceeds - for as long as they remain within the 401(k).
In a nutshell, there are two types of 401(k)s: Traditional and Roth.
Traditional 401(k): No taxes now, taxes later
Employees contribute a portion of their pre-tax income to their Traditional 401(k) account through payroll deductions. This means that the money is taken out of their paycheck before taxes are calculated, reducing their taxable income for the year. Investment gains within the 401(k) account grow tax-deferred, meaning taxes are not owed until withdrawals are made in retirement. Some employers offer matching contributions to their employees' traditional 401(k) accounts, which is essentially free money added to the employee's retirement savings.
Penalty-free withdrawals from a Traditional 401(k) are permitted at age 591/2. These withdrawals are taxed as ordinary income in retirement. This means that when employees start taking distributions from their account, they will owe income tax on the amount withdrawn, rather than capital gains tax, as is typical for investment gains.
Roth 401(k): Taxes now, no taxes later
Employees contribute a portion of their after-tax income to their Roth 401(k) account through payroll deductions. Unlike traditional 401(k) contributions, Roth 401(k) contributions do not reduce taxable income in the year they are made.
While employers may still offer matching contributions to a Roth 401(k), these matching contributions are made on a pre-tax basis and are deposited into a separate traditional 401(k) account. This means that while employees contribute to their Roth 401(k) with after-tax dollars, employer matches are made with pre-tax dollars, and taxes will be owed on withdrawals of the employer contributions.
Penalty-free withdrawals from a Roth 401(k) are permitted once an account has been open for 5 years, and the owner reaches age 591/2. These withdrawals, inclusive of investment gains, are tax-free. Since contributions are made with after-tax dollars, employees have already paid taxes on the money they contribute, so they do not owe taxes on withdrawals in retirement.
^(\Roth 401(k)* funds can be accessed earlier than 591/2 in some cases. See:)) Rule of 55, Rule 72t

Early Withdrawal Taxes and Penalties

Withdrawing funds early from your 401(k) is costly. For both Traditional 401(k)s and Roth 401(k)s, a 10% penalty is paid on the distributions. So, let's say you withdraw $10,000 for your downpayment. The distribution will be reduced to $9,000. Uncle Sam is taking $1,000 for touching your retirement savings early. Ouch!
And he isn't done.
Traditional 401(k): Taxes on Early Withdrawals
Any amount withdrawn from a traditional 401(k) is generally treated as ordinary income for tax purposes. This means that the withdrawn amount is added to your taxable income for the year in which the withdrawal is made. When made early, you will owe federal income taxes on the withdrawn amount at your marginal\* income tax rate. Additionally, depending on your state of residence, you may owe state income taxes on the withdrawal as well.
Roth 401(k): Taxes on Early Withdrawals
When understanding the rules around early withdrawals from a Roth 401(k), it is important to differentiate between your contributions (money you earned outside the account and put into the account) from your investment gains (money earned by your investments within the account).
\)Note: The early withdrawal penalty can be waived in some circumstances. A FTHB purchase is not one of them. Note: column 3 is 401(ks. Column 4 is IRAs, which are not discussed here.)
What is a marginal tax rate, and why is it important?
Your marginal tax rate is the tax rate you pay on the last dollar of your income. In a progressive tax system like that of the United States, tax rates increase as income rises. Your marginal tax rate corresponds to the highest tax bracket into which your income falls.
For example, let's say the tax system has three brackets:
If you earn $60,000, your marginal tax rate would be 30% because that's the rate applied to the last dollar you earned, which falls within the highest bracket.
Your early withdrawals fall into the "last dollar you earned" category. Meaning every (taxable) dollar withdrawn will be taxed at the highest rate possible - 30% in the example above. Your marginal tax rate could be above or below this number. See what your marginal tax bracket is for 2024 here.
Example: Early Withdrawal from Traditional 401(k) for down payment
John and Emily are a 30-year-old married couple looking to purchase their first home in Florida. They earn a combined $150,000/year. Emily has liberally funded her Traditional 401(k) and has amassed a balance of $100,000. They have also been saving for a downpayment on their first home. They have managed to accumulate $50,000 for a down payment and feel ready to start shopping.
John and Emily find themselves under contract on a $250,000 home that suits all their needs (lol, i know, bear with me). They expect closing costs of $15,000. Unfortunately, their mortgage lender decides they are only willing to extend $200,000 (John has some credit card debt and drives a Ferrari he bought with 0 down).
Uh oh. John and Emily do not have enough cash for both the down payment and the $15,000 in closing costs. Good thing Emily has some extra money stashed away for retirement, right? Let's see what it costs for Emily to tap into her Traditional 401(k)...
Emily withdraws $15,000 for the closing costs. The withdrawal will first be hit with the 10% penalty, which is $1,500.
John and Emily file jointly, putting them in the 22% marginal federal tax bracket. They will be subject to an additional $3,300 in taxes from the distribution.
Fortunately, they're in Florida, so there are no state taxes owed.
It cost Emily and John $4,800 to withdraw their $15,000.
John and Emily walk away with $10,200 cash to show for their $15,000 withdrawal. Had they never touched that $15,000, it would have been worth $261,741 by the time they retired at age 60.
See how expensive an early, unqualified Traditional 401(k) withdrawal would be for you.
Ok, so withdrawing seems like a bad idea. What about borrowing from a 401(k)?

What is a 401(k) loan?

A 401(k) loan is a loan taken out by a participant in a 401(k) retirement plan, where the individual borrows money from their own 401(k) account balance and agrees to repay it according to the terms set by the plan administrator, typically with interest.
By borrowing the money from your 401(k), the money is removed from what it was invested in. If those investments return 25% during the period which the money is borrowed, you, unfortunately, do not reap the rewards. Conversely, if those investments return -25%, you, fortunately, do not bear those losses.
Sounds like an even-sided risk, right? It's a 50/50 chance the market goes up or down? Not necessarily.

401(k) Loan: The Costs to Borrow

Traditional Borrowing Costs: Fees and Interest
401(k) loans typically cost $75-$125 to apply and originate the loan, which is actually pretty good. For those of you looking at your settlement statements, this looks pretty attractive compared to your mortgage origination fee and other up-front borrowing expenses.
Typically, retirement plans charge the current prime rate (8.50%, currently) plus 1% or 2% in interest on 401(k) loans. That interest, along with your repayments, is deposited into your account, and reinvested. Your repayments are deducted from your paycheck, although this time, after-tax. That means, for every $1 you pay back to the loan, you need to earn about $1.30 (give or take, depending on your state and federal tax bracket).
It is important to note that, although you are "paying yourself back", the interest is not free.
Interest on 401(k) loans is designed to keep you on track for retirement. As previously stated, your money is withdrawn from the market, so it will miss out the full benefits of compound growth during the repayment period. In other words: returns that would have otherwise been earned passively, you are now footing the bill for - with after-tax dollars - and it still might not be enough.
Opportunity Cost: Not Seen, but Felt
The typical 401(k) loan term is 5 years, although it can be paid back quicker. Historically, the stock market sees positive returns over a 5-year time frame. Over the past 5 years (as of April 30,2024), the S&P 500 has seen returns of 70.94%, or 11.32% annualized. The S&P 500 Index delivered its worst five-year return of -6.6% per year over the five years ending in February 2009.
As you can see, it's not quite a 50/50 shot at whether the market will see positive returns over a 5-year period. As you increase the time frame, positive market returns become even more reliable.
Even at today's higher prime rate, the interest rate on a 401(k) loan would not have kept pace with S&P 500 over the last 5 years. This means you would end up with a lower 401(k) balance, and you foot the bill for the growth.
Example: Taking a loan from a Traditional 401(k) for a down payment
Anne borrowed from her 401(k) in 2019 at a 6% interest rate in order to increase her down payment on her condo.
Assuming $10,000 borrowed at 6%, Anne will have made $11,580 in total payments by the end of the term. That $10,000, if left never borrowed, would be worth $15,357.
In order to pay that $11,580, the Anne earned $15,054, and had to pause normal contributions to the 401(k) that would have otherwise deferred taxes on those earnings.
In the end, that someone has $11,580 in their 401k - all paid in with after-tax dollars. Had the money never been borrowed, and Anne contributed that $15,054 earned to their 401(k), her 401(k) balance would be $30,411 - a difference of $18,831 at the end of the 5-year period.
After 30-years, that difference is somewhere in the ballpark of $548,000.\*
^(\Calculation assumes $15,054 in earnings was invested monthly at a flat rate of $250.90/month for 60 months at a 11.32% average annual return, then compounded at 10% average annual monthly return with no additional contributions.)*
Caveat: that $10,000 was invested in her condo, and that is important to factor.
Assuming her condo has increased in value by 50% over the past 5 years (8.45% annualized rate of return), that $10,000 is worth now worth $15,000 in home equity.
Concluding the 5-year period, Anne as a total of $26,580 to show for her decision to borrow between her $11,580 401(k) balance and $15,000 home equity. Her net worth is $3,831 less than it would be had she not taken out the loan.

Summary

While accessing 401(k) funds for a down payment on a home may seem like a viable option, it's crucial to weigh the associated costs, penalties, and long-term implications. Understanding the intricacies of early withdrawals and loans from 401(k) accounts empowers individuals to make informed financial decisions that align with their short-term goals and long-term goals.
submitted by manwnomelanin to FirstTimeHomeBuyer [link] [comments]


2024.05.16 01:10 Admirable_Suit_2065 [WTB] 34mm G$ish DDC mount, 11.5/12.5/14.5/16” 6 arc barrel, 11.5” Criterion barrel

Looking for some stuff!
  1. 34mm DDC Geissele mount, preferably the longer extended length. Will look at Reptilia/Badgers in tan also. $200ish or more depending on brand, condition etc.
  2. Higher end 6mm arc barrel. Ideally a Proof stainless (or similar) in 14.5 or 16 or so. Also looking for similar quality 6 arc in 11.5 or 12.5. $250, I’m just putting a number because that’ll vary a ton obviously depending on brand and condition.
  3. 11.5” Criterion, Core or Hybrid. Already have the rest of the build so leaning strongly towards 11.5” on this one. $200+
Look around at what’s not getting used and let’s talk!
submitted by Admirable_Suit_2065 to GunAccessoriesForSale [link] [comments]


2024.05.16 01:06 Familiar-Beat-2820 Can I get approved?

In 2019 I had a heart attack and was out of work for 6 months. I had a bunch of charge offs that are now going on 5 years old. I have established new credit and haven’t missed a payment in more than 3 years. The house I’m looking at is $520K and I would be able to put down around 250-275K. My annual income is $132k and I have very little debt since I pay off my cards in full. Also would I have to pay off the charge offs even though they are beyond the creditors ability to sue me for the balances.
submitted by Familiar-Beat-2820 to Mortgages [link] [comments]


2024.05.16 01:04 WhaaaBangBam Coil Pack fried?

Hi everyone. Recently my 250,000 mile 2006 ford fusion SEL 3.0 v6 starting missfiring. Figured out it was cylinders 5 and 6 (they are beside each other and not on opposite sides of the engine), with 6 missfiring constantly. Did the obvious thing and swapped out the spark plugs on both cylinders and the coil pack on 6. I only got one coil pack to make sure it was the issue and not the air intake gasket.... and due to the fact that the one I was replacing was fried. Like burnt up and cracked.
The new spark plug and old coil pack solved the issue with cylinder 5. However, 6 was still not firing with the new plug and coil pack. I decided to swap the coil packs around (old from 5 and new from 6) and see what happened. In swapping them, I noticed the coil pack from 6 was pretty hot and 5 wasn't. In running it with them swapped, 5 and 6 were both missfiring again. Swapping them back again, the old coil pack from 5 was now a bit warm coming out of 6. Running it with everything back to as it was before, 5 was running just fine and 6 not at all.
My question is, did I fry the new coil pack testing it in 6 by letting it overheat from the mystry problem, and two, did it overheat due to an electrical problem?
I'm not really sure where to diagnose from here? Thanks in advance, I'm very new to DIY and have only ever replaced a few alternators and starters.
submitted by WhaaaBangBam to AskMechanics [link] [comments]


2024.05.16 01:00 Blooper_Bot Game Thread: Cubs @ Braves - Wed, May 15 @ 07:20 PM EDT

Cubs @ Braves - Wed, May 15

Game Status: Warmup

Links & Info

NLE Rank Team W L GB (E#) WC Rank WC GB (E#)
1 Philadelphia Phillies 30 13 - (-) - - (-)
2 Atlanta Braves 26 13 2.0 (120) 1 +7.5 (-)
3 Washington Nationals 20 22 9.5 (111) 5 - (-)
4 New York Mets 19 22 10.0 (111) 6 0.5 (119)
5 Miami Marlins 13 32 18.0 (101) 12 8.5 (109)
Probable Pitcher (Season Stats) Report
Cubs Javier Assad (3-0, 1.70 ERA, 42.1 IP) No report posted.
Braves Charlie Morton (3-0, 3.14 ERA, 43.0 IP) No report posted.
Cubs Lineup vs. Morton, C AVG OPS AB HR RBI K
1 Tauchman - LF .286 .661 7 0 0 1
2 Suzuki, S - RF .500 1.500 2 0 1 1
3 Bellinger - DH .400 1.255 10 0 2 0
4 Morel, C - 3B .000 .000 5 0 0 4
5 Busch - 1B - - - - - -
6 Mastrobuoni - SS - - - - - -
7 Madrigal - 2B .000 .000 3 0 1 1
8 Crow-Armstrong - CF - - - - - -
9 Gomes - C .273 .546 11 0 0 2
10 Assad - P - - - - - -
Braves Lineup vs. Assad AVG OPS AB HR RBI K
1 Harris II, M - CF .000 .000 2 0 0 0
2 Albies - 2B .250 1.250 4 1 1 2
3 Ozuna - DH .500 1.167 2 0 0 1
4 Olson - 1B .000 .000 3 0 0 1
5 d'Arnaud - C .000 .000 1 0 0 1
6 Duvall - RF .000 .000 1 0 0 1
7 Arcia, Or - SS .500 1.333 2 0 1 0
8 Kelenic - LF - - - - - -
9 Short - 3B - - - - - -
10 Morton, C - P - - - - - -

Division Scoreboard

MIA 2 @ DET 0 - Final
WSH 0 @ CWS 2 - Final
NYM 1 @ PHI 1 - Top 3, 0 Outs
Last Updated: 05/15/2024 07:20:04 PM EDT
submitted by Blooper_Bot to Braves [link] [comments]


2024.05.16 00:53 WhaaaBangBam Coil Pack might have a bad ground?

Hi everyone. Recently my 250,000 mile 2006 ford fusion SEL 3.0 v6 starting missfiring. Figured out it was cylinders 5 and 6 (they are beside each other and not on opposite sides of the engine), with 6 missfiring constantly. Did the obvious thing and swapped out the spark plugs on both cylinders and the coil pack on 6. I only got one coil pack to make sure it was the issue and not the air intake gasket.... and due to the fact that the one I was replacing was fried. Like burnt up and cracked.
The new spark plug and old coil pack solved the issue with cylinder 5. However, 6 was still not firing with the new plug and coil pack. I decided to swap the coil packs around (old from 5 and new from 6) and see what happened. In swapping them, I noticed the coil pack from 6 was pretty hot and 5 wasn't. In running it with them swapped, 5 and 6 were both missfiring again. Swapping them back again, the old coil pack from 5 was now a bit warm coming out of 6. Running it with everything back to as it was before, 5 was running just fine and 6 not at all.
My question is, did I fry the new coil pack testing it in 6 by letting it overheat from the mystry problem, and two, did it overheat due to an electrical problem?
I'm not really sure where to diagnose from here? Thanks in advance, I'm very new to DIY and have only ever replaced a few alternators and starters.
submitted by WhaaaBangBam to Mechanicaladvice [link] [comments]


2024.05.16 00:46 No-View-5255 WAMC + School List

Hi guys! I currently have 29 schools on my list, and I would like to shrink this to 20 if possible. Also, are there any schools that I should maybe add to this list? Also, should I apply DO, I just want to maximize my chances of getting into a medical school this cycle! Should I be concerned that I have 13 activities instead of 15? Should I add my publication (I'm like 6th or 7th author) and my presentations as separate entries? I also have about 50 hours for Social Justice/Advocacy for Vot-ER but it was for 6ish months, I'm not sure if I should add it? Thanks guys!
MCAT above 75th
FIU, FSU, Wake Forest, Drexel, Marshall University, Geisinger Commonwealth, Penn State, U Illinois
MCAT in 25th-75th
FAU, Nova, UCF, UF, UMiami, USF, UCLA, U Pittsburgh, Thomas Jefferson University, Tufts, Temple, Virginia Commonwealth, U Vermont, Saint Louis University, Virginia Tech, Eastern Virginia, Quinnipiac University, Dartmouth, George Washington University, U Washington, Wayne State
Stats: 21F, URM (Black and Hispanic), T10 Undergrad, Florida Resident, 3.93 cGPA, 3.90 sGPA, 515 MCAT (130/126/130/129), 1 Gap Year
Work/Activities:
Most Meaningful 1. Clinical Job as CNA, 600 Hours, Will Continue This During my Gap Year,
Most Meaningful 2. Clinical Volunteering at Free Clinic, Care Coordinator for Patients and serving as Spanish Medical Interpreter, 250 Hours
  1. Clinical Volunteering at Al'z Place, Eldercare for Alzheimer Patients, 150 Hours
Most Meaningful 4. Research in Microbiology, 700 Hours, Will Continue This During my Gap Year, 1 Publication, 3 or 4 Presentations
  1. Non- Clinical Volunteering as Exec Member of Club Focusing on Educational Outreach in Local Community, Included volunteering at food banks, volunteering at local schools, etc; 50 Hours
  2. Non- Clinical Volunteering as a Weekly Volunteer at a local Elementary/Middle School and also as Exec Member of Club, 100 Hours
  3. Non- Clinical Volunteering as a Daily Reading Tutor (15 Minute Zoom Call), 25 Hours, Will Continue This During my Gap Year
  4. Leadership as College Ambassador, Included Volunteering at Various School Events, Advocating for Students, and talking at various events, 25 Hours
  5. Non- Clinical Volunteering as Pre-Health Service Group Leader, Monthly Service Event, 50 Hours
  6. Biochemistry TA for 3 Semesters, 200 Hours
11. Shadowing in Neurosurgery, Emergency Medicine, Family Medicine, Internal Medicine, Pediatric Plastic Surgery, 100 Hours, Will Continue This Throughout my Gap Year
  1. Pre-Health Scholar Award includes research, experiences, coursework, etc.
  2. Jogging Everyday throughout Undergrad as a hobby
submitted by No-View-5255 to premed [link] [comments]


2024.05.16 00:42 m_parker77 Spent savings on my kid’s car. Now Needs New Engine

Spent savings on my kid’s car. Now Needs New Engine
I bought my kid a 2015 For Fusion from my best friend. It was under 100k miles. I purchased it in December. She had checked out, regular oil changes. She never had issues aside from the brake light.
I paid $8000. With tax, tag, title and insurance start, it was over $9000 We take it in January took to my mechanic whom I have been using almost 20 years, very reliable and honest, for oil change and to fix the wiring of the brake light. That cost a few hundred.
March the AC went out. That was about $1400. Then took in for next oil change and had to get rear brakes done, which was prepared for that one, it was time. That was a few hundred.
Then the car starts shaking, take it back, they replace a coil pk and some other stuff. That was almost $300.
I am almost $13000 in, it has taken my emergency savings.
Breaks down again, told no compression in cylinder three. After he takes it a part, the piston is burnt up and has caused damage to the cylinder. It needs a new engine. I have to order the engine, which is $2700 to $3100 and my mechanic is gonna do it for $1800, which includes the additional parts like timing belt.
I talked to ford as everyone I talk to say it is super rare to have to replace the engine under 100k miles. My mechanic said he read up on this car and the 1.5/6 turbo engines have a tendency to burn up. I think Ford should be responsible for this obvious defect. Not sure how to go about it. But financially I am tapped out on a car we have not even had 6 months.
Ford told me that I have to have it looked at by the Ford dealership. The ford dealership said they could run a diagnostics and see if Ford will do anything but I have to bring them the car put back together. It took my mechanic 6 hours to break it down. He said he would have to charge me if he had to put back together. I dont know what to do.
My best friend feels horrible but she already used the money to buy a new car. I was so proud to be a single mom and able to buy my kid her first car. Thought I got a great deal. I years to do so. This car has broken me financially and spiritually and I am at a loss as to what to do. Should I battle Ford? What have others done? I cannot pour money into this car as I have no more to do.
Any advice welcome.
submitted by m_parker77 to fordfusion [link] [comments]


2024.05.16 00:39 FriarBot [Post Game Thread] Colorado Rockies (15-28) @ San Diego Padres (22-24) 5/15

Colorado Rockies 8 @ San Diego Padres 0


Line Score

Team 1 2 3 4 5 6 7 8 9 R H E
Rockies 0 3 2 0 0 2 0 1 0 8 12 0
Padres 0 0 0 0 0 0 0 0 0 0 4 0


Box Score

Rockies Batters AB R H RBI BB K LOB AVG OPS Padres Batters AB R H RBI BB K LOB AVG OPS
1 Blackmon DH 5 0 1 0 0 0 2 .237 .655 1 Profar, J LF 4 0 1 0 0 1 1 .322 .925
2 Tovar SS 4 0 1 0 0 1 1 .275 .752 2 Tatis Jr. RF 1 0 0 0 2 1 1 .256 .781
3 McMahon 3B 5 1 1 0 0 2 2 .304 .856 a-Merrill CF 1 0 0 0 0 0 1 .288 .734
Trejo 3B 0 0 0 0 0 0 0 .080 .160 3 Cronenworth 1B 4 0 0 0 0 1 4 .265 .804
4 Rodgers 2B 5 0 0 0 0 2 3 .257 .638 4 Machado, M DH 4 0 0 0 0 3 1 .222 .622
5 Doyle, B CF 4 2 1 1 1 2 1 .281 .801 5 Bogaerts 2B 4 0 1 0 0 0 0 .213 .578
6 Cave RF 4 2 2 0 0 0 2 .245 .615 6 Solano 3B 3 0 2 0 1 0 0 .462 1.101
7 Stallings C 4 1 2 2 0 1 2 .320 .877 7 Campusano C 4 0 0 0 0 2 4 .267 .720
8 Montero, E 1B 3 1 1 0 1 1 2 .227 .592 8 Kim, H SS 3 0 0 0 0 0 3 .204 .669
9 Beck LF 4 1 3 5 0 0 2 .235 .568 Wade SS 0 0 0 0 0 0 0 .250 .617
9 Azocar RF 2 0 0 0 1 1 0 .286 .646
Totals 38 8 12 8 2 9 17 Totals 30 0 4 0 4 9 15
BATTING BATTING
2B: Beck (2, King); Montero, E (5, King). TB: Bogaerts; Profar, J; Solano 2.
HR: Doyle, B (5, 2nd inning off King, 0 on, 0 out); Beck (1, 6th inning off Estrada, 1 on, 1 out). Runners left in scoring position, 2 out: Campusano; Kim, H; Machado, M.
TB: Beck 7; Blackmon; Cave 2; Doyle, B 4; McMahon; Montero, E 2; Stallings 2; Tovar. Team RISP: 0-for-5.
RBI: Beck 5 (6); Doyle, B (13); Stallings 2 (11). Team LOB: 7.
2-out RBI: Beck; Stallings 2.
Runners left in scoring position, 2 out: Rodgers; Beck 2; Tovar. FIELDING
SAC: Tovar. PB: Campusano (4).
Team RISP: 3-for-11.
Team LOB: 6.
FIELDING
Outfield assists: Beck (Tatis Jr. at 2nd base).
DP: (Beck-Tovar-Rodgers).
Rockies Pitchers IP H R ER BB K HR ERA Padres Pitchers IP H R ER BB K HR ERA
Gomber (W, 1-2) 6.0 2 0 0 2 5 0 3.02 King (L, 3-4) 5.1 8 6 6 2 7 1 4.31
Lawrence, J 1.0 2 0 0 0 1 0 4.41 Estrada 1.2 1 1 1 0 1 1 0.93
Mears 1.0 0 0 0 1 2 0 4.58 Brito 2.0 3 1 1 0 1 0 4.43
Lambert, P 1.0 0 0 0 1 1 0 7.30
Totals 9.0 4 0 0 4 9 0 Totals 9.0 12 8 8 2 9 2


Scoring Plays

Team Inning Play COL SD
COL ▲ 2 Brenton Doyle homers (5) on a fly ball to left center field. 1 0
COL ▲ 2 Jordan Beck doubles (2) on a ground ball to left fielder Jurickson Profar. Jake Cave scores. Elehuris Montero scores. 3 0
COL ▲ 3 Jacob Stallings singles on a line drive to left fielder Jurickson Profar. Ryan McMahon scores. Brenton Doyle scores. 5 0
COL ▲ 6 Jordan Beck homers (1) on a fly ball to left field. Jacob Stallings scores. 7 0
COL ▲ 8 Jordan Beck singles on a ground ball to left fielder Jurickson Profar. Jake Cave scores. 8 0


Highlights

Highlight Duration
Brenton Doyle's solo home run (5) 00:25
Jacob Stallings hits a two-run single 00:30
Jurickson Profar makes a lunging grab in left field 00:20
Jordan Beck's first MLB home run 00:32
Michael King strikes out seven Rockies 01:02
Austin Gomber's strong outing against the Padres 00:40
Jackson Merrill's jumping catch in center field 00:29
Jordan Beck's big day against the Padres 01:23

submitted by FriarBot to Padres [link] [comments]


2024.05.16 00:38 TradedMedia Enedina Sanchez & Jerome McAlpin Sell Inglewood Multifamily For $6.5M

A 26-unit multifamily property located at 1026 South Flower Street in Inglewood has been sold for $6.5 million. The property consists of two buildings with remodeled units, offering a mix of 1, 2, and 3-bedroom units. Situated near major entertainment destinations like SoFi Stadium and the Forum, the property spans 17,421 square feet with a price per square foot of $373.

Summary of transation details:

The sale of the 26-unit multifamily property was facilitated by Brokers Enedina Sanchez and Jerome McAlpin from McAlpin & Company. The property's proximity to prominent entertainment hubs enhances its appeal, making it a lucrative investment opportunity within the Inglewood real estate market.
Learn More: Enedina Sanchez & Jerome McAlpin Sell Inglewood Multifamily For $6.5M
submitted by TradedMedia to tradedla [link] [comments]


2024.05.16 00:37 HeltonsGoatee Postgame Thread 5/15 Rockies @ Padres

Postgame Thread 5/15/2024

Final Score: Rockies 8, Padres 0

Line Score - Game Over

1 2 3 4 5 6 7 8 9 R H E LOB
COL 0 3 2 0 0 2 0 1 0 8 12 0 6
SD 0 0 0 0 0 0 0 0 0 0 4 0 7

Box Score

SD AB R H RBI BB SO BA
LF Profar, J 4 0 1 0 0 1 .322
RF Tatis Jr. 1 0 0 0 2 1 .256
CF Merrill 1 0 0 0 0 0 .288
1B Cronenworth 4 0 0 0 0 1 .265
DH Machado, M 4 0 0 0 0 3 .222
2B Bogaerts 4 0 1 0 0 0 .213
3B Solano 3 0 2 0 1 0 .462
C Campusano 4 0 0 0 0 2 .267
SS Kim, H 3 0 0 0 0 0 .204
SS Wade 0 0 0 0 0 0 .250
RF Azocar 2 0 0 0 1 1 .286
SD IP H R ER BB SO P-S ERA
King 5.1 8 6 6 2 7 89-60 4.31
Estrada 1.2 1 1 1 0 1 19-13 0.93
Brito 2.0 3 1 1 0 1 31-21 4.43
COL AB R H RBI BB SO BA
DH Blackmon 5 0 1 0 0 0 .237
SS Tovar 4 0 1 0 0 1 .275
3B McMahon 5 1 1 0 0 2 .304
3B Trejo 0 0 0 0 0 0 .080
2B Rodgers 5 0 0 0 0 2 .257
CF Doyle, B 4 2 1 1 1 2 .281
RF Cave 4 2 2 0 0 0 .245
C Stallings 4 1 2 2 0 1 .320
1B Montero, E 3 1 1 0 1 1 .227
LF Beck 4 1 3 5 0 0 .235
COL IP H R ER BB SO P-S ERA
Gomber 6.0 2 0 0 2 5 92-54 3.02
Lawrence, J 1.0 2 0 0 0 1 20-15 4.41
Mears 1.0 0 0 0 1 2 19-13 4.58
Lambert, P 1.0 0 0 0 1 1 16-8 7.30

Scoring Plays

Inning Event Score
T2 Brenton Doyle homers (5) on a fly ball to left center field. 0-1
T2 Jordan Beck doubles (2) on a ground ball to left fielder Jurickson Profar. Jake Cave scores. Elehuris Montero scores. 0-3
T3 Jacob Stallings singles on a line drive to left fielder Jurickson Profar. Ryan McMahon scores. Brenton Doyle scores. 0-5
T6 Jordan Beck homers (1) on a fly ball to left field. Jacob Stallings scores. 0-7
T8 Jordan Beck singles on a ground ball to left fielder Jurickson Profar. Jake Cave scores. 0-8

Highlights

Description Length
Michael King against the Rockies 0:07
Austin Gomber against the Padres 0:11
Bullpen availability for San Diego, May 15 vs Rockies 0:07
Bullpen availability for Colorado, May 15 vs Padres 0:07
Bench availability for Colorado, May 15 vs Padres 0:07
Fielding alignment for Colorado, May 15 vs Padres 0:11
Fielding alignment for San Diego, May 15 vs Rockies 0:11
Bench availability for San Diego, May 15 vs Rockies 0:07
Starting lineups for Rockies at Padres - May 15, 2024 0:09
Brenton Doyle: Home Run Statcast Analysis 0:12
Brenton Doyle's home run through bat tracking data 0:11
The distance behind Jordan Beck's home run 0:13
Michael King's outing against the Rockies 0:23
Breaking down Michael King's pitches 0:04
Breaking down Austin Gomber's pitches 0:04
Austin Gomber's outing against the Padres 0:23
Brenton Doyle's solo home run (5) 0:25
Jordan Beck's two-run double 0:30
Jacob Stallings hits a two-run single 0:30
Jurickson Profar makes a lunging grab in left field 0:20
Jordan Beck's first MLB home run 0:32
Michael King strikes out seven Rockies 1:02
Austin Gomber's strong outing against the Padres 0:40
Jordan Beck's RBI single 0:13
Jackson Merrill's jumping catch in center field 0:29
Jordan Beck's big day against the Padres 1:23

Decisions

Winning Pitcher Losing Pitcher Save
Gomber (1-2, 3.02 ERA) King (3-4, 4.31 ERA)
submitted by HeltonsGoatee to ColoradoRockies [link] [comments]


2024.05.16 00:27 mcat1990 First event, my thoughts

So I recently had my first old world event, I used the list below. It was 1500 points with 3 games (only ever played 2 games before)
It went really well, I lost (narrowly) the first game due to poor planing and bad luck Vs empire I won the second by about 250 points Vs chaos And won the last game convincingly (with around 850 points difference) Vs chaos dwarfs.
In my first game turn 1 (I preyed to lady)my lord lost all but 1 wound to a cannon shot, grail knights rolled terrible and lost the combat leading to a drawn out combat outside charge that eventually saw them die being very ineffective. Kotr did get behind lines killing 2 artillery, 10 crossbows and a engineer.
Second game duke killed chaos lord quickly and grail knights took out around 4 units including 2 heroes and a chariot.
3rd game duke went on a spree killing about 800points on his own.
One thing I noticed was how ineffective bowman are and treb as well.
What I learned: Will likely always take siriennes locket for duke from now on Take less bowmen Consider squires to harras war machines and bog down flanks Ruby ring didn't feel worth points Prophetess with lance is a beast Need to pick treb targets better

Event list. - LWW [1498 pts]

Warhammer: The Old World, Kingdom of Bretonnia

++ Characters [728 pts] ++
Prophetess [261 pts] - Hand weapon - Level 4 Wizard - Bretonnian Warhorse - Heartwood Lance - Lore Familiar - Illusion
Damsel [90 pts] - Hand weapon - On foot - Ruby Ring of Ruin - Battle Magic
Duke [377 pts] - Hand weapon - Heavy armour - Shield - General - Royal Pegasus - Ogre Blade - Gauntlet of the Duel - Virtue of Knightly Temper
++ Core Units [426 pts] ++
23 Men-At-Arms [141 pts] - Hand weapons - Polearms - Shields - Light armour - Yeoman (champion) - Standard bearer - Musician - Grail Monk [Blessed Triptych]
12 Peasant Bowmen [60 pts] - Hand weapons - Longbows - Unarmoured
6 Mounted Knights of the Realm [165 pts] - Hand weapons - Lances - Shields - Heavy armour - First Knight (champion) - Standard bearer - Musician
12 Peasant Bowmen [60 pts] - Hand weapons - Longbows - Unarmoured
++ Rare Units [344 pts] ++
5 Grail Knights [244 pts] - Hand weapons - Lances - Shields - Heavy armour - Grail Guardian (champion) - Standard bearer - Virtue of the Impetuous Knight
Field Trebuchet [100 pts] - Field Trebuchet - Hand weapons
Created with "Old World Builder"
[https://old-world-builder.com]
submitted by mcat1990 to Bretonnian [link] [comments]


2024.05.16 00:25 BLBL2828 [WTS] Leonardo Assortment

Prices include USPS Priority shipping in the US. Payment via PP G&S.
Will listen to reasonable offers and will discount multiples. Thank you.
Photos and Verification
  1. Leonardo Momento Magico - Calico Koi by J. Brooks - Website exclusive - Steel - M - New/Unused - $200
  2. Leonardo Momento Magico - Primary Manipulation 1 - Sold on the website and a few at Atlas for an event - Steel - B - New/Unused - $210
  3. Leonardo Momento Magico - Primary Manipulation 1 - Sold on the website - Steel - XXXF J. Lax - Dipped once - $250
  4. Leonardo Momento Zero - Cometa - Stilo e Stile Limited - 180 Made - Steel - M - New/Unused - $210
  5. Leonardo Momento Zero Grande - Celestial Clear Blue - Website exclusive - Titanium #8 - Cursive Smooth Italic (CSI) Broad - Dipped once - $290
  6. Leonardo Momento Zero Grande - Ice Resin - Website exclusive - Titanium #8 - Cursive Smooth Italic (CSI) Broad - New/Unused - $290
  7. Momento Zero - Positano - Steel - M - Used, no box - $125
8. Leonardo Momento Zero - Pink Sands - Goldspot Exclusive #5/180 - Steel - Extra Fine - Lightly used, looks new SOLD
  1. Leonardo Momento Zero Grande - Revival Copper Patina - Endless Exclusive #49/90 - Steel - M - New/Unused - $360
submitted by BLBL2828 to Pen_Swap [link] [comments]


2024.05.16 00:10 5yleop1m Whats wrong with my config, ABL keeps starting with the probe off the bed.

When ever I start the bed mesh generation the initial point starts at what would be 0,0 instead of the given 40,0. This is not good because the probe is off the bed at this point but the nozzle isn't, meaning the nozzle collides with the bed.
Any idea why this is happening? My config is below.
[include mainsail.cfg] # This file contains common pin mappings for the BigTreeTech SKR 2. # To use this config, the firmware should be compiled for the # STM32F407 with a "32KiB bootloader". # In newer versions of this board shipped in late 2021 the STM32F429 # is used, if this is the case compile for this with a "32KiB bootloader" # You will need to check the chip on your board to identify which you have. # # The "make flash" command does not work on the SKR 2. Instead, # after running "make", copy the generated "out/klipper.bin" file to a # file named "firmware.bin" on an SD card and then restart the SKR 2 # with that SD card. # See docs/Config_Reference.md for a description of parameters. # Note: The initial revision of this board has a flaw that can cause # damage to itself and other boards. Be sure to verify the board is # not impacted by this flaw before using it. [tmc2208 stepper_x] uart_pin: PE0 run_current: 1.2 stealthchop_threshold: 120 interpolate: True [stepper_x] step_pin: PE2 dir_pin: !PE1 enable_pin: !PE3 microsteps: 32 rotation_distance: 40 #steps_per_mm: 645.812 endstop_pin: !PC1 position_endstop: 0 position_max: 255 homing_speed: 30 [tmc2208 stepper_y] uart_pin: PD3 run_current: 1.2 stealthchop_threshold: 120 interpolate: True [stepper_y] step_pin: PD5 dir_pin: !PD4 enable_pin: !PD6 microsteps: 32 rotation_distance: 40 #steps_per_mm: 643.863 endstop_pin: !PC3 position_endstop: 0 position_max: 255 homing_speed: 50 [tmc2208 stepper_z] uart_pin: PD0 run_current: 1.2 #stealthchop_threshold: 999999 interpolate: True [stepper_z] step_pin: PA15 dir_pin: PA8 enable_pin: !PD1 microsteps: 32 rotation_distance: 8 endstop_pin: probe:z_virtual_endstop #position_endstop: 0.5 position_max: 200 position_min: -20 #use for testing [bltouch] sensor_pin: ^PE4 control_pin: PE5 x_offset: 40 y_offset: 0 #z_offset: 0 samples: 5 samples_tolerance_retries: 1 samples_result: average [safe_z_home] home_xy_position: 127.5, 127.5 # Change coordinates to the center of your print bed speed: 10 z_hop: 15 # Move up 10mm z_hop_speed: 5 [tmc2208 extruder] uart_pin: PC6 run_current: 1.2 #stealthchop_threshold: 999999 interpolate: False [extruder] step_pin: PD15 dir_pin: !PD14 enable_pin: !PC7 microsteps: 16 rotation_distance: 33.6 #steps_per_mm = nozzle_diameter: 0.400 filament_diameter: 1.750 max_extrude_cross_section: 500 heater_pin: PB3 sensor_type: EPCOS 100K B57560G104F sensor_pin: PA2 min_extrude_temp: 120 min_temp: 0 max_temp: 250 pressure_advance: 0.52 [heater_bed] heater_pin: PD7 sensor_type: Generic 3950 sensor_pin: PA1 #control: watermark min_temp: 0 max_temp: 130 [bed_screws] screw1: 44, 44 screw2: 212, 44 screw3: 212, 215 screw4: 44, 215 [bed_mesh] speed: 80 horizontal_move_z: 25 mesh_min: 40, 0 mesh_max: 245, 245 probe_count: 10, 10 algorithm: bicubic mesh_pps: 3, 3 [fan] pin: PB5 [heater_fan fan1] pin: PB7 [output_pin motor_power] pin: PC13 value: 1 [mcu] serial: /dev/serial/by-id/usb-Klipper_stm32f429xx_3C003A001450304738323420-if00 [printer] kinematics: cartesian max_velocity: 300 max_accel: 3000 max_z_velocity: 25 max_z_accel: 100 [virtual_sdcard] path: /home/dietpi/printer_data/gcodes on_error_gcode: CANCEL_PRINT [temperature_sensor raspberry_pi] sensor_type: temperature_host min_temp: 10 max_temp: 100 [temperature_sensor mcu_temp] sensor_type: temperature_mcu min_temp: 0 max_temp: 100 #[firmware_retraction] #retract_length: 0 # The length of filament (in mm) to retract when G10 is activated, # and to unretract when G11 is activated (but see # unretract_extra_length below). The default is 0 mm. #retract_speed: 20 # The speed of retraction, in mm/s. The default is 20 mm/s. #unretract_extra_length: 0 # The length (in mm) of *additional* filament to add when # unretracting. #unretract_speed: 10 # The speed of unretraction, in mm/s. The default is 10 mm/s. ######################################## # EXP1 / EXP2 (display) pins ######################################## [board_pins] aliases: # EXP1 header EXP1_1=PC5, EXP1_3=PB1, EXP1_5=PE10, EXP1_7=PE12, EXP1_9=, EXP1_2=PB0, EXP1_4=PE9, EXP1_6=PE11, EXP1_8=PE13, EXP1_10=<5V>, # EXP2 header EXP2_1=PA6, EXP2_3=PE7, EXP2_5=PB2, EXP2_7=PC4, EXP2_9=, EXP2_2=PA5, EXP2_4=PA4, EXP2_6=PA7, EXP2_8=, EXP2_10= [include timelapse.cfg] [include pa_cal.cfg] [save_variables] filename: /home/dietpi/printer_data/config/saved_variables.cfg #*# <---------------------- SAVE_CONFIG -------------------- #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*# #*# [bltouch] #*# z_offset = 2.600 #*# #*# [extruder] #*# control = pid #*# pid_kp = 29.866 #*# pid_ki = 1.645 #*# pid_kd = 135.516 #*# #*# [heater_bed] #*# control = pid #*# pid_kp = 67.366 #*# pid_ki = 1.593 #*# pid_kd = 712.399 
submitted by 5yleop1m to klippers [link] [comments]


2024.05.16 00:06 crimsonwhisper567 What are the 10 Best Earbuds Right now in 2024. My Recommendations and Top Picks Reviewed.

After tirelessly seeing so many post on what is the best Earbuds under $50, Under $100, $200, $300 etc. What is the best earbuds for this and that. I have decided to hopefully do a comprehensive post to address this. I might not be perfect but feel free to put your responses in the comments. Offer your constructive suggestions. Share your insights and your opinions.
This list came out of my testing and having some of these earbuds personally. Some by much research and review of hundreds of comments from this subreddit as well as helpful articles. I hope someone will find this helpful.
To help you make an informed decision, I have curated this expert-reviewed list from my experience as well as other blogs of the 10 best earbuds for 2024 across various categories and budgets. See references below if you wish to research more.

The 10 Best Wireless Earbuds for iPhone and Androids

Most of the can be purchase on https://amazon.com for a great price.

1. Technics AZ80 - Best Earbuds for Music and Sound Quality

https://electricfieldsfestival.com/technics-az80-wireless-earbuds-review/
Key Features:
For discerning audiophiles who prioritize sound quality above all else, the Technics AZ80 are a standout choice. These premium earbuds leverage advanced audio technologies like LDAC and CCAW drivers to deliver an immersive, high-fidelity listening experience. Combine that with capable hybrid noise cancellation, multipoint connectivity, and long battery life, and you have a compelling all-around package for audio enthusiasts. The premium build quality also ensures long-lasting durability. Around $300
Pros:
Cons:

2. Jabra Elite 10 - Best Earbuds for Ultimate sound & comfort

https://www.digitalreviews.net/reviews/audio/jabra-elite-10-comes-with-a-cherry-on-top/
Key Features:
If you want a versatile pair of earbuds that excel in all areas, the Jabra Elite 10 are hard to beat. They deliver a compelling mix of good sound, impressive call quality, effective noise cancellation, and all-day comfort, making them ideal for work, travel, and workouts. With multipoint connectivity, wireless charging, and a durable water-resistant build, the Elite 10 check all the boxes for an all-around great pick. Around $250
Pros:
Cons:

3. Sony WF-1000XM5 - Best Earbuds for Phone Calls

https://www.rtings.com/headphones/reviews/best/wireless-earbuds
Key Features:
The Sony WF-1000XM5 are the complete package, delivering top-notch noise cancellation, superb sound quality, and a host of useful features in a sleek, comfortable design. These earbuds outshine their predecessor with better audio performance, a more compact and lightweight build, and longer battery life. Sony's industry-leading noise cancellation effectively silences ambient noise, while the new Integrated Processor V1 and premium drivers produce rich, detailed audio across genres. You also get handy features like multipoint connectivity, speak-to-chat, and quick charging. Around $300
Source:
Pros:
Cons:

4. Bose QuietComfort Ultra - Best Noise Cancellation Earbuds

https://electricfieldsfestival.com/bose-quietcomfort-ultra-earbuds-review/
Key Features:
When it comes to blocking out ambient noise, few earbuds can match the Bose QuietComfort Ultra. Bose's proprietary noise cancellation technology is simply unrivaled, effectively hushing even the loudest external sounds. The QuietComfort Ultra also boast a comfortable, secure fit ideal for travel, an aware mode for situational awareness, and stellar battery life up to 24 hours. While not the best for audio quality, noise cancellation is their forte. Around $300
Pros:
Cons:

5. Beats Fit Pro - Best Earbuds for Running and Active Sports

https://gocrazyfitness.com/beats-fit-pro-review/
Key Features:
With their secure-fitting wingtip design and IPX4 watesweat resistance, the Beats Fit Pro are purpose-built for intense workout sessions. The flexible, locked-in fit ensures they stay put even during vigorous exercise. Despite the sporty focus, the Fit Pro still deliver enjoyable sound quality with an energetic, bass-forward profile. They also support iOS/Android devices via the H1 chip and have decent noise cancellation. Around $150
Pros:
Cons:

6. Apple AirPods Pro 2 - Best for Iphone and Music

https://www.cnn.com/cnn-underscored/reviews/best-true-wireless-earbuds
Key Features:
For iPhone users who want a no-fuss earbud experience, the AirPods Pro 2 are a natural choice. The H2 chip provides seamless pairing, device switching, hands-free Siri access, and spatial audio on compatible Apple devices.While not class-leading, the AirPods Pro 2 offer good active noise cancellation, IPX4 water resistance, and sound quality that's decent if not exceptional. The downside is a slightly nasal sonic signature. Around $190
Pros:
Cons:

7. Sennheiser Momentum True Wireless 4 - Best Premium Sound Quality and Music

https://headmania.org/2024/03/06/sennheiser-momentum-true-wireless-4-earbuds-review/
Key Features:
Rounding out the list are the Sennheiser Momentum True Wireless 4 , premium earbuds designed for discerning audiophiles. They leverage Sennheiser's audio expertise to deliver rich, engaging sound that edges out most competitors. You also get good active noise cancellation, a sleek premium design, all-day battery life with wireless charging, and a comprehensive app with EQ customization. The only drawback is their high-end price tag. Still great but the Technics and Sony are a bit better than it. Around $300
Pros:
Cons:

8. EarFun Air Pro 3 - Best Budget Hi-Res Audio

https://www.myearfun.com/eu/headphones/earfun-air-pro-3-le-audio-anc-true-wireless-earbuds-black
Key Features:
For audiophiles on a budget, the EarFun Air Pro 3 punch well above their weight, offering hi-res audio with LDAC codec support and hybrid active noise cancellation at a very reasonable price point. While they can't match premium models in overall sound quality, the Air Pro 3 deliver an engaging listening experience with good detail and soundstage. The 80-hour total battery life is also impressive in this price range. Around $80
Pros:
Cons:

9. Anker Soundcore Space A40 - Best Budget Pick Under $100

https://www.mobiletechtalk.co.uk/reviews/soundcore-space-a40-review/
Key Features:
If you're looking for a capable budget pair of earbuds under $100, the Anker Soundcore Space A40 are an excellent value pick. They punch above their weight class with good overall sound quality, customizable EQ, decent active noise cancellation, and an ambient aware mode. While they can't compete with premium models, the Space A40 get most things right for the price, making them a smart choice for those on a tight budget. Around $60
Pros:
Cons:

10. Tozo NC9 Earbuds - Best Value and Budget Friendly

https://www.headphonesty.com/2020/12/review-tozo-nc9/
Key Features:
The Tozo NC9 are affordable true wireless earbuds that deliver impressive value with their hybrid active noise cancellation and balanced sound quality. They feature Bluetooth 5.3 connectivity, decent battery life, and IPX6 water resistance in a secure-fitting ergonomic design. While the ANC can't match premium models, the NC9 punch above their weight for the ultra-budget price point. Around $40
Pros:
Cons:

Some Notable Mentions:

  1. Google Pixel Buds Pro - Noise Canceling Earbuds - Up to 31 Hour Battery Life with Charging Case - Bluetooth Headphones
  2. SAMSUNG Galaxy Buds 2 Pro True Wireless Bluetooth Earbuds
  3. SHOKZ OpenFit - Open-Ear True Wireless Earbuds for Sports
There you have it - my-curated list of the 10 best earbuds across various categories. I hope this list helps somebody and save you a lot of time researching or reading hundreds of blog posts like I did.
If you ask for my Option. Go with the Technics AZ80 Or the Jabra Elite 10 for the Best of the Overall Sound and experience.
best wireless earbuds 2024, top noise cancelling earbuds, earbuds with great sound quality, workout earbuds, budget earbuds
Sources and References that I used in my Research:
https://electricfieldsfestival.com/
https://www.cnn.com/cnn-underscored/reviews/best-true-wireless-earbuds
https://www.techradar.com/news/audio/best-in-ear-headphones-1276925
https://www.engadget.com/best-wireless-earbuds-120058222.html
https://www.rtings.com/headphones/reviews/best/wireless-earbuds
https://www.myearfun.com/
https://www.headphonesty.com
https://www.digitalreviews.net
submitted by crimsonwhisper567 to Earbuds [link] [comments]


2024.05.16 00:05 Lou9896 2TMC [Semi-Vanilla][SMP]{1.20.1}{Java}{Datapacks}{Whitelist}{Discord}{Hermitcraft-like}{21+}

Hello we are 2TMC a 21+ community server much like Hermitcraft. We are a SMP with emphasis on being friendly (with a little bit of chaos) with other players, and trying to be a welcoming community to everyone. We are running a Semi-Vanilla server with a few terrain generation mods and additional mods that enhance the vanilla experience (see list below).
We are looking for players who will be active in game on chat and on our Discord voice channels. The server is in NA but we accept players from all around the world. Discord and a mic are required! We love to chat on voice in game but it's definitely not required! We are also youtubestreamer friendly. So if you love to play minecraft and are looking for a friendly environment where you can prank others and do community projects then send us a message! We'd love to chat with you.
Data packs on the server

Fabric mods on the server

Fabric mods required to join the server

Server Rules
  1. Be Respectful
  2. No griefing, stealing, or cheating
  3. Chat is English only
  4. Non-Destructive Pranks are allowed (so Hermitcraft style pranks)
  5. Spawn area is for a spawn town
  6. Bases must be built 250 blocks away from Spawn.
  7. No duping except for carpet, rail and tnt.
  8. No combat logging, this means mobs as well.
  9. Taking items/griefing from active and maintained ruin sites is prohibited.
  10. No hacking or hacked clients
  11. No using others builds, items, villagers, etc without their permission.
If you are interested in joining please fill out this application
submitted by Lou9896 to smp [link] [comments]


2024.05.16 00:05 Lou9896 2TMC [Semi-Vanilla][SMP]{1.20.1}{Java}{Datapacks}{Whitelist}{Discord}{Hermitcraft-like}{21+}

Hello we are 2TMC a 21+ community server much like Hermitcraft. We are a SMP with emphasis on being friendly (with a little bit of chaos) with other players, and trying to be a welcoming community to everyone. We are running a Semi-Vanilla server with a few terrain generation mods and additional mods that enhance the vanilla experience (see list below).
We are looking for players who will be active in game on chat and on our Discord voice channels. The server is in NA but we accept players from all around the world. Discord and a mic are required! We love to chat on voice in game but it's definitely not required! We are also youtubestreamer friendly. So if you love to play minecraft and are looking for a friendly environment where you can prank others and do community projects then send us a message! We'd love to chat with you.
Data packs on the server

Fabric mods on the server

Fabric mods required to join the server

Server Rules
  1. Be Respectful
  2. No griefing, stealing, or cheating
  3. Chat is English only
  4. Non-Destructive Pranks are allowed (so Hermitcraft style pranks)
  5. Spawn area is for a spawn town
  6. Bases must be built 250 blocks away from Spawn.
  7. No duping except for carpet, rail and tnt.
  8. No combat logging, this means mobs as well.
  9. Taking items/griefing from active and maintained ruin sites is prohibited.
  10. No hacking or hacked clients
  11. No using others builds, items, villagers, etc without their permission.
If you are interested in joining please fill out this application
submitted by Lou9896 to MinecraftServerFinder [link] [comments]


2024.05.16 00:00 Glittering_Alps_3735 1st Colonoscopy Was This Morning

Hello all. I want to thank this group. I went into my 1st routine colonoscopy without any procedure anxiety thanks to all the helpful posts.
It was originally scheduled for mid-March but I canceled due to being on antibiotics for a post-dental procedure infection and a leg injury suffered on a trail.
I did a low-residue, low-fiber diet starting 1 week before and a clear liquid diet yesterday. I ate less the last 2 days of the solid food diet.
I drank a lot of clear liquids. Between 8 am yesterday and 5:50 am today, I drank 2.6 gallons of fluids (dye-free Gatorade, white cranberry juice, apple juice, chicken broth, coconut water, tea, and water) and ate 8 servings of Jello (pineapple, lime, and lemon).
Prep was SuTab. 5:00 pm yesterday, I took a Zofran to help prevent nausea. This was automatically prescribed. 6:00 pm yesterday, I took the 1st bottle of pills, 250 mg of Gas-X, and drank the 1st 16 oz of water. 7:30 pm yesterday, I finished the 2nd and 3rd 16 oz of water. 7:45 pm yesterday, the SuTab started working. 2:50 am today, I took a Zofran. 3:50 am today, I did the 2nd half of the prep. 5:50 am today was when I had to stop everything by mouth. I managed to drink a 20 oz Gatorade Rapid Rehydration after finishing the 32 oz of water I had to drink after taking the SuTab pills. I finished it at 5:48 am. 8:50 am was check-in time for a 9:50 procedure. My procedure started 5 minutes early. I recovered from the Propofol much faster than they expected. Walked out of the clinic at 10:30 and was home at 11.
The worst part of the prep was the headache I got from only getting 3 hours of interrupted sleep and sleeping weird so my neck tightened up. And being very cold.
My biggest surprises were having no discomfort from the SuTab and how little time I spent in the bathroom. I expected to be in there for hours but I just did multiple quick trips. And peeing out the butt is extremely weird.
There was a single 3mm polyp that he removed and non-bleeding internal hemorrhoids that didn't require treatment. He said I don't have to come back for 7-10 years.
submitted by Glittering_Alps_3735 to colonoscopy [link] [comments]


2024.05.15 23:44 FroggieMagician When to give up on a car?

I bought a used 2016 chevy cruze with 120k km in cash back in 2021. Unfortunately I've put about 7k into it in repairs since then. The issues have never made the car completely unusable, but they're issues that needed to be fixed sooner rather than later. The frequency of the repairs is what's really making me crazy. I just had a major repair done 6 months ago, and a few days ago got a check engine light again. Along with another 3k repair estimate.
In 3 years I've almost put into the car in repairs what I paid for it in the first place. I really don't want a new car but I'm starting to feel a bit unsafe in this one. I feel like all these smaller issues mean something big is coming. So at what point do you give up on a car and eat the car payments on a new one?
submitted by FroggieMagician to PersonalFinanceCanada [link] [comments]


2024.05.15 23:29 elizaluci Garmin vs Apple Watch vs Coros??

Helloooo everyone!
I came on here a few weeks ago and asked for some recommendations for leggings and shorts and y'all did not lead me astray, so I am here asking for some more opinions. This time, I'm thinking about watches.
I've always owned an Apple Watch because I was a swimmer as my main sport and I'm a lifeguard, so the functionality of the Apple Watch for swimming purposes was always a really good thing for me. Now, I've just graduated college and will probably not be swimming much at all, but I will be running a whole lot more, and due to various medication and chronic illness things, keeping track of my heart rate is really important for me. I've heard that the Garmins are leagues better than the Apple Watch for tracking heart rate and cadence and things, and overall just a better watch for runners. My dad got his first Garmin about 6 years ago and swears he'll never go back to an Apple Watch. Then today, he mentioned that he's heard that the Coros Pace 3 is also pretty comparable to the Garmin and at a similar price point as the Forerunner 250/260 series.
My dilemma now is that I want to be sure that I'll get the best possible watch for tracking my runs. The other factor I'm considering is that Garmin and Coros both have heart rate monitors and Garmin just recently put out a monitor that attaches to your sports bra instead of wrapping around the whole chest which can be uncomfortable for women. Coros, however, has one that wraps around your arm and is supposedly pretty accurate. I do have pretty big arms, though, so I'm not sure how comfortably it will fit me.
So, the question is, do I go with a Garmin + Garmin sports bra HR monitor combo, get a Coros + Coros arm HR monito combo, or just stick with my Apple Watch series 8? As far as I'm concerned, I know for a fact that Garmin is a tried and true kind of brand, whereas for the Coros it may be slightly cheaper but I am not familiar with it, and my Apple Watch is already on my wrist and therefore I wouldn't have to worry about getting a new one. If I do keep my Apple Watch, I'll probably get a Garmin sportsbra HR monitor in addition, because I don't think my watch is very accurate in that department.
What's everyone's thoughts? Does anyone have a Coros watch and can vouch for it? Is the Garmin actually quantifiably better than the Apple Watch?
submitted by elizaluci to XXRunning [link] [comments]


2024.05.15 23:25 justinedamm [FS] [USA to worldwide] [ring] $250 OBO 10k yellow gold OEC moissanite ring

[FS] [USA to worldwide] [ring] $250 OBO 10k yellow gold OEC moissanite ring
Item details: 7mm OEC Moissanite, 10k yellow gold, size 6 resizable. Substantial and thick bezel
From: BST. Starsgem
Selling Price: $250 OBO. Payment PayPal f&f as I have the approved flair! Additional shipping cost for international.
Condition of the Item: a couple weeks old, worn sparingly
Reason for selling: I have fallen down the diamond rabbit hole again
submitted by justinedamm to MoissaniteBST [link] [comments]


http://activeproperty.pl/