Found 242 bookmarks
Newest
How I cut GTA Online loading times by 70%
How I cut GTA Online loading times by 70%

That thing where you obviously release something that works, just doesn't work well enough, and you never go back and improve it 'cos it works and, well... it's working yeah?

That.

·nee.lv·
How I cut GTA Online loading times by 70%
Genomics Boot Camp
Genomics Boot Camp
The Genomics Boot Camp is a resource that helps you to start your journey in practical analysis of genomic data, with a focus on SNP data. The chapters follow the same structure all the time: provide background information and practical insight to the topic, and when appropriate exercises to reinforce the obtained knowledge. The Genomics Boot Camp as a whole was designed to cater to various learning preferences with written text, video demonstrations, and the possibility of hands-on exercises. There is a certain overlap between the book and the YouTube channel contents, but each has unique pieces of information as well. So for the full experience, I suggest checking out both.
·genomicsbootcamp.github.io·
Genomics Boot Camp
A half-hour to learn Rust - fasterthanli.me
A half-hour to learn Rust - fasterthanli.me

"In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means?

In this article, instead of focusing on one or two concepts, I'll try to go through as many Rust snippets as I can, and explain what the keywords and symbols they contain mean."

·fasterthanli.me·
A half-hour to learn Rust - fasterthanli.me
Python behind the scenes #1: how the CPython VM works
Python behind the scenes #1: how the CPython VM works
This article opens a series which seeks to answer this very question. We'll dive into the internals of CPython, Python's most popular implementation. By doing so we'll understand the language itself at a deeper level. That is the primary goal of this series. If you're familiar with Python and comfortable reading C but have no much experience working with CPython's source code, there is a good chance you'll find this writing interesting.
·tenthousandmeters.com·
Python behind the scenes #1: how the CPython VM works
Indexing outgoing blog links
Indexing outgoing blog links
Nice idea that I might have to try myself some time: index and analyse the outgoing links from blog posts to see what it is you link to the most.
·blog.jim-nielsen.com·
Indexing outgoing blog links
Conscientious Software
Conscientious Software
Software needs to grow up and become responsible for itself and its own future by participating in its own installation and customization, maintaining its own health, and adapting itself to new circumstances, new users, and new uses. To create such software will require us to change some of our underlying assumptions about how we write programs. A promising approach seems to be to separate software that does the work (allopoietic) from software that keeps the system alive (autopoietic).
·dreamsongs.com·
Conscientious Software
pycodestyle
pycodestyle
Another linter of sorts for Python, with an emphasis on code style as defined in PEP 8. I tend to use pylint for linting but this seems to be in favour when using lsp-mode in Emacs.
·pycodestyle.pycqa.org·
pycodestyle
Starboard
Starboard
Site that sort of provides active JavaScript notebooks, with a view to doing most/all of the work on the client side. I was sort of hoping there'd be a self-host option or something and I'm not seeing that. On the other hand it could be a good tool for tinkering with and prototyping code.
·starboard.gg·
Starboard