Live data from Hacker News

Viewing profile — mochidusk

mochidusk

HN member
Joined
Sun, Jun 28, 2015, 6:49 AM UTC
HN karma
24
Public activity
14 items

About mochidusk

No profile information was provided.

Recent public activity

  1. comment
    Comment #48962054

    GPT 5.6 Sol comes out ahead of Kimi K3 on price/task (but not significantly so). You're probably thinking, "Why use Kimi K3? Isn't an open model supposed to beat the closed one on …

  2. comment
    Comment #47666237

    I'd say this is more of an interesting take on page transitions. I was expecting mouse wheel scroll to zoom, so I instinctively scrolled expecting some kind of zooming effect. I re…

  3. comment
    Comment #47371775

    Exactly! This reminds me of prezi.com where they have a text box front and center - for a visual presentation tool!

  4. comment
    Comment #46483967

    Thanks for bringing to my attention. I haven't tried but I can spot some differences in philosophy: - Musel Cloud doesn't embed Google Docs or Sheets, it has its own text engine; t…

  5. comment
    Comment #46483258

    Hi HN, I soft launched Musel Cloud, a collaborative whiteboard where you can drag and drop files (docx, xlsx, pdf) on the board and edit them in-place. These are all natively rende…

  6. story
  7. comment
    Comment #46267875

    I'm working on brand new type of collaborative whiteboard that allows anyone (or team) to drag-n-drop items from their devices onto the board. The problem I'm solving: On a team, p…

  8. comment
    Comment #43529026

    I've just finished creating a Magic the Gathering rules engine, and now I'm currently training an LLM agent to play games against itself through reinforcement learning.

  9. comment
    Comment #38935601

    I struggled learning about Mamba's architecture but realized it's because I had some gaps in knowledge. In no particular order, they were: - a refresher on differential equations -…

  10. comment
    Comment #19847144

    You're right, I completely forgot about Etherpad. But I don't consider Etherpad the same as Quilljs or ProseMirror. Etherpad is something you host (an app itself) while the other t…

  11. comment
    Comment #19846789

    I was able to get real-time collaborative text editing to work on one of my side projects by combining quill.js[1], ot.js[2], and firebase[3]. This was a few years ago when there w…

  12. comment
    Comment #13805187

    I'm on the same boat but I doubt something like this will be offered. I could be wrong, but there isn't enough of a demand/market to justify it.

  13. comment
    Comment #13805037

    I would love a good in-depth tutorial on operational transformation but so far haven't found one that is satisfactory (for a complete beginner). Maybe I've been spoiled with all th…

  14. comment
    Comment #13192714

    I'm currently building a browser-based WYSIWYG to make book covers. I've tried SVG and Canvas but it's terrible for implementing multi-line text. Trying to add kerning, tracking wa…