json

  1. Microsoft September Patch Tuesday: 80+ CVEs, SMB Audit, and JSON vulnerability fixes

    Microsoft’s September Patch Tuesday delivers a heavy, operationally urgent security package: more than 80 CVEs across Windows, Office, Hyper‑V, Azure components and developer libraries, including eight items Microsoft rates critical and two vulnerabilities that were publicly disclosed before the...
  2. CVE-2024-21907: Upgrade Newtonsoft.Json to 13.0.1 to prevent DoS

    Newtonsoft.Json versions prior to 13.0.1 contain a well-documented flaw—tracked as CVE-2024-21907—where deeply nested or crafted JSON can force the library into a StackOverflow or resource‑exhaustion condition when parsing or serializing, producing a remote-denial‑of‑service (DoS) vector for...
  3. PowerToys: Backup, Diagnostics, and Plugins for Windows Power Users

    PowerToys quietly hides a few genuinely time-saving features behind its polished dashboard — tools for backing up your entire configuration, automatic diagnostic logs you can read yourself, and an easy plugin system that turns the launcher into a Swiss Army knife. These three capabilities alone...
  4. Fix JSON Parse Errors: Quick, Safe Debugging Workflow

    A JSON parse error is a common, often confounding fault that occurs when software attempts to read text that it expects to be valid JSON but finds malformed, encoded, or unexpected content instead — the symptom you see is usually a JavaScript SyntaxError such as “Unexpected token … in JSON at...
  5. FFmpeg Adds Whisper Audio Filter for On-Device Transcription (ASR)

    FFmpeg is adding a built-in transcription capability powered by OpenAI’s Whisper model: a new whisper audio filter (af_whisper) that brings automatic speech recognition (ASR) directly into FFmpeg’s libavfilter stack and can emit plain text, SRT subtitles, or JSON metadata — all without leaving...
  6. Windows 10 Firefox jason bookmark backup open with ?

    I backed up my jason bookmarks from Firefox I made a mistake and used word pad to open with I want to go back and have it as Firefox has it like this bookmarks-2019-10-28.json how do I get rid of word pad open with icon go back to the way Fire fox has it ?
  7. Cognitive Service API – Search

    In the last few posts, we’ve explored a few aspects available to you as part of the wider group of Link Removed. Microsoft Cognitive Services puts the power of machine learning within your reach with easy to consume REST APIs. Using the APIs and SDKs can add a whole new level of cognitive...
  8. Web-to-App Linking with AppUriHandlers

    Overview Web-to-app linking allows you to drive user engagement by associating your app with a website. When users open a link to your website, instead of opening the browser, your app is launched. If your app is not installed, your website is opened in the browser as usual. By implementing...
  9. Fetch (or the undeniable limitations of XHR)

    Starting in EdgeHTML 14, coming with this summer’s Windows 10 Anniversary Update, Microsoft Edge will support the highly anticipated Fetch APIs. This represents the first step in our planned journey to supporting Service Worker in a future release. You can preview the Fetch APIs in Link Removed...
  10. Windows 10 Interesting file for Cortana

    I found an interesting file for Cortana. It appears to be a very large list of commands some look like they have been collected from users computers. I would be curious to edit some of the most likely used commands such as Open Mail. The file is here...
  11. Unknown File Type? Visual Studio Suggestion Extension...

    There you are, opening a new open source project and there's a file in the project that you can't edit or that the edit experience isn't great. Then you remember, "Oh yeah, I'm supposed to install an Extension to edit that..." Link Removed must have run into that more times than he can count...
  12. Windows 10 development for absolute beginners

    The absolute beginners series is back for Windows 10. It doesn’t matter if you’re a pro dev or just starting out, there’s valuable content for everyone. If you’re looking for a faster pace content that dives, the Developer’s Guide to Windows 10 series may be for you. The only thing that the...
  13. Networking API Improvements in Windows 10

    In today’s cloud-first, mobile-first technology world, most Store apps have at least some integration with web services or other devices on a network. These include apps that fetch online weather content, news or sports scores, media or podcast downloaders and even peer-to-peer games, chat or...
  14. Channel 9 Implements The Azure Machine Learning Recommendations API

    You may have noticed a link to that appears next to any recommended entries or sessions: Link Removed This is because we have implemented the Link Removed. Now, whenever you see recommended videos to watch (which appears at the end of each video as well as in a sidebar on each video's page)...
  15. WeatherView, a C# Universal App Sample

    Today's project shows off a simple yet "real" universal application that's already available in the Stores for free, but the source is available too... Link Removed This is a sample which creates a universal Windows app written in C#, that runs on both Windows 8.1 and Windows Phone 8.1. You...
  16. A

    Windows 7 basic scripting, usage piping, output redirections and variable in one example.

    Hi, I mostly use another OS, and need to rewrite following script into one which works in windows. OK, here's the command: curl -s -x 127.0.0.1:8888 -b ./cookies.txt -X GET Link Removed 2>&1 | tr -d '[]' | sed "s/,/\n/g" | head -n 1 | sed "s/.\(.*\)./\1/" here's what it does: loads content of...
  17. Windows 7 Philips Hue Lighting Controller

    Link RemovedSo Philips recently introduced their Hue Connected Bulbs: an easy-to-use set of LED light bulbs and Wi-Fi connected bridge which allows you to dynamically change the color of your home lighting using their iOS or Android app. What’s particularly cool is that the bridge has a web API...
  18. An ASP.NET request that has lots of form keys, files, or JSON payload members fails with an exceptio

    More...
  19. An ASP.NET request that has lots of form keys, files, or JSON payload members fails with an exceptio

    Microsoft security update MS11-100 limits the maximum number of form keys, files, and JSON members to 1000 in an HTTP request. Because of this change, ASP.NET applications reject requests that have more than 1000 of these elements. HTTP clients that... More...
  20. An ASP.NET request that has lots of form keys, files, or JSON payload fails with an exception and re

    Security update MS11-100 limits the maximum number of form keys, files, and JSON members to 1000 in a request. Because of this change, ASP.NET applications reject requests that have more than 1000 of these elements. Clients who make these kinds of... More...