Live data from Hacker News

Viewing profile — TurboHaskal

TurboHaskal

HN member
Joined
Wed, Aug 05, 2015, 7:36 AM UTC
HN karma
1,377
Public activity
620 items

About TurboHaskal

Yet another hacker not posting under his real name.

Primarily working on infrastructure, internal tooling, and distributed systems.

As a programmer, I happen to enjoy programming languages. Especially those that come with their own graphical development environments and allow for exploratory programming. Some examples are Factor, J, Common Lisp (LispWorks), Dyalog APL, and Smalltalk (Squeak).

I don't care about religious wars such as dynamic vs. static or OOP vs. FP. I care about programming as a function of safety, performance, and expressiveness.

I am currently playing with iForth, SPARK, and Gerbil Scheme.

email: (format nil "~{~(~a~)~}@pm.me" '(turbo haskal))

Recent public activity

  1. comment
    Comment #48716173

    I have worked at several places where SRE meant different things: - A virtual, first responder team on call rotation for all the services because developers didn't want to be on ca…

  2. comment
    Comment #47803341

    It also makes you bitter, at least in my experience.

  3. comment
    Comment #47348206

    And arena support, and a parallel GC... there's always something exciting and promising coming up. The proprietary implementations are also quite good.

  4. comment
    Comment #45873728

    I was going to say the same. In my experience I can say without hesitation green field projects is how you advance your career, become visible and get promoted.

  5. comment
    Comment #45513878

    You say this because you are on HN, very senior and/or living in a bubble. In the vast majority of programming jobs out there you are not paid to solve problems: you are told very …

  6. comment
    Comment #45273800

    Or, you could have been suddenly cheated on and exposed, or divorced and recently entered the dating market, or thinking about opening up your relationship after decades of monogam…

  7. comment
    Comment #44782625

    Sure. But if they are first class and you have a mechanism to assign them to variables then there is no need for syntax sugar.

  8. comment
    Comment #44557840

    It's funny how I started this way as well, and a decade later my Common Lisp code couldn't be more procedural and CLOS and LOOP heavy.

  9. comment
    Comment #44298792

    Maybe this is just me and my experiences but when I encounter people in the wild that seem dull I often assume they just have fringe interests that are kinda problematic to share w…

  10. comment
    Comment #44287334

    Yeah I don't get it either. Lisp is perfectly fine for this task although probably makes less sense now that Julia is a thing. Reminder that before Python was used for data science…

  11. comment
    Comment #44156421

    I am afraid it is a serious argument. If you ever feel the need to write code like that lookup table, you are working on the wrong place and you have a hiring problem.

  12. comment
    Comment #43341673

    This reads like a cautionary tale about getting nerdsniped, without a happy ending.

  13. comment
    Comment #41993484

    He probably means Allegro CL which is in my experience the best one. All the OS Lisp GCs are stuck in the 80s and honestly not very good. The one in LispWorks is pretty good though…

  14. comment
    Comment #41807290

    Life without REPLs.

  15. story
  16. comment
    Comment #41003487

    It seems to me the author just wants multiple dispatch.

  17. comment
    Comment #40333924

    I don’t fear Java as much as I fear its acolytes.

  18. comment
    Comment #39601476

    I have found that my consumption of rock is mostly tied to my cortisol levels. To some degree, one could say that rock / metal is a degeneration of Bach's music (and that's what ma…

  19. comment
    Comment #39452155

    Left an otherwise good job because of this. I am done with it. For the next job I take, I will demand to be present in the daily meeting to see how it looks like. Ideally, there is…

  20. comment
    Comment #39053129

    Ah, finally I will be able to understand my doctor's handwriting.

  21. comment
    Comment #38463867

    I inherited some piece of code that made use of an extremely long and complicated jq script. I simply gave up understanding the whole thing, and restored the balance in the univers…

  22. comment
    Comment #38288076

    I love it. I want it. I've been dreaming of this for years. But I refuse to buy a black HHKB.

  23. comment
    Comment #37817919

    Standing desks, split keyboards, photos of outdoor adventures... I see these everywhere. Is this the modern developer's midlife crisis at 40?

  24. comment
    Comment #37734278

    I mean I would love writing Ada and Common Lisp at work but my hipster CTO wants me to use Go and TypeScript.

  25. comment
    Comment #36596676

    Thankfully we live in a world in which we constantly start new containers with every merge to master and the orchestrator will simply restart your container if it your application …