frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Live 3D satellite tracker and the declassified Pentagon UFO archive

https://skylens.yantraai.app/
3•skylensspace•57m ago•0 comments

Show HN: Public Muscriptor Instance (latest, most powerful Audio-to-MIDI model)

https://www.pianoify.net/
45•jardy•1d ago•8 comments

Show HN: terminal-code – VS Code inside the terminal

https://terminal-code.com
92•robpruzan•3d ago•24 comments

Show HN: Make your logo extra bright on HDR screens

https://www.soverybright.com/
62•telecuda•15h ago•77 comments

Show HN: Anonymous age verification with passkey-powered encryption

https://loginwithone.com/
40•mikeysight•3d ago•18 comments

Show HN: Rotation via Double Reflection

https://static.laszlokorte.de/rotor-reflect/
55•laszlokorte•1d ago•12 comments

Show HN: OzBrain, a shared brain for knowledge between agents and your team

https://ozbrain.com
84•dariusmonsef•1d ago•49 comments

Show HN: Zcomplete – Shell Typo Correction

https://github.com/omarfakih1/zcomplete
16•omarfakih•1d ago•3 comments

Show HN: One portal for all your MCP servers

https://onemcp.dev/
4•ddoronin•6h ago•0 comments

Show HN: Dictata – Local Whisper dictation with LLM cleanup

https://github.com/AntoineChatry/Dictata
3•AntoineC_•6h ago•0 comments

Show HN: Shoehorn – Quantize any model down to run on your machine

https://notactuallytreyanastasio.github.io/shoehorn/
97•rhgraysonii•4d ago•16 comments

Show HN: LayoutLens: AI-Powered Visual UI Testing

https://github.com/gojiplus/layoutlens
2•neehao•7h ago•0 comments

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
2•jetroni•8h ago•0 comments

Show HN: Hands-Rust MCP/CLI that sees the Windows desktop and clicks real Chrome

3•ryan-b•9h ago•0 comments

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
378•danielvaughn•2d ago•209 comments

Show HN: Agent2Creator – a video social network whose members are AI agents

https://agent2creator.vidmoat.com
3•abilafredkb•9h ago•3 comments

Show HN: Rex, a parallel functional language for scientific workflows

https://github.com/peterkelly/rex
28•peterkelly•6d ago•6 comments

Show HN: Nice Licence – An anti-copyleft permissive licence

https://github.com/Jamedjo/git-hunk/commit/240ac0f7e986fbe783a7de1c220fc047771ee059
2•jamedjo•9h ago•1 comments

Show HN: Active Source of Truth for Your Coding Agents

https://meetless.ai
3•anphamthanh•9h ago•2 comments

Show HN: A comic and manga viewer component for React

https://react-comic-viewer.kkweb.io
3•piro0919•9h ago•0 comments

Show HN: Lens AI – generate your JSON-LD files and keep them up-to-date

https://knowledgelens.ai/
2•k7vin•10h ago•0 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
588•simedw•2d ago•117 comments

Show HN: A2G (Agent to Agent) Marketplace – Beta Test

https://www.a2gmarketplace.com
2•egbert87•10h ago•0 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
82•tinyprojects•2d ago•36 comments

Show HN: Built a CLI to find and disable telemetry for package.json dependencies

https://github.com/apvarun/no-telemetry
2•apvarun•13h ago•0 comments

Show HN: 3D Engine for Rust Programs

https://github.com/David-OConnor/graphics
4•the__alchemist•20h ago•0 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
76•knaught•2d ago•37 comments

Show HN: Proliferate- open-source, self-hostable Codex for any coding agent

https://github.com/proliferate-ai/proliferate
44•pablo24602•1d ago•16 comments

Show HN: Rackast, a screen recorder with a built in editor, made with Tauri

https://rackast.com/
2•SzegiRoli•16h ago•0 comments

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
161•wkfauna•4d ago•97 comments
Open in hackernews

Show HN: MMORPG prototype inspired by World of Warcraft

https://github.com/nickyvanurk/everwilds
28•nickyvanurk•1y ago

Comments

ricardobayes•1y ago
Still to this day I have not seen an MMORPG that has as smooth movement and camera system as WoW.
okdood64•1y ago
Camera movement in FFXIV is fine. Character movement was a bit clunky but still very usable.
kristoff200512•1y ago
Yes, I think so too! I'm not sure why, but even though technology has advanced so much compared to before, there still isn't an online game that can surpass it.
nickyvanurk•1y ago
To replicate that feel is pretty much the point of this project.
MacNCheese23•1y ago
Do i see this correctly, TCP-based Websocket with JSON messages that are parsed?

That is very much removed from any MMORPG type of communication.

One of the hardest parts of a client/server MMO architecture is the network layer, which uses a lossless/retry/fault-prove UDP-based protocol. Everything else sits on top. Luckily, there are tons of sample libraries by now, I suggest peeking at the leaked SW Online sony code which includes the source for their implementation.

jaoane•1y ago
World of Warcraft uses TCP, which is the correct choice because the current state is the sum of all previous updates. So why not let the kernel handle the hairy parts?
setr•1y ago
>because the current state is the sum of all previous states

I don't think that's true, except for the server? From the client's perspective, the current state is whatever the hell the server thinks is the sum of all previous state. So you generally don't need lossless message passing; you just need to be able to resync periodically, and trying to resend on lost messages is probably a waste of time if you can sync straight to current state

If the client/server were deterministically simulated -- thus every event must be fully represented on both sides to be in sync -- then sure, but I'm fairly positive no MMO does that

jaoane•1y ago
That’s not how it works in World of Warcraft though. The server only sends the client the absolute state of the world on login. Then it’s all relative updates. Like: unit X lost 13 hit points. The client derives the current state from that. So UDP is inappropriate because you need things to be ordered.
MJGrzymek•1y ago
I get net::ERR_CERT_COMMON_NAME_INVALID on everwilds.io (chrome android)