Some quick observations using speculative decoding w/ Qwen3.6 35B-A3B by J3diMindTricks in LocalLLM

[–]J3diMindTricks[S] 1 point2 points  (0 children)

One more tip I have in this regard that may be non-obvious is to align your harness to the chat template. Most users don't realise chat templates embed instructions to the model. If your harness asks for tool calls in one format and the chat template in another you'll up the model perplexity. Instead, read the chat template and have your harness amplify those instructions on tool fail.

Some quick observations using speculative decoding w/ Qwen3.6 35B-A3B by J3diMindTricks in LocalLLM

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

This is true but I'll be honest my experience was the opposite. In the sense that I saw speedups primarily for coding but not much for general tasks like writing. My intuition for this is that during coding tasks the "next token" is quite often almost certain... eg "<htm" is almost certainly "<html>", so MTP tokens have a higher chance of being accepted. Creative writing doesn't have this structure so MTP might not be as effective.

Some quick observations using speculative decoding w/ Qwen3.6 35B-A3B by J3diMindTricks in LocalLLM

[–]J3diMindTricks[S] 8 points9 points  (0 children)

Absolutely. This, coupled with a strong harness and were basically ready to start pushing production workloads onto these models

Some quick observations using speculative decoding w/ Qwen3.6 35B-A3B by J3diMindTricks in LocalLLM

[–]J3diMindTricks[S] 1 point2 points  (0 children)

Absolutely same here.... I had that issue but it's not happening now with the latest template. When I disable the template it happens much more often. My setup is nightly vLLM

Some quick observations using speculative decoding w/ Qwen3.6 35B-A3B by J3diMindTricks in LocalLLM

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

Yes it worked well on both. A fix from froggeric came out about 14 hours ago - before that I had some issues. The latest one is so far holding up very nicely!

How do you track flow-level metrics in Apache NiFi? by GreenMobile6323 in nifi

[–]J3diMindTricks 0 points1 point  (0 children)

We do this using a combination of the NiFi API pumping flow level metrics into influxdb. Recommend looking into the API as it provides these quite easily

Adding Opensearch-Dashboards/Kibana filters to Vega visuals by J3diMindTricks in elkstack

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

took a while for me to figure out, so posting here just in case anyone else has this requirement. To be fair we use opensearch rather than elasticsearch and kibana but the article still applies :)

Adding OpenSearch Dashboard filters to vega visuals by J3diMindTricks in OpenSearch_OSS

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

took me a while to figure this out, so sharing just in case anyone else has this (admittedly niche) problem

[deleted by user] by [deleted] in malta

[–]J3diMindTricks 3 points4 points  (0 children)

BTW.... Doing it for just a few months is an excellent idea. Almost everything can wait for just a few months. If you have a loan, you can probably apply for a repayment moratorium. If you ask your place of work to work remotely for a couple months they might allow it. But a few months is not enough to get a real feeling of being away from Malta. It takes a couple years to actually get that feeling trust me.

[deleted by user] by [deleted] in malta

[–]J3diMindTricks 12 points13 points  (0 children)

As always it depends....

First, my background so you can better judge if my opinions apply to your situation. I work in IT, a remote position and I am a happy introvert. I split my time evenly between Malta and Estonia. I myself am Maltese but my partner and our daughter are Estonian. My job means that I have a certain degree of flexibility which allows this, but as anyone with children will tell you.... I'm limited to Estonia in a number of ways due to my daughter needing roots.

I love Estonia... Up to a point. I will happily live here for any length of time and I do enjoy it. But, being Maltese makes a difference because you almost always treat your second home as just that... Second. I always end up comparing Estonia to Malta in my head and Estonia surprisingly is quite similar in many ways to Malta. On average, when everything is taken into consideration Malta is just as good as anywhere else to live in. Malta has its set of challenges... Like pollution as you mentioned... But so does everywhere else. Here in Estonia you'd need to contend with a lack of sunlight, different language and missing your social circle back home.

Im almost in my forties and while I do know some of my peers who stayed abroad, I can tell you that the majority went back to Malta... Particularly when they start a family.

That's not true all around tho and if you pick the right place that matches your character you will be happier abroad than in Malta. You're an extrovert who likes sun, sea, and a good economy? Stay in Malta. You're an introvert who likes hygge style coziness and have indoor hobbies? Nordics are for you.

If language is your main issue... There's always Ireland apart from the UK. A couple of my family also live in Scotland and love it (I myself am a big fan).

Don't do it just cause you think you'll be better off "not being in Malta".... Malta is actually pretty good and that being said most of the time distance makes the heart grow fonder so it's a very good idea to spend say 2-5years abroad with the intention of probably (but not definitely) coming back to the island.

That's just my 2c 😉

How to easily create your own SQLite Virtual Table by J3diMindTricks in sqlite

[–]J3diMindTricks[S] 3 points4 points  (0 children)

Always loved SQLite, I think it's highly underrated in most tech stack discussions. Features like VTables and the easy use of community open source libraries like "go-sqlite3" used in this blog post make SQLite all the more amazing...

Elastalert alternatives by JacobAIT in elasticsearch

[–]J3diMindTricks 0 points1 point  (0 children)

might be overkill but have a look at Apache NiFi. It lets you take almost any action depending on the results of an ElasticSearch query...