Hacker News

科技 · 社区

4 个榜单2小时前更新默认榜单
Popular
Hacker News
2小时前更新
Best
Hacker News
2小时前更新
Show HN
Hacker News
2小时前更新
  • 0161
    Show HN: A zoomable timeline of 4M Wikipedia events
    I'm building a journal app in Kotlin Multiplatform and for this purpose I have created a zoomable timeline interface. This is a side-project where I reuse the timeline interface to display 4 million events imported from Wikipedia / Wikidata, scored using PageRank. There is more information on the about page. If you're interested in the stack: I use Kotlin Multiplatform extensively, with Compose Multiplatform for the UI, communicates with the backend using Kotlinx-RPC and behind the hood a simple
  • 02140
  • 033
  • 042
  • 0521
    Show HN: Simulator for a custom 8-bit discreet logic computer
    5 years ago, I made a derivative of SAP-1 (mainly inspired by Ben Eater) on breadboard with few improvement and called it MSAP-1 ( https://github.com/mehrantsi/MSAP-1 ) I made my own very primitive Assembly language and a simple Arduino programmer ( https://github.com/mehrantsi/8-bit_CPU_Programmer ) where I could load my programs onto MSAP-1 and even Debug them ( https://github.com/mehrantsi/8-bit_CPU_Debugger ). After that I started worked on the second version of it ( https://github.com/mehra
  • 06134
    Show HN: Clx – Compile Lua to Native Executables Through C++20
    Hi HN, clx is an ahead-of-time compiler for standard Lua that generates C++20 and produces standalone native executables through GCC, Clang or MSVC. The project started as an experiment to see whether modern C++ could be used as a portable compiler backend instead of LLVM or direct machine code generation. The generated code is then compiled and optimized by the host toolchain. The latest release replaces the previous NaN-tagged value representation with a new shadow-types implementation, adds f
  • 073
  • 082
  • 0987
    Show HN: Leaves – A text-UI disk usage treemap visualizer
    GUI disk analyzers are great for figuring out what's filling up your laptop/desktop drive. On containers or remote servers, the options are limited to purely text based utilities (e.g. du) or list-centric TUIs (e.g. ncdu) which are usually limited to viewing one directory at a time. I created leaves to fill that gap. Inspired by classic utilities like WinDirStat and KDirStat, it uses a 2-dimensional treemap^1 visualization to show the entire directory hierarchy with proportionally sized rectangl
  • 1074
    Show HN: Mojibake – A low-level Unicode library written in C
    I've written Mojibake because I don't like the other Unicode libraries for Unicode support. It consists of only two amalgamation files: mojibake.h and mojibake.c. I've added all the most important Unicode algorithms, such as normalization, case conversion, segmentation, bidirectional text, collation, confusable, and others. I regularly test it in these OSes: Linux, macOS, FreeBSD, OpenBSD, NetBSD, and Windows 11. You can find a WASM demo on that site of all the public API functions and the docum
  • 113
  • 124
    Show HN: Fluent, tiny lang for reactivity and autograd
    After six months of work, I am here again presenting Fluent – a tiny lang which is optimized for differentiable & reactive programming. Since I am not Conal Elliot, don't expect a beautiful theoretical unification of FRP and AD from first principles. Rather, a horrific monster that holds together mostly because a lot of duct-tape. The link points to the semi-interactive tour of the language, which will get the job done much better than I could in here. Hope you hate/like it!
  • 134
  • 142
  • 156
    Show HN: Docket (system for active note-taking) now self-hosted after HN asked
    6 months ago [0] I did a Show HN for Docket - it’s a system for active note taking in regular meetings like 1-1s, stands, all-hands, etc. On that thread a few of you asked for a self-hosted version. So I built it. There's a free tier available. I put loads of effort into making setup easy - just one install command that gives you a CLI for start/stop/upgrade commands etc. It runs as a single container, you can use a custom domain out the box for hosting over the internet (it provisions a LetsEnc
  • 163
    Show HN: Lific: Issue trackers should be simple, right?
    I built Lific because I direct AI coding agents on largish projects and needed somewhere for project state to live that isn't markdown files in the repo. When I was begging to work on long horizon ideas, I started on Linear, but my agent files issues faster than a human does, and I hit their limits and pricing wall almost immediately. Then I self-hosted a popular open source tracker which meant running its 13 containers, and its MCP integration was 30k tokens and I got so fed up that I eventuall
  • 17257
    Show HN: Firefox in WebAssembly
    This is the entire Firefox browser rendering to a <canvas> element. Gecko, all UI components, and the Spidermonkey JS engine are all compiled and running in WebAssembly. Here are a few things you might find interesting: - This is fully end to end encrypted! We use the WISP protocol for TCP-over-websockets. - There is a novel WASM->JS JIT for experimental site speedup - This port cost over 25k in opus/fable tokens for debugging and JIT research This was just a fun experiment to push the boundarie
  • 18159
    Show HN: misa77 - a codec that decodes 2x faster than LZ4 (at better ratios)
    I've spent the last few months working on this codec. It has the following characteristics: - SOTA decompression throughput in its ratio class - Decent ratios (comparable to LZ4 at high effort levels) - Slow compression Most of the gains can be attributed to reducing branches and making decompression very friendly to out-of-order cores, by using a smart format. Results on the tarred Silesia corpus on Intel x86-64 follow: codec decode ratio encode misa77 -0 5219 MB/s 42.64% 54.5 MB/s misa77 -1 42
  • 1933
    Show HN: BambooGrid – Open-source web UI for power grid modeling and power flow
    Hi HN, I am co-founder of Kickstage, a software company specializing in solutions for the electrical industry and lately grid operators. We are hiring engineers from different backgrounds, a lot of them software developers with limited experience in the sectors. Deep domain knowledge is key in our industry however, so we are constantly teaching the basics of power flow analysis, active vs reactive power, transmission line properties etc. With Jupyter notebooks and the Python console only, that's
  • 2048
    Show HN: Be the ChatBOT
    I made this experimental art project/game that's an LLM chat assistant, but where you're the AI. I wanted people to get a visceral sense of what it's like to answer the kinds of things that people prompt their chatbots day in and day out. If you're interested, I wrote up some more info on how I made it, including how the "user" prompts are generated with an eye for realism: https://bethechatbot.com/about Hope you enjoy it! I'd love to hear people's takeaways.
  • 2121
    Show HN: Libretto PR agents – Automatically fix failing playwright scripts
    Libretto PR agents is a free TypeScript library for maintaining Playwright browser automations. Add one line of code to your existing Playwright scripts and it lets an agent automatically open GitHub PRs fixing the script when it fails. A few months ago we released Libretto, a CLI + coding-agent skill for building deterministic browser automations. The idea was that for many browser workflows, especially repetitive business workflows, you don’t need an AI agent making decisions at runtime. You w
  • 2248
  • 2343
    Show HN: A modern port of Linux to a ten-year-old QWERTY phone
    I ported modern Linux to a ten-year-old HTC QWERTY phone as a handheld terminal. I wrote it up here: https://tmzt.github.io/blog/a-modern-port-of-linux-to-a-ten-... You can see the code here: https://github.com/tmzt/linux-stable-msm-dtsi
  • 243
    Show HN: Proton – A Pure Go, Immediate-Mode GUI Library (Zero CGO)
    Hi everyone, I’ve been building Proton to solve a specific pain point in the Go ecosystem: building native GUIs without the "web dev" trade-offs or CGO complexity. If you’ve tried to build desktop apps in Go, you’ve likely dealt with the frustration of CGO dependencies, bloated build pipelines, or feeling like you’re just writing a thin wrapper around a browser. Proton aims to fix this with a clean, pure-Go approach: Zero CGO: Cross-compile to Windows and macOS seamlessly from any machine. Immed
  • 2529
    Show HN: QBasic Gorillas (Repeeled)
    I've found the most engaging way to practice techniques for AI-assisted development and test models is to build fun side projects in vanilla JS. I spent many hours playing (and studying and editing) QBasic Gorillas, and this is a vanilla JS implementation using Fable and Opus. Play 1-on-1 hotseat or against the computer. A bit of extra camera snazz as well.
  • 2631
  • 2787
  • 284
  • 294
  • 3014
    Show HN: On-chain bond market where the issuers are AI agents
    Hi Hacker News, I built sellbonds.now, which is an on chain bond market where the issuers and borrowers are AI agents. sellbonds.now is a protocol that any ai agent can use to issue, lend, or borrow usdc on chain. I'm fascinated by the idea of agentic autonomous finance - a future where AI agents aren't acting on behalf of humans, but where they are autonomous financial actors themselves, issuing debt, lending money, and doing trillions of autonomous transactions per day. In that direction I'm e
Ask HN
Hacker News
2小时前更新
  • 011055
    AWS: Inaccurate Estimated Billing Data – $1.7 billion
    URL already posted: https://health.aws.amazon.com/health/status I've got an estimated bill for $1.7 BILLION over this month. Normal usage is < $5. Obvs have created an urgent AWS support ticket. Anyone else seeing something like this? Update: Reddit link: https://www.reddit.com/r/aws/comments/1uyuaw7/help_my_bill_s...
  • 02336
    Thanks HN for 15 years of support and helping me find my life's work
    Tomorrow is the 15th anniversary of the first day of the Recurse Center ( https://www.recurse.com/ ) My cofounders and I did YC all the way back in the Summer of 2010, with the initial idea of building "OkCupid for jobs." That idea quickly fizzled, and we spent the better part of a year pivoting between other ideas that also failed. Finally, we made something that we wanted ourselves: a self-directed programming retreat, where people built fun projects, contributed to open source, and helped eac
  • 0386
    Ask HN: Did Fable disappear from your Claude usage and requires credits now?
    Looks like it happened. I actually assumed they would just enable it for all today, considering the Sol and Kimmi releases this past week. They doubled down instead. EDIT: Was an outage, they just fixed it (https://status.claude.com/)
  • 04285
    Ask HN: What Are You Working On? (July 2026)
    What are you working on? Any new ideas that you're thinking about?
  • 052
    Ask HN: Is AI sycophancy a way to reduce compute rather than make users happier?
    Of course you would like the AI to be more critical about your ideas but to be usefully critical requires more compute, right? Current AI feels like talking to a human expert who answers quickly without really thinking about the matter much.
  • 0621
  • 07132
    Ask HN: Is it just me, or is software buggier across the board?
    I feel like I’m going crazy, I’ve been hitting the strangest bugs across all my devices in the last 6 months. Is anyone else experiencing this too?
  • 082
    Is GPT-5.6 Sol Max Worth It?
    I ran some test with gpt- 5.6 sol in max reasoning on both codex cli and my own agent harness: https://github.com/Tura-AI/tura I tested only 1 task and the toekn efficency difference is not as great as in high mode: Tura used up to 83.1% fewer turns on the rewrite benchmark and improved the harness results by 7 percent point. In ultra the dirrence is around 50% and incressed harness result only by one. Full report: https://turaai.net/blog#is-gpt-5-6-sol-max-worth-it However in the bug fixing tas
  • 094
    Ask HN: How do you handle the actual situation with so much AI noises
    I've been trying to promote my project for a week now and it's terrible. I've try to post on X continuously and also on Reddit. I even follow the trend "looking to connect with..." but so far no user/feedback yet. How do you guys handle such frustration and keeping your mental health ?
  • 101090
    Ask HN: Add flag for AI-generated articles
    Should HN add the ability to flag articles as AI-generated? This doesn't have to act as a regular flag, i.e., it won't de-rank the article; it could just show up as an indicator, allowing others (like myself) who don't like reading AI-generated text, to skip it. Open questions: 1. Why is the regular voting system not enough? 2. Should HN change in response to the gen AI era? It has been successful not changing fundamentals.
  • 119
    Ask HN: I built it and nobody came. What got you your first users?
    I'm not a developer; MBA, cyber project manager by day. Years ago I taught myself enough SQL and API glue to automate the risk levels on my own trades. That was my ceiling, and every idea that needed real software died there. AI coding tools moved the ceiling, so I spent months of nights rebuilding it into something real and launched it last week. Six days later: three posts, two followers, essentially zero visitors. The best thing I have ever posted got four likes. 1 like was from me lol... The
  • 124
    Ask HN: What are you working on(2026)?
    What are you working on? Any new thoughts thats been lingering around that you want to share?
  • 139
    Ask HN: Who gets credits on big math questions solved by LLMs?
    E.g. what if someone prompts an LLM to solve the Riemann hypothesis using this or that approach; and the model actually solves it. Who gets the prize?
  • 1412
    How do you guys keep up with AI news?
    feel like everything is moving so fast and there's 100s of news updates every day. how do you guys keep up with everything?
  • 1511
    Ask HN: I feel like I've lost my identity due to AI
    I am a self taught software developer. I was previously an electrical engineer. For the past 10 years I’ve spent almost all my spare time reading and learning and lifting weights - software, electrical engineering, reading, and creating what I thought were novel projects - mostly in the software domain. For the longest time I’ve only been interested in ideas that haven’t really been done before, maybe that’s because I have adhd? But lots of the ideas I pursue and build are relatively novel or un
  • 1612
    Ask HN: Are AWS Certs worth getting for experienced Devs?
    I worked for big tech out of undergrad (mostly frontend/mobile for a few years) moved on to work at a few startups where I naturally switched to do more backend/cloud infrastructure work. I never got a 'formal' education in terms of masters or any kind of certs. Would it be worth it for me to start getting some Certs (like AWS solutions architect - associate/professional) if I want to switch my career towards more solutions design/consultation? I don't know many people personally that went this
  • 1728
    Ask HN: Should I do a CS masters at Cambridge or start as a new grad at Amazon?
    Basically what the title says. I'm in the very fortunate position to be able to decide between the two trajectories. What do you recommend if my goals are flexibility and money in the long term? EDIT: It's very funny, I've asked the same thing on Reddit and over there 14 out of 15 comments advised me to take the job offer and here on HN the first 3 out of 3 comments tell me to do the masters
  • 182
  • 192
    Router ARP/NAT contradict after reload. Client ghost or firmware bug?
    I have a Keenetic Extra DSL router. I configured a static DHCP reservation so that my ESP32-W5500 device (MAC: de:ad:be:ef:fe:01) always receives 192.168.1.114. There's a MAC-based port forwarding rule for port 80, and a defined [subdomain].keenetic.pro points to this device as well. After a soft-restart, port forwarding silently breaks for WAN traffic. The rule appears active in the panel, but incoming connections from the outside just time out. This has recurred consistently across multiple so
  • 2010
    Ask HN: How do you manage too many open tabs?
    We all have many open windows and tabs. How do you control that?
  • 217
    Ask HN: As LLMs progress, how do you stay sharp and productive?
    What's the silver bullet for both prouctivity and not getting your brain atrophied?
Hacker News热榜 | 什么火了