Viewing profile — Koffiepoeder
Koffiepoeder
HN member- Joined
- Mon, Dec 17, 2018, 8:51 PM UTC
- HN karma
- 678
- Public activity
- 177 items
- HN profile
- View on Hacker News ↗
About Koffiepoeder
Recent public activity
-
comment
Comment #49254215
Can you give me some pointers? Last I heard researches simulated an entire brain of a fruitfly with just a classic neuron approach [0] and if I recall it worked great. I know a hum…
-
comment
Comment #48524446
I once came across a similar "solution". The signing algorithm was directly executed from the update package. How would we otherwise be able to update the signature algorithm? Wors…
-
comment
Comment #48063827
Hey dipshit, Maybe I develop games. Maybe I develop IoT devices. I might even be working in a high-stakes environment where formal verification is needed, who knows. Whatever the c…
-
comment
Comment #48000095
Thanks for the recommendation. This is very close to what I am looking for, at least with regards to the CLI. The networking part I can fix with a second docker container and netwo…
-
comment
Comment #47991347
Slightly related: I am looking for: - Easy single command CLI agent spawning with templates - Automatic context transfer (i. e. a bit like git worktrees) - Fully containerised, but…
-
comment
Comment #47960049
Also this would not account for cooling shrinkage, a very annoying problem when making high quality parts to spec.
-
comment
Comment #47940500
I would be more concerned for remotely triggered inverter spikes tbh. These could sabotage the whole grid if I'm not mistaken.
-
comment
Comment #47940392
Reminds me of this (by now completely outdated) middle east friendship chart I once came across. [0]: https://www.slate.com/blogs/the_world_/2014/07/17/the_middle...
-
comment
Comment #47861286
Working with agents and current-generation coding tools to me still feels relatively cumbersome. You have to do a lot of /manual /skill invocations and go through many review cycle…
- story
-
comment
Comment #47855076
Rohansi was basically asking 'why', you keep on reiterating that DDR uses more power than LPDDR, but fail to answer why this is the case. Is it clock speed? Is it voltage? Is it a …
-
comment
Comment #47854759
You did not answer the question.
- comment
-
comment
Comment #47714548
I understand trimming input fields is typically a useful default, but in this case this prevents me from searching for a space. So maybe it'd be worthwhile to add a `if (trim(str)=…
-
comment
Comment #47636816
Imagine my face when I had to take periodic backups of stateless, immutable read-only filesystem, non-root containers for "compliance".
-
comment
Comment #47636713
To be honest, I would even go further: if you think certification equals security, you are even more lost. So many controls are dubious, sometimes even actively harmful for some se…
-
comment
Comment #47493267
Can confirm. Have encountered many on-prem and lift-and-shift solutions with no automated means of updating certs. The worst contenders are usually 1) executables on windows server…
-
comment
Comment #47481440
(Note that if OP considers to do this, they probably want to do this in a private tab, as to not leak potential sensitive cross-site cookies)
-
comment
Comment #47269333
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 …
- comment
-
comment
Comment #47195678
Do you mean attacking a second country in the top 10 oil/gas reserve ranking in mere weeks, while threatening to invade a third?
-
comment
Comment #47194016
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 ex…
-
comment
Comment #46772640
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 remov…
-
comment
Comment #46764578
Had to search a bit, but here's a demo page: https://maplibre.org/maplibre-gl-js/docs/examples/display-a-... Can be compared with: https://maplibre.org/maplibre-gl-js/docs/examples…
-
comment
Comment #46666589
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 …