
You can opt out, but it opts in by default now

You can opt out, but it opts in by default now


This study is the first example of applying thermal effective theory to quantum information. The results of this study demonstrate the usefulness of this approach, and we hope to further develop this approach to gain a deeper understanding of quantum entanglement structures
DeepSeek-V3.1 is a hybrid model that supports both thinking mode and non-thinking mode. Compared to the previous version, this upgrade brings improvements in multiple aspects:
- Hybrid thinking mode: One model supports both thinking mode and non-thinking mode by changing the chat template.
- Smarter tool calling: Through post-training optimization, the model’s performance in tool usage and agent tasks has significantly improved.
- Higher thinking efficiency: DeepSeek-V3.1-Think achieves comparable answer quality to DeepSeek-R1-0528, while responding more quickly.
The tool calling improvements are very welcome

I don’t really understand news pieces using ai generated images instead of just showing something from the actual site, I get that not every investigator can go to every location to take photos but communication with the location should provide some opportunity for image gathering
That’s cute, it’s also cool to just be content instead of happy, the benchmark of happiness is tough for a lot of folks to achieve but barring war or macro issues almost anyone can find contentment/peace.
Magic quotes were the single biggest mistake I’ve ever seen any language standard make.
Tailwind uses css variables, it’s really nothing more than a bunch of helper classes on top of css, it’s not a replacement or anything.
Ngl I love tailwind, I’ve been through so many different css paradigms
That’s all I can think of right now, but tailwind is my preferred way to style a new project, I love how easy theming and style consistency is


Given that the biggest neurological basis for asd is a lack of pruning of synaptic connections compared to neurotypical development, reasonableness likely would not from a full societal shift to asd.
Unfortunately the neural network of the worst among us wouldn’t be eliminated, just augmented, see the self proclaiming elon musk. Asd or not humans are still human, we all have our struggles and demons.


Removed by mod
By “truth oracle,” I mean a program that can determine whether arbitrary mathematical statements are true or false


North America, Latin America and Oceania. The Japanese broadcast of Season 3 is slated to premiere in October.
Vscode when I’m feeling productive, neovim when I’m feeling saucy
Hate pretty much every other ide out there, but do occasionally get forced into Android studio or xcode. Xcode is the worst, msvs a close second.
One day a multi cursor first multi-language extension lightweight ide will replace vscode I’m sure but it’s solid for now.


I kinda think bran flakes are the human equivalent of pet food


Pkmn unbound, magicraft, modded balatro
Heck of a time


Renting is genuinely the worst, some rando having complete control over your life simply because one time they happened to have or had been given enough money to cover a downpayment on a home? What a farce.
They can kick you out due to no fault of yours, they can raise your rent to any amount, they are obliged to do very little maintenance, it is literally the same as serfs of the past. You provide value to the land holder in exchange for living on “their” land.
I was lucky enough to transition to homeownership after many years of renting, it is much more expensive now but rent increases year over year forever, the mortgage is a fixed rate for however long it takes to pay off and in a few years the costs of rent vs mortgage will flip, with the mortgage being more economical.
Few people talk about the long term rent cost outlook, take a peek at what rent will be in 15, 30, 50 years and feel your knees tremble. Our system is broken and will likely never be fixed.


I’ve used it extensively, and yes it can have inconsistent output but so can humans, useful doesn’t imply perfect imo


For programming we are well into useful territory, but definitely not for other walks of life
I’ve taught a few developers and have pretty extensive experience on the topic
Tutorials are fine, but don’t get stuck on the idea that you need guidance through the whole process, it’s better to avoid tutorials entirely than it is to follow a bunch of tutorials.
For example, when I started out my most recent student we began with some challenges that I knew would provide some context for future projects, then immediately jumped into those projects. Depending on what you’re passionate about, the best project for you can differ, but we did the following projects:
And the challenges that led to these projects? Everything from basic algorithms to api interaction puzzles.
My advice would be to pick something that you love and come up with the tiniest project you can possibly think of, then cut the scope a little more.
For example, love pokemon? Maybe make a website that you can click on one of the types and it will highlight the strengths/weaknesses of that type. Love golf? Maybe make a golf score tracker mobile app, a big button to add a stroke and another to move to the next hole.
If you are passionate about something it gets a lot easier to get better at programming because the stuff you’re missing will become obvious and you’ll need to look it up to finish your project.
My very first project nearly 30 years ago was a windows 95 app that moved your mouse to draw in mspaint automatically.
I’d say starting a new language is a pretty big mistake until about 4-5 months after you feel proficient with your first language. Starting over with new syntax has actually caused more than one of my students to quit