HAProxy Technologies has published an advisory for CVE‑2025‑11230, a high‑severity denial‑of‑service flaw rooted in an Inefficient Algorithm Complexity (CWE‑407) in the embedded mjson JSON parser; specially crafted JSON payloads that include extremely large numeric values can trigger...
Microsoft’s September Patch Tuesday delivered a broad, operationally important set of security updates on September 9, 2025, covering Windows, Microsoft Office, SQL Server and related platform components — with industry trackers reporting roughly 80–86 CVEs patched and several high‑priority...
Microsoft's .NET 10 has taken a major step toward general availability with the release of its first release candidate and a go‑live license, bringing production‑grade support to developers and signalling that upgrading to the upcoming Long‑Term Support (LTS) platform is now a realistic option...
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...
auditing
cve-2024-21907
cve-2025-55234
end of support
eop
extended security updates
hotpatching
hyper-v
json
mfa
microsoft
newtonsoft.json
ntlm
office
patch
patch management
rce
siem
smb
windows
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...
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...
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...
api
bom
browser-devtools
content type
debugging
encoding
error handling
html-response
jsonjson-parse-error
jsonlint
network-debugging
notepadplusplus
production readiness
production-debugging
validation
validation-tools
visual studio code
web development
web standards
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...
Microsoft’s first Release Candidate (RC0) for SQL Server 2025 is here, and it’s more than a stability checkpoint—it’s a statement of direction that blends built-in AI, developer‑friendly T‑SQL, and secure‑by‑default networking into a single, on‑premises database platform that looks and feels...
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 ?
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...
api
app development
autosuggest
bing
cognitive services
functionality
image search
intelligent applications
json
machine learning
microsoft
news search
rest api
sdk
search
search parameters
smart search
software development
video search
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...
app manifest
app registrations
appurihandlers
configuration
deep linking
http
https
json
linking
narwhalfacts
navigation
offline access
package family name
sideloading
testing
user engagement
validation
visual studio
web-to-app
windows
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...
api design
browser compatibility
cors
fetch
future-proofing
javascript
json
memory usage
microsoft edge
performance
promise
request
response
service workers
streaming
user experience
web development
web standards
windows 10
xhr
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...
appdata
command
cortana
customization
editing
email
fallback
files
functionality
json
localstate
search
taskbar
tech tips
user experience
usercommands
windows
windows 10
windows features
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...
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...
api
app
beginner
coding
cortana
data binding
development
exercise
games
json
learning
location
programming
progress bar
soundboard
uwp
weather
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...
api
background transfer
client certificate
connectivity
cross-platform
developers
http
json
media
memory
network
p2p
performance
rest
socket
upgrade
uwp
visual studio
voip
windows 10
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)...
api
cache
catalog
channel 9
concurrent processing
data anonymization
data management
data upload
data usage
json
machine learning
microsoft azure
model
recommendation engine
recommendations
service implementation
user interface
video content
webjobs
xml
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...
api keys
app development
background
bing
geolocation
json
microsoft store
mobile development
mvvm
sample project
source code
universal apps
visual studio
weather forecast
weatherview
web services
windows 8.1
windows phone 8.1
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...