Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
truth_seeker
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Show HN: DynaJS – New JavaScript runtime with batteries included
(github.com)
2 points
by
truth_seeker
1mo ago
|
0 comments
2.
▲
by
truth_seeker
2mo ago
The magic of post training with valuable dataset
3.
▲
Databases in Depth – SQLite · DuckDB · PostgreSQL · MariaDB · ClickHouse · Mongo
(gist.github.com)
2 points
by
truth_seeker
2mo ago
|
0 comments
4.
▲
by
truth_seeker
2mo ago
Shameless plug but worth reading : I have forked Fabrice Bellards QuickJS and extended it heavily to adopt anti-npm/node stance. all of the essential standard lib and top npm packages will be built natively in C17 with every build and
5.
▲
Kat-Coder-v2.5 Technical Report (Qwen3.6-35B-A3B base for post-training)
(arxiv.org)
2 points
by
truth_seeker
2mo ago
|
0 comments
6.
▲
by
truth_seeker
2mo ago
if you use them for long enoug tfor big project and conplex workflws, both of them have their own caveats. Thats why i got irritated and wanted something thats scalable and lightweight. https://github.com/corporatepiyush
7.
▲
by
truth_seeker
2mo ago
1.mcp-memory : Persistent memory, a knowledge graph, code intelligence, and semantic search for LLM agents. Repo : https://github.com/corporatepiyush/mcp-memory 2.Secure Data Structures, Algorithms, Allocators, Threa
8.
▲
Show HN: PostgreSQL MCP Server with 135 tools for various purpose
(github.com)
6 points
by
truth_seeker
3mo ago
|
0 comments
9.
▲
by
truth_seeker
4mo ago
what really matters is : how far can i get in X programming language by writing just idiomatic code? how much of SDK and community libs, frameworks help me run my program at bare metal speed ? What sort of change i have to do exisitng libs,
10.
▲
Ten Months with Copilot Coding Agent in Dotnet/Runtime
(devblogs.microsoft.com)
2 points
by
truth_seeker
6mo ago
|
0 comments
11.
▲
Ask HN: Using AI for Psychology and Philosophy
1 points
by
truth_seeker
7mo ago
|
1 comments
12.
▲
by
truth_seeker
7mo ago
Even if TOP 250 npm packages are refactored through AI coding agent from security, performance and user friendly API point of view, the whole JS ecosystem will be in different shape. Same is applicable for other language community, of cours
13.
▲
The unexpected alcohol in everyday food and drink
(steadydrinker.com)
2 points
by
truth_seeker
8mo ago
|
0 comments
14.
▲
by
truth_seeker
9mo ago
The smart way to keep people passive and obedient is to strictly limit the spectrum of acceptable opinion, but allow very lively debate within that spectrum All over the place, from the popular culture to the propaganda system, there is con
15.
▲
by
truth_seeker
10mo ago
Go is a reasonable compromise, very hard to ignore.
16.
▲
by
truth_seeker
10mo ago
Bravo, such a well written article. Feeling motivated enough to deep dive into .NET 10
17.
▲
by
truth_seeker
10mo ago
https://www.scss.tcd.ie/jeremy.jones/CS4021/lockless.pdf
18.
▲
Google Antigravity – Agentic development IDE [video]
(youtube.com)
1 points
by
truth_seeker
10mo ago
|
0 comments
19.
▲
by
truth_seeker
10mo ago
Downvotes to my comment proves Truth is offendig most of the time :) cheers, anyway
20.
▲
by
truth_seeker
10mo ago
THERE IS NO ALTERNATIVE TO ADOPTION OF THOUGHTFUL DESING AND PRINCIPLES.
21.
▲
by
truth_seeker
11mo ago
For Java/JVM : https://github.com/JCTools/JCTools
22.
▲
JEP 516 – Load cached Java objects in GC-agnostic format
(openjdk.org)
5 points
by
truth_seeker
11mo ago
|
0 comments
23.
▲
LBS support with EXT4 improves the BIO write performance by about 50%
(phoronix.com)
3 points
by
truth_seeker
11mo ago
|
0 comments
24.
▲
by
truth_seeker
11mo ago
https://simonwillison.net/2025/Oct/15/csrf-in-go/
25.
▲
by
truth_seeker
11mo ago
or at least Linter should catch this https://golangci-lint.run/docs/linters/
26.
▲
by
truth_seeker
11mo ago
> False Sharing : "Pad for concurrent access: Separate goroutine data by cache lines" This is worth adding in Go race detector's mechanism to warn developer
27.
▲
by
truth_seeker
1y ago
PostgreSQL Tuning further for this use case - Reduce Page Size from 8KB to 4KB, great for write heavy operations and indexed reads. Needs to compile source with those flags, cant configure once installation is done. - Increase Buffer cache
28.
▲
by
truth_seeker
1y ago
What a coincedence ! :) Recently used MemorySegment in Java, it is extremely good. Just yesterday i implemented Map and List interface using MemorySegment as backing store for batch operations instead of using OpenHFT stuff. Tried -XX:TLABS
29.
▲
by
truth_seeker
1y ago
>Note that the best-case scenario is the elimination of the overheads above to 0, which is at most ~10% in these particular benchmarks. Thus, it's helpful to consider the proportion of GC overhead eliminated relative to that 10% (so
30.
▲
by
truth_seeker
1y ago
> On the topic of memory, with millions of particles the server barely breaks over 100mb Although experimental as of now, but use of arena package is a natual fit here.
More ›