Dmitry Antipov

@dantipov.bsky.social

Genome assemblers and their friends. Postdoc at https://genomeinformatics.github.io/

github copilot CLI: you need a special approval from your organization to use it with copilot-provided models opencode CLI(alternative 3rd-party tool, supported by github): you are welcome to use copilot-provided models, no approval needed. Logic?

I believe this to be one of the most important things now. www.theguardian.com/us-news/2024... Guardian missed that this guy is also a long-time business partner of Peter Thiel and is really influential among those tech bros. I've read his manifestos. They are frightening and really match the news

He’s anti-democracy and pro-Trump: the obscure ‘dark enlightenment’ blogger influencing the next US administration

Key figures in the incoming administration follow Curtis Yarvin, who’s pushing for an autocratic takeover of the US

theguardian.com

Consider a DAG with edges having both weight and length. Problem: find a path between given vertices with highest _average_ weight (= total_w/total_l). Is it known to be NP-hard in general case? Looks similar to 0-1 knapsack, but I failed to construct polynomial reduction..