惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
有赞技术团队
有赞技术团队
博客园_首页
IT之家
IT之家
爱范儿
爱范儿
量子位
小众软件
小众软件
Jina AI
Jina AI
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
The Cloudflare Blog
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
大猫的无限游戏
大猫的无限游戏
月光博客
月光博客
雷峰网
雷峰网
V
Visual Studio Blog
博客园 - Franky
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
Last Week in AI
Last Week in AI
S
SegmentFault 最新的问题

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Do I have AI Psychosis?
Curzel · 2026-05-26 · via Hacker News - Newest: "AI"
Tuesday, May 26th 2026

TLDR;

I started 13 personal projects since the start of the year, and a good 70% is just garbage.

I kinda feel like I woke up with a bad hangover.

Timeline

So, here's a timeline of my 2026 so far:

January 3rd

  • I developed a game in Rust a couple of years ago
  • I love Kotlin Multiplatform
  • Decided to port from Rust to KMP
  • Got Claude Max for 100$ a month

January 6th

  • The porting is virtually completed
  • All tests passing and pixel-perfect snapshot tests
  • I start a playthrough
  • I see a magic circle on the ground

Do you know how much of a pain in the ass drawing precise geometric shapes in pixel art is, especially when you have to take into account perspective? There must be a better way...

January 7th

  • I now have a syntax for a language that allows to define magic
  • I now have a compiler for that language
  • The output of the compiler are magic circles in the form of an SVG
  • System is flexible enough that you could use it to generate something like Naruto's hand-signs by writing an extension for the compiler

January 13th

  • Decide I need to write my own magic system in order to properly test the new "magic compiler"...
  • End up starting to write a book (no AI, believe it or not), which I am still working on.

January 19th

  • The magic system is so cool I design a card game around it.

February 15th

  • Can't print cards without actually trying out the game
  • Design a KMP game, with websockets, matchmaking, a static website, cool animations, etc.
  • Released on it's own website
  • Play with friends
  • TLDR is card game is cool, but needs work, kmp app to play online is very nice
  • Park the project and wait for ideas on how to make the gameplay better

March 3rd

  • Decide KMP is very good
  • Develop a Pinball-like game with procedurally generated obstacles, infinite play area, multiple flappers, cool sound effects and... Rejected by Apple because the game is too similar to other games...
  • Apparently, existing games own a monopoly on Pinball-like games. Jesus...
  • Attempt to release on Android, but Play Store now requires 11 testers to actually use the app for a while before release
  • Realise that, as a 32yo male, I don't have 11 friends
  • Forget it...

March 9th

  • I remembered I have designed a deck of tarot cards last year
  • Yes, all by hand, I have proof!
  • Have Claude implement an app for tarot reading
  • Spend quite a bit of time designing a beautiful pixel art / dithering / gradient animated background
  • Released on the App Store

March 21th

  • Background of the tarot reading app is so beautiful, Id ecide to design a whole other app around it
  • I've been trying out some AI stuff
  • Trained a model to generate LoFi music
  • It's useless, but beautiful
  • Released on App Store without issues

April 20th

  • Wonder what the limits of KMP are
  • Start experimenting doing 3d rendering in pure Kotlin
  • Start experimenting with ray-tracing, ray-casting and ray-marching
  • I end up with a beautiful prototype for a flight simulator that's intrinsically Pixel Art, not just a filter...
  • When design is intrinsic, it's always beautiful to see
  • Performance are terrible, as you'd expect with ray-marching, so I tried rewriting it in GoDot, but could not replicate the exact look...

May 4th

  • Decide to move away from games and apps for a bit
  • Why not setup fully functional (but virtual!!) Betting Exchange with virtual Horse Racing and other bizarre sports?
  • So I did, and races are streaming on Twitch and YouTube
  • Still working on the simulations and the functionality of the website

May 13th

  • Why not make a tool to setup forums like in the old days?
  • Import from Discord
  • Full support for bots
  • Websockets, because they make everthing better!

May 15th

  • Remember BBCode?
  • Why doesn't markdown allow to make text red??
  • So this happend

May 16th

  • Often at work I have to search for stuff on the network...
  • Sometimes ping is ok, sometimes i don't know the IP, sometimes I need to send a specific UDP packet, ...
  • Sometimes what I'm looking for it's not even on the network, but maybe on a serial port!
  • So I am making a tool to make these kinds of search easier
  • App is open source (but it's garbage)

May 20th

  • I developed a game in Rust a couple of years ago
  • Déjà vu?
  • I really don't like that the game is written in Rust, not because I don't like Rust, but because Rust solves problems I don't have
  • Decided to port from Rust to Vanilla Js
  • It already looks kinda playable really