Live data from Hacker News

Viewing profile — lastofus

lastofus

HN member
Joined
Tue, Jan 14, 2014, 8:21 PM UTC
HN karma
711
Public activity
325 items

About lastofus

No profile information was provided.

Recent public activity

  1. comment
    Comment #48810901

    Snarkiness aside, this is hardly a static type check. This appears to be a runtime argument check, somewhat akin to the following python: def foo(*, a, b): return a+b which errors …

  2. comment
    Comment #47405411

    As a long time Django user that wants to start using typing, can you elaborate on why mypy is still the way to go?

  3. comment
    Comment #42715697

    Decoupled Django usually means that you are providing a client SPA with a API, such as a DRF powered REST API. If you are using something like token auth (you mentioned JWT), then …

  4. comment
    Comment #42210897

    It's a bit apples to oranges to compare mean to median? Or at least Honeycrisp to Gala...

  5. comment
    Comment #42188142

    This is one of my favorite software development books of all time. It's the book that finally offered straight forward guidance and wisdom on how to properly utilize OOP language f…

  6. comment
    Comment #41094961

    Other languages do sometimes implement this at the library level. Clojure's core.async comes to mind (though there are subtle differences). There's downsides to this approach thoug…

  7. comment
    Comment #40958648

    QQQ has done great the last decade, but that's no guarantee it will outperform the next decade. Make sure you understand what you are getting yourself into by overweighting in the …

  8. comment
    Comment #40626003

    I don't quite see what the outbox pattern has to do with the two generals problem. The point of the outbox pattern is that a durable record of the need to send an event is stored i…

  9. comment
    Comment #39731529

    The killer feature for me that Slack has over Discord is the ability to hide images, so I'm not stuck being distracted by some random person's obnoxious animated meme.

  10. comment
    Comment #39494410

    Not judging here, but that’s some serious consequence tax fraud if caught.

  11. comment
    Comment #39463938

    There are extensions to hide the Shorts. I’ve been using one for a month now and it’s been great.

  12. comment
    Comment #37978216

    There's some arguments behind why you might want to not lay blame plainly (and especially publicly) on an individual, within a business team setting. - Laying direct blame on someo…

  13. comment
    Comment #37484808

    Wagtail first shipped 9 years ago in 2014. It's already old/boring, and great!

  14. comment
    Comment #37329305

    One of my favorite free online books is https://internetingishard.netlify.app/ It does a great job at explaining intermediate/advanced caveats and gotchas along the way.

  15. comment
    Comment #37102427

    Doesn't encrypting your data before insertion make your data unable to be indexed/searched easily?

  16. comment
    Comment #36868147

    2020 m1 Air w/ 16GB user here. For web development, it's more than powerful enough for anything I need (Python/Django/PostgreSQL work). I'd probably be annoyed if doing anything CP…

  17. comment
    Comment #36805820

    Drug use was decriminalized in Portland OR by ballot measure, and it is not going well. Open air drug use, coupled with an increase in violence and crime have made being in large p…

  18. comment
    Comment #36558855

    Outside of my personal network and own business, LinkedIn + recruiters have found me all of the work I've done in the past decade.

  19. comment
    Comment #36363227

    >Also, what was the reason not to go with Gevent? The biggest downside of Gevent IMO is that it enables the magic of turning sync code into async code via monkey patching things li…

  20. comment
    Comment #36170457

    I’m not sure if it is still an option today, but I have chosen paid SaaS Sentry over self hosted Sentry in the past.

  21. comment
    Comment #35514436

    > I've started in the last year or so to turn to the church (Roman Catholic) and theism, both to find answers to some of life's mysteries, such as the origin of the Universe... Acc…

  22. comment
    Comment #35265553

    In my experience, Ansible is fantastic for provisioning a machine from bare Linux VM to running service. OTOH it's quite slow when used for deployments. There's no way you would be…

  23. comment
    Comment #35012977

    I've been fully remote on and off since 2010. I've never been able to really connect with coworkers without in-person time spent, and usually lots of it. This has led me to taking …

  24. comment
    Comment #34972721

    Out of curiosity, which cultures have this strong sense of informal community? It sounds kind of great.

  25. comment
    Comment #34780418

    I don't think it was that long ago that communities of humans were quite small, and the number of peers your age around you would easily fall into the 20-750 range.