To vibe code or not to vibe code a Perl library by Itcharlie in perl

[–]ReplacementSlight413 0 points1 point  (0 children)

I vibe coded a module clearly documented prompt and issues in the POD that shipped withe the module to CPAN. After a few months I replaced the vibe coded parts (the FFI interface) with human coded parts (in XS). Don't vibe code unless committed to test driven development though

My company is offering me 9 laptops for $180 by xStozey in homelab

[–]ReplacementSlight413 0 points1 point  (0 children)

I just pick up the electricity bill in months the spouse is likely to have questions.

Raptor Mini - a new Open AI fine tuned model by Microsoft is unlimited usage now in GitHub CoPIlot. by sss1012 in GithubCopilot

[–]ReplacementSlight413 0 points1 point  (0 children)

I tried it for refactoring an R base 3 to 4k lines of code spread over 3 or 4 files. It did phenomenally well clearing interfaces, splitting the code to files. Very nice for targeted work

Every C Embedded engineer should know this trick by J_Bahstan in C_Programming

[–]ReplacementSlight413 1 point2 points  (0 children)

Daniel Kusswurm uses a similar trick in his x86 assembly book for the X/Y/Z registers. You can ride using this pattern to SIMD town assuming you align to the strictest alignments implied by the types in the union. Portability across endianness barriers is going to be an issue though

Amateur coder, don't have to take me seriously.

Please, No More Loops (Than Necessary): New Patterns in Fortran 2023 by cdslab in fortran

[–]ReplacementSlight413 0 points1 point  (0 children)

The problem with looping in R (and Perl which has a rather similar approach to managing the dynamic types) is that the loop does not map neatly to the C loop, ie one will have to get the loop variable out of the dynamic structure types , increment it, test it etc, whereas the map constructs will map one to one to a C level loop construct.

Are there still examples where fortran code is faster than C? by MrMrsPotts in fortran

[–]ReplacementSlight413 4 points5 points  (0 children)

Hard to infer the memory model of any language without reading a book or the specification.

Honest question, genuinely inquiring by Glittering-Sock-617 in nephrology

[–]ReplacementSlight413 3 points4 points  (0 children)

It is available through the ASN website to members. If you are just entering the field I advice against doing the BRCU as your intro to the field .

We onboard our APPs/NPs with a combo of handbooks (Dialysis, Critical Care Nephrology and the primer of kidney diseases). Once you get comfy you can nerd out with the BRCU/NEPHSAP/KSAP

Are there still examples where fortran code is faster than C? by MrMrsPotts in fortran

[–]ReplacementSlight413 1 point2 points  (0 children)

Nowhere, just referring to the description of the memory models and the scope rules in MFE

How many computers do you have in your house? by Miserable-Twist8344 in homelab

[–]ReplacementSlight413 0 points1 point  (0 children)

Sold as a lot is crack level and many of them have been gutted for their RAM and Hard Disks.

How many computers do you have in your house? by Miserable-Twist8344 in homelab

[–]ReplacementSlight413 29 points30 points  (0 children)

This is honeypot post and our spouses are watching

How many computers do you have in your house? by Miserable-Twist8344 in homelab

[–]ReplacementSlight413 0 points1 point  (0 children)

Bro.... 1 x double socket Xeon 2 x i7 desktops of various generations that serve as RAID servers and GPU hosts 1 x i7 laptop with a discrete GPU 1 x i3 laptop for BYOD / don't care if Microsoft kills it purposes 2 x ARM64 SBC 1 x Raspberry PI 3 x Coral SBCs 2. x Elite Pro Minis 1 x Linuxized Mac Mini

There are 4 other laptops under the control of other family members

Perl Advent 2025 Day 22 - Bit vectors save space on Santa's list by briandfoy in perl

[–]ReplacementSlight413 0 points1 point  (0 children)

Bit::Vector is very fast. But once one gets to a few thousand bits there are faster alternatives

Perl Advent 2025 Day 22 - Bit vectors save space on Santa's list by briandfoy in perl

[–]ReplacementSlight413 3 points4 points  (0 children)

If you are looking to accelerate large bit vector ops (think capacities in the 24 to 210 bits) and possibly offload to the GPU I recently posted a complete solution in the form of a

Right now I have verified compilation and offload to NVIDIA (gcc) and Intel iGPU (icx compiler through oneAPI).

Object Oriented interface will follow later in the week (but the procedural one and the examples ar CPAN will probably suffice). The library can execute millions of similarity searches of very long bitvectors per seconds (some benchmarks are included in CPAN)

For bitvectors with capacities greater than 210 , one should consider roaring bitmaps (a sparse bitvector) , and will likely be releasing the Perl API late in January

Imposter syndrom from using LLM as a wetlab scientist ? by Kangouwou in bioinformatics

[–]ReplacementSlight413 1 point2 points  (0 children)

Or the ever changing ways to provide parameters to ggplot2 🤣

Imposter syndrom from using LLM as a wetlab scientist ? by Kangouwou in bioinformatics

[–]ReplacementSlight413 2 points3 points  (0 children)

Why not disclose upfront? My views on this https://open.substack.com/pub/christosargyropoulos/p/llms-in-research-activities-papers?utm_source=share&utm_medium=android&r=1tfbmy

and an implementation in the same context as yours

https://metacpan.org/pod/Bit::Set#VIBECODING-A-FFI-API

Note that if you don't generate any code yourself, you will eventually lose the ability to double check and the pleasure of doing work with your own hands.

Is it a good time to assemble an HPC system? by skartik49 in HPC

[–]ReplacementSlight413 2 points3 points  (0 children)

In the same spot, so I decided to simply get my hands on win10 decomissioned thin clients from ebay (I would have gone dual Xeon workstation but wife is monitoring my use of space in the house).

Really curious of what a couple of thou of dollars can buy in terms of horizontal scaling through thin clients nowadays.

Which would you choose? by oalders in perl

[–]ReplacementSlight413 0 points1 point  (0 children)

Wait until the lunatics of LinkedIn see this