HN user

elsombrero

563 karma
Posts24
Comments19
View on HN
codeberg.org 1y ago

Proxy WireGuard UDP Connections over HTTP(s)

elsombrero
2pts0
finance.yahoo.com 2y ago

Bending Spoons to Acquire StreamYard

elsombrero
4pts1
github.com 2y ago

Fuck Piracy Shield, Agcom and SP Tech Legal

elsombrero
55pts6
www.bloomberg.com 2y ago

Vimeo Draws Interest from App Developer Bending Spoons

elsombrero
2pts0
berec.europa.eu 4y ago

Berec identifies new dynamics on competition in internet ecosystem

elsombrero
2pts0
hackaday.com 4y ago

Does your programmer know how fast you were going?

elsombrero
1pts0
daniel.haxx.se 4y ago

LogJ4 Security Inquiry – Response Required

elsombrero
323pts118
medium.com 4y ago

I’m harvesting credit card numbers and passwords from your site (2018)

elsombrero
31pts4
libraryofbabel.info 4y ago

The library of Babel – Explore every book that has been, or will be, written

elsombrero
1pts0
techcrunch.com 4y ago

Italy fines Amazon and Apple $230M over alleged reseller collusion

elsombrero
21pts0
medium.com 4y ago

An Event-Driven Approach to Web Scraping

elsombrero
2pts0
www.theinsaneapp.com 4y ago

GitHub Copilot Generated Insecure Code in 40% of Circumstances During Experiment

elsombrero
261pts155
www.hcaptcha.com 5y ago

How much is Google’s bot detection worth? – By hCaptcha(2020)

elsombrero
3pts0
browser-fingerprint.cs.fau.de 5y ago

Join a browser fingerprinting study

elsombrero
62pts32
old.reddit.com 5y ago

Random seed of original Minecraft thumbnail(pack.png) found

elsombrero
1pts0
www.youtube.com 5y ago

World's Fastest Pitch – Supersonic Baseball Cannon

elsombrero
3pts1
github.com 6y ago

Italian Covid-tracing Android app needs location permission to work

elsombrero
2pts0
github.com 9y ago

Best websites a programmer should visit

elsombrero
3pts0
medium.com 9y ago

Facebook algorithm and impact on media: French election experiment #1

elsombrero
3pts0
www.politico.eu 9y ago

Angela Merkel: Europe must take ‘our fate’ into own hands

elsombrero
53pts25
cloak-and-dagger.org 9y ago

Cloak and dagger – a new kind of attacks for Android

elsombrero
157pts52
blog.jupyter.org 9y ago

Release of IPython 6.0

elsombrero
1pts0
googleprojectzero.blogspot.com 9y ago

Exception-oriented exploitation on iOS

elsombrero
14pts0
github.com 9y ago

Java BitTorrent implementation

elsombrero
4pts0

from my understanding, you can run the inference server (llama.cpp/vllm/whatever) and the agent/harness in different contexts, event different machines.

The risky part is in the agent/harness and what tools it has access to.

You don't need to give GPU passthrough to the VM running the agent/harness.

There is still a risk of a prompt messing with the inference server, but I think that's a much lower risk compared to an agent doing whatever on its own.

https://github.com/mostlygeek/llama-swap

it's a transparent proxy that automatically launches your selected model with your preferred inference server so that you don't need to manually start/stop the server when you want to switch model

so, let's say I have configured roo code to use qwen3 30ba3b as the orchestrator and glm4.5 air as coder, roo code would call the proxy server with model "qwen3" when using orchestrator mode and then kill llama.cpp with qwen3 and restart it with "glm4.5air"

well, I tried it and it works for me. llm output is hard to properly evaluate without actually using it.

I read a lot of good comments on r/localllama, with most people suggesting qwen3 coder 30ba3b, but I never got it to work as well as GLM 4.5 air Q1.

As for using Q2, it will fit in vram, but with very small context or spill over to RAM, but with quite an impact on speed depending on your setup. I have slow ddr4 ram and going for Q1 has been a good compromise for me, but YMMV.

On my 2x 3090s I am running glm4.5 air q1 and it runs at ~300pp and 20/30 tk/s works pretty well with roo code on vscode, rarely misses tool calls and produces decent quality code.

I also tried to use it with claude code with claude code router and it's pretty fast. Roo code uses bigger contexts, so it's quite slower than claude code in general, but I like the workflow better.

this is my snippet for llama-swap

``` models: "glm45-air": healthCheckTimeout: 300 cmd: | llama.cpp/build/bin/llama-server -hf unsloth/GLM-4.5-Air-GGUF:IQ1_M --split-mode layer --tensor-split 0.48,0.52 --flash-attn on -c 82000 --ubatch-size 512 --cache-type-k q4_1 --cache-type-v q4_1 -ngl 99 --threads -1 --port ${PORT} --host 0.0.0.0 --no-mmap -hfd mradermacher/GLM-4.5-DRAFT-0.6B-v3.0-i1-GGUF:Q6_K -ngld 99 --kv-unified ```

Guess my RGB 2 years ago

you could apply a binary search for each slider and improve the number of tries by moving the slider by half of the shortest distance to the edge

I have a OnePlus 8t since last october and have not found any issue on the battery side. On the contrary I'm quite pleased with battery management since i can charge it in 30 minutes from 0 to almost 100%, so usually i just charge it for 5-10 minutes and I can use it all day easily.

With full charge on average I get around a day or two without recharging with mostly firefox, youtube, messaging apps open and some light gaming.

Battery saving mode gets me almost 1 hour more of usage when I'm at 15%

Haven't really had any signal problems and 5g isn't that much of an improvement around where I live so it's not really a concern for me but ymmv

Sure, negotiating your salary is an important skill, but I don't see the value of this article over just the title.

And then there's this

Here’s what you do:

Read this book.

Do what it says.

Bad self-help marketing fluff piece without any substance to it...

I think it's a bit disingenuous comparing a simple simulation of a 3d model with dubious physics with the problems involved in designing a real robot.

The grief factor of learning to code is on a different scale to every other major. One missing semicolon will take your whole tower down, and you realise this in the first day of practical exercises

In fact, every exercise in CS has this problem. You add a new thing (eg inheritance), and it breaks. But not only that, it might be broken because of a banal little syntax problem.

That can be said for math as well, switch a + for a - at any point and the whole solution crumbles down, or use the wrong method of resolution and you are in for a world of pain.

Oh and learn git, too. And Linux. Just so you can hand in the homework.

Again, comparing that to math, learn all the different notations used just to understand what the problem asks of you.

Point being that any scientific course require a part of self study to get what you are doing. Although I can certainly agree that the way CS is taught now interwines many basic things that should be on their own course and could do with some reorganization, even though it's hard for universities to keep up with the way most of current day tech advances.

I do the same without using 33mail. I have my mail hosted on zoho mail which gives me infinite aliases that get redirected to my main address and in case I ever need to forward a mail from an alias I can create a new address with that alias, use it and then delete it. So when I register to a new site I usually input <sitename>@mydomain.com and then if I want I can create a filter to sort them automatically

Hijacking dns means that when you connected to the bank's website you would connect to their servers first and then they could have just proxied your connection to the real servers, that image->username check wouldn't have saved you from it since the bank's servers still operated normally