I have been exploring a somewhat exotic neurosymbolic pipeline and I asked the crucial question (this is Gemini Pro btw). Gemini saw the light of the one true glue language ie #Perl with that one (The context of the preceding prompts were about perfoemance)
Christos Argyropoulos MD PhD
@christosargyrop.mastodon.social.ap.brid.gy
Division Chief, Nephrology, University of New Mexico Posts: Kidney Disease, Diabetes, Transplant, COVID19, Data Science, Bioinformatics, Computing […] 🌉 bridged from ⁂ https://mastodon.social/@ChristosArgyrop, follow @ap.brid.gy to interact
Natural History and Post-transplant Outcomes Among Patients with Kidney #LECT2 #amyloidosis. This is our internal data about kidney function before diagnosis and after transplant in those #ALECT2 #orphandisease #kidneydisease https://www.medrxiv.org/content/10.64898/2026.07.31.26359278v1
Gemini is cooking with gas today and the reason I shifted to Gemini (because Google has better access to the deep vaults of the internet) but note my guardrails. This is a niche field which was dominated by Soviet scientists for decades. Unlocking the lit will allow proper credit
Let's just say that Fauci vs Paul is being treated somewhat different in X/Twitter vs Bluesky
You will be unsurprized by how many successfully (standardized) tested graduates do not grasp the material, and in fact cannot explain the material they were successfully tested on. Essay testing should come back and a major barrier to do so was eliminated by LLM+SSM hybrids.
"Consulting is just paying someone else a fortune to take the blame or confirm your bias."
This is a very good book: brief, information rich and you can use the code for production if you must. #RAG #LLM #GraphRAG #AI https://a.co/d/06Xrz8iGqà
Still remain undetermined about the #fpga to path to follow. While I will most certainly get the NANDLAND go as a starter, I am totally undecided about the next one: Altera, Xilinx and Lattice all seem equally viable 😭😭😭
Experimental design saves the day in data intensive computing One of the best return on investment things I ever did, was to sit down and read carefully, back-to-back, a response surface book and a formal experimental analysis book (the opportunity to do so was provided by the covid lockdowns […]
Original post on mastodon.social
mastodon.social
This is a very nice book about learning to program the hardware in #FPGA. Well written, great educational approach and you can pick a credit card board to implement the examples (from blinking lights to gaming) for 50 to 80 bucks.
Just discovered the #openHW open hardware world. Sweet verilog death here I come
How to save oneself precious time when developing #dataflows and pipelines for big data: #experimental analysis and D-optimal designs to the rescue! https://www.linkedin.com/posts/chrisarg_one-of-the-best-return-on-investment-things-share-7483730627674943488-WeXh #bigdata #experimentalalgorithmics
One of the best return on investment things I ever did, was to sit down and read carefully, back-to-back, a response surface book and a formal experimental analysis book (the opportunity to do so was… | Christos Argyropoulos
One of the best return on investment things I ever did, was to sit down and read carefully, back-to-back, a response surface book and a formal experimental analysis book (the opportunity to do so was provided by the covid lockdowns, not any particular desire of mine, as I avoided the topic during grad school). As I started analyzing bigger and bigger datasets, I used to run in the following (perhaps familiar situation?): a dataset that would fit fine in the memory of a given machine, would run into OOM (Out of Memory issues) as the dataset grew, wasting countless hours of mine and many kwhrs of electricity. I almost never run on this problem now, because I approach the development of performant data analysis pipelines as a designed experiment. One tactic you may consider when you are developing a new dataflow is the three point rule: I typically sample from the 3 dataset, three datasets of increasing size that are separated by powers of 2 (1/2%, 1%, 2% of the dataset) or 10 e.g. 0.1%, 1%, 10%. These 3 points gives one a D-optimal design for the estimation of a quadratic relationship e.g. (Memory) = a0+a1*size+ a2*size^2 (or mutatis mutandis for time). I then run the dataflow a few times (e.g. 2-3) with the lowest dataset size, an equal number with the medium size (another 2-3) and then the same number with the large, randomizing the order of execution and collect performance data during these pilot runs. Fixing the datasets and not taking random samples of the prescribed size will not be a problem here as there will be enough jitter from the operating system scheduler, processor thermal throttling and their interaction with the governor policies) to give one variation to work with. Based on the pilot data I f fit the model and extrapolate to the large dataset I want to analyze. This way I do not waste time with a promising dataflow that will not scale up. The crucial detail is to choose the lowest bound so that the data spill into the main memory from the level 3 cache if interest is in the execution time. If one chooses the smallest dataset to be TOO small (for that you can check the size of the level 3 cache, using something like lscpu | grep -i "L3"), then you may mistake a linear algorithm for a quadratic because your smallest point executed using fast memory, but your largest dataset size relied on DDR). But for OOM detection this does not matter. I typically automate this process by creating and saving these datasets in the disk (if one does so, then one can collect performance data about the disk-to-memory scaling which is a particularly important determinant of performance if you operate out of HDDs (unless you are a YOLO type like me and just use a ridiculous number of HDDs in a RAID0 configuration) and then writing a control script in perl/bash that calls the entire dataflow for each dataset by forking, collects execution times and the RSS (resident set size) and then feeds the data to R for the regression analysis.
linkedin.com
Gonna bet good money that kale has mutated to cyclospora
AI will have even bigger impact in medicine than multi-omics , yet I am afraid it will not surpass vitamin D and nutritional epidemiology.
Is the AI is hallucinating, or simply based? "Compare the computational power of the processor in a rockpro64 SBC and the one powering my cellphone Samsung A53 compared to the processors used to power the mid and late 1990s web servers" https://share.gemini.google/46V0837B4AZc
I just discovered eBay live auctions ! 🤣🤣🤣🤣
Gemini is an oddball among the LLMs. The highest tier with the thinking mode is actually pretty good, but the lowest tier is "Please God have mercy on my soul" coupled with shameless product placement.
Parts of this inequality are kind of sad . In order of utility for technical content Fediverse > LinkedIn > Nazi Twitter (aka X) > Commie Twitter (aka Bluesky). This inequality has informed my shitposting ratio as you may have guessed
#Multiomics, #AI and vitamin D. Discuss
Kick re-starting one of my blogs this summer! 👀 Optimizing costs in clinical trials through covariate adjustment https://statmd.wordpress.com/2026/06/29/optimizing-costs-in-clinical-trials-through-covariate-adjustment/
Optimizing costs in clinical trials through covariate adjustment
How to cut costs of clinical trials with this incredible hack: adjust for prognostic covariates.The receipts 👇💥 Nice preprint from the School of Public Health at Ann Arbor that looked into % variance that is explained in RCTs by including baseline covariates. They used participant level data from 50 trials and they estimate an average percentage explained of 13.3% for continuous outcomes and 6% with discrete .https://arxiv.org/pdf/2602.00434🛑Variance explained = variance reduced = […]
statmd.wordpress.com
Optimizing costs in clinical trials through covariate adjustment How to cut costs of clinical trials with this incredible hack: adjust for prognostic covariates. The receipts 👇 💥 Nice preprint from the School of Public Health at Ann Arbor that looked into % variance that is explained in RCTs by […]
Original post on mastodon.social
mastodon.social
I pay 4 dollars a month for this beauty.... AI comedy central -> massive productivity gain in LOLsies The corrected math is also off by at least an order of magnitude.
Thank you ABIM for notifying me that my score on the LKA is above the passing score (with room to spare) and thus I am wasting my time for nothing #MOC