Live data from Hacker News

Viewing profile — open_bear

open_bear

HN member
Joined
Fri, Aug 26, 2016, 2:27 AM UTC
HN karma
60
Public activity
65 items

About open_bear

No profile information was provided.

Recent public activity

  1. comment
    Comment #18813727

    He uses Racket.

  2. comment
    Comment #18813723

    And if you cannot afford PICO-8, there is a free TIC-80 alternative.

  3. comment
    Comment #16274614

    > "you're lucky you even have a job; shut up and stop complaining" You probably have seen the dotcom crash yourself - there were a lot of developers feeling lucky to even have a jo…

  4. comment
    Comment #15999067

    > I wish there was a way that we could apply our skills toward fixing this injustice. Educate yourself on why does that happen. Main purpose of every company is to make money. As l…

  5. comment
    Comment #15886401

    Parinfer is another good attempt at making editing Lisp code easier: https://github.com/shaunlebron/parinfer

  6. comment
    Comment #15879701

    Imperialism is the final stage of capitalism. > but the extreme poverty has been shrinking Indonesian 12 y.o. who makes Nike sneakers for 1$ a day will probably disagree. Humanity …

  7. comment
    Comment #15835958

    > nearly feral generation of children that almost collapsed the country Care to provide a source? We have kindergartens that accept children as young as 1.5 y.o, older kids (3+) ty…

  8. comment
    Comment #15775876

    It helps a lot. My C and Python code have improved significantly since I've started learning Clojure.

  9. comment
    Comment #15680551

    Because you don't write a lot of code on paper? Working with text (for notes or prose) is very different than working with code. You don't think "I need to correct that thing locat…

  10. comment
    Comment #15676614

    It's not just raw input speed - writing on paper allows you to quickly jump around the text, making small corrections, adding notes/symbols/drawings, etc.

  11. comment
    Comment #15663469

    * US spreads propaganda and lies around the globe (Voice of America) but doesn't like it when RT does the same.

  12. comment
    Comment #15635890

    Worker productivity has been steadily increasing for the past century, but wages stopped growing in the 70s-80s. No amount of corporate compensation can compensate for that.

  13. comment
    Comment #15566019

    Some tabloid is already writing an article "First alien nudes from outer space discovered".

  14. comment
    Comment #15471869

    I've seen similar statements before, and it is a major point in Lockhart's Lament. I wonder if only people who are both good mathematicians and good teachers can pull off teaching …

  15. comment
    Comment #15442559

    What do you think about clojure.spec approach?

  16. comment
    Comment #15435723

    Capitalism is the dictatorship of the bourgeoisie (people, who control the wealth and means of production - factories, companies, banks). They dictate their will to the proletariat…

  17. comment
    Comment #15431151

    The Invincible by Stanislaw Lem.

  18. comment
    Comment #15414253

    KGB, obviously.

  19. comment
    Comment #15362512

    > This is in part because the risk was not shared equally. Developer joining a startup risks almost as much as a founder. He leaves his existing job for a promise of a salary, and …

  20. comment
    Comment #15335644

    This reminds me of an article where people tried to reverse-engineer a rocket engine from the Saturn V rocket, whose manufacturing process was also lost: https://arstechnica.com/sc…

  21. comment
    Comment #15320702

    There is a joke: Couple walks into a photo exhibit, and compliments the photographer "these are very nice photos, you camera must be pretty expensive". After an exhibit they invite…

  22. comment
    Comment #15154788

    There is a dedicated site: https://darkpatterns.org/

  23. comment
    Comment #15132831

    Totally agree. > (which go way beyond mere bit-twiddling, btw) I was fascinated by optimizations people come up for Game of Life by reading Michael Abrash's Black Book. > a program…

  24. comment
    Comment #15129611

    Conway's Game of Life can be implemented naively in C/C++/Java/etc, using a boolean for every cell's state (on/off). This will require at least n*m bytes (probably more in Java). U…

  25. comment
    Comment #15121654

    "Hammock driven development" is the modern application to the software engineering ( https://www.youtube.com/watch?v=f84n5oFoZBc )