Viewing profile — wfn
wfn
HN member- Joined
- Sun, Nov 11, 2012, 6:56 PM UTC
- HN karma
- 1,405
- Public activity
- 418 items
- HN profile
- View on Hacker News ↗
About wfn
echo kostas@$(echo amFrZWxpdW5hcy5jb20K | base64 -d)
or you can try leaving a message via ssh on my local raspberry (runs ssh.chat):
`ssh khome.mkj.lt` (mind client side info your ssh client automatically relays)
Recent public activity
-
comment
Comment #46839788
> It’s already happening on 50c14L.com You mention "end to end encrypted comms", where to you see end to end there? Does not seem end to end at all, and given that it's very much c…
-
comment
Comment #46839041
> Isn't every single piece of content here a potential RCE/injection/exfiltration vector for all participating/observing agents? 100%, I wonder when we get LLM botnets (optional: o…
-
comment
Comment #46838937
This is a funny chain.. of exchanges, cheers to you both :) At the risk of ruining 'sowbug having their fun, I'm not sure how Julian Jaynes theory of origins of consciousness align…
-
comment
Comment #46666402
I've been thinking about this, take a look at this: > From Tool Calling to Symbolic Thinking: LLMs in a Persistent Lisp Metaprogramming Loop https://arxiv.org/abs/2506.10021 edit b…
-
comment
Comment #46431522
Yes. I have (as part of Claude output) a - `FEATURE_IMPL_PLAN.md` (master plan; or `NEXT_FEATURES_LIST.md` or somesuch) - `FEATURE_IMPL_PROMPT_TEMPLATE.md` (where I replace placeho…
-
comment
Comment #45568213
Agree re: no need for heap allocation - for others: I recommend reading thru whole masscan source ( https://github.com/robertdavidgraham/masscan ), it's a pleasure btw - iirc rathe…
-
comment
Comment #45559735
> Quartz Composer Have you looked at https://vvvv.org/ ? Maybe it's still comparatively too heavy but imho it's not that heavy (cf. touch designer and the likes). I want to play wi…
-
comment
Comment #44997216
> but then the shell commands were actually running llama.cpp, a mistake probably no human would make. But in the docs I see things like cp llama.cpp/build/bin/llama-* llama.cpp Wo…
-
comment
Comment #44842659
> There is partial mitigation for RAPTOR: Counter-RAPTOR from 2017 ( https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=795... ) Oh I had missed that, thank you btw! Need mor…
-
comment
Comment #44842411
Thank you for the pointer to LEANN! I've been experimenting with RAGs and missed this one. I am particularly excited about using RAG as the knowledge layer for LLM agents/pipelines…
-
comment
Comment #44597374
Understood, thanks! I wasn't even sure where to look - thank you
-
comment
Comment #44586398
Out of curiosity, what conflict resolution options exist in mysql and/or mysql cluster (never checked / exp. in PG)? Because you'll always have to address conflicts of course - we …
-
comment
Comment #44409752
Do you mean the data sources it lists in those two articles are not valid? (I am referring to raw figures and not to actual textual content even). The charts themselves (and the pr…
-
comment
Comment #44409379
> Where do we place Israel on that scale That is, I think, an excellent and pertinent question. For starters may I suggest applying straightforward quantification on a linear scale…
-
comment
Comment #44008434
I've read part of Nick Lane's other book, The Vital Question , cannot comment on this new one; TL;DR competent biochemist (from complete amateur standpoint at any rate), excellent …
-
comment
Comment #43902998
I agree! I'm sort of exploring "programmable filesystem" concept (using FuseFS) (for some notes, see [1]). Re: ordered files: depends on FS. e.g. filesystems which use B+ trees wil…
-
comment
Comment #43856726
iirc there were some experiments where they rewired optic nerve and inner ear in mice to route (so to speak) to different areas of the brain (different cortical (i think?) destinat…
-
comment
Comment #43852909
> Ok, not a real zip bomb, for that we would need a kernel module. Or a userland fusefs program, nice funky idea actually (with configurable dynamic filenames, e.g. `mnt/10GiB_zero…
-
comment
Comment #43839883
Yes and (for posterity / those lazy to read the linked Mastodon thread), if you read through the linked thread, you see that is nonsense and Yandex is very much a Russian business …
-
comment
Comment #43839514
Well, re: GDPR, for one Vlad is abjectly clearly wrong on email addresses not being PII. They are. The mere fact of him relying on his rationalisation (of burner email addresses) o…
-
comment
Comment #43714057
This could not have come at a better time for me, thank you! I've been tinkering with an idea for an audiovisual sandbox[1] (like vvvv[2] but much simpler of course, barebones). Id…
-
comment
Comment #43714012
This is great, thank you so much for sharing!
-
comment
Comment #43586651
I have found that a general pattern of setting up a memory arena or anything of that kind does help, especially of course if one anticipates more frequent / heavier usage of heap. …
-
comment
Comment #43570516
This is useful feedback for me. Thanks (no further comments, but I think I know the reason why it's been this way especially as of late)
-
comment
Comment #43560778
Re: LLMs & diagrams - in general, diagrams and tables as info compression tool (both in the general sense as well as in the practical concrete "optimise for token / context window"…