Live data from Hacker News

Viewing profile — oneearedrabbit

oneearedrabbit

HN member
Joined
Thu, Jan 28, 2010, 11:15 PM UTC
HN karma
186
Public activity
69 items

About oneearedrabbit

mail@ username .net

https://kruzenshtern.org https://twitter.com/oneearedrabbit

Recent public activity

  1. comment
    Comment #49249326

    https://depts.washington.edu/acelab/proj/dollar/qdollar.html

  2. comment
    Comment #47019474

    Cold turkey. More than seven years ago, on my way home, I stopped at T-Mobile and bought a random flip phone. I still own that same phone. https://news.ycombinator.com/item?id=2192…

  3. story
  4. comment
    Comment #45243831

    You are not a slow thinker. You are a deliberate thinker. "Slow" suggests laziness; while "deliberate" implies careful consideration.

  5. comment
    Comment #44236630

    Decades ago, a closure in Forth was especially innovative with DOES>: : COUNTER CREATE , DOES> DUP 1 SWAP +! @ ; 0 COUNTER PK PK . \ => 1 PK . \ => 2 A semi-equivalent in Javascrip…

  6. comment
    Comment #41502152

    This is curious. It took approximately 19 hours to turn a HN thread into an article. What does this tell about the speed of information?

  7. comment
    Comment #41471107

    Tangentially related, since you are exploring hexagonal and triangular grids; I once caught a space-filling curve bug and decided to port ideas from https://tixy.land to fractional…

  8. comment
    Comment #41320723

    While both MJ and Turnstyle are Turing-complete, Turnstyle shares more similarities with Piet (mentioned by the author), Wireworld, and, of course, Conway's Game of Life.

  9. comment
    Comment #38710585

    Neat trick. I found that I had to wrestle with Notes more than necessary, but if I were to pick up the project again, I would approach it differently this time: - Notes function si…

  10. comment
    Comment #38709681

    Two years ago I got carried away and built a tool with a code name "notespub". It is the very same idea, albeit less polished. I documented my journey of extracting content out of …

  11. comment
    Comment #38033496

    Fascinating. These rules are identical, but I don't have xfractint locally to reproduce/troubleshoot the issue. I think I was using https://dmitrykandalov.com/lsystem/ as a playgro…

  12. comment
    Comment #38032820

    That sounds super interesting. I would like to learn more if you're willing to share.

  13. comment
    Comment #38029945

    Not long ago, I went down the rabbit hole of space-filling curves, and learned about an obscure paper by Rolf Niedermeier, Klaus Reinhardt, and Peter Sanders that introduced a rath…

  14. comment
    Comment #37077046

    Not directly related to the post, but still feels somewhat relevant. Back in March I used a bit more elaborate multi-step prompts for GPT3.5 to generate amusing pictures and publis…

  15. comment
    Comment #36304739

    This number is tokenized as a list: 43 20 59 83 409 58 340 9 58 340 95 30 95 809 34 850 9 34 850 34 809 58 340 9 58 30 49 850 385 30 49 58 30. If GPT recognizes the context "+ 1 eq…

  16. story
  17. comment
    Comment #36032296

    This may be a bit esoteric -- eee pc 701/901 if you get can get by with Atom N270.

  18. comment
    Comment #35979163

    I think in your notation it should have been: y=Wx_0 y=W(x)x_0

  19. comment
    Comment #35949439

    Hi. I built a tool that transforms input prompts to amusing SVG illustrations. It runs on GPT3.5, Janet, HMTX, and a home-grown scheduler. A couple of months ago I learned that GPT…

  20. story
  21. comment
    Comment #35837789

    First and foremost, pinpoint the goal. Is it purely for funsies? To acquire new knowledge? Must it be pragmatic? Perhaps a business venture? Are there any users who will interact w…

  22. comment
    Comment #35776489

    Recently, I started a project that draws simple illustrations using GPT. It began as a lighthearted curiosity, but eventually grew into something bigger, something that makes me sm…

  23. comment
    Comment #35547448

    I built a similar tool you are describing. A quick demo and a technical post is here: https://notespub.com/ . However, truth be told, I migrated off Notes to Emacs Org-mode recentl…

  24. story
  25. comment
    Comment #35328253

    I second your sentiment that it is a hack, and here be dragons. At the same time, I had an honest conversation with myself about the dilemma, and whether I am worried about changes…