Live data from Hacker News

Viewing profile — aabbcc1241

aabbcc1241

HN member
Joined
Wed, Dec 03, 2014, 1:56 AM UTC
HN karma
852
Public activity
745 items

About aabbcc1241

[ my public key: https://keybase.io/beenotung; my proof: https://keybase.io/beenotung/sigs/CLB3i0aTqbycgeZ3_nslWRZkfvmr0-lJ-ym9Hqkq2Nk ]

Recent public activity

  1. comment
    Comment #48923999

    I've not figure out how to run typescript script directly with type-checking (in dev mode) with typescript 7. ts-node cannot be used with typescript@7. although node@24 can directl…

  2. comment
    Comment #47576826

    I saw them used in the linux community, maybe it's finally my time to use/need this kind of tools. (At the same time, I'm happy if my site can help the AIs / its users, but I prefe…

  3. comment
  4. story
    Ask HN: AI companies' bots are making my server slow, what do you do?

    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…

  5. comment
    Comment #46794182

    Some naming (suggested by grok) are indie website, handmade web, or digital garden.

  6. comment
    Comment #46789775

    I like the website, sharing interesting creation, and linking to other interesting websites made by the peers. Is there a neural/positive term to describe this kind of website? (be…

  7. comment
    Comment #46789173

    Interesting take. I'm using btrfs (instead of ext4) with compression enabled (using zstd), so most of the files are compressed "transparently" - the files appear as normal files to…

  8. comment
    Comment #46472645

    I found that it is caused by a userscript running below code. // version 1 let body = document.createElement('body') body.innerHTML = document.body.innerHTML // version 2 let body …

  9. comment
    Comment #46472201

    Thanks for sharing your state. I just tried again with troubleshoot mode, it works ... Then it seems to be in conflict with some addon I'm using.

  10. story
    Show HN: Workaround for YouTube's "Save to Watch Later" Broken in Firefox

    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 t…

  11. comment
    Comment #45139761

    Instead of not letting the students to use AI, how about we adjust the assessment method, and learning objective, to let the students do something that AI along cannot do, so that …

  12. story
  13. comment
    Comment #44047788

    I know asciidoc from red and erlang, it's a nice language. Not sure why it is not as popular as markdown.

  14. story
    Show HN: Gen-ts-type – Code Generate TS Type from JSON data with collapsed field

    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].it…

  15. comment
    Comment #44008945

    I made a search index for github repo [1] because it takes quite some time for github to load the repositories page (which is the page to allow searching), And sometimes even using…

  16. comment
    Comment #43911758

    It will be great if it is package as a library

  17. comment
    Comment #43703926

    Hey, thanks for sharing "JSX Over the Wire"! As the creator of ts-liveview, I’m thrilled to see Dan’s ideas on server-side JSX rendering and minimal client updates—they mesh so wel…

  18. comment
    Comment #43317883

    I enjoy the game, I wish it has different level of difficulty. E.g. for easier mode. It should only generate pattern that is "beneficial" to the current board.

  19. story
  20. story
    Ask HN: Do you prefer tailing or leading comma?

    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…

  21. comment
    Comment #42349263

    The objective of allRGB is simple: To create images with one pixel for every RGB color (16,777,216); not one color missing, and not one color twice.

  22. story
  23. comment
    Comment #42349255

    If you like to explore on programmatic art, you may also have fun with allrgb. That is to use all rgb values exactly once to make an art work. Examples: https://allrgb.com/

  24. comment
    Comment #42122797

    It may give more transparency if it output the code to do scrapping with playwright. Then we can review the code before actually running it. And the reviewed result can be saved fo…

  25. comment
    Comment #42039492

    The key takeaway is to use a public reverse proxy to tunnel the traffic to local server, which is agnostic to any server language or framework. The proxy introduced is pinggy ssh -…