Search
21 results for “bmjhayward”
-
honestly enjoying the convenience of #programming in #go lately. intend to try #tinygo on some riscV boards soon
https://github.com/tinygo-org/tinygo -
Today I learned about the Tuscan Magmetic Province.
Gigalitres of magma floating around underneatch vineyards. Absolutely wild.https://www.nature.com/articles/s43247-026-03334-0#data-availability
-
Update to querydiff.com -> mysql now supported!
- visual diff tree
- stat table
- ops list
- text diffNeed to provide the JSON format of your query plans, which you can see how to do on the mysql website:
https://dev.mysql.com/blog-archive/new-json-format-for-explain/ -
Hemifusomes were disovered this year. One of the organelles inside your cell that we didn't even know were there until now.
They think they are part of making new vesicles (transport devices).
-
Some light reading from Prof Ilya Sergey of Singapore University
https://ilyasergey.net/YSC4231/syllabus.html#
#concurrency #parallelprogramming
#computerscience #distributedprogramming -
Some light reading from Prof Ilya Sergey of Singapore University
https://ilyasergey.net/YSC4231/syllabus.html#
#concurrency #parallelprogramming
#computerscience #distributedprogramming -
Some light reading from Prof Ilya Sergey of Singapore University
https://ilyasergey.net/YSC4231/syllabus.html#
#concurrency #parallelprogramming
#computerscience #distributedprogramming -
Some light reading from Prof Ilya Sergey of Singapore University
https://ilyasergey.net/YSC4231/syllabus.html#
#concurrency #parallelprogramming
#computerscience #distributedprogramming -
laugh all you want but i did have to #debug a #binarysearch #algorithm writtin in #python tonight
also pruned a jacaranda tree
#sunday -
Currently works for sql server but other flavours of sql should work for the text and xml diff options. Try it at
https://querydiff.com/Feedback needed!
#sql #database #querydiff #queryplan4/4
-
There is also a table under the “statistics” tab where you can sort by cpu, row count etc
-
You just upload or copy paste your query plan as xml and go to the visual tab. Voila! Hover or click nodes to see details
#sql #database #querydiff #queryplan
2/4 -
I got a bit frustrated trying to compare query plans in sql server management studio so I made a website to do side by side comparisons.
https://querydiff.com
#sql #database #querydiff #queryplan
1/4 -
so now deepmind has gone and released alphafold3 code as well. must have been feeling the competition.
source code here: https://github.com/google-deepmind/alphafold3
-
So, Bytedance, the people behind tiktok have created protenIx, a pytorch recreation of alphafold 3
https://github.com/bytedance/Protenix
🧪🧬🖥️ #alphafold3 #ai #alphafold
-
Beautiful
```
struct RandomForest {
nodes: []Node
num_trees: i32
}struct Node {
feature: i32
threshold: f64
left: *Node
right: *Node
}
``` -
3Blue1Brown dropped a new video on convolutions over the weekend.
As always, it's great, because of course it is. A nice intro to fourier convolution too.
#maths #convolution #programming
https://youtu.be/KuXjwB4LzSA?utm_source=twitter&utm_medium=social&utm_campaign=tweepsmap-dailytwitter