Hacker Newsnew | past | comments | ask | show | jobs | submit | kingforaday's commentslogin

It's not about money. It's about time.

You can press 'p' to show the points on the curves.

  function keyPressed() {
    if (key === 'p') SHOW_POINTS = !SHOW_POINTS;
  }

zmodem to the rescue!

Thanks. This is useful. One Q though, any idea why the 1 in the header is serif? It doesn't seem to in the rest of the doc body.

I hadn't noticed that! Playing with CSS, the Areal font seems to have a serif on that `1` because of this CSS property: `font-feature-settings: "tnum"`. I assume this is some advanced font feature that original Arial doesn't support. Cool to see their attention to detail.

I know the thread is saying $0 because Zerodium doesn't exist anymore, but there are others. This [0] one for a full chain mobile iOS is at $15M. I agree with tptacek though, the airdrop would reduce the value but you may still be in the low 7 figure range for 0 click RCE.

0. https://advance-sec.com/#bounty


I don't think this is real. "Full chain Linux desktop" for $10MM? Uh huh.

We recorded a podcast with Mark Dowd a year ago where he said nobody actually gets "list prices" for iOS full chain at $2.5MM (you can make considerably more than that by selling to multiple parties and by selling maintenance) --- and that's iOS, the highest-valued vulnerabilities.


I first learned of bobdahacker from his post three weeks ago also headlined on HN: https://news.ycombinator.com/item?id=44723773


Anyone else see the old UA string in strace out:

  User-Agent: Mozilla/4.0(compatible;MSIE 5.00;Windows 98)
Also the \r\n in the output is irregular too.


Signature, a distinctive signature that looks like.


Anyone else remember Microsoft Silverlight? When it came out, they had a C# & Silverlight published demo that was a movie library viewer similar to this -- not as nice, but good for its time (circa 2007).


I had a boss who was bought into .NET to the point where he thought maybe the future was Silverlight (instead of JavaScript, which had obviously "won" at that point) and he wanted me to make Silverlight have the features that the desktop framework had at the time. Which I told him immediately that seemed impossible, but since he was so sure about it I would be happy to try (I had just been given a contract there). So I was decompiling .NET framework or WPF libraries or something (don't remember) and trying to get them to compile in Silverlight. I don't remember how long I spent on that task. Possibly over a week.

I had another job last year where they kept asking me to fine tune an LLM to answer questions about text, but I was only allowed to feed in the raw text of a single document but not generate an actual Q&A dataset. I kept telling them that was not how it worked but they kept insisting I continue for weeks. I think in his mind he just thought I was just doing it wrong over and over and he was secretly training me by paying me to practice or something.

I guess it's kind of sad how many jobs I've had that were a waste of time. I'm weirdly used to it so looking back it doesn't bother me that much somehow.

It does irritate me in the moment though. I have a client now that wants to make an agent system for a certain platform. The previous day we had just been discussing MCP servers and what they do. But the next day he seemed to think that each MCP server was going to have an entire full custom UI and agent loop in it per agent instead of just providing tool commands. So MCP server became an agent. I think I explained how it normally worked and he seemed to maybe get it, but then I was trying to ask how we were going to allow people to use all of the existing MCP servers in their agents so they could combine them and the non-response made it seem like he thought that might not be important. Did not get an answer so far. I remain ever hopeful for our upcoming meeting though.

Is this a sign of old age? Answers to something specific just become rambling walks down memory lane? It's interesting how it seems that I am generally well adjusted to how futile my life has been.

Anyway, I'm sure it's just a coincidence that Silverlight sent me down this tangent.


Whoa, bummer but interesting. It can be hard to let go. Thanks for sharing.


I applaud this effort and think it is amazing graphically for a tty, but serious question: does anyone use this as their daily driver?


I'm the creator of Tattoy, so thanks. A significant part of the motivation for the project is that it's fun, like a "toy", as the name suggests. I do use it everyday, but only for one serious usecase, to allow my Twitch chatters to visually interact with my terminal by sending emotes to it. I'm not personally into the animated cursors, they were just easy to implement because I'd already built out support for Ghostty's background shaders.

But, if you want a truly serious usecase, then my pipe dream is that Tattoy becomes the "XWayland" for an entirely new protocol for terminals that explores moving on from ANSI codes, the terminfo database and so on. I wrote a blog post about this idea: https://tattoy.sh/news/an-end-to-terminal-ansi-codes


As in the cursor trailing to new position? I use it, albeit on a different emulator.

Greatly helps when demoing something from my terminal and having multiple splits open.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: