frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Whilio – AI chatbot that learns your site and explains user behavior

https://whilio.com/
2•duverse•5m ago•0 comments

A history of metaphorical brain talk in psychiatry

https://www.nature.com/articles/s41380-025-03053-6
2•fremden•8m ago•0 comments

Why China Is Trying to Tame Its Electric Car Frenzy

https://www.nytimes.com/2025/09/02/business/china-electric-vehicles-overcapacity.html
2•bookofjoe•8m ago•1 comments

AI Is Not a Technology, It's a Subscription Company

https://idiallo.com/blog/ai-is-a-subscription-company
2•WhyNotHugo•12m ago•0 comments

Is AI Contributing to Rising Unemployment?

https://www.stlouisfed.org/on-the-economy/2025/aug/is-ai-contributing-unemployment-evidence-occup...
1•geox•12m ago•0 comments

Interesting PEZY-SC4s

https://chipsandcheese.com/p/pezy-sc4s-at-hot-chips-2025
1•christkv•14m ago•0 comments

Show HN: Feature flags on Cloudflare Workers in 223 lines

https://miniflags.minimalist.workers.dev/
1•NomadicBurrito•18m ago•0 comments

Wine 10.15 to Feature Initial Support for Using Ntsync on Linux

https://www.phoronix.com/news/Wine-10.15-With-NTSYNC
1•Bender•20m ago•0 comments

LLMs and Quantum Measurement: An Analogy

https://understoryai.substack.com/p/the-consciousness-primitive
1•nakamoto_damacy•20m ago•0 comments

What does the International Space Station smell like?

https://ktla.com/news/what-does-the-international-space-station-smell-like/
1•Bender•21m ago•0 comments

Show HN: Zyg – Stop Writing Status Updates

https://www.zyg.sh/
1•flyingsky•22m ago•0 comments

Apple Seeks Researchers for 2026 iPhone Security Program

https://www.securityweek.com/apple-seeks-researchers-for-2026-iphone-security-program/
1•Bender•23m ago•0 comments

Show HN: Two-way AI TV with light OS, built-in capture card, no tracking

https://skriin.com
1•hashem19•24m ago•0 comments

Show HN: Generate Next.js/React Tailwind blocks from a screenshots

https://www.rapid-ui.com/
2•Rapid-ui•26m ago•0 comments

Career Leverage as a Developer

https://www.mooreds.com/wordpress/archives/3712
1•mooreds•27m ago•0 comments

Rust tool for generating random fractals

https://github.com/benjaminrall/chaos-game
2•gidellav•34m ago•0 comments

TypePad's demise ends Dave Barry's blog. He's moving To Substack

https://entertainment.slashdot.org/story/25/09/06/2120254/typepads-demise-ends-dave-barrys-blog-h...
2•MilnerRoute•34m ago•0 comments

Dynamically scalable agent-based simulation framework, written in Rust

https://github.com/bigworlds-net/bigworlds
1•gidellav•35m ago•0 comments

AI and Software Productivity

https://arnoldkling.substack.com/p/ai-and-software-productivity
1•paulpauper•35m ago•0 comments

Covers for all the editions of Database System Concepts

https://www.db-book.com/covers-dir/index.html
1•giulianopz•35m ago•0 comments

Dedicated to the Proposition

https://gideons.substack.com/p/dedicated-to-the-proposition
1•paulpauper•36m ago•0 comments

Typeman, a neat typing test for the terminal

https://github.com/mzums/typeman
1•gidellav•36m ago•0 comments

LidAngleSensor – Make Apple laptop sound like a wooden door when closing lid

https://github.com/samhenrigold/LidAngleSensor
3•mtmail•38m ago•1 comments

Kleene's Recursion Theorem

https://en.wikipedia.org/wiki/Kleene%27s_recursion_theorem
1•lawrenceyan•41m ago•0 comments

Cognitive ability (probably) peaks between 50 and 60

https://hereticalinsights.substack.com/p/age-and-cognitive-ability
1•delichon•44m ago•0 comments

Django Views - The Right Way

https://spookylukey.github.io/django-views-the-right-way/
2•platelminto•46m ago•0 comments

Gloria funicular derailment initial findings report (EN) [pdf]

https://www.gpiaaf.gov.pt/upload/processos/d054239.pdf
1•vascocosta•47m ago•1 comments

Microsoft: Azure Service Affected by Damaged Red Sea Cables

https://www.bloomberg.com/news/articles/2025-09-06/microsoft-says-azure-service-affected-by-damag...
1•david927•47m ago•1 comments

Exceptions vs. Results

https://tifi.blog/2025/09/06/tifiit-exceptions-vs-results/
1•tizz98•48m ago•0 comments

China's Imposing LY-1 High-Power Laser Weapon Unveiled at Military Parade

https://www.twz.com/news-features/chinas-imposing-ly-1-high-power-laser-weapon-unveiled-at-huge-m...
3•breve•49m ago•0 comments
Open in hackernews

Show HN: Built a trade journal for memecoin traders - looking for feedback

https://fikr.net
1•rayoe•6h ago

Comments

rayoe•6h ago
I've been fascinated by the chaos of memecoin trading on Solana - it's this weird intersection of DeFi innovation and pure speculation that creates some interesting technical challenges. After watching friends lose track of hundreds of micro-trades across different wallets (and subsequently their sanity trying to calculate P&L), I built a tool that automatically journals Solana memecoin trades by monitoring public wallet addresses. The problem I'm solving:

Traders often use multiple wallets for different strategies Manual trade logging is painful when you're making 10-50 trades per day Most existing tools are either too complex or don't handle the unique aspects of memecoin trading (extreme volatility, new tokens appearing hourly, etc.)

Technical approach:

Monitors public Solana wallet addresses (no private key required) Automatically detects token swaps and categorizes them Calculates P&L across multiple wallets Allows users to add context/notes to trades for pattern recognition

The interesting challenge was handling the data stream from Solana's RPC endpoints efficiently while dealing with tokens that literally didn't exist an hour ago. Also had to build some heuristics to differentiate between actual trades and other on-chain activity. Current status: Free MVP is live. No monetization yet - just trying to validate if this actually helps people or if I'm solving a problem that doesn't exist. What I'm looking for:

Feedback on the approach - am I missing something obvious? Technical suggestions for handling high-frequency wallet monitoring Whether this seems useful to anyone here (even if you're not into memecoins)

I know crypto/memecoin tools can be polarizing here, but I'm genuinely interested in the technical and UX challenges of financial data tracking tools. Even if you think memecoins are silly, the underlying problems of transaction monitoring and trade journaling apply to any high-frequency trading scenario. Would love your thoughts. Link in profile if you want to check it out (completely free, no signup required for basic features).

Thanks for reading!

Rayan - FIKR