GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Notices by Mayank (mayank@front-end.social)

  1. Embed this notice
    Mayank (mayank@front-end.social)'s status on Thursday, 01-May-2025 08:57:14 JST Mayank Mayank

    "Then CSS came along, it was a fucking miracle." — https://eev.ee/blog/2020/02/01/old-css-new-css/

    learned at least 7 different things about the web from this post

    In conversation about a month ago from front-end.social permalink

    Attachments


  2. Embed this notice
    Mayank (mayank@front-end.social)'s status on Wednesday, 05-Mar-2025 09:58:55 JST Mayank Mayank

    if firefox dies, what will happen to web standards processes?

    gecko feels like an important part of shaping and shipping standards

    In conversation about 3 months ago from front-end.social permalink
  3. Embed this notice
    Mayank (mayank@front-end.social)'s status on Friday, 31-Jan-2025 21:41:49 JST Mayank Mayank

    the US Web Design System having to delete their page on inclusive design is wild

    https://github.com/uswds/uswds-site/pull/3078

    In conversation about 4 months ago from front-end.social permalink
  4. Embed this notice
    Mayank (mayank@front-end.social)'s status on Tuesday, 28-Jan-2025 07:46:57 JST Mayank Mayank

    is there a way to listen to the "opening" of top-layer elements _without patching globals_?

    i want to run some code whenever a `<dialog>` or `popover` opens.

    (sorry if i'm out of the loop)

    #WebDev #HTML #JavaScript

    In conversation about 4 months ago from front-end.social permalink
  5. Embed this notice
    Mayank (mayank@front-end.social)'s status on Monday, 23-Dec-2024 03:18:13 JST Mayank Mayank

    you know it's December when Hulu and Hbo both want you to watch Elf 200 times

    In conversation about 5 months ago from front-end.social permalink
  6. Embed this notice
    Mayank (mayank@front-end.social)'s status on Monday, 23-Dec-2024 03:18:12 JST Mayank Mayank
    in reply to

    you know it's December when YouTube recommends shit like "lofi christmas". also michael bublé in four different playlists.

    google literally knows about every song i've ever listened to in my entire life. it would be so easy for them to give me something relevant. it doesn't have to be like this

    In conversation about 5 months ago from gnusocial.jp permalink
  7. Embed this notice
    Mayank (mayank@front-end.social)'s status on Monday, 23-Dec-2024 03:18:11 JST Mayank Mayank
    in reply to

    i could just accept it as "the way things are". but i choose to keep being angry at how most software sucks in so many little ways (by design).

    this doesn't even cover the worst aspects of capitalism, but it's a good read: https://www.wheresyoured.at/never-forgive-them/

    In conversation about 5 months ago from front-end.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.wheresyoured.at
      Never Forgive Them
      In the last year, I’ve spent about 200,000 words on a kind of personal journey where I’ve tried again and again to work out why everything digital feels so broken, and why it seems to keep getting worse, despite what tech’s “brightest” minds might promise. More
  8. Embed this notice
    Mayank (mayank@front-end.social)'s status on Saturday, 14-Dec-2024 16:27:52 JST Mayank Mayank

    playing https://neva.game/ and it's beautiful!

    In conversation about 6 months ago from front-end.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: neva.game
      Neva
      from @nomadastudiobcn
      Experience the moving tale of a young woman and her lifelong bond with a magnificent wolf as they embark on a thrilling adventure through a rapidly dying world.
  9. Embed this notice
    Mayank (mayank@front-end.social)'s status on Saturday, 14-Dec-2024 04:39:38 JST Mayank Mayank

    the spinners need to be spun when the javascript is happening

    In conversation about 6 months ago from front-end.social permalink
  10. Embed this notice
    Mayank (mayank@front-end.social)'s status on Saturday, 14-Dec-2024 04:39:37 JST Mayank Mayank
    in reply to

    a good default speed for the spinner is 1 rotation per javascript.

    consider slowing the spinner to 1 rotation per 3 javascripts when the user prefers reduced motion.

    if you have too many javascripts, consider not spinning, lest you violate SC 2.2.2 https://www.w3.org/WAI/WCAG22/Understanding/pause-stop-hide.html

    In conversation about 6 months ago from gnusocial.jp permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Understanding Success Criterion 2.2.2: Pause, Stop, Hide | WAI | W3C
  11. Embed this notice
    Mayank (mayank@front-end.social)'s status on Thursday, 12-Dec-2024 09:57:11 JST Mayank Mayank

    safari 18.2 is looking really good 👀

    https://front-end.social/@jensimmons/113409669370636498

    In conversation about 6 months ago from front-end.social permalink
  12. Embed this notice
    Mayank (mayank@front-end.social)'s status on Thursday, 12-Dec-2024 09:57:10 JST Mayank Mayank
    in reply to

    i find `scrollbar-gutter` (years-old feature, finally added in safari) just as exciting as `text-box-trim` (bleeding edge, safari-only).

    both incredibly useful and important

    also `blocking=render`!

    In conversation about 6 months ago from gnusocial.jp permalink
  13. Embed this notice
    Mayank (mayank@front-end.social)'s status on Thursday, 12-Dec-2024 09:57:08 JST Mayank Mayank
    in reply to

    `scrollbar-gutter` is finally available everywhere 🥹

    https://webkit.org/blog/16301/webkit-features-in-safari-18-2/

    In conversation about 6 months ago from front-end.social permalink
  14. Embed this notice
    Mayank (mayank@front-end.social)'s status on Thursday, 05-Dec-2024 08:17:19 JST Mayank Mayank

    has anybody tried building a showy-hidey sticky header using #CSS only? maybe with scroll-driven animations?

    by "showy-hidey" i mean: it shows when you scroll up and hides when you scroll down. (this is anti-pattern in 90% of cases, but it can be useful when you have infinite scrolling)

    In conversation about 6 months ago from front-end.social permalink
  15. Embed this notice
    Mayank (mayank@front-end.social)'s status on Wednesday, 04-Dec-2024 04:56:12 JST Mayank Mayank

    if it's not accessible, you shipped too early

    In conversation about 6 months ago from front-end.social permalink
  16. Embed this notice
    Mayank (mayank@front-end.social)'s status on Tuesday, 03-Dec-2024 06:51:15 JST Mayank Mayank

    anybody building a cool product without any AI?

    In conversation about 6 months ago from front-end.social permalink
  17. Embed this notice
    Mayank (mayank@front-end.social)'s status on Sunday, 01-Dec-2024 12:22:39 JST Mayank Mayank

    does anyone know if the system-ui font is a variable font on any OS other than macOS? https://web.dev/blog/more-variable-font-options-in-chromium-83

    it looks like on windows you have to specify the font explicitly. https://tigeroakes.com/posts/segoe-ui-variable/

    #CSS

    In conversation about 6 months ago from front-end.social permalink

    Attachments


    1. Domain not in remote thumbnail source whitelist: tigeroakes.com
      How to use Segoe UI Variable in a website
      Loading this font locally is a bit tricky.
  18. Embed this notice
    Mayank (mayank@front-end.social)'s status on Saturday, 30-Nov-2024 05:09:01 JST Mayank Mayank
    • Astro

    i always manage to gravitate towards @astro.

    currently building a vite SPA and realizing that astro would help with prerendering the application "shell".

    this kind of thing is notoriously difficult with vite, which is mainly concerned with bundling.

    In conversation about 6 months ago from front-end.social permalink
  19. Embed this notice
    Mayank (mayank@front-end.social)'s status on Friday, 22-Nov-2024 09:46:45 JST Mayank Mayank

    today i finally updated chrome. i was holding off bc i knew they had added AI bullshit to dev-tools. https://developer.chrome.com/blog/new-in-devtools-131

    it's so in your face — "Ask AI" is literally the first option when you open the context menu

    maybe it's just me, but this thing makes me not even want to open chrome dev-tools.

    In conversation about 6 months ago from front-end.social permalink

    Attachments


  20. Embed this notice
    Mayank (mayank@front-end.social)'s status on Friday, 22-Nov-2024 09:46:44 JST Mayank Mayank
    in reply to

    1. use a chatbot to generate a product idea.
    2. use a different chatbot to scaffold a project for this idea.
    3. use a third chatbot to debug the CSS in this project.
    4. use a fourth chatbot to implement a fifth chatbot natively in the product.
    5. when the product doesn't work, put a sixth chatbot in front of the user so their feedback never makes it back to you.

    In conversation about 6 months ago from gnusocial.jp permalink
  • Before

User actions

    Mayank

    Mayank

    design engineer and tinkerer. always listening to prog.posting about HTML, CSS and other web stuff.trying to build a less broken, more accessible web.(posts will auto-delete after N days)

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          266123
          Member since
          20 Jun 2024
          Notices
          41
          Daily average
          0

          Feeds

          • Atom
          • Help
          • About
          • FAQ
          • TOS
          • Privacy
          • Source
          • Version
          • Contact

          GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

          Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.