Live data from Hacker News

Viewing profile — btbytes

btbytes

HN member
Joined
Thu, Aug 16, 2007, 4:46 PM UTC
HN karma
71
Public activity
40 items

About btbytes

https://www.btbytes.com/

email: pradeep@ above

Recent public activity

  1. comment
    Comment #46583083

    Not surprisingly, it is J [1], an APL dialect. [1] https://www.jsoftware.com/

  2. comment
    Comment #46245919

    have you read about Erlang supervision trees? https://adoptingerlang.org/docs/development/supervision_tree...

  3. comment
    Comment #44995759

    Common things in all these Pro-Apple threads: 1. Macbook users who have/are using non-Apple laptops that find the average work-issued Intel laptops to be just meh or worse. 2. Peop…

  4. comment
    Comment #44984325

    The new `uv format` is just a shortcut for `uv run --with ruff ruff`.

  5. comment
    Comment #44932445

    For many years I went without looking at LinkedIn at all. I even deleted my LinkedIn account for couple of years in mid '10s. I have found a lot of value in LinkedIn recently after…

  6. comment
    Comment #44797377

    It is called Uniform [Function] Call Syntax. D has had this for decade(s): https://tour.dlang.org/tour/en/gems/uniform-function-call-sy... Nim too has it: https://nim-by-example.gi…

  7. comment
    Comment #44508253

    The number of web projects that fall into these categories vastly outnumber “complex” projects. For complex there is always WASM.

  8. comment
  9. comment
    Comment #41204566

    If you want to talk to someone who has been in the industry (both non-tech industry, to tech industry, to tech industry giants) for 20+, you can reach out to me. I'm happy to hop o…

  10. comment
  11. comment
  12. comment
    Comment #25120231

    Here's an implementation using plain javascript and a JSON file to store short-codes and target URLs: https://www.btbytes.com/posts/url-shortener.html

  13. comment
    Comment #23271694

    You don't have to override the template in the lua code to include the mvp.css file. use --css argument to set the location of the css file. it can even take multiple arguments (on…

  14. comment
  15. comment
    Comment #21958661

    As user dvt mentioned, this is built using bookdown[1], an R library (with the help of Pandoc). You can see that the example chapter of this book looks exactly like the bookdown ou…

  16. comment
    Comment #21265797

    D's default package manager already allows you to write code like this which 1. runs the code like a script 2. downloads dependencies if they are required. #!/usr/bin/env dub /+ du…

  17. comment
    Comment #21000774

    This is good advice. I'm collecting websites like this ("handmade") here - https://www.btbytes.com/websites.html My own website is compiled together with a python script, but aesth…

  18. comment
    Comment #20886419

    There is a whole book on the ill effects of too much light in modern times -- Lights Out ( https://www.simonandschuster.com/books/Lights-Out/T-S-Wiley/... )

  19. comment
    Comment #20489535

    nim/zig/red. * I already use nim and I'm very productive in it. * Would like to use Zig for "system programming" when and if something like Nim (and D) are inadequate. * Red becaus…

  20. comment
    Comment #20439435

    I have a whole page on nim here - https://www.btbytes.com/nim.html Edit:typo

  21. comment
    Comment #20437706

    I'm the author. You are right. I think the above are all "mainstream" enough for me. At the least, I've installed and played with them all at one time.

  22. comment
    Comment #14691868

    My comment was about the presence of culturally rich languages in India, including Tamil. You and the original commenters have made this about Tamil's antiquity. Why the low self-e…

  23. comment
    Comment #14687624

    Ha! typical propaganda. Why are some of you Tamils are so insecure about the "antiquity" of your language. I even mentioned Tamil before my own. But, NO!! You had to come here and …

  24. comment
    Comment #14683967

    Same with Tamil, Kannada, Bengali, Malayalam etc.,

  25. comment
    Comment #14414138

    So can you with D. With D, in addition, you can link against C shared libraries (dynamic linking) AND you can write standalone libraries in D that even C can link against (see Mir/…