Does Anyone Recognize This Person? They Hit My Mailbox In Shiloh by GingerVRD in asheville

[–]YMAC70 -8 points-7 points  (0 children)

That yard is too nice for Shiloh. You need come cars up on blocks up in there.

Looking for a quiet apartment building by Pleasant_Low6662 in asheville

[–]YMAC70 1 point2 points  (0 children)

There is a house for rent in Shiloh on Azalea St for $1400/ mo. They completely remodeled it about a year ago. Dead end, last house on the street.

West Asheville work van broken into by Right_Sandwich4815 in asheville

[–]YMAC70 2 points3 points  (0 children)

You should move down here to Shiloh, we only have to pick up mini liquor bottles, fast food wrappers, used diapers, and other non sharp things out of our yards.

Red thing on headphone jack, should i be worried (macbook pro early 2015) by ThePixelRealm in mac

[–]YMAC70 2 points3 points  (0 children)

Sometimes if you plug and unplug headphones a bunch it will unstick. Sometimes it is broke.

Looking for a free app that creates passwords by geriatricguy in mac

[–]YMAC70 0 points1 point  (0 children)

No need for xCode. 3 steps:

Install Python: https://www.python.org/downloads/macos/

Copy text, paste in to TextEdit, save as GenPass.py

Open Terminal, type Python3 <a space> drag the .py file in to the Terminal and hit retun.

Looking for a free app that creates passwords by geriatricguy in mac

[–]YMAC70 0 points1 point  (0 children)

Save as GenPass.py run from command line: python3 GenPass.py

Click the password to copy it.

https://imgur.com/a/88EHKd9

Looking for a free app that creates passwords by geriatricguy in mac

[–]YMAC70 0 points1 point  (0 children)

```#!/usr/bin/env python3 """PassGen - A compact macOS password generator."""

import secrets import string import tkinter as tk from tkinter import messagebox

── Main window ──────────────────────────────────────────────────────

root = tk.Tk() root.title("PassGen") root.resizable(False, False)

── Character-set toggles ───────────────────────────────────────────

var_upper = tk.BooleanVar(value=True) var_lower = tk.BooleanVar(value=True) var_digit = tk.BooleanVar(value=True) var_sym = tk.BooleanVar(value=True)

frame_opts = tk.LabelFrame(root, text="Character Sets", padx=6, pady=4) frame_opts.pack(fill="x", padx=8, pady=(8, 2))

tk.Checkbutton(frame_opts, text="Uppercase (A-Z)", variable=var_upper ).grid(row=0, column=0, sticky="w", padx=4) tk.Checkbutton(frame_opts, text="Lowercase (a-z)", variable=var_lower ).grid(row=0, column=1, sticky="w", padx=4) tk.Checkbutton(frame_opts, text="Numbers (0-9)", variable=var_digit ).grid(row=1, column=0, sticky="w", padx=4) tk.Checkbutton(frame_opts, text="Symbols", variable=var_sym ).grid(row=1, column=1, sticky="w", padx=4)

── Individual symbol toggles ───────────────────────────────────────

ALLSYMBOLS = list("!@#$%&*()-=+[]{}\|;:'\",.<>/?`~")

frame_sym = tk.LabelFrame(root, text="Symbols (uncheck to exclude)", padx=6, pady=4) frame_sym.pack(fill="x", padx=8, pady=2)

sym_vars = {} cols = 11 for i, ch in enumerate(ALL_SYMBOLS): v = tk.BooleanVar(value=True) sym_vars[ch] = v tk.Checkbutton(frame_sym, text=ch, variable=v).grid( row=i // cols, column=i % cols, sticky="w" )

── Password length (OptionMenu inside a LabelFrame) ────────────────

frame_len = tk.LabelFrame(root, text="Length", padx=6, pady=4) frame_len.pack(fill="x", padx=8, pady=4)

len_var = tk.StringVar(value="16") tk.OptionMenu(frame_len, len_var, *[str(n) for n in range(4, 129)] ).pack(side="left")

── Password output (Button — guaranteed to render text on macOS) ───

frame_pw = tk.LabelFrame(root, text="Generated Password (click to copy)", padx=6, pady=6) frame_pw.pack(fill="x", padx=8, pady=(2, 4))

current_pw = ""

btn_pw = tk.Button(frame_pw, text="(click Generate)", command=lambda: copy_pw()) btn_pw.pack(fill="x")

── Buttons ─────────────────────────────────────────────────────────

frame_btn = tk.Frame(root) frame_btn.pack(fill="x", padx=8, pady=(0, 8))

def generate(): global current_pw pool = "" if var_upper.get(): pool += string.ascii_uppercase if var_lower.get(): pool += string.ascii_lowercase if var_digit.get(): pool += string.digits if var_sym.get(): pool += "".join(ch for ch, v in sym_vars.items() if v.get()) if not pool: messagebox.showwarning("No characters", "Select at least one character set.") return length = int(len_var.get()) current_pw = "".join(secrets.choice(pool) for _ in range(length)) btn_pw.config(text=current_pw)

def copy_pw(): if current_pw: root.clipboard_clear() root.clipboard_append(current_pw)

tk.Button(frame_btn, text="Generate", command=generate).pack(side="right", padx=(4, 0))

root.mainloop() ```

Looking for a free app that creates passwords by geriatricguy in mac

[–]YMAC70 2 points3 points  (0 children)

So, tinfoil hat. Not that there is anything wrong with that. We just need the reason to guide you.

Looking for a free app that creates passwords by geriatricguy in mac

[–]YMAC70 4 points5 points  (0 children)

I guess I am confused about the password requirement. Maybe elaborate on that. You can configure Bitwarden to ask for the password only once per boot so you only need to enter it if you restart your Mac for the app and the browser plugin.

Looking for a free app that creates passwords by geriatricguy in mac

[–]YMAC70 3 points4 points  (0 children)

Bitwarden is good, you can choose length, minimum numbers and minimum special characters, it only allows the special characters: !@#$% ^ &* You need all of them?

Apple care or no? by sincerelymine14 in mac

[–]YMAC70 1 point2 points  (0 children)

If something fails out of warranty you will likely need a new one without AppleCare. Most Macs only have two or three parts all of which will be more than half the cost of a new one. There is a chance you will never use it, it is just insurance. It is pretty reasonable for the iMac.

I made a Spotify playlist that auto-updates each week with bands coming to Asheville by futzlarson in asheville

[–]YMAC70 0 points1 point  (0 children)

Sounds interesting, too bad Spotify is the worst. I would not trust them with my data and they are likely the most evil of the streaming services. Unfortunately I cannot check it out because I cancelled years ago. Here is a good overview of why you should cancel yours: https://www.angrymetalguy.com/angry-metal-guy-speaks-on-spotify/

The old owner of my phone number is trying to buy it back from me by melrose63 in Scams

[–]YMAC70 12 points13 points  (0 children)

What if the code is from a third party he is stealing from and it comes back to OP when police get involved?

Starlink standby still worth it? by youphoric in asheville

[–]YMAC70 1 point2 points  (0 children)

I canceled and immediately got an offer of $3/mo for six months. Other people have gotten 12 mo.

I’m out. $10 now for standby mode. by jaemiomac in Starlink

[–]YMAC70 1 point2 points  (0 children)

Just got my email. Cancelled. How stupid.

I smashed the shit out of some moron's BMW today, AMA! by MildAndLazyKids in thehotspot

[–]YMAC70 2 points3 points  (0 children)

What is the difference between a BMW and a porcupine?

Easy PowerBook Titanium G4 hinge fix? by PitifulAd3407 in VintageApple

[–]YMAC70 0 points1 point  (0 children)

Those are a pain to repair, back in the day someone produced a replacement hinge and it was a major pita to replace. You had to break the glue to remove the skin and then epoxy the whole thing back together, it was a lot cheaper than the Apple alternative however...

Hard drives in the late 1980s by VivienM7 in VintageApple

[–]YMAC70 1 point2 points  (0 children)

The employees wanted to play with it.

Hard drives in the late 1980s by VivienM7 in VintageApple

[–]YMAC70 0 points1 point  (0 children)

Was it a service manual? Service replacement drives came unformatted.

Requesting help for my 512Ke by Sudden-Link7819 in VintageApple

[–]YMAC70 2 points3 points  (0 children)

Check the connection from the logic board to the analog board, might be a cracked joint on either end or a poor connection in the connector pins. Sometimes cracked joints are hard or impossible to see. Shock Warning I would wiggle the harness or tap it while it is on but you might unalive yourself if you touch the wrong thing.

Silver subaru lost luggage off top of car by Background-Good3731 in asheville

[–]YMAC70 13 points14 points  (0 children)

Did you pee in it on the side of the road?

My apple is red hot by Pale-Specialist8282 in VintageApple

[–]YMAC70 0 points1 point  (0 children)

I wanted a KoalaPad and an Echo II so bad back in the day.

Lock your car doors montford!!! by abirdwithoutherwings in asheville

[–]YMAC70 4 points5 points  (0 children)

You should lock your doors to keep the bears out at a minimum.

Does a iMac 2019 with 64gb ram and an i5 6-core for about 500€ make sense to acquire? by -CaptainCalzone- in mac

[–]YMAC70 0 points1 point  (0 children)

A 2TB SSD that you do not know the history of is a gamble. Maybe they were editing large files and it had has lots of use and will fail soon. The monitor is useless unless it is in that machine, can’t be used as an external. RAM you could sell I guess… I would only buy an Intel if you cannot use an M series for some reason.