Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Oh what a chance! (Score 1) 76

Well not necessarily... we handle code conversions (ex. like Cobol to Python+SQL+VueJS) much like we build modern applications. Generative AI translates the Cobol code into readable specifications and software developers take it from there (with or without the infamous Vibe coding). Historical data (inputs + outputs) are used to test the system, making the migration somewhat less risky than typical software development...

Comment Re:Probably not (Score 1) 54

We started an open source vaccine discovery platform. The fact it was open source helped us a great deal, with lots of researchers jumping in, and companies such as Digital Ocean, ArangoDB and Explor.ai giving away free resources to help (Thanks!). The project is launched today, for those interested : https://epitopes.world/

Comment Been developing in NodeJS for 3 years now (Score 3, Interesting) 349

Its a great framework. Development is fast. Deployments are even faster. Testing is easy... Sure, Javascript is far from the fastest language, but in our context we delivered many more tools and services than we would have in Java, Php or .NET. Its not perfect of course, but for us the benefits far outweighs the disadvantages. Long live NodeJS.

Comment Re:Reusing passwords (Score 1) 30

There is a number of services that are becoming available through a "passwordless" approach (either through email or sms authentication). I wish it could get mainstream because currently, the hardest part is explaining properly to users how to use the system. I wrote a post on this: https://biogeniq.ca/en/article...

Comment Re:Solve the damn problem already- go passwordless (Score 1) 148

I started using a passwordless approach. Its been a couple of months now, and I recently wrote an article about this: https://biogeniq.ca/en/article... Bottom line is, its possible to create a service that does not use passwords, but you still have to rely on other services (such as emails). And these are still protected by passwords...

Comment Re:I'm sure no one will misconstrue this at all... (Score 1) 101

These days, genomic labs use custom panels, seeking information only for SNPs related to the study and voluntarily ignoring the rest. Apple would definitely not want to store SNPs related to "proclivity to aggression", but they might be interested to know if you can metabolize lactose. It makes a lot of sense for them to store some carefully chosen parts of your DNA in an iPhone (the less sensitive parts). Apple planned to replace the wallet, why not also the medical bracelet?

Slashdot Top Deals

Advertising is the rattling of a stick inside a swill bucket. -- George Orwell

Working...