Koffiepoeder
|
4 days ago
|
on: GPT-5.4
We have an OCR job running with a lot of domain specific knowledge. After testing different models we have clear results that some prompts are more effective with some models, and also some general observations (eg, some prompts performed badly across all models).
Sample size was 1000 jobs per prompt/model. We run them once per month to detect regression as well.
Koffiepoeder
|
10 days ago
|
on: OpenAI – How to delete your account
Do you mean attacking a second country in the top 10 oil/gas reserve ranking in mere weeks, while threatening to invade a third?
Koffiepoeder
|
10 days ago
|
on: Unsloth Dynamic 2.0 GGUFs
The A3B part in the name stands for `Active 3B`, so for the inference jobs a core 3B is used in conjunction with another subpart of the model, based on the task (MoE, mixture of experts). If you use these models mostly for related/similar tasks, that means you can make do with a lot less than the 35B params in active RAM. These models are therefore also sometimes called sparse models.
Koffiepoeder
|
1 month ago
|
on: State of the Windows: What is going on with Windows 11?
Exactly there's so much stuff you simply cannot configure otherwise. For example disallowing applications to take sole ownership of a mic, in-detail power plans, etc. If they remove the old control panel, your machine basically becomes unconfigurable.
Koffiepoeder
|
1 month ago
|
on: MapLibre Tile: a modern and efficient vector tile format
Koffiepoeder
|
1 month ago
|
on: Why Object of Arrays beat interleaved arrays: a JavaScript performance issue
For those interested in browser differences, on my machine:
Firefox
AoS: 2951.00ms
SoA: 1624.00ms
Interleaved: 1961.00ms
Chrome
AoS: 2133.30ms
SoA: 884.30ms
Interleaved: 1457.60ms
Seems the interleaved being slower is consistent across browsers!
Koffiepoeder
|
1 month ago
|
on: Photos capture the breathtaking scale of China's wind and solar buildout
Additionally, solar panels can become too hot and that reduces their efficiency. Also, deserts are famously known for dust. Since it rarely rains, you get a dust buildup, further compromising solar efficiency in deserts.
I'm not saying that deserts are a bad place for solar. What I'm trying to say is - it's often worse than people think and it requires special infrastructure.
Koffiepoeder
|
2 months ago
|
on: Simple 3D Packing
Interesting, this is the first time I've come across using a FFT for collision detection, and now that I think about it it really makes sense. Thanks for the insight!
Koffiepoeder
|
2 months ago
|
on: USD share as global reserve currency drops to lowest since 1994
Can confirm, one example: the company that I am currently working for put all its plans for investing in the US in the fridge and is exploring other markets now.
Koffiepoeder
|
2 months ago
|
on: I got hacked: My Hetzner server started mining Monero
If I can get in once, I can do it again an hour later. I'd be inclined to believe that dumb recycling is not very effective against a persistent attacker.
Koffiepoeder
|
3 months ago
|
on: Netflix’s AV1 Journey: From Android to TVs and Beyond
I now present you: HDRbooster. The tool to boost your image to 19.99% BOOSTED highlights and 80.01% MAX brightness (99.99% of SDR white)!
Koffiepoeder
|
3 months ago
|
on: You can't fool the optimizer
Mhm, this is one of these cases I'd prefer a benchmark to be sure. Checking %2 is very performant and actually just a single bit check. I can also imagine some cpu's having a special code path for %3. In practice I would not be surprised that the double operand is actually faster than the %6. I am mobile at this moment, so not able to verify.
Koffiepoeder
|
3 months ago
|
on: The Connectivity Standards Alliance Announces Zigbee 4.0 and Suzi
What I really don't like about thread/matter is that it is becoming the de-facto standard that thread border routers are connected to the internet.
This will in time result in IoT devices that actually mandate this connection (it was already stipulated in a recent version of the protocol). The end result will be that a new protocol was created, but rather than devices being able to run on their own, we end up with beds in heating mode, ie. the garbage we were trying to avoid in the first place.
So for me, zigbee it is!
Koffiepoeder
|
3 months ago
|
on: Help My LocalDate Isn't Flattened
It would be interesting to see a JDK happen where all these backwards compatibility quirks are ignored, and raw performance is chased instead. A thousand of these little gains can really add up over decades. In this case there was a workaround it seems, but it feels a bit contrived to me ('missing fields are ok'?).
Koffiepoeder
|
4 months ago
|
on: Two billion email addresses were exposed
The moment you put TOTP in Bitwarden it is no longer a 'second factor'. Pretty bad security advice to be honest. Better to use hardware tokens or a secure phone (with enclave) instead (never SMS though).
Koffiepoeder
|
4 months ago
|
on: GHC now runs in the browser
I'm not the OP, but for me their comment sparked an association to the famous Ken Thompson lecture called 'Trusting Trust'. Could be a good starting point.
Koffiepoeder
|
4 months ago
|
on: Entire Linux Network stack diagram (2024)
Can you share the diagram? Would love to become iptables-enlightened.
Koffiepoeder
|
5 months ago
|
on: Ask HN: What is nowadays (opensource) way of converting HTML to PDF?
If you want lots of differently styled templates, template management and editing/styling capabilites in word or excel (ie. you can just ask your customer/employer/.. to make an example document), I can really recommend Carbone [0]. I've been a happy customer for a few years now. Extra advantage is also that it also offers you excel outout generation as well, which is also often a requirement in applications. They have a SaaS offering as well if you'd like. They are open source though, so you can easily run a docker container!
[0]: https://carbone.io/
Koffiepoeder
|
5 months ago
|
on: Imgur pulls out of UK as data watchdog threatens fine
Saying the internet is not a place for children is like saying the street is not for children. Full of drug dealers, cars and danger!
Yet learning how to cross the street is an essential skill in life. They are also filled with flowers, pathways to playgrounds and much more. And that's why children are not forbidden on the streets.
My point being: let's educate instead of regulate. "Regulating the children" is silly and countereffective.
Koffiepoeder
|
5 months ago
|
on: A Postmark backdoor that’s downloading emails
I genuinely take the effort to write em dashes quite often, certainly in formal documents or publications. So for me that's not a tell-tale sign of AI usage. Your analysis of the pacing of the article on the other hand — spot on.
Sample size was 1000 jobs per prompt/model. We run them once per month to detect regression as well.