Tootfinder

Opt-in global Mastodon full text search. Join the index!

@simon_brooke@mastodon.scot
2026-08-16 10:13:33

@… I'm porting a bit of mathematically relatively complex mathematical #Clojure to #Scittle, and I'm really appreciating how clear and focussed your error messages…

@simon_brooke@mastodon.scot
2026-08-14 09:43:09

It's really nice when you get a test coverage report like this.
#Clojure

A test coverage report generated by Cloverage, a Clojure test coverage utility, showing 93% of forms and 95% of lines covered.
@simon_brooke@mastodon.scot
2026-08-14 12:35:27

Release 0.2.0 of my #Clojure humidity library is now producing apparently reliable results, and capable of validating data. I think it is now substantially ready for other people to use. It is released in the hope that it may be useful, but I am not an expert and you should cross check your results against some other framework before relying on them.

Test coverage report, showing that 98.55% of all forms are tested.
@simon_brooke@mastodon.scot
2026-08-12 12:14:22

Right, my #Clojure humidity library now computes all the values that I think it should. The code could do with a bit of tidying up, there is no data validation, I have no reliable test data for the actual-vapour-pressure function, and I can't yet do the time-shifting computations I want; but nevertheless I think this is now usable and useful.

@simon_brooke@mastodon.scot
2026-08-11 18:59:50

OK, in all humility, I offer to you my humidity functions library in #Clojure. They're designed to be used to investigate weather data. I've bashed these out over the weekend; they're not at all polished, and criticism and suggestions are welcomed.

@simon_brooke@mastodon.scot
2026-08-08 11:20:41

#Clojure friends, I'm trying to transcribe an equation from a #meteorology paper, and I've got something wrong: I'm coming out low.
Can you spot my error?
I can post a gist of my source if that would help.
The paper is here:

A complex polynomial expression from an academic paper, described as 'an empirical inverse solution found
by a function fit to ... data' for deriving relative humidity of air.
An attempted Clojure transcription of this expression, which is close to being right, but does not return the expected results.
@simon_brooke@mastodon.scot
2026-08-09 11:33:04

Hi @…, I'm still struggling with getting atmospheric #humidity functions going in #Clojure. `wet-bulb-temp` now works, but I don't have working absolute …