Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
truth_seeker
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
truth_seeker
7d ago
Detailed in depth look at Zig Vs Rust (also ... Vs Go) https://gist.github.com/corporatepiyush/5382d79192be9737cf3b...
2.
▲
Show HN: DynaJS – New JavaScript runtime with batteries included
(github.com)
2 points
by
truth_seeker
1mo ago
|
0 comments
3.
▲
by
truth_seeker
2mo ago
The magic of post training with valuable dataset
4.
▲
Databases in Depth – SQLite · DuckDB · PostgreSQL · MariaDB · ClickHouse · Mongo
(gist.github.com)
2 points
by
truth_seeker
2mo ago
|
0 comments
5.
▲
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
6.
▲
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
7.
▲
by
truth_seeker
3mo 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
8.
▲
by
truth_seeker
3mo 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
9.
▲
Show HN: PostgreSQL MCP Server with 135 tools for various purpose
(github.com)
6 points
by
truth_seeker
3mo ago
|
0 comments
10.
▲
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,
11.
▲
Ten Months with Copilot Coding Agent in Dotnet/Runtime
(devblogs.microsoft.com)
2 points
by
truth_seeker
6mo ago
|
0 comments
12.
▲
Ask HN: Using AI for Psychology and Philosophy
1 points
by
truth_seeker
7mo ago
|
1 comments
13.
▲
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
14.
▲
The unexpected alcohol in everyday food and drink
(steadydrinker.com)
2 points
by
truth_seeker
9mo ago
|
0 comments
15.
▲
by
truth_seeker
10mo 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
16.
▲
by
truth_seeker
10mo ago
Go is a reasonable compromise, very hard to ignore.
17.
▲
by
truth_seeker
10mo ago
Bravo, such a well written article. Feeling motivated enough to deep dive into .NET 10
18.
▲
by
truth_seeker
10mo ago
https://www.scss.tcd.ie/jeremy.jones/CS4021/lockless.pdf
19.
▲
Google Antigravity – Agentic development IDE [video]
(youtube.com)
1 points
by
truth_seeker
10mo ago
|
0 comments
20.
▲
by
truth_seeker
11mo ago
Downvotes to my comment proves Truth is offendig most of the time :) cheers, anyway
21.
▲
by
truth_seeker
11mo ago
THERE IS NO ALTERNATIVE TO ADOPTION OF THOUGHTFUL DESING AND PRINCIPLES.
22.
▲
by
truth_seeker
11mo ago
For Java/JVM : https://github.com/JCTools/JCTools
23.
▲
JEP 516 – Load cached Java objects in GC-agnostic format
(openjdk.org)
5 points
by
truth_seeker
11mo ago
|
0 comments
24.
▲
LBS support with EXT4 improves the BIO write performance by about 50%
(phoronix.com)
3 points
by
truth_seeker
11mo ago
|
0 comments
25.
▲
by
truth_seeker
1y ago
https://simonwillison.net/2025/Oct/15/csrf-in-go/
26.
▲
by
truth_seeker
1y ago
or at least Linter should catch this https://golangci-lint.run/docs/linters/
27.
▲
by
truth_seeker
1y 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
28.
▲
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
29.
▲
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
30.
▲
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
More ›