Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 49 min 31 sec ago

Show HN: A "gym" for art value studies using images from your Pinterest boards

Sun, 05/31/2026 - 5:09pm

This is my little app. I was sick of copying images from Pinterest and doing the posterising in photoshop when I was doing value studies as painting practice so I made a site which does the entire workflow in one bit. Happy painting!

Comments URL: https://news.ycombinator.com/item?id=48349780

Points: 1

# Comments: 0

Categories: Hacker News

TCNs as Alternative to Transformers?

Sun, 05/31/2026 - 5:06pm

over the last months I've experimented with many alternatives to transformers, such as one i created github repo about:

https://github.com/bggb7781-collab/lrnnsmdds

Architectures I've experimented with and my personal notes as pros and cons:

1. RNNS: Like Mamba, RWKV and my attempt above: likely the best alternative to transformers but hard to parallelize and I've personally encountered weird logical "bugs": a. Severe bias over repeated text and the ending of the text corpus (go figure...). b. Speed similar to transformers.

Pros: a. Very limited RAM utilization and very good ability to generalize and learn, perplexity reaches to extremely low levels (~1.05 for 2+ for GPT in comparison). b. Relatively easy to understand as it uses backprop, feed-forward, matrices, very similar to transformers.

2. HDC: hyperdimensional computing: for the time being mostly sci-fi...

3. SNNs: spiking neural networks - i ended up having several vibecoded implementations in C#, F#, C. Ultimately despite novel ideas, not very succesful. May be could be succesful but at the moment mostly failure...still potential.

4. TCN: temporal convolution networks...best case it seems.

pros: after than rnn/transformers, good generalization, could be the next great reduction of resources in AI-gen!

screenshot of my last tcn attempts:

https://postimg.cc/R3r71PL2 - ultimately, there is a potential!

Comments URL: https://news.ycombinator.com/item?id=48349760

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: AionDbB

Sun, 05/31/2026 - 4:47pm

A rust multimodal database

Comments URL: https://news.ycombinator.com/item?id=48349572

Points: 3

# Comments: 1

Categories: Hacker News

Ruby Client for the Model Context Protocol (MCP)

Sun, 05/31/2026 - 4:42pm

Article URL: https://github.com/zarpay/manceps

Comments URL: https://news.ycombinator.com/item?id=48349546

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: Web-based wc3 warlocks brawl

Sun, 05/31/2026 - 4:41pm

Article URL: https://warlocks.app/

Comments URL: https://news.ycombinator.com/item?id=48349535

Points: 2

# Comments: 0

Categories: Hacker News

Pages