first_page

“11 JavaScript Animation Libraries For 2019” and other tweeted links…

ブラッキー [blacky7522] 11 JavaScript Animation Libraries For 2019 by Jonathan Saring https://blog.bitsrc.io/11-javascript-animation-libraries-for-2018-9d7ac93a2c59?gi=ed70256906e8

jeshka [gongjoonamu] Really excited about the improved UX around Promises! I forget to await things all the time 😅 Announcing TypeScript 3.6 | TypeScript https://devblogs.microsoft.com/typescript/announcing-typescript-3-6/

Jeff Atwood [codinghorror] Basically, Amazon has become a front end for Aliexpress. I’ve personally observed this happening for the last 2 years; it is true https://www.wsj.com/articles/amazon-has-ceded-control-of-its-site-the-result-thousands-of-banned-unsafe-or-mislabeled-products-11566564990?mod=rsswn

LINQPad·Joe Albahari [linqpad] LINQPad 6 now lets you define namespaces, making it easier to paste in code from VS. And to help with navigation, there's now full bookmarking support - with both VS and ReSharper hotkey compatibility. https://www.linqpad.net/linqpad6.aspx https://twitter.com/linqpad/status/1171354519252287492/photo/1

Mohammad Rais Al Islam [thedeadfish59] So finally, breaking the 10-year legacy of naming new Android versions after desserts, Google has decided to keep things simpler by naming them as Android 10, 11 and so on!

I liked the logo, much simpler and simplicity is beauty! https://www.theverge.com/2019/8/22/20827231/android-10-q-google-name-officially-announced-new-logo-wordmark-desserts

Bryan D. Wilhite [BryanWilhite] @LMFinney @AngularAir woah… a dependency-injection-less Karma-Jasmine test that is super fast, completely free from the @angular team’s TestBed

https://www.youtube.com/watch?v=d5niF8Ordgg&feature=youtu.be&t=2777 https://twitter.com/BryanWilhite/status/1166856768573493250/photo/1

Bryan D. Wilhite [BryanWilhite] ngAir 215 - More Unit Testing, Less Effort with Lance Finney @LMFinney

https://www.youtube.com/watch?v=d5niF8Ordgg&feature=youtu.be&t=1747 [me had no idea jasmine.createSpyObj(...) supported generics 👀] <= @AngularAir https://twitter.com/BryanWilhite/status/1166851177775947778/photo/1

Bryan D. Wilhite [BryanWilhite] 11 Crucial Elements Every Homepage Should Have [+Video]=https://www.impactbnd.com/blog/11-crucial-elements-every-homepage-should-have=

Bryan D. Wilhite [BryanWilhite] http://joplinapp.org/

the cross-platform Markdown editor, originally meant for creepy Mac people https://twitter.com/BryanWilhite/status/1169350423565615105/photo/1

MSPoweruser [mspoweruser] Great news for developers, GitHub now supports security keys and biometric options for authentication - http://bit.ly/2Zj6pNz https://twitter.com/mspoweruser/status/1164477397477072896/photo/1

Windows Dev Docs [WindowsDocs] Brand new bookmark functionality is now available at docs-microsoft-com! You can bookmark any @docsmsft page, enabling you to quickly get back to docs you use frequently.

Learn more in the team blog post http://msft.social/XUM1O8

#WindowsDev #Docs https://twitter.com/WindowsDocs/status/1169259599024799744/photo/1

Muhammad Rehan Saeed [RehanSaeedUK] @BryanWilhite This should be built in. Perhaps a PR could be submitted?

Bryan D. Wilhite [BryanWilhite] @DennisCode @docsmsft Nope: I cannot prove in a professional manner that Microsoft.AspNetCore.TestHost depends on explicit version numbers for Microsoft.AspNetCore.All—so i refuse to go through the waste of time with those that would automatically and lazily doubt me🤠

Maira Wenzel 👩🏼‍💻 [mairacw] @BryanWilhite @DennisCode @docsmsft We'd never do that!

@natemcmaster can you help with this feedback since you helped adding the information for https://github.com/dotnet/docs/issues/8691? Thanks!

Bryan D. Wilhite [BryanWilhite] .@docsmsft implicit package versions article at http://aka.ms/sdkimplicitrefs does not even mention Microsoft.AspNetCore.TestHost which seems to have need for a version number for Microsoft.AspNetCore.All🤠 https://twitter.com/BryanWilhite/status/1172001029509898242/photo/1

PauloMorgado.NET [PaulomorgadoN]

Release Candidate builds of Entity Framework Core 3.0 and Entity Framework 6.3 are now available http://dlvr.it/RDDwHp https://twitter.com/PaulomorgadoN/status/1173719753925353472/photo/1

Dominique Broeglin [dbroeglin] Powershell c’est 7 preview 3 is out https://devblogs.microsoft.com/powershell/powershell-7-preview-3/

One of the new feature is that we can now use PowerShell as the login shell on Mac & Linux!

N.C. Weber [Afrodiseum] I don't know why M$ is so surprised. People loved PowerToys back in the Win98 days.

The Verge: Microsoft’s first PowerToys for Windows 10 now available to download. https://www.theverge.com/2019/9/6/20852451/microsoft-windows-10-powertoys-download-features

via @GoogleNews

Particular Software [ParticularSW] Some of us here at Particular Software are old enough to remember the Windows 95 PowerToys, so we're pretty excited about the new and shiny open source reboot! Announcing the first preview and code release of PowerToys — https://insider.windows.com/en-us/articles/announcing-the-first-preview-and-code-release-of-powertoys/?utm_content=buffer24bf5&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer https://twitter.com/ParticularSW/status/1171257744680202240/photo/1

Yorunaga [Yorunaga_] Linux Kernel 5.3 Officially Released, Here's What's New http://lxer.com/module/newswire/ext_link.php?rid=274990

Bryan D. Wilhite [BryanWilhite] news flash (for me): IsNullOrWhiteSpace() is a super-set of IsNullOrEmpty() 😲

return String.IsNullOrEmpty(value) || value.Trim().Length == 0;

https://docs.microsoft.com/en-us/dotnet/api/system.string.isnullorwhitespace?view=netframework-4.8 https://twitter.com/BryanWilhite/status/1165003108625182721/photo/1

Bryan D. Wilhite [BryanWilhite] dig, @andrewlocknet, his JsonFileDataAttribute:

You have to make sure the files are copied to the test output, which you can do from the properties dialog as shown above, or by setting the CopyToOutputDirectory attribute in your .csproj directly https://twitter.com/BryanWilhite/status/1169331277792571392/photo/1

Bryan D. Wilhite [BryanWilhite] leonsans

Leon Sans is a geometric sans-serif typeface made with code in 2019 by Jongmin Kim.

https://github.com/cmiscm/leonsans https://twitter.com/BryanWilhite/status/1168385356372164610/photo/1

MSPoweruser [mspoweruser] Microsoft announces partnership with Chevron to accelerate oil extraction just a day before the Global Climate Strike - https://mspoweruser.com/microsoft-announces-partnership-with-chevron-just-a-day-before-the-global-climate-strike/ https://twitter.com/mspoweruser/status/1174775606518722561/photo/1

Freddie O 🇬🇭🇬🇧 [Frezzy] New evidence submitted for an investigation into Google's collection of personal data in the European Union reportedly accuses the search giant of stealthy sending your personal user data to advertisers https://www.cnet.com/news/google-has-secret-webpages-that-feed-your-personal-data-to-advertisers-report-says/

Eugene Ching [gh0stmunk] An ex-Microsoft developer's opinion – that Microsoft firing testers in 2015 meant the end of quality software at the company. https://mspoweruser.com/ex-microsoft-explains-quality-issues-with-windows-10-development/

Yorunaga [Yorunaga_] Stallman's final interview as FSF president: Last week we quizzed him over Microsoft visit. Now he quits top roles amid Epstein email storm http://lxer.com/module/newswire/ext_link.php?rid=275056

Scott Nimrod [Bizmonger] Have you ever dumbed-down your expertise/discipline for a new job just to be recognized as a team player?

How did that work out for you?

Bryan D. Wilhite [BryanWilhite] @Bizmonger Had I done that my net worth would be 10+ times my current annual income, I would be married into a family that knows way too little about Black history, I would be a homeowner, cheating on my spouse and finding sophisticated ways to hate myself—basic American adulthood😇

Bryan D. Wilhite [BryanWilhite] “Women’s salaries are far behind men’s, even when broken down by levels of experience… tWomen’s salaries are far behind men’s, even when broken down by levels of experience.” https://spectrum.ieee.org/view-from-the-valley/at-work/tech-careers/us-engineer-salaries-jump-smart-phone-developers-are-biggest-winners

Bryan D. Wilhite [BryanWilhite] Can the millionaire @mozilla organization stop spamming my SMS with thanks for "choosing" them?

Sincerely, really guys. Stop it.