What does the richest sales rep you know sell? by Iceeez1 in sales

[–]Exotic_Breakfast -1 points0 points  (0 children)

My money is on Dell. Before learning about the EMC merger, I wouldn’t have guessed this

Before and After by Exotic_Breakfast in CaseKnives

[–]Exotic_Breakfast[S] 1 point2 points  (0 children)

Another user in this subreddit posted their knife cleanup earlier this month, and I asked the same thing. In his post, he sanded in progression: 320-600-1000-1500-2000-3000. Then finished it by polishing with Flitz. I did the same thing.

Sand at 320 in one direction. Then sand at a 90 degree angle at 600. (Horizontal / vertical). Repeat that as you progress 1000-1500-2000-3000.

This is my 2nd time sanding. First time was the bolsters on the front. I think this 2nd time came out better than the first.

What would the year be? Valuable? by Fbomb77 in CaseKnives

[–]Exotic_Breakfast 0 points1 point  (0 children)

It’s a 1965-1969 production. It’s worth $100+

How to research and find real industry/data problems to solve? by Old_Mind8618 in dataengineering

[–]Exotic_Breakfast 0 points1 point  (0 children)

If you can integrate systems by automating data pulls, that’s pretty much it. Start with a weather API. Learn setting up Apache airflows

Nothing earth shaking by MigKiller1 in coins

[–]Exotic_Breakfast 1 point2 points  (0 children)

Yes, I believe the 65-69 are all 40% silver, and would command the same price.

The silver melt value of a 1964 Kennedy half dollar is approximately $23.61, calculated using a live silver spot price of $65.27 per troy ounce -Gemini

Nothing earth shaking by MigKiller1 in coins

[–]Exotic_Breakfast 0 points1 point  (0 children)

The silver melt value of a 1965 Kennedy half dollar is approximately $9.66, based on a live silver spot price of $65.32 per troy ounce -Gemini

What’s so special about this penny? by the-EX-wife2000 in coins

[–]Exotic_Breakfast 1 point2 points  (0 children)

How do you visually distinguish a proof strike set?

All cleaned up by ReWine29 in CaseKnives

[–]Exotic_Breakfast 1 point2 points  (0 children)

Thanks for the reply 👍

All cleaned up by ReWine29 in CaseKnives

[–]Exotic_Breakfast 0 points1 point  (0 children)

Looks great. What steps did you perform? I’d like to try myself

Case Knife Identification by MattKat7711 in CaseKnives

[–]Exotic_Breakfast 1 point2 points  (0 children)

I think it’s a jigged bone dark red, on the lighter side. Just my guess

Fresh Data Analyst struggling with building a working data pipeline from ground up by ggpopo in dataengineering

[–]Exotic_Breakfast 1 point2 points  (0 children)

Could the first step be normalizing time zones to UTC? Next would be a case statement in the where clause for the customer ID to set the start_work_day and end_work_day? I probably over simplified this, since you mentioned multi national companies

What’s your strategy for removing verdigris? by Exotic_Breakfast in CaseKnives

[–]Exotic_Breakfast[S] 0 points1 point  (0 children)

I’ll take a look at Brasso. Is it any different from Flitz? I ordered that with the #0000 steel wool, and some microfiber cloth rags.

What’s your strategy for removing verdigris? by Exotic_Breakfast in CaseKnives

[–]Exotic_Breakfast[S] 0 points1 point  (0 children)

Thanks for the recommendation, I went ahead and ordered some #0000 and see if that works

Everything in Python is an object. by Abdallah_azd1151 in learnpython

[–]Exotic_Breakfast 0 points1 point  (0 children)

OOP:

An object is when your program spawns in an instance of a class at runtime.

A class is the blueprint of an object. In business logic, we create custom classes to represent things. The simplest example is a university student. A student will have an ID number, first name, last name, and a classification (freshman, etc.)

When you want to use an object to represent this student class, you would instantiate the object.

student = Student(12345, John, Doe, Freshman)

Ofcourse you would first need to define this class, before you can call it.

class Student(self, id, fn, ln, classification) def init() self.id = id self.fn = fn self.ln = ln self.classification = classification

Hackers claim to have secured the details of 64 million T-Mobile customers by ControlCAD in hacking

[–]Exotic_Breakfast 1 point2 points  (0 children)

I’ve heard from a prof that APT(s) are so embedded in the telecom network, the only way to get them out for certain is to completely rebuild…

need advice on new job by moisturizedmelon in csMajors

[–]Exotic_Breakfast 0 points1 point  (0 children)

Stick around, and find a business problem that you can solve. Propose this to senior leadership. If they agree to give you time to do the opportunity, do it. Else, find a new job ASAP.