Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yaoke259
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
yaoke259
4mo ago
what have you guys tried?
2.
▲
Ask HN: What are your worst war stories bringing agentic applications into prod
12 points
by
yaoke259
4mo ago
|
7 comments
3.
▲
Show HN: Using Claude Code history to predict your next messages while you sleep
(workovernight.com)
1 points
by
yaoke259
6mo ago
|
0 comments
4.
▲
Show HN: Ptero, a Svelte Alternative to Docusaurus
(github.com)
1 points
by
yaoke259
6mo ago
|
0 comments
5.
▲
Show HN: TypeScript runtime that syncs state for your multiplayer app/game
(martini-kit.com)
1 points
by
yaoke259
10mo ago
|
0 comments
6.
▲
by
yaoke259
10mo ago
pretty cool!
7.
▲
Show HN: Martini-Kit, create multiplayer games without writing networking code
(martini.blueprintlab.io)
3 points
by
yaoke259
10mo ago
|
0 comments
8.
▲
by
yaoke259
11mo ago
would be cool but rn just looks like normal glassmorphism?
9.
▲
AI getting gold in IMO is not that surprising
(yaoke.pro)
3 points
by
yaoke259
11mo ago
|
1 comments
10.
▲
by
yaoke259
11mo ago
First blog post on HN!
11.
▲
by
yaoke259
11mo ago
Why? It's like saying celebrity impersonations is unethical. Why is impersonating someone inherently bad?
12.
▲
Show HN: Prompts to make AI impersonate 10 programming legends
(ai-impersonator.blueprintlab.io)
3 points
by
yaoke259
11mo ago
|
2 comments
13.
▲
Show HN: Time-aware utilities for LLM prompts (TypeScript)
(time-ai.blueprintlab.io)
1 points
by
yaoke259
1y ago
|
0 comments
14.
▲
by
yaoke259
1y ago
I have significantly improved both the library and the demo page, hope this is more useful now!
15.
▲
by
yaoke259
1y ago
yes absolutely, updating the page now as we speak!
16.
▲
by
yaoke259
1y ago
Your feedback is valuable and correct, I'll extract the library into /core in the repo and also manually verify all the citations. I'll read into the prompt injection literature more deeply and turn this from a shower thought
17.
▲
by
yaoke259
1y ago
Sveltekit is not heavy, it is compiled into lightweight bundles
18.
▲
by
yaoke259
1y ago
Yes, to be completely honest this is a vibe coded project and I'm by no means a security expert. This was more of a fun, side project/experiment based on a shower thought. I admit it's not good/disingenuous to imply secu
19.
▲
Show HN: A minimal TS library that generates prompt injection attacks
(prompt-injector.blueprintlab.io)
33 points
by
yaoke259
1y ago
|
15 comments
20.
▲
by
yaoke259
1y ago
will do
21.
▲
by
yaoke259
1y ago
MDX is not secure by default, you'd be executing arbitrary JS code potentially sent by untrustworthy sources, which is advised against in the MDX website.
22.
▲
by
yaoke259
1y ago
I'm in Sydney and will be sleeping, will answer new questions in the morning!
23.
▲
by
yaoke259
1y ago
real
24.
▲
by
yaoke259
1y ago
yes, that was! and I totally understand what you mean. Whilst building this I've often wondered if other people have totally unrelated use cases for it
25.
▲
by
yaoke259
1y ago
These are all great points too! so in your opinion should I still keep the {id, value} encapsulated event system, it offers less control, but a minimal api shape for easy handling at the application level
26.
▲
by
yaoke259
1y ago
yes like MDX, but not compiled :)
27.
▲
by
yaoke259
1y ago
this actually uses web components under the hood! the dsl is more secure and easier to write (at least in my opinion). For v2 I'll make the whole design/architecture more polished and web-component oriented, possibly with some sor
28.
▲
by
yaoke259
1y ago
Yes fallback markup is what I meant, and yes, it would not be super useful if JS is entirely disabled. I figured custom elements would be good since they can encapsulate state and styling, allowing for slightly more sophisticated behaviour
29.
▲
by
yaoke259
1y ago
am going to do a rewrite for v2. For some reason custom elements and astro don't play well with each other for me. I believe this issue does not happen on Sveltekit, Next etc. but this project is very young so bear with me
30.
▲
by
yaoke259
1y ago
I'm just too lazy lol, only wrote raw even listeners when I had no other choice ahahahaha. somehow my brain just did not make the connection
More ›