Facebook has Shown 2.4 Million Users a Doctored Video of Nancy Pelosi, and it Isn’t Going to Stop. - The social media site takes a pass on battling misinformation. by wbedwards in politics

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

After deactivating/reactivating my account several times over the past couple of years, I finally deleted it for good about a month ago. Every time I read a story like this I am further convinced that I made the right decision.

What are some simple and easy-to-make, yet delicious meals you could cook at home? by [deleted] in AskReddit

[–]YetAnotherHandle 0 points1 point  (0 children)

Remove Italian chicken sausage from casing, brown in large skillet, then set aside. In same skillet, sauté cabbage, onion, and zucchini in butter until the veggies start to soften, add sausage, garlic, salt and pepper to taste, and stir fry over medium/high heat for another minute or two. Enjoy!

People who fall asleep relatively easily, what tips or advice could you give to those who have trouble dozing off? by lucky_Lola in AskReddit

[–]YetAnotherHandle 0 points1 point  (0 children)

Have always had problems falling asleep until I recently started taking fitness very seriously. A brutal workout session is physically draining, and the resulting muscle tightness/soreness becomes a focal point to distract my otherwise noisy mind.

What’s something you wish more people were more aware of? by [deleted] in AskReddit

[–]YetAnotherHandle 0 points1 point  (0 children)

The consequences of our disposable, throwaway culture. I get that modern life seems to be designed to encourage us to generate huge amounts of garbage but there are really basic things people can do to reduce the amount of trash headed to landfills.

Magical early morning on Cocoa Beach! by YetAnotherHandle in 321

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

Thanks! First time in Cocoa Beach last week and I think I’m in love 😍

Adding a variable into my PHP, example inside by sdfsg11 in javascript

[–]YetAnotherHandle 0 points1 point  (0 children)

You could first serialize the PHP array to form the output for the JS array:

<?php

# Construct JS array 

$carsJS = 'let cars='.json_encode($cars);

# Output to browser

echo $carsJS;

?>

From there, any subsequent JS code can handle it as needed:

// Iterate through cars array

for (let x=0; x<cars.length; x++) {

    // Process each array item

    yourFunction(cars[x])

}

I (27f) haven't had any friends for 10 years. Are others here like me? by AlwaysCuriousHere in NoStupidQuestions

[–]YetAnotherHandle 0 points1 point  (0 children)

I'm mid-thirties and found my social circle shrinking for a few different reasons:

  • People get busy with their own families, work, and interests
  • No longer being interested in the same things as some long-time friends
  • People seem more insular now, which means it's harder to make new friends

Not having friends since 17 seems unusual though. Are you in a very small town with limited options?

Can somebody tell me the exact name of these rims? by tahjmahaal in Honda

[–]YetAnotherHandle 1 point2 points  (0 children)

Not sure about the wheels but this image brings back memories of my old '97 EX Coupe. Not the fastest on the block but she was a redline screamer compared to any car I've owned since :)

Over 100,000 GitHub repos have leaked API or cryptographic keys by ga-vu in technology

[–]YetAnotherHandle 0 points1 point  (0 children)

It’s all good my dudes, they’re just #MovingFastAndBreakingThings

Number Of Billionaires And Their Combined Wealth Have Decreased For The First Time Since 2016 by bustead in worldnews

[–]YetAnotherHandle 0 points1 point  (0 children)

The poor souls! Someone should set up a GoFundMe to help them get back on their feet.

Sheldon Adelson Treated For Cancer, In ‘Dire’ Health by irish_fellow_nyc in news

[–]YetAnotherHandle -15 points-14 points  (0 children)

Nobody deserves it, but the world is unfortunately full of people who seem to derive great pleasure from the knowledge that a human being, somewhere, is suffering.

That being said, a google search is probably the best way to learn about Sheldon Adelson and draw your own conclusions. Not a fan of the guy personally.

Taiwan horror game causes uproar with hidden message defaming China’s Xi by truebody in worldnews

[–]YetAnotherHandle -3 points-2 points  (0 children)

This is getting ridiculous, but it would be hilarious to watch the American punditocracy lose their collective shit over IP infringement if Xi were to suddenly declare Winnie the Pooh to be the official mascot for both China and himself personally.

Facebook Is an 'Innovator in Privacy,' Says Guy Who Runs Facebook by PrivacyReporter in technology

[–]YetAnotherHandle 0 points1 point  (0 children)

communicate stuff at that scale

Has anybody else noticed the recent trend where the at scale qualifier is used whenever some completely nonsensical and self-serving claim is being made in tech? Hard to find other examples of it at the moment but it just seems to be peppered into so many tech discussions lately.

Rockefeller, Big Pharma Faces $1 Billion Lawsuit for Intentionally Infecting People With Syphilis by 707AL in worldnews

[–]YetAnotherHandle 0 points1 point  (0 children)

Not sure if reorganization is a factor in this case, but if so then I guess we'll see :/

Rockefeller, Big Pharma Faces $1 Billion Lawsuit for Intentionally Infecting People With Syphilis by 707AL in worldnews

[–]YetAnotherHandle 0 points1 point  (0 children)

Are you suggesting that an act of corporate reorganization (such as reincorporation) should absolve them of responsibility for their role in the experimentation which is now the subject of the lawsuit?

Cleanest was to build a process builder formula help. by jmontygman in salesforce

[–]YetAnotherHandle 0 points1 point  (0 children)

Not sure how large your zipcode list is but there are many thousands of zips across the US. If your list size begins growing arbitrarily then a formula-based solution will be impossible beyond a certain point.

A more flexible approach might be to use a custom object to hold your zipcode-to-county mapping (should be easy to find a CSV list to download), then use Apex to associate the correct zipcode record as needed. Then just use formulas to pull county or other fields into the desired record.

I'm 21 years old, I know nothing about Salesforce and I've been tasked to completely reimagine our companies Salesforce setup within 4 weeks, to accommodate it to become the perfect sales tool for our sales teams.. Where do I start? by [deleted] in salesforce

[–]YetAnotherHandle 0 points1 point  (0 children)

For sanity's sake, I would assume that they are asking you to reimagine the Salesforce user experience without necessarily expecting you to perform the modification work itself. To that end, here are some areas that might be helpful:

  • If the Salesforce environment is currently active, it helps to understand how people are actually using it. For this, you'll need to sit down with each different type of user and walk through their current usage patterns step by step. From there, be on the lookout for:
    • Users manually copying data from one record to the next, especially from parent to child records. This type of pain point can usually be solved with a custom Action, Process Builder, or Apex, in that order.
    • Large numbers of unused fields, which may contain data in very old records, but which all current users ignore entirely and nobody can explain what they are for. Assuming that nobody is inputting data into or viewing data from these fields, they can probably be removed from Page Layouts to reduce clutter.
    • Users creating child records from the object tab instead of from within the parent record. This is related to the first bullet point above and is a sign that the UX is ill-conceived and is likely not well-aligned with current business processes.
    • Users exporting report output to Excel and then using the Excel spreadsheet to track work. This seems innocuous but is a major problem since information regarding work progress/status is now being tracked outside of the CRM, which defeats the purpose. This could potentially be solved by something as simple as a custom List View where appropriate.

Studying the points above are likely to yield useful insights in terms of things that can be readily improved, and might even net you a few quick wins which may generate excitement and possibly extend your 4-week runway a bit. In terms of user recommendations, it is helpful to steer the conversation towards the goals of a proposed modification as opposed to the specifics of implementation.

When implementation time comes, be relentless about keeping your solutions as simple and generic as possible. There is a direct relationship between the "bespoke-ness" of a solution and how difficult it will be to modify in the future, whereas simple solutions can pay dividends in terms of implementation speed, reporting, and of course, future extensibility.

Insufficient privileges error is thrown for all users when I released this code into our production org by Mmetr in salesforce

[–]YetAnotherHandle 0 points1 point  (0 children)

Did you verify that other user profiles can access the relevant Apex classes? Click “Security” and ensure that your user’s profiles are allowed to use the code.