frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: TikZ Editor – WYSIWYG editor for figures in LaTeX

https://tikz.dev/editor/
334•DominikPeters•11h ago•62 comments

Show HN: Y – A malleable coding-agent desktop app built with Electron

https://github.com/y-times-y/y
18•HetPatel106•2h ago•10 comments

Show HN: FastUbu – An Ultrafast Video Archive

https://fastubu.com/
15•lukeigel•1d ago•1 comments

Show HN: Monolisa v3 – a typeface for developers and creatives

https://www.monolisa.dev/
48•bebraw•1d ago•8 comments

Show HN: The Cascade Graph – An interactive map of AI and energy constraints

https://atomprophet.io/tools/cascade/
15•antisyzygy•10h ago•9 comments

Show HN: RLM-based local debugger for AI agent traces

https://github.com/context-labs/halo
11•mikepollard_dev•7h ago•3 comments

Show HN: AI Torah Chervuta

https://www.yochai.wiki/chat
13•Philosopheril•5h ago•1 comments

Show HN: Bun-sqlgen – Type-safe raw SQL for Bun, no ORM

https://github.com/ilbertt/bun-sqlgen
54•ilbert•12h ago•27 comments

Show HN: Treedocs: Documentation that automatically checks for staleness

https://dandylyons.github.io/treedocs/
44•DandyLyons•11h ago•18 comments

Show HN: Neural Particle Automata

https://selforg-npa.github.io/
80•esychology•17h ago•19 comments

Show HN: Shumai – open-source Frame.io alternative for creative work

https://github.com/shumaiOne/shumai
56•Yiling-J•16h ago•4 comments

Show HN: Got sick of ads, so I made my own logic puzzle site

https://puzzlelair.com/
236•HaxleRose•1d ago•147 comments

Show HN: AnswerJournal – An MCP server to save and share AI answers

https://answerjournal.com/
4•daniban•3h ago•0 comments

Show HN: AirPosture – Open-Source Posture Coach Using AirPods

https://github.com/allenv0/AirPosture
3•allenleee•4h ago•1 comments

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

https://github.com/imtomt/ymawky/tree/linux
48•imtomt•21h ago•23 comments

Show HN: CleverCrow: give tokens to your favorite projects

https://clevercrow.io
56•zhubert•2d ago•79 comments

Show HN: Caplets - Give your agent capabilities, not giant tool walls

https://caplets.dev
5•ianpascoe•9h ago•1 comments

Show HN: Pagecast – Publish Markdown/HTML Reports to Cloudflare Pages

https://github.com/Amal-David/pagecast
52•amaldavid•5d ago•14 comments

Show HN: Criterion Closet as a website – pull any of 1,247 films off the shelf

https://the-criterion-closet.vercel.app
187•olievans•3d ago•54 comments

Show HN: Sklearn-genetic-opt – evolutionary optimization for scikit-learn

https://rodrigo-arenas.github.io/Sklearn-genetic-opt/
4•rodrigo-arenas•6h ago•0 comments

Show HN: Oak – Git alternative designed for agents

https://oak.space/oak/oak
210•zdgeier•1d ago•184 comments

Show HN: I created agent skill based on Peter Lynch's books

https://github.com/DjNero11/peter-lynch-skill
4•DjNero•7h ago•2 comments

Show HN: Wordit – Change One Letter, Keep the Chain Going

https://victorribeiro.com/wordit/
3•atum47•7h ago•2 comments

Show HN: Recall – Local project memory for Claude Code

https://github.com/raiyanyahya/recall
134•mateenah•2d ago•84 comments

Show HN: Your self, in every light - a local-first MCP self model for AI agents

https://github.com/almakit/alma
4•0set0set•9h ago•0 comments

Show HN: CUDA Profiler for Production Inference

https://github.com/graphsignal/graphsignal-profiler
6•npgraph•9h ago•0 comments

Show HN: Teach your kids perfect pitch

https://github.com/paytonjjones/bsharp
208•paytonjjones•2d ago•145 comments

Show HN: Snowscroll – I removed addictive feeds from social media

https://snowscroll.com/
4•junnam586•10h ago•0 comments

Show HN: Selector Forge – browser extension for AI-generated resilient selectors

https://github.com/Intuned/selector-forge
35•ahmadilaiwi•1d ago•2 comments

Show HN: HN Game Stories – mini-documentary of games that hit the front page

https://video.intellios.ai
15•coolwulf•3d ago•2 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)