Live data from Hacker News

Viewing profile — joshdev

joshdev

HN member
Joined
Mon, Sep 13, 2010, 2:34 PM UTC
HN karma
75
Public activity
38 items

About joshdev

[ my public key: https://keybase.io/nylan; my proof: https://keybase.io/nylan/sigs/ogzvanB6x3W09fhHCHSvxKLdnB2BMJc2YIZzhGorm2c ]

Recent public activity

  1. comment
    Comment #47688850

    We discovered a bug in AWS Bedrock that is double counting cache writes when thinking/reasoning is enabled for the Anthropic models. It’s not clear to me if this is limited to just…

  2. comment
    Comment #45654990

    What is the better solution you’ve moved on to?

  3. comment
    Comment #40697100

    This is the way. As others mention opening window is your cheapest option, but you lose a lot of your heating and cooling efficiency. We installed a whole house ERV for about $10K …

  4. comment
    Comment #40106532

    I remember KoolBear from playing on Kali. That brings back good memories.

  5. comment
    Comment #37907475

    Hang in there. I’ve had the same challenge. Take some time off and burn through any energy accumulated taking care family in just a few days. Best I’ve found is to try and keep thi…

  6. story
  7. comment
    Comment #31226185

    I wonder if there is a case to be made for a patch branch that gets all PRs. Then the maintainer can do any further tweaks needed before merging down to mainline.

  8. comment
    Comment #30084626

    HN with an RSS reader is the way to go. No need to compulsively check and you can skim through things quickly.

  9. comment
    Comment #29552285

    Another way to look at it is you are expected to include business factors into your decision making. Sometimes the most optimal engineering solution is not the most optimal busines…

  10. comment
    Comment #29460506

    Have you considered looking at Amazon for their ARM offering (Graviton)? I'd be hesistant to use M1 minis for a production workflow as they are not really production grade (lacking…

  11. comment
    Comment #29057112

    It sounds like you just don’t enjoy frontend work. If you are trying to build a product on your own it’s impossible to avoid, but there are plenty of companies in the EU and US hir…

  12. comment
    Comment #28958751

    It's funny I have a logitech cam at the top of my monitor, which effectively covers the exact same space as this new notch. The bezels on monitors have gotten so thin it's tough to…

  13. comment
    Comment #28664701

    I get the use case, but I just can’t get behind using software like this for security reasons. It’s too easy to add users to slack, leading to accidentally exposing secrets.

  14. comment
    Comment #28664364

    Having worked remote before the pandemic I found having my camera on was a very good reminder to the team that I was still there. Increasing your visibility when you are one of a f…

  15. comment
    Comment #28274550

    Idiomatic scala yes, but while on boarding engineers hit many cases, where they ended up returning null in places they shouldn’t.

  16. comment
    Comment #28228658

    Somebody has used Scala

  17. comment
    Comment #27375769

    I had to switch back to drip for this very reason. I compensated by getting a good grinder and a solid whole bean subscription.

  18. comment
    Comment #26264656

    I think having a zero P0 and P1 bug policy makes sense. As others have said some bugs may not make business sense to fix. I do think it is useful to set thresholds for other bug pr…

  19. comment
    Comment #19238437

    Type inference is super handy in a lot of places. The problem I've run into in the rust book and other intro docs is they almost always use type inference, which makes it harder to…

  20. comment
    Comment #18460189

    That's fair. When I say appreciate, I mean the results of the grind. Washing Dishes or any type of cleaning isn't fun, but finding coping mechanisms (zoning out, music, etc...) you…

  21. comment
    Comment #18460001

    All jobs have some amount of grind. Being able to acknowledge its going to suck and push through it quickly can be super beneficial to your career. It's also one of the reasons why…

  22. comment
    Comment #15787412

    The best advice I can give is to stop attaching yourself to a specific language. Having expertise in a language can be great, but you are going to be better served by demonstrating…

  23. comment
    Comment #15139844

    I wonder if it makes sense to create a new uri scheme for local https access. Something along the lines of locals:// , which would receive different treatment by browsers.

  24. comment
    Comment #14487179

    * Mythical Man Month * Pragmatic Programmer * Code Complete

  25. comment
    Comment #12307728

    I think the main issue is that beyond the very basic examples the new Docker 1.12 swarm features aren't really production ready. At this point there is a significant amount of tool…