DevCodeCorner's profile picture. Interested in Coding, Machine Learning, AI, Crypto, Health and everything in between. Usually follow back if it's real account.

DevCodeCorner

@DevCodeCorner

Interested in Coding, Machine Learning, AI, Crypto, Health and everything in between. Usually follow back if it's real account.

DevCodeCorner 已转帖

Indeed, in Insider Canary 27924 (latest build), Microsoft has disabled localonly. Now it is still possible to bypass this. You must disconnect your PC from the internet. If this is not possible (cable cannot be unplugged), do the following: SHIFT + F10 then the command ipconfig…

So no, you can always bypass the Microsoft account, and the same goes for TPM. I'm still using an old version of VMWare that doesn't have a ready-made option, so I had to create the LabConfig key in regedit. Windows 11 25H2 x64 latest version Shift + F10 : start ms-cxh:localonly

SwitchTools's tweet image. So no, you can always bypass the Microsoft account, and the same goes for TPM. I'm still using an old version of VMWare that doesn't have a ready-made option, so I had to create the LabConfig key in regedit.
Windows 11 25H2 x64 latest version
Shift + F10 : start ms-cxh:localonly


DevCodeCorner 已转帖

So no, you can always bypass the Microsoft account, and the same goes for TPM. I'm still using an old version of VMWare that doesn't have a ready-made option, so I had to create the LabConfig key in regedit. Windows 11 25H2 x64 latest version Shift + F10 : start ms-cxh:localonly

SwitchTools's tweet image. So no, you can always bypass the Microsoft account, and the same goes for TPM. I'm still using an old version of VMWare that doesn't have a ready-made option, so I had to create the LabConfig key in regedit.
Windows 11 25H2 x64 latest version
Shift + F10 : start ms-cxh:localonly

Microsoft says it'll block you from setting up Windows 11 with a local account.

Pirat_Nation's tweet image. Microsoft says it'll block you from setting up Windows 11 with a local account.


DevCodeCorner 已转帖

Inflation explained!


DevCodeCorner 已转帖

The single most undervalued fact of linear algebra: matrices are graphs, and graphs are matrices. Encoding matrices as graphs is a cheat code, making complex behavior simple to study. Let me show you how!

TivadarDanka's tweet image. The single most undervalued fact of linear algebra: matrices are graphs, and graphs are matrices.

Encoding matrices as graphs is a cheat code, making complex behavior simple to study.

Let me show you how!

DevCodeCorner 已转帖

You can now run 100B parameter models on your local CPU without GPUs. Microsoft finally open-sourced their 1-bit LLM inference framework called bitnet.cpp: > 6.17x faster inference > 82.2% less energy on CPUs > Supports Llama3, Falcon3, and BitNet models


DevCodeCorner 已转帖

You still can bypass microsoft Windows 11 requirement account, Microsoft has only removed the automatic script You just need to create a new Registry value by following these steps, I tested on my PC: >1 On the “Let’s connect you to a network” screen, press Shift + F10 to open…

Pirat_Nation's tweet image. You still can bypass microsoft Windows 11  requirement account, Microsoft has only removed the automatic script

You just need to create a new Registry value by following these steps, I tested on my PC:

>1 On the “Let’s connect you to a network” screen, press Shift + F10 to open…
Pirat_Nation's tweet image. You still can bypass microsoft Windows 11  requirement account, Microsoft has only removed the automatic script

You just need to create a new Registry value by following these steps, I tested on my PC:

>1 On the “Let’s connect you to a network” screen, press Shift + F10 to open…

DevCodeCorner 已转帖

Ok, @OpenAI GPT-4o can generate 2D character animation sprite sheets for your vibe coded video game Prompt below 👇

majidmanzarpour's tweet image. Ok, @OpenAI GPT-4o can generate 2D character animation sprite sheets for your vibe coded video game

Prompt below 👇

DevCodeCorner 已转帖

Microsoft is closing a loophole in the Windows 11 setup process that let you skip signing in with a Microsoft account. The bypassnro command is going away

Pirat_Nation's tweet image. Microsoft is closing a loophole in the Windows 11 setup process that let you skip signing in with a Microsoft account. The bypassnro command is going away

DevCodeCorner 已转帖

There's still no better explainer of what neural networks are and how they work than @3blue1brown's 8-video playlist. He recently added four new videos to this playlist: 1. Large Language Models explained briefly 2. Transformers (how LLMs work) explained visually 3. Attention…


DevCodeCorner 已转帖

Researcher: "We let the data speak for itself." Earlier that day:

KhoaVuUmn's tweet image. Researcher: "We let the data speak for itself."

Earlier that day:

DevCodeCorner 已转帖

Tiktok's Monolith paper is a must read. It shows that you don't need a social graph to make an addictive product if you nail real-time recommendations that update AS each user scrolls. Very few great applied CS papers exist and even fewer that made a 1B+ user product!

deedydas's tweet image. Tiktok's Monolith paper is a must read.

It shows that you don't need a social graph to make an addictive product if you nail real-time recommendations that update AS each user scrolls.

Very few great applied CS papers exist and even fewer that made a 1B+ user product!

DevCodeCorner 已转帖

visualization of a simple neural network


DevCodeCorner 已转帖

important to note for all news outlets that will misrepresent this: - this is a javascript client library, meaning it has nothing to do with the security of the blockchain itself - if you're a journalist, read the above again (similar to the Slope hack where they were leaking…

anyone using @solana/web3.js, versions 1.95.6 and 1.95.7 are compromised with a secret stealer leaking private keys. if you or your product are using these versions, upgrade to 1.95.8 (1.95.5 is unaffected) if you run a service that can blacklist addresses, do your thing with…



DevCodeCorner 已转帖

Heads up: Microsoft Office, like many companies in recent months, has slyly turned on an “opt-out” feature that scrapes your Word and Excel documents to train its internal AI systems. This setting is turned on by default, and you have to manually uncheck a box in order to opt…

nixcraft's tweet image. Heads up: Microsoft Office, like many companies in recent months, has slyly turned on an “opt-out” feature that scrapes your Word and Excel documents to train its internal AI systems. This setting is turned on by default, and you have to manually uncheck a box in order to opt…

DevCodeCorner 已转帖

According to dynamical systems, psychiatric disorders can be seen as energy landscapes with peaks and valleys. OCD has deep valleys where neural activity gets stuck, while schizophrenia has shallow valleys that let neural activity roam too freely, connecting unrelated ideas.


DevCodeCorner 已转帖

Solana fees explained Solana's fee model is different than Ethereum, so most people on CT will be confused at first Solana has two types of fees: - storage fee - txn fee the txn fee is what you're used to from Ethereum, but with one big difference on Solana, the fees are…

0xMert_'s tweet image. Solana fees explained

Solana's fee model is different than Ethereum, so most people on CT will be confused at first

Solana has two types of fees:

- storage fee
- txn fee

the txn fee is what you're used to from Ethereum, but with one big difference

on Solana, the fees are…

DevCodeCorner 已转帖

3Blue1Brown's animation code is public

tom_doerr's tweet image. 3Blue1Brown's animation code is public

DevCodeCorner 已转帖

TOP NuGet Packages that I always use for my .NET Projects. 😎🔥 1. Serilog: You can't go wrong with this one! Serilog is the most popular logger for your .NET application, providing powerful structured logging and easy integration with sinks like Elasticsearch and Seq. Read the…

iammukeshm's tweet image. TOP NuGet Packages that I always use for my .NET Projects. 😎🔥

1. Serilog: You can't go wrong with this one! Serilog is the most popular logger for your .NET application, providing powerful structured logging and easy integration with sinks like Elasticsearch and Seq. Read the…

DevCodeCorner 已转帖

still baffled how terribly fragile this thing is

dotnetmeme's tweet image. still baffled how terribly fragile this thing is

DevCodeCorner 已转帖

When I'm hiring a data analyst, here's what SQL I'd expect candidates with 1-2 years of experience to know:


Loading...

Something went wrong.


Something went wrong.