aabbcc1241

↗ HN profile [ 67.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Do you reject them or put them in lower priority? So far the AI bots are honest on the user agent. But my low budget server is significantly slower than it should be when I'm using it as a human.

  2. YouTube's "Save to Watch Later" popover menu has been broken in Firefox for years (at least on my Linux installations). The three-dot menu → "Save to Watch Later" doesn't respond to clicks. Other popover menus work fine…

  3. I built a tool to generate TypeScript types from JSON/JS data, initially to tackle the deeply nested arrays in for a few JSON RPC API (e.g., array[0].content.section.contents[0].item.contents[0] could be a aItem or…

  4. In the js space, people often leave a tailing comma at the end of each line, when writing the elements of an array. I was the practise of using leading comma in Elm, where we put a comma at the beginning of each line,…

  5. Without relying on any document issues from government, without excluding disabled person, and without requiring the admin to personally know each users. Using credit card doesn't tell if two accounts are created by…

  6. Resource Index (res-index) is a searchable index for development resources, including github repo and npm packages. Why yet another index? In short, the search functionality on google and github are unsatisfied. This…

  7. TypeScript 5.4 Beta (devblogs.microsoft.com)
  8. How do you make the codebase written in dynamic type programming language maintainable over time? By written a lot of tests that are more strict than the type system? I know statically type-safe along is not enough…

  9. It is server-side rendered with ts-liveview, works without client-side js

  10. Do you determine the popularity by download count, number of stars, or any other indicator? Some time these two numbers doesn't match. For example react-router-native has twice as many stars as @react-navigation/native,…