What blogging software does scott hanselman use
Scott Hanselman. So if you use the prebuilt ghost you have to do a couple of items to get this working. Wayne Arthurton. EDIT: Use the hbs. I made a mistake when I typed in my previous comment.
The express-hbs patch was the last thing in needed to get up and running. I'm using a similar means of deployment, except i'm using a custom node deployment script and syncing from github. The debug console is pure gold! I have about 20 azure web sites that I manage in production so that will now be a daily use tool for me.
This needs to be right on the dashboard of every azure website Hi Scott we cant reach windows Azure from Iran even for trial time? Neat, I've been intrigued by Ghost, looking forward to giving it a try. October 25, I can't stand grammar nazis. They're usually the meanest people with strong sociopathic tendencies. The fact that they actually write an email to you says a lot about them.
Life is too short to be proofreading a blog post that's not your own. Even one as popular as this one. Brian Hall. I think you need to change package. If I don't do that, I get an error on the signup page.
Guang Yang. Scott, Ghost is looking nice. With its light weight and non-database requirement, its extremely simple to fathom. Incidentally, can anyone please help me with a. October 26, October 27, Grrr, I was hoping to be the first to figure out how to get Ghost running on Azure Websites : When I tried a few weeks back I ran into two issues.
I was never able to get Azure to look for index. The other was the Azure Websites defaults to Node 0. Regardless, glad to see a good walkthrough on how to get things working, thanks. October 28, Tony Surma. November 08, Ghost is awesome platform, especially there is no performance issues with it. We made performance test Ghost and Wordpress to compare them.
Ghost handles concurrent users and Wordpress handles less than Ghost. December 07, December 09, Stefan, I had the same issue as you and fixed it by adding readdirp to my Packages. JSON file and running npm install. I also added unidecode. I was able to get things up and running for one site, but not able to recreate a successful deployment until adding those packages. December 16, I'm not the only one that uses 'poop' in config files.
Made me giggle. December 19, January 23, Each has a distinct purpose, and I probably touch each at least a few times a week. For me, "util" means utilitarian and it means don't clutter my tray. If it saves me time, and seamlessly integrates with my life, it's the bomb. Those that aren't free are very likely worth your day trial, and very likely worth your money.
These are all well loved and oft-used utilities. I wouldn't recommend them if I didn't use them constantly. Things on this list are here because I dig them.
No one paid money to be on this list and no money is accepted to be on this list. Personal Plug: If this list is the first time you and I have met, you should subscribe to my blog , and check out my podcasts , and sign up for my newsletter of Wonderful Things. Feel free to get involved here in the comments, post corrections, or suggestions for future submissions. I very likely made mistakes, and probably forgot a few utilities that I use often.
There's a million great Visual Studio Extensions. The ones I like won't be the that ones you like. But, go explore. Oh yes, and finally Windows Sandbox - You already have this and didn't even know it! Great for testing weird tools and utilities that some rando on a blog asks you to download.
Download now. Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author. Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way. Sponsored By. About Scott Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee.
About Newsletter. Hosting By. Share on Twitter or Facebook or use the Permalink. December 25, Been waiting every year for the update : Thanks! Far Manager is an old replacement for Norton Commander for windows. Thanks for the list Scott. There are several here I would like to check out.
The biggest surprise for me was that you did not mention Total Commander as a replacement for Norton Commander. It is by far the best file commander "like" software ever made. I've used it every day since I bought a license in Highly recommended! It has a ton of features built in and is highly customizable. Tom Reiertsen. Awesome list. A lot of great new Microsoft things in the last 6 years. Leon Bambrick. WizTree is a much much faster WinDirStat replacement.
It reads the MFT table instead of parsing the disk file by file. Q-Dir has saved me so much time over the years, whenever I have to sift to lot of binaries, this is the best! A great Xmas gift!! Thanks to Derek for WizTree suggestions. Orders of magnitude quicker! It's worth a few minutes to research the history of how WinGet was born out of AppGet and how proper attribution could prevent disappointments.
Derek wow WizTree is really fast! Thanks for mentioning it. It also has a portable version. Are there any downsides to using the MFT? The speed difference is huge. Dngrep is open source file search that also integrates with everything. Tons of features. Great list! I would add NCrunch to this list, the fast live unit testing and code coverage tool not free though.
I was just searching for this yesterday and saw it had not been updated in so long. But then here it is in the RSS feed! You'll find that any internally connected device you have likely has an Integration available. Temperature, Light Status, sure, that's easy Home Automation. But integrations and 3rd party code can give you details like "Is the Living Room dark" or "is there motion in the driveway. What's the best part? Not in a cloud or the cloud or anyone's cloud.
I've got my stuff running on a Raspberry Pi 4. I believe setting up Home Assistant on a Pi is the best and easiest way to get started. It's up to you. But to be clear, it all still runs inside your house and not in the cloud.
OK, to the main point. I used to have an Amazon Ring Doorbell that would integrate with Amazon Alexa and when you pressed the doorbell it would say "Someone is at the front door" on our all Alexas.
It was a lovely little integration that worked nicely in our lives. I don't want to pump video to outside services, so this doorbell integrates nicely with my existing Unifi installation and records video to a local hard drive. However, I lose any Alexa integration and this nice little "someone is at the door" announcement.
So this seems like a perfect job for Home Assistant. I recommend going into your Alexa app and making a Multi-room Speaker Group called "everywhere. If that works, you know you can automate Alexa and make it say things. Now, go to Configuration, Automation, and Add a new Automation. Here's mine. I used the UI to create it.
Note that your Entity names may be different if you give your front doorbell camera a different name. Note that the "to: 'on'" trigger is required or you'll get double announcements, one for each state change in the doorbell. Not yours. Provide the convenient login features your customers want, like social login, multi-factor authentication, single sign-on, passwordless, and more.
Get started for free. Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author. If you're used to ASP. NET apps when you think about apps that are JavaScript heavy, "front end apps" or TypeScript focused, it can be confusing as to "where does.
NET fit in? You need to consider the responsibilities of your various projects or subsystems and the multiple totally valid ways you can build a web site or web app. Let's consider just a few:. Visual Studio manages files for a single application in a Project. The project includes source code, resources, and configuration files. In this case we can have a. Thing is, historically when Visual Studio supported Angular, React, or Vue, it's templates were out of date and not updated enough.
I'll pick JavaScript React. This will give me a frontend with javascript ready to call a ASP. I'll follow along here. It then uses the React CLI to make the front end, which again, is cool as it's whatever version I want it to be. Then I'll add my ASP. Now I have a nice clean two project system - in this case more JavaScript focused than. NET focused. This one uses npm to startup the project using their web development server and proxyMiddleware to proxy localhost calls over to the ASP.
0コメント