“Is CSS a programming language?” and other tweeted links…
Is CSS a programming language? I think @laras126 has the answer #css #programming #webdevelopment https://www.youtube.com/watch?v=cCeqH6m_K20&feature=youtu.be
↬ CSS Animations https://css-animations.io/
↬ Grid Garden https://cssgridgarden.com/
↬ Flex Zombies, Grid Critters https://mastery.games/p/flexbox-zombies
↬ Grid Cheatsheets http://grid.malven.co/
↬ Flexbox games https://flexboxfroggy.com/ http://www.flexboxdefense.com/ https://twitter.com/smashingmag/status/1032951769540841473/photo/1
Awesome talk by @DavidKPiano on UI Animation using CSS & JS. So good to see how both technologies work beautiful together. 😍 https://www.youtube.com/watch?v=4IRPxCMAIfA
Reading books, articles, watch videos, go to conferences? @hj_chen shares her way to learn to CSS https://www.youtube.com/watch?v=gJA5sdyCWNQ https://twitter.com/cssconfasia/status/807431284993601537/photo/1
What interactives can do (that articles can’t) http://elliotbentley.com/2018/06/03/interactives.html https://twitter.com/ilikevests/status/1129098443840983045/photo/1
The @dotnet team open-sourced huge parts of #WPF on https://github.com/dotnet/wpf, including PresentationCore and PresentationFramework. AMAZING!!!
And sorry team, I just couldn't wait: https://github.com/dotnet/wpf/pull/745 🔥🚀 #XAML #Windows #dotnet #developers https://twitter.com/thomasclaudiush/status/1131665802506231808/photo/1
How many sites* are getting larger?
Over 1 year:
- 70% of sites got larger.
- 47% of sites increased JS by 100 KB+.
- 18% of sites grew by 1 MB+.
- Alexa Top 10K sites, July 2018 vs July 2017, via @HTTPArchive https://twitter.com/katiehempenius/status/1133209127000379393/photo/1
Introducing GitHub Desktop 2.0, now with rebasing and stashing (two of our most requested features) 🎉
Collaborate with ease and be more productive locally.
FunctionScript: Turn Node Functions into Typed HTTP APIs - https://github.com/FunctionScript/FunctionScript
Blender Film Review: "Spring" https://www.blendernation.com/2019/05/27/blender-film-review-spring/ #b3d https://twitter.com/BlenderNation/status/1132913604548808704/photo/1
BOOTSTRAP, MATERIALIZE, TAILWIND CSS https://podcast.htmlallthethings.com/e/bootstrap-materialize-tailwind-css/ @htmleverything https://twitter.com/BryanWilhite/status/1129109504505724928/photo/1
The http://htmlanchorelement.download/ property is a DOMString indicating that the linked resource is intended to be downloaded rather than displayed in the browser. https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement/download https://twitter.com/BryanWilhite/status/1129472464331739136/photo/1
ng update
will automatically change the loadChildren
syntax to import()
, and we no longer recommend using the string-based style like path/to/module#ModuleName
=> @phenomnominal 🙌👍🚀
http://github.com/angular/angular-cli/releases https://twitter.com/BryanWilhite/status/1133820191471591424/photo/1
“The collaboration wasn't without its moments. At some point, the duo started developing a falling-out over things like making Natron a clone of Nuke or focusing on original work and new ideas instead.” http://libregraphicsworld.org/blog/entry/the-demise-of-natron => @megafunkmega https://twitter.com/BryanWilhite/status/1128760345302986752/photo/1
ZDoom now comes in multiple flavours! The primary port, GZDoom, sports advanced hardware (OpenGL) and enhanced software rendering capabilities, while its sister port QZDoom serves a test bed for new (stable) features. https://twitter.com/BryanWilhite/status/1136720076726386688/photo/1
gzip and cache control on Azure Blob Storage http://dlvr.it/R4tYS3 https://twitter.com/PaulomorgadoN/status/1129344326616506368/photo/1
#DurableFunctions now supports a new stateful entities pattern from the Azure updates team https://azure.microsoft.com/en-us/updates/durable-functions-now-supports-a-new-stateful-entities-pattern/ #Azure
What’s new in Azure SignalR 1.1.0 Preview 1 https://devblogs.microsoft.com/aspnet/whats-new-in-azure-signalr-1-1-0-preview-1/ https://twitter.com/DotNetAppDev/status/1135999748995989504/photo/1
So today I decided to silence the Microsoft voices and give @Azure a go, less than 10 min later I had a static site deployed 🤯 Much better than AWS where 10min later I was still on hold trying to talk to someone about the verification charge to open my account 🤦♀️
I'm trying to get back into blogging about tech stuff I work on. Here is my latest attempt where I talk about the "stateful entities" support we're working on for Azure's Durable Functions. https://link.medium.com/4yDA6kDiMW
Microsoft brings Patreon model to GitHub - https://mspoweruser.com/microsoft-brings-patreon-model-to-github/ https://twitter.com/mspoweruser/status/1131617815809712128/photo/1
As search needs evolve, Microsoft makes AI tools for better search available to researchers and developers | Microsoft AI Blog https://blogs.microsoft.com/ai/bing-vector-search/ https://github.com/microsoft/SPTAG
#NearestNeighborSearch https://twitter.com/BioDecoded/status/1129521278174412800/photo/1
Build sophisticated algorithms and built-in knowledge from the #Wolfram Language directly from #Python with the Wolfram Client Library for Python. It’s efficient, easy to use and fully open source. See how to get started and get the source code: http://wolfr.am/DBWhwe0n https://twitter.com/stranglemole/status/1129296814958686208/photo/1
On r/SubSimulatorGPT2, “each bot has been trained on text collected from specific subreddits, meaning that the conversations they generate reflect the thoughts, desires, and inane chatter of different groups on Reddit.”
I love that the F# repo is now called dotnet/fsharp. I suggested dotnet/froslyn but @_cartermp wasn't amused.
https://devblogs.microsoft.com/dotnet/the-f-development-home-on-github-is-now-dotnet-fsharp/
Just found a C# 8 nullable reference types warning in Noda Time. Fixing it by changing Foo(x, x?.Bar) to Foo(x, x?.Bar!) which looks really dodgy... anyone want to guess why it's okay?
C# 8.0 will introduce a new feature over interfaces, called default implementation. It makes open-closed principle more flexible, without breaking existing codebase.
https://devblogs.microsoft.com/dotnet/default-implementations-in-interfaces/
In less than 2 years http://docs.microsoft.com/ users have recorded 50,000 questions, suggestions, and bugs via the GitHub issues integration on the site. 80% of the issues have been resolved by the content authoring teams. This is a remarkable feat!👏👏👏 ...
Migrate from packages.config to PackageReference https://docs.microsoft.com/en-us/nuget/consume-packages/migrate-packages-config-to-package-reference
NuGet PackageReference is not available in Visual Studio 2015 and earlier. Migrated projects can be opened only in Visual Studio 2017.
@oliagavrysh taught me this! 🥳 https://twitter.com/BryanWilhite/status/1130911022120701952/photo/1
Create Interactive .NET Documentation with Try .NET https://devblogs.microsoft.com/dotnet/creating-interactive-net-documentation/ by @LadyNaggaga
“the DebuggerDisplay Attribute has been around since the beginning of time” @lyrichardson01 => i had no idea 😌😃 [i would override the ToString() method for debug and trace/logging]
http://mybuild.techcommunity.microsoft.com/sessions/77042
https://docs.microsoft.com/en-us/visualstudio/debugger/using-the-debuggerdisplay-attribute?view=vs-2019 https://twitter.com/BryanWilhite/status/1130939649222819840/photo/1
The Many Changes & Additions To Find With The Linux 5.2 Kernel http://lxer.com/module/newswire/ext_link.php?rid=270038
the oom (out of memory) killer https://twitter.com/b0rk/status/1133216877839360001/photo/1
As a kid, the book that made me love math and physics. Russian book, sadly unavailable in English: https://twitter.com/migueldeicaza/status/1134239763140096000/photo/1
"The exposed data included users’ biodata, profile picture, the number of followers they have, their location by city and country, and contact information like the Instagram account owner’s email address and phone number." #instagram #itsecurity #dataleak
https://www.cisomag.com/instagram-data-breach-49-million-users-sensitive-data-exposed-online/
#SeguridadInformatica #InfoSec Google confirms that advanced backdoor came preinstalled on Android devices | Ars Technica https://arstechnica.com/information-technology/2019/06/google-confirms-2017-supply-chain-attack-that-sneaked-backdoor-on-android-devices/, see more http://tweetedtimes.com/srita_karen?s=tnp
Google’s #PageRank patent has expired: https://patents.google.com/patent/US6285999B1/en
To be clear, the problem isn’t tech. It’s the people being excluded from developing tech. We’ve created a monoculture of not-very-bright white boys, showered them with money, and told them they were geniuses.
The system is racist and sexist by design.
👇I've seen this pattern in the workplace
- Men are given opportunities based on their perceived potential
- Women & underrepresented folks have to prove themselves and their work for the same opportunity https://twitter.com/WoSECtweets/status/1132115714112925696