HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nextos

12,910 karmajoined 13 वर्ष पहले
hn (dot) capital203 (at) passinbox (dot) com

Oxford, UK

Submissions

Diagram of Distribution Relationships

johndcook.com
4 points·by nextos·20 दिन पहले·0 comments

Formal Methods and the Future of Programming

blog.janestreet.com
107 points·by nextos·29 दिन पहले·4 comments

Warren's Abstract Machine: A Tutorial Reconstruction

github.com
52 points·by nextos·पिछला माह·6 comments

[untitled]

1 points·by nextos·2 माह पहले·0 comments

Hantavirus latest: Virus-hit cruise ship leaves Cape Verde for Canary Islands

bbc.com
4 points·by nextos·2 माह पहले·0 comments

Going Founder Mode on Cancer

centuryofbio.com
18 points·by nextos·4 माह पहले·9 comments

Embracing Bayesian methods in clinical trials

jamanetwork.com
115 points·by nextos·4 माह पहले·18 comments

Science Has a Major Fraud Problem

thefp.com
3 points·by nextos·4 माह पहले·0 comments

Tony Hoare has died

lefenetrou.blogspot.com
268 points·by nextos·4 माह पहले·34 comments

Agents of Chaos

arxiv.org
3 points·by nextos·5 माह पहले·0 comments

Agentic Proof-Oriented Programming

risemsr.github.io
1 points·by nextos·5 माह पहले·0 comments

Generative AI in Software Engineering Must Be Human-Centered [pdf]

cs.ubc.ca
5 points·by nextos·8 माह पहले·1 comments

Google Posts Device Trees for Booting Pixel 10 with the Mainline Linux Kernel

phoronix.com
20 points·by nextos·8 माह पहले·1 comments

OpenAI probably can't make ends meet. That's where you come in

garymarcus.substack.com
16 points·by nextos·8 माह पहले·1 comments

Weird, but Haskell Feels Easy

xlii.space
4 points·by nextos·9 माह पहले·1 comments

Reasons to Use Bayesian Inference

statmodeling.stat.columbia.edu
2 points·by nextos·9 माह पहले·0 comments

SailfishOS: Chum

sailfishos-chum.github.io
9 points·by nextos·10 माह पहले·3 comments

comments

nextos
·5 घंटे पहले·discuss
Yes, this is why garden leaves are popular in quant finance.

You get paid for about a year to do nothing so that the trade secrets from your firm (trading strategies) expire.

That's very different from a non-compete. A non-compete is about your own know-how, not the company's.
nextos
·7 दिन पहले·discuss
It is true that Lean has seen relatively little adoption in software verification compared to e.g. Isabelle and Rocq (previously Coq). Even Agda has had more traction in that domain.

However, Lean is currently gaining significant momentum as an alternative, particularly due to its capabilities as a general-purpose functional programming language.

Personally, I think something based on Hoare or separation logic would be more practical as it'd be easier to align requirements with specifications. I like Dafny and F*.
nextos
·8 दिन पहले·discuss
SailfishOS can run lots of banking apps with an Android emulation layer.

It's not perfect, but far from useless. Some use it as a daily driver.

Depending on your country, it can be super doable. There are also lots of indie native apps.
nextos
·17 दिन पहले·discuss
Keep in mind vitamin D is really, among other things, an immune signaling molecule.

So, we know the mechanism, and it's quite plausible that supplementation works.

In other words, as an skeptic, I don't think it's just an epidemiological correlation.
nextos
·18 दिन पहले·discuss
I am not sure I agree we've yet to see any other architecture that competes with a large transformer. For example, in long-range tasks such as those related to genome prediction, state-space models (Mamba) exhibit SOTA performance. I also think it's hard to separate architectural advantages from maturity, given that transformers have received much more attention.
nextos
·18 दिन पहले·discuss
I agree. I also think it's about the hardware and, obviously, recognizing AD as the fundamental primitive.

Particular architectures don't matter so much yet. It's quite possible that S3-Mamba or xLSTM could be used in lieu of transformers and we would still have LLMs.
nextos
·20 दिन पहले·discuss
I agree. The US Army already recognized this problem and developed the Munson last before WWI.

Some mid and high-end footwear brands produce boots with Munson or Munson-like lasts. It helps tremendously. I cannot go back to narrow toeboxes.

Oddly, lots of sports footwear suffers from the same issue and wide toeboxes are not as popular as they should be.
nextos
·21 दिन पहले·discuss
I would say that lots of interesting things are happening in biotech, and these things are slowly building critical mass, similar to what happened in computer hardware during the period 1970-2000.

Genomic platforms are now able to capture multiple measurements (e.g. RNA and chromatin openness) from single cells in large tissue slices/massive perturbation experiments.

Once time gets baked into the equation, we will be able to build better models of systems biology. However, human trials will still be a major bottleneck.
nextos
·23 दिन पहले·discuss
It is difficult. I think the key is that Spain has a large corps of civil engineers working for the government. They plan all projects with great detail and then oversee their execution.

Agile regulations against NIMBYism and a world-class civil engineering industry with HQs in Madrid also help.

A good analogy is to ask what would need to be true for Madrid to replicate the AI hub in SF? Great VC, top engineers, certain risk-taking mentality, etc.

So, it's not easy. The environment that creates a fabric for radical innovation is quite different from a statist mentality, although hopefully, both are not mutually exclusive.
nextos
·24 दिन पहले·discuss
True, also very precarious and unstable. It is now common not to get a long-term contract until your 40s.

Given the massive pay gap with industry and scarce funding, it's natural lots of innovation has shifted to industrial labs.
nextos
·25 दिन पहले·discuss
> "Probabilistic Machine Learning" by Murphy [...] even if it contains virtually no deep learning in it

This is confusing. Are you referring to the old 2012 version?

Volumes 1 & 2 (2022-3) contain a substantial amount of deep learning [1], including relatively recent developments.

There's also a new RL volume getting written, with some drafts deposited in arXiv [2].

[1] https://probml.github.io/pml-book

[2] https://arxiv.org/pdf/2412.05265
nextos
·25 दिन पहले·discuss
See for example https://www.mongodb.com/company/blog/engineering/conformance...
nextos
·26 दिन पहले·discuss
I've worked in formal methods for quite a long time, and I disagree a bit with your statement that new logics are not helpful. Industrial logics are really practical and allow you to write all sorts of sophisticated properties that your system should satisfy in a very succinct way. Logic is to computer science and software engineering what calculus is to physics and mechanical or civil engineering [1, 2]. Things like LTL or, more recently, separation logic, have been incredible breakthroughs.

TLA+, which has gained quite a lot of popularity, is a testament to that. Model checking is eminently practical. The exciting thing now is that heavier formal methods, in particular theorem proving, might become cheap enough to use in regular systems software. Writing formal specifications for functions and getting them synthesized and proven correct by some SAT/SMT, theorem prover & LLM hybrid may become the norm in the not-too-distant future.

[1] On the Unusual Effectiveness of Logic in Computer Science. https://www.cs.rice.edu/~vardi/papers/aaas99.jsl.pdf

[2] From Philosophical to Industrial Logics. https://www.cs.rice.edu/~vardi/papers/icla09.pdf
nextos
·पिछला माह·discuss
My statement obviously referred to major cities, which is where most IT jobs are, as I indicated remote work allows you to leverage cheaper locations.

Take for example Oxford. A typical rental will be around £1,600 pcm. The median pre-tax salary is around £50,000, which converts to around £3,100 net. So, the apartment is actually more than 50% of your net income. Some programming jobs will pay a bit more, but you get the idea.

Another example, in Barcelona, a median net salary is less than a median rental. IT will pay better, but expect to spend around 40% of your net salary. I could also bring up Stockholm or Copenhagen and, unless you are in very senior IT jobs, it's going to look very similar.
nextos
·पिछला माह·discuss
True, there's also another factor about not having to be tied to a geographic spot, housing costs.

In EU, even relatively good IT salaries are mediocre when you factor in monthly rental. A simple one-bed apartment can easily take 50% of your net income.

Having freedom to move, even within a particular country, allows reducing that 50% to something more sustainable.
nextos
·पिछला माह·discuss
But, if I have understood correctly on a quick read, they also claim transformers have pretty low expressive power. In particular, they claim they are limited to star-free subregular languages, whereas RNNs can recognize any regular language/simulate finite automata.

This doesn't imply you can't get aid from a LLM to e.g. implement a function that has a formal specification (an application I think is very promising), but surely it has some profound implications on how much of a large system can be understood by a LLM at once, without supervision.
nextos
·पिछला माह·discuss
Yes. However, there are some polygenic risk scores for EDS. While not approved for clinical practice, they can serve as guidance.
nextos
·पिछला माह·discuss
What treatment did your wife receive? Did she improve?

Did doctors confirm Ehlers Danlos with genome sequencing?
nextos
·2 माह पहले·discuss
I think firmware updates and even map routes can be uploaded offline by mounting the watch as a USB mass storage device?

I wish Casio, Polar, Suunto and others provided this functionality.

There is some community software for Polar that enables offline data exchange, but it is a bit hacky, and OFC no firmware updates.

Suunto used to have a really good offline solution, but they discontinued that and moved to the cloud.
nextos
·2 माह पहले·discuss
Garmin can be used completely offline?

AFAIK, they even have some watches with no radio hardware so that they can be used in sensible environments.