Live data from Hacker News

Viewing profile — jabbawookiees

jabbawookiees

HN member
Joined
Sun, Mar 28, 2021, 10:45 AM UTC
HN karma
33
Public activity
17 items

About jabbawookiees

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #42012195

    Well you could have a negotiation like so: Recruiter: The offer is $100k. Me: I want 120k and WFH. Recruiter: I checked with the manager. The best we can do is either 120k but you …

  4. comment
  5. comment
  6. comment
    Comment #39287987

    Not sure if this is what GP meant, but one funny thing about carbon credits is that energy producers that produce no emissions but don't do carbon capture (e.g. solar farms) can ea…

  7. comment
    Comment #38689713

    Ticket is a class do ... end is how you create no-argument functions similar to () => { ... } in JavaScript. There's some technical nuance but that's the spirit of it. In Ruby you …

  8. comment
    Comment #38275117

    This is the first time I'm hearing this. Don't they both use ELF? Where can I read more on this?

  9. comment
    Comment #37402335

    My take: RecipeUI a Postman-like tool that offers convenient type safety and autocomplete on top of what Postman already does. What is Postman? It's a tool that allows you to confi…

  10. comment
    Comment #33570788

    My understanding is that this is true only if you distribute your executables which most people don't do for server-side code.

  11. comment
    Comment #33032848

    Or they could have saved themselves a CPU cycle every time they needed to index an array. Don't get me wrong, non-zero-cost abstractions are great when they improve developer ergon…

  12. comment
    Comment #32374220

    I have no experience with SKI calculus so I may be misinterpreting how to apply these functions. But it seems to me that the definition of F doesn't work quite right. After trying …

  13. comment
    Comment #30596587

    I made one a few days ago. https://news.ycombinator.com/item?id=30509847 I just filled in both the url and text fields and it just worked for me.

  14. story
    Show HN: Shalchemy – Conveniently execute binaries from Python

    Hey HN, I found it painful to maintain huge bash scripts, so I wrote a library that makes it more natural to run subprocesses from Python so I could replace all my bash. It's heavi…

  15. comment
    Comment #29839643

    I don't believe you're correct that intellectual property has slowed down progress. Linux and the GNU project use copyright and they're doing well. Arguably better than the permiss…

  16. comment
    Comment #29835454

    On the other hand, if you're a startup founder with a brilliant new idea (say, some new way to synchronize audio across multiple speakers), why would you ever leave a cushy corpora…

  17. comment
    Comment #28499564

    Have you heard of the storyshots addon? I pretty much ignore its output but I've found it a useful sanity check to see that everything at least renders without errors without any a…