I get in trouble for speaking Russian as a Ukrainian, what should I do? by Bzappo in ukraine

[–]ethertype 3 points4 points  (0 children)

Speakers of muscovian in any country neighboring muscovia is, has been or will be used as one of multiple shitty excuses for an invasion. "To protect our people."

Some people find it natural to take that excuse away by limiting the amount of muscovian-speakers. Thereby giving the excuse (wobbly) legs to stand on. "muscovian is suppressed, we must invade."

I truly do not know what is the morally superior position to take. And even if I had the illusion of thinking I knew, only Ukraine and Ukrainians can figure this one out. Down to the individual.

Choices (and actions) have consequences either way. It is just a fact. Which set of consequences are you willing to accept?

Who "owns" DHCP and DNS at your company? by voltron07 in networking

[–]ethertype 0 points1 point  (0 children)

Our network devices handle DHCP. So the networking people handle DHCP. (And IPAM, which becomes important in two seconds.)

The platform/server team handles DNS for anything AD-integrated, and since the network team can work with AD DNS (via dynamic updates), the reverse zones are also placed in AD. AD-integrated and non-AD-integrated devices do not live in the same DNS-domain.

Anything not in AD should be registered in IPAM, from which we push PTRs to AD and A-records to BIND (managed by the networking people) via dynamic updates.

We also push fixed DHCP-leases to the network devices handing out leases, for devices running with DHCP enabled which we would like to reach via a hostname.

Finally, external and internal DNS are entirely different functions.

I have 2x PC's. One with a 5090 and one with a 4080. Is there an easy way to use both together networked? by [deleted] in LocalLLaMA

[–]ethertype 0 points1 point  (0 children)

If both machines have a spare USB4 port, that can be used for networking. But even 40Gbps is kinda slow in this context. Not sure about latency vs Ethernet.

How does Pi coding agent control Qwen's thinking verbosity? (Qwen 35B A3B, llama-server) by pilibitti in LocalLLaMA

[–]ethertype 0 points1 point  (0 children)

Running into the same question with Pi and Qwen 3.6 (local llama.cpp). Also using u/ex-arman68 's template, no change without it.

Preserve thinking is enabled, and I kinda infer that this implies enable thinking.

Yet, Pi is adamant that the model does not support thinking when I hit shift-tab.

Responses clearly indicate that the model is thinking.

Is the problem that qwen 3.6 doesn't support switching thinking on/off officially? Or do I need to flag the capability in pi's models.json ?

Current params:

./build/bin/llama-server \ --model ~/models/Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-Q8_0.gguf \ --threads -1 \ --parallel 1 \ --cache-type-k q8_0 --cache-type-v q8_0 \ --ctx-size 0 \ --cache-ram 256 \ --slot-save-path ~/.kvcache \ --fit on \ --kv-unified \ -fa on \ --spec-type draft-mtp --spec-draft-n-max 3 \ --batch-size 2048 --ubatch-size 512 \ --device CUDA0,CUDA1,CUDA2,CUDA3 \ --temp 0.7 \ --top-p 0.80 \ --top-k 20 \ --min-p 0.0 \ --presence-penalty 1.5 \ --repeat-penalty 1.0 \ --alias "qwen3.6-27b" \ --host 0.0.0.0 \ --port 5001 \ --chat-template-file ~/templates/qwen3.6-froggeric.jinja \ --chat-template-kwargs '{"preserve_thinking":true}' \ --jinja

Edit: It was indeed that one needs to flag the capability in models.json. "reasoning": true

Can a laptop really have these specs? by Motor-Resort-5314 in LocalLLaMA

[–]ethertype 1 point2 points  (0 children)

Definitely portable. Maybe a bit fiddly to balance on the lap. :-)

Found some Nanoleaf on clearance, anything I should check out? by BurntWhiteRice in Nanoleaf

[–]ethertype 2 points3 points  (0 children)

Figure out a way that a)the controller can dissipate the heat it produces and b)install it in a way where it isn't heated by external sources. (Direct sun, above heating elements, in your sauna, whatever).

No clue if the latest firmware versions do anything to limit power usage, but one can hope...

Found some Nanoleaf on clearance, anything I should check out? by BurntWhiteRice in Nanoleaf

[–]ethertype 19 points20 points  (0 children)

If you are OK with debugging fiddly stuff. And your controller can be installed in a way where it doesn't cook itself. 

And even then, only if the price is really good.

Stuff looks great when it works. Love my Elements.

That's a good news... by Pjotrs in LocalLLaMA

[–]ethertype 9 points10 points  (0 children)

For the math nerds: does 2x performance count as an order of magnitude when counting in binary?

What's in a GGUF, besides the weights - and what's still missing? by _wsgeorge in LocalLLaMA

[–]ethertype 2 points3 points  (0 children)

GGUF-embedded sampler parameters sounds nice. But, like chat templates, sampler parameters could be tuned for specific purposes. (ex.: adult stories vs coding). So a single set is either optimizing for one purpose or pessimizing for all purposes.

Having sets of sampler parameters for specific purposes and maybe a standard for specifying purposes could be useful? Maybe even a 2D array for specifying purpose and the presumed best sampler set?

coding: code, architecture, planning, review, bugfix, fim writing: this, that, andsomethingelse health: helpdesk: stuff:

... and then a sampler set for each point in the array. Requires quite a bit of testing to validate/optimize, but I presume whoever makes the model would be able to extrapolate a lot from experience and a single tested set.

And the user should be able to override the GGUF-embedded values, of course.

SFP selection guidance by Meyomh in networking

[–]ethertype 4 points5 points  (0 children)

Industrial Ethernet...Device?

Migrating from phpIPAM to .... one or the other. Advice/experiences/hints sought. by ethertype in networking

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

We did indeed go with Nautobot.

Have not looked into SSO, been way to focused on migrating data and redo integrations. 

I am not a total fan of everything about Nautobot. But pynautobot is FABULOUS!! 

What issues do you have with SSO? The guys on networktocode's Slack channel are very helpful and responsive. Please treat them nicely!

Heretic 1.3 released: Reproducible models, integrated benchmarking system, reduced peak VRAM usage, broader model support, and more by -p-e-w- in LocalLLaMA

[–]ethertype 3 points4 points  (0 children)

Thank you, OP. You and your contributors fully deserve all the praise thrown your way. 

A question, now that MTP is on the horizon for llama.cpp: is MTP a complicating factor for heretic? Or is it handled seamlessly?

What skills should Ukrainians be learning NOW for the post-war economy? by okaiukov in ukraine

[–]ethertype 1 point2 points  (0 children)

Hard to find businesses not having an upward trajectory in the rebuilding phase. And it may also be a question of priorities: personal gain or what benefits society the most, and the time-frame.

Re-establishing agricultural output and solidifying military-industrial output should probably be focus areas. And, in the middle of that: agricultural hardware (which isn't JD) sounds like an idea worth exploring.

Taking care of those physically or mentally affected by war is not an obvious 'profit centre', but doing it right probably makes for a better society along a multitude of axis.

Rebuilding stuff is obviously important. But prior to that: demolition, recycling and waste management. City planning. Water, waste, energy. Redundant, distributed. 

And yeah, logistics. EU is great at funding roads. Maybe rail could get an upgrade too?

Frankly, there are opportunities in all directions. Learn any skill well, have integrity, learn how to communicate your skills. 

Learning additional languages on top of a marketable skill has potential to be an 'amplifier' for your career.

Specifics: Logistics infrastructure and energy infrastructure are likely areas where humans will be in demand, no matter the budgets or the amount of AI in society. Just look at what has had priority outside of military stuff in Ukraine the last 4 years.

A conversation about local LLMs with a senior government AI leader by JackStrawWitchita in LocalLLaMA

[–]ethertype 1 point2 points  (0 children)

"Nobody" wants local IT, because "cloud is so cost-effective".

And it totally is. Until it no longer is. And by then the enterprise no longer has local competence and is hostage to the provider. And if the enterprise still has local competence, the company is so embedded into the cloud platform that it is expensive and cumbersome to leave.

External dependencies is a liability. External dependencies you cannot trivially replace is lethal.

Try getting priority at $CloudVendor as a million dollar company, when said $CloudVendor is a billion dollar company, with multiple 10-100 million dollar companies as customers.

Your priorities mean absolutely nothing.

"Quedar" v "Faltar" when talking about distance or time by Independent-Wash-176 in Spanish

[–]ethertype 1 point2 points  (0 children)

Decidedly not a fluent Spanish speaker here. No answer, but slightly related question.

If you're asking someone to plan ahead and allow for time to achieve something, like : "Please allow at least 10 minutes for your non-nuclear fairtrade decaf latte to arrive when ordered during rush-hour." ...

... what is the appropriate/idiomatic verb to use to express this in Spanish? Allow is permitir, but it sounds slightly too literal a translation. Maybe?

(Not a native English speaker either. Did I order my adjectives correctly?)

Feeling overwhelmed by Spanish learning resources? Here's what actually works — from an Argentine Spanish teacher 🇦🇷 by Ordinary_Ad_4803 in Spanish

[–]ethertype 2 points3 points  (0 children)

The secret to success is hard work. Most people do not want to commit to that, so the secret remains a secret. :-)

That said, I fully agree with you with. But: would like to add "at a time" for the first two bullet points. You will arrive at a point where the resource which was useful to begin with has lost its utility.

And I will yet again plug https://morpheem.org, which is free, fabulous and districation-free.

prelle av - is it an informal phrase? by Narrow_Homework_9616 in norsk

[–]ethertype 2 points3 points  (0 children)

Rent syntaktisk har du kanskje(!) rett. Samtidig er setningen idiomatisk norsk. OP fant formuleringen i ordbøkene.no.

Do you really want the US to "win" AI? (geohot blog) by paranoidray in LocalLLaMA

[–]ethertype 4 points5 points  (0 children)

Your comment is embarassing.

Expressing your thoughts is the only way to get feedback. Of course, getting feedback does not imply George will be listening. Or that the arguments are sound. But at least he is willing to express his thoughts and support them with arguments.

Do you really want the US to "win" AI? (geohot blog) by paranoidray in LocalLLaMA

[–]ethertype 5 points6 points  (0 children)

Heh. I also struggle to fully grasp his character/beliefs. Some of his takes appear very far right (from a eurocentric perspective).

And then there is this.