Viewing profile — mazatta
mazatta
HN member- Joined
- Wed, Nov 27, 2013, 5:12 AM UTC
- HN karma
- 90
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About mazatta
No profile information was provided.
Recent public activity
-
comment
Comment #27040502
This is one of those things that I always assume other Python developers know about, but often don't.
-
comment
Comment #27009778
I've had luck with Proxmox and this Terraform provider: https://registry.terraform.io/providers/Telmate/proxmox/late... Other than a working Proxmox install, you'll need to create …
-
comment
Comment #26283287
No, Arrow is much more than parsing/formatting. Each Arrow object has a `shift` method, which is how you can add or subtract units of time. Greater/less/equal comparisons work exac…
-
comment
Comment #25152379
This vector has always existed - all that changed is RFC 8484 defines a standard way of doing this.
-
comment
Comment #25028850
A former coworker accidentally bought one of these on Craigslist thinking he was buying a legit one. The price was pretty close to retail (or maybe even higher, as it was close to …
-
comment
Comment #24622184
Most of the elements you'd want on a status page are there, but the tone and structure are really off. I think you nailed it that this reads like an internal communication to a man…
-
comment
Comment #24205304
I knew this was coming eventually, but I am definitely selling my Rift after this announcement.
-
comment
Comment #24127876
The only Datadog feature announcement I look forward to is "we've solved our stability issues!". I am sick of playing the "is our infrastructure or Datadog's on fire?" game at 3 AM…
-
comment
Comment #23031707
Seems like a less-good derivative of Briefcase: https://github.com/beeware/briefcase
-
comment
Comment #22163008
It feels like someone's hackathon project that was accidentally deployed to production, and has been running ever since.
-
comment
Comment #19057601
It does make sense to impose some sort of upper bound (only so someone doesn't try and DoS you with a crazy long password), but 13 characters isn't going to bring a server to its k…
-
comment
Comment #18796903
Apologies to the authors, but anything from Packt is a hard pass.
-
comment
Comment #18675040
I had the same experience - radio silence.
-
comment
Comment #18593003
Are any of these an option at the Vancouver office?
-
comment
Comment #18221279
A good PM knows that all they should own is the definition of "what" should be worked on, but the bad ones seem to gravitate towards the "how" as well. I suspect this has something…
-
comment
Comment #17878573
Airbnb is a zero sum game - what tourists win, locals lose. Two of my coworkers are currently being forced to look for a new place to live in a tight housing market because their c…
-
comment
Comment #17800273
Of all the books I recommend for junior/intermediate developers, this is the one I demand they read. I wish the the free online version was still available, but it doesn't appear t…
-
comment
Comment #16662469
You can buy these here: https://luckyironfish.com/collections/all/products/lucky-iro... They might seem a bit pricey for what it is, but they operate on a "buy one, give one" model…
-
comment
Comment #16554099
They charged my card long after I'd already canceled and changed providers. Eventually got a refund, but I shouldn't have needed one in the first place.
-
comment
Comment #16507513
I was really interested in applying recently, until I saw what their interview process entails, and laughed. I can understand "hire slow", but 7 rounds of interviews is way too muc…
-
comment
Comment #15852489
Exactly. I'm curious if the author continued using Go for a bit of time, if they would still write the same article. Some of the concepts the author took issue with, such as receiv…
-
comment
Comment #15309253
Now they can lose your money, along with your data!
-
comment
Comment #15209418
If I could set arbitrary key/value on both users and features, that should be enough to make it work.
-
comment
Comment #15208450
It looks interesting, and might be something I introduce to my team. Is it possible to define cohorts of users, and then expose features to that group? I work on a SaaS app used by…
-
comment
Comment #14556694
The retry and locking mechanisms look pretty handy - I've had to implement those on my own whenever I've used Celery. What's your experience been using this and Redis for your queu…