Live data from Hacker News

Viewing profile — ximm

ximm

HN member
Joined
Thu, Jan 25, 2018, 11:49 AM UTC
HN karma
568
Public activity
193 items

About ximm

No profile information was provided.

Recent public activity

  1. comment
    Comment #48393728

    > APCA models how human eyes actually perceive contrast, factoring in font weight, spatial frequency, and ambient light — a genuine improvement over the WCAG 2.x formula. […] The r…

  2. comment
    Comment #48239184

    Corrected version: A wealth tax of 1% is equivalent to an income tax of 20% on capital gains .

  3. comment
    Comment #48005499

    Are there any recommendations for testing accessibility for TUI applications? The article mentions speakup, but as far as I understand, you need a hardware synthesizer to use that.…

  4. comment
    Comment #48005300

    I am not sure it is helpful to shoehorn terminals into being a second web. The terminal's strength is its simplicity. For example, I really dislike mouse support in TUIs. 100% of t…

  5. comment
    Comment #48005214

    My experience as a developer (with a preference for simplicity): - CLI by default - if I need a GUI, but no access to the local system: web - if I need a (restricted) GUI with acce…

  6. comment
    Comment #48005084

    My experience is that often when I think "I wish my email / browser / calendar / … did X" it turns out be a limitation of the underlying protocol. So even if you build all software…

  7. comment
    Comment #47989509

    Is the text on this page really #bbbdc3 on #ffffff? How is anyone supposed to be able to read that?

  8. comment
    Comment #47989491

    Looks like a helpful honeypot! Any tool that will public announce support for this spec is a tool I know to avoid because it collects telemetry without explicit opt-in in the first…

  9. comment
    Comment #47922209

    I was working on something similar a while back ( https://github.com/xi/spreadsheet ) but ended up not using it. I just didn't end up being the first tool that came to mind when I …

  10. comment
    Comment #47899054

    Firefox supports webRequestBlocking with MV3, so even if they fully remove support for MV2, ad blocking is still available.

  11. comment
    Comment #47748504

    I am working on https://github.com/xi/xiio , a minimal async runtime for python. It is mostly feature complete with a fraction of the code of asyncio or trio. It is great fun to ge…

  12. comment
    Comment #47716505

    I am still confused what exactly this tool is doing. I clicked on "examples" in the hope of finding an example of a generated policy. But it only gives examples of the configuratio…

  13. comment
    Comment #47395914

    I don't get the frustration with wayland (the protocol) in the comments. This project shows that having a separate window manager was always possible. First we got wlroots as a lib…

  14. comment
    Comment #47319431

    I also find building apps for the web is much easier than any of the native frameworks. You can start by writing plain text in a file and then progressively add HTML, CSS, and JS. …

  15. comment
    Comment #46739272

    The README talks a lot about crypto. But the interesting bit is how you can access the passwords. Is there an API? If yes, how does it protect your passwords from malicious softwar…

  16. comment
    Comment #46500861

    I absolutely hate this argument. Everything in CSS is public (as in: can interface with HTML), not global. Think of writing CSS as designing an API.

  17. comment
    Comment #46466726

    It is a Maneki-neko (beckoning cat / Winkekatze). The video team started putting them on podiums so they could see when a stream was frozen. So it became kind of a mascot.

  18. comment
    Comment #46362889

    This is probably a Linux issue. Mac OS and Windows implement the FIDO2 Platform API, which allows them to act as authenticators themselves. Linux does not. See https://github.com/l…

  19. comment
    Comment #46362867

    I also think these are very similar. The main difference in my view is that the state parameter is checked by the client, while PKCE is checked by the server. I run an authenticati…

  20. comment
    Comment #46319374

    > For coders, visual aesthetics don’t matter. For lawyers, they are a technical requirement. While this difference may seem arbitrary on the surface, it is downstream of a critical…

  21. comment
    Comment #46252671

    100% this. When I reached the end of that page I felt pranked because the obvious question was never answered. How are these cases resolved? Is it possible to fix some inputs and o…

  22. story
  23. comment
    Comment #45016419

    Last time I checked hyprland was pretty much despised in the wider linux developer community. See for example https://drewdevault.com/2023/09/17/Hyprland-toxicity.html . Has anythi…

  24. comment
    Comment #45015201

    There is no real difference between ratio and difference. It is just scaled with a logarithm. See https://blog.ce9e.org/posts/2022-09-10-contrast-algorithms/ for details.

  25. comment
    Comment #45011915

    Any reference to APCA has been removed from the WCAG 3 drafts in 2023 (see https://github.com/w3c/silver/commit/d5b364de1004d76caa7ddc4... ). I am not sure what the status is.