Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
NorthBySouth @programming.dev
Posts 10
Comments 0
pvs-studio.com What′s new in C# 12: overview

It′s mid-fall which means a new version of C# is coming soon. It′s time to find out what updates will soon appear in the language. Although C#12 has fewer features than previous versions, it still...

What′s new in C# 12: overview
15
0

What it takes to pass a file path to a Windows API in C++

mastodon.gamedev.place Ashley Gullen (@[email protected])

If you thought JavaScript was a mess, here's what it takes to pass a file path to a Windows API in C++: 🧵 - Windows uses UTF-16, but most modern software uses UTF-8 - Converting UTF-8 to UTF-16 requires calling MultiByteToWideChar twice (once for size, second to convert) - Alternatively you can set...

4
vgel.me Writing a C compiler in 500 lines of Python

Blog about linguistics, programming, and my projects

1
blog.abacus.ai Giraffe – Long Context LLMs

Following up on the work from our previous blog post, we are releasing today an arXiv paper titled “Giraffe: Adventures in Expanding Context Lengths in LLMs”. Giraffe is a new family of models that are finetuned from base LLaMA and LLaMA2 that we release. We include a 4k Giraffe and 16k Giraffe fine...

Giraffe – Long Context LLMs
0
1
sysadminsignal.com Run Linux like original Unix

Learn the famous ed editor on Linux.

1
linuxiac.com After 30 Years, Linux Finally Hits 3% Market Share

Linux enthusiasts rejoice! After a long journey, according to StatCounter's data, by June 2023, Linux has achieved a 3% desktop market share.

After 30 Years, Linux Finally Hits 3% Market Share
40

Building a Private ChatGPT Interface With Azure OpenAI

2

An Introduction to Statistical Learning with Applications in Python

0