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

Also read "stupid" code :)

I didn't know about Deno and streams, but this looks fine

  const file = await Deno.open("huge-quotes.txt");
  const quotes: string[] = [];

  await file.readable
    .pipeThrough(new TextDecoderStream())
    .pipeThrough(new TextLineStream())
    .pipeTo(new WritableStream({
      write(line) {
        quotes.push(line);
      }
    }));


Looks like straight out of Dart.


Good tool, I like it so far.

My biggest progress in English was when I started to read the English internet (HN, Reddit, etc.). I used an browser extension to translate words that I didn't know.

I'm learning Spanish now, but there is no content that interests me. Maybe the Spanish Wikipedia sometimes.

So this extension gives me that language exposure.


Reaping and Sowing is an interesting book. About math rivalry, his mathematical journey, and, yes, "Dreamer" which sends us dreams.


Loser/Creep were songs of that time. Loser is kinda optimistic though.


I understand his frustration. But calling it a fraud is a little bit too much.



That's the one which quickly got me up and running with Git, and made it easier to get a feel for how to do things.



Nice! I was going to fiddle with a greasemonkey script, but this does just what I need. Thanks a lot!


Reddit Enhancement Suite has blacklist settings


RES is not available on mobile and doesn't sync between computers.


Sadly, GUI tweaks is very limited on new extensions api


Great points. Also make version tag explicit on both request and response.


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

Search: