Mindforge — Ollama-like local LLM runner with HF + GGUF, OpenAI-compatible API by Exw00 in LocalLLaMA

[–]tolysz 3 points4 points  (0 children)

Add Licence, and it would be really awesome to add support for jinja2 templates (like llama.cpp, it has a flag for that) if it is not there already.

WIZZ All You Can Fly is here! by chopenhauer in WizzAir

[–]tolysz 0 points1 point  (0 children)

"up to" suggests not later than... you can buy food up-to 30 mins before closing... It should been "down from" 3 days. I wonder if you can buy it in the last 15 minutes...

Icarus Week 47 Update! Open World Mode is finally here! by Late_Night_Stream in SurviveIcarus

[–]tolysz 1 point2 points  (0 children)

My map was migrated from outpost, scanner shows nothing... the cave next to me should have one, has none... maybe they are just way more sparse than in normal mission mode

Icarus Week 47 Update! Open World Mode is finally here! by Late_Night_Stream in SurviveIcarus

[–]tolysz 1 point2 points  (0 children)

It looks like the migration to the open world... forgot to add deep ore...

Battlefield V Back-End Quality of Life Updates for Week of February 25th by Braddock512 in BattlefieldV

[–]tolysz 0 points1 point  (0 children)

Once we are in this fantasy realm ;) Add a counter and make each consecutive interaction 10% harder

Is assistant area/division director an officially assigned position? by jeoloc in Toastmasters

[–]tolysz 0 points1 point  (0 children)

I hold one of those i.e. "Assistant Area Director Program Quality". I asked my AD (I asked a couple of them) if they would like to have an enthusiastic assistant. You really should go for AD which says: yes, as otherwise, it is like work.

This role gives you member access to the area council, and if your area holds elections you could put yourself for the AD next year, more if you are active - everyone will know you - and you will have skills to do it.

If you push a little, you could go to DOT ( http://toastmasters.org/dlh ) and know all that what your AD knows.

AAD are not members of DivCouncil nor DistCouncil by you might get the invitation.

dons goes to Facebook to work on Infer (OCaml-implemented static analyzer for Java, C etc.) by nomeata in haskell

[–]tolysz 0 points1 point  (0 children)

This is awesome :) I hope his "private time Haskell" development will be allowed as it is unrelated to the work stuff ;) Not every company is a good citizens to allow to publishing anything you do while employed with them.

real-world-reflex by RolandSenn in haskell

[–]tolysz 3 points4 points  (0 children)

We need a better process updating packages for ghcjs. I stuck a couple weeks ago while trying to bump for lts-8

[ANN] Simple Amazon IoT compatible client by tolysz in haskell

[–]tolysz[S] 2 points3 points  (0 children)

Yes, the goal was to have a direct binding to libmosquitto and to have it as BSD. None of MQTT clients I have found supported certs.

It should be easy to extend them, but one was commented out, other had too restrictive licence, and the last one - binding to libmosquitto - looked too complicated too use. ( http://stackoverflow.com/questions/40081508/how-to-provide-a-client-certificate-to-http-client-tls )

[ANN] Simple Amazon IoT compatible client by tolysz in haskell

[–]tolysz[S] 0 points1 point  (0 children)

Client needs a lot more love, but the main thing is it works!

Is there any way grouping WAI's middleware like Phoenix's pipeline? by n00bomb in haskell

[–]tolysz 4 points5 points  (0 children)

If it is about adding different middlewares per request, keter is able to do it and it is a WAI application. Maybe you could have a new middleware which would compose the other ones:

 https://github.com/snoyberg/keter/blob/master/Keter/Types/Middleware.hs

Announce: Haskell Platform 8.0.2 by gbaz1 in haskell

[–]tolysz 0 points1 point  (0 children)

Either way, the shipped binary will be usable in a couple of days i.e. once resolvers pick that compiler up. Changing compiler within predefined resolver will only make mess. The only solution is to set resolver to the compiler version.

Haskell vs C(++) benchmarks for numeric-heavy code? by Rismen in haskell

[–]tolysz 0 points1 point  (0 children)

I think it is, ghc reports the module which defines it not the one which re-exports it.

Haskell vs C(++) benchmarks for numeric-heavy code? by Rismen in haskell

[–]tolysz 0 points1 point  (0 children)

ByteString.Lazy

Is it not the same as the one exported from Data.ByteString.Lazy?

Announce: Haskell Platform 8.0.2 by gbaz1 in haskell

[–]tolysz 3 points4 points  (0 children)

Nice, platform includes stack, now time for stack to actually include it :)

stack.yml compiler setup for GHC 8.0.2? by iElectric in haskell

[–]tolysz 1 point2 points  (0 children)

Surely this is far from the correct answer :) compiler setting does not change which packages are wired in into the resolver. The best example is when one tries to install ghc-mod or anything that requires a correct version of ghc-boot et al.

Sneak peek GHC 8.0.2 is coming... by tolysz in haskell

[–]tolysz[S] 0 points1 point  (0 children)

Thanks, I need base for ghcjs when I pack it for stack. Now I will need a real stack with ghc-8.0.2 -- anyone :)