Thinking Allowed

medical / technology / education / art / flub

showing posts for 'code'

65 Reasons To Celebrate The 6502

blog post image "The legendary chip from 1975 that helped start the home computer revolution." I can remember sharing the manual for the 6502 with my school friend, Chris. He had a BBC micro computer and I had a Commodore Vic 20. To do the machine code I remember you had to: compile into 6502 instructions what you...
Source: substack.com

A checklist for reporting, reading and evaluating Artificial Intelligence Technology Enhanced Learning (AITEL) research

blog post image "This paper proposes a checklist for reporting on AI systems, and covers the initial protocols and scoping, modelling and code, algorithm design, training data, testing and validation, usage, comparisons, real-world requirements, results and limitations, and ethical considerations. The aim is to have...
Source: tandfonline.com

A 2024 Discussion Whether To Convert The Linux Kernel From C To Modern C++ - Slashdot

serviscope_minor shares a Phoronix post: A six year old Linux kernel mailing list discussion has been reignited over the prospects of converting the Linux kernel to supporting modern C++ code. The Linux kernel is predominantly made up of C code with various hand-written Assembly plus the growing wo...
Source: slashdot.org

How the Post Office's Horizon system failed: a technical breakdown

"From bugs to unqualified staff, the Post Office's point-of-sale system was inadequate on many levels." The code was poor from the start and the small team of developers were not up to the job. However, the problems were apparent in 1999 before it was launched. Includes a discussion of the Dalmellington...
Source: theguardian.com

QR codes to become less convenient?

A sticker with a fraudulent QR code pasted over a legitimate one can lead the unwary to websites that can capture your personal data. Thornaby: Woman targeted in £13k train station QR code scam. Rail firm TransPennine Express has since removed QR codes from all of its station car parks. Is the root...
Source: bbc.com

The International Code of Medical Ethics of the World Medical Association Ramin Walter Parsa-Parsi. JAMA.

"One of the central missions of the World Medical Association (WMA) in its role as the global organization of physicians is to ensure the highest possible standard of ethical practice of the medical profession. Since its establishment in 1947 in the aftermath of one of the most egregious breaches of...
Source: jamanetwork.com

IT tools and gadgets

I really enjoy finding tools that just do the job and don't try to profit from you or your data. Here are some of the ones that I find useful. Send a large file or lots of files Transfer files up to 6GB in size. No registration required. No ads. Links expire. FileTransfer.io ... https://filetransfer.io/...

OpenAI's Codex Translates Everyday Language Into Computer Code

The company believes its Codex machine learning algorithm is the next step in programming—a sidekick for coders to speed up the work and ease the drudgery.
Source: singularityhub.com

Validation of Claims-Based Algorithms to Identify Patients with Psoriasis - PubMed Pharmacoepidemiology and drug safety.

Claims-based algorithms based on a combination of PsO diagnosis codes and dispensing for PsO-specific treatments had a moderate-to-high PPV. These algorithms can serve as a useful tool to identify patients with PsO in future real-world data pharmacoepidemiologic studies. This article is protected by...
Source: nih.gov

Using the right tools for the job

Since this blog has been up I've fiddled with some text analysis stuff by analysing the text and making recommendations for similar blog entries. Did it all in PHP and MySQL just to understand how the algorithms work. Eventually it started to take about 5 hours to: tokenise and stemming the textcalculate...

Dreadful user experience can be expensive.

"Citibank just got a $500 million lesson in the importance of UI design: Citibank was trying to make $7.8M in interest payments. It sent $900M instead." The screenshot is from court records where the judge ruled against Citibank who had wanted to get their money back. The lesson is to always include...
Source: arstechnica.com

Adaptive tutorials versus web-based resources in radiology: a mixed methods analysis in junior doctors of efficacy and engagement:

Adaptive tutorials versus web-based resources in radiology: a mixed methods analysis in junior doctors of efficacy and engagement: Radiology education is limited in undergraduate Medicine programs. Junior doctors might not have the necessary background to effectively order and interpret diagnostic imaging...
Source: biomedcentral.com

Comparison of E-Learning, M-Learning and Game-based Learning in Programming Education – A Gendered Analysis: Learning

Comparison of E-Learning, M-Learning and Game-based Learning in Programming Education – A Gendered Analysis: Learning to code is considered as a difficult and challenging task for a significant number of novice programmers in programming education. Novice programmers have to acquire different skills...
Source: online-journals.org

SARS-CoV-2-specific T cell immunity is seen in cases of COVID-19

SARS-CoV-2-specific T cell immunity in cases of COVID-19 and SARS, and uninfected controls: Memory T cells induced by previous pathogens can shape the susceptibility to, and clinical severity of, subsequent infections1. Little is known about the presence of pre-existing memory T cells in humans with...
Source: nature.com

Barbara Liskov - the architect of modern algorithms.

The Architect of Modern Algorithm. "Barbara Liskov pioneered the modern approach to writing code. She warns that the challenges facing computer science today can’t be overcome with good design alone." She talks about her experience and views of AI, the internet, being a woman in computer science (women...
Source: quantamagazine.org

Open is Eating the World: What Source Code and Science Have in Common.

"Open is Eating the World: What Source Code and Science Have in Common: In 2011, Marc Andreessen said that software is eating the world, predicting that technology companies would continue to significantly disrupt an increasingly broad range of industries. Since then, publishers have embraced technology....
Source: sspnet.org

Researchers "Translate" Bat Talk. Turns Out, They Argue—A Lot: A machine learning algorithm helped decode the squeaks

Researchers "Translate" Bat Talk. Turns Out, They Argue—A Lot: A machine learning algorithm helped decode the squeaks Egyptian fruit bats make in their roost, revealing that they “speak” to one another as individuals.
Source: smithsonianmag.com

Intel’s Neuromorphic System Hits 8 Million Neurons, 100 Million Coming by 2020: The 64-chip Pohoiki Beach system is used

Intel’s Neuromorphic System Hits 8 Million Neurons, 100 Million Coming by 2020: The 64-chip Pohoiki Beach system is used by researchers to make systems that learn and see the world more like humans. "At the DARPA Electronics Resurgence Initiative Summit today in Detroit, Intel plans to unveil an 8-million-neuron...
Source: ieee.org

Annulab Debuts The First Learning Record Store (LRS) Plugin For Moodle: For all the excitement surrounding Learning Record

Annulab Debuts The First Learning Record Store (LRS) Plugin For Moodle: For all the excitement surrounding Learning Record Stores (LRS), and their potential to store xAPI-encoded data about student behavior and performance and then extract meaningful insights, the prog…
Source: moodlenews.com

Understanding Latent Dirichlet Allocation with Gibbs Sampling by coding it from scratch. Latent Dirichlet Allocation (LDA)

Understanding Latent Dirichlet Allocation with Gibbs Sampling by coding it from scratch. Latent Dirichlet Allocation (LDA) is a machine-learning technique that by the magic of many (many many) small calculations it can detect patterns in data and cluster documents, for example, into similar topics. ...
Source: github.io