Viewing profile — imauld
imauld
HN member- Joined
- Wed, Jun 11, 2014, 6:32 PM UTC
- HN karma
- 489
- Public activity
- 272 items
- HN profile
- View on Hacker News ↗
About imauld
Recent public activity
-
comment
Comment #22741221
All data entered in to Google sheets becomes property of Google. Cross referencing the data in your sheets with the data it collects from its other various spy programs is probably…
-
comment
Comment #22488560
Thanks for including transgender as an option but users should be able to choose both male/female/non-binary and transgender/cisgender. I identified myself as transgender in the su…
-
comment
Comment #20090616
FYI the Rust package manager is called Cargo. Might lead to some confusion: https://doc.rust-lang.org/cargo/getting-started/installation...
-
comment
Comment #19837047
Every decision I make in code is outside my domain of expertise
-
comment
Comment #19237331
Do a simple app in each one and see which one you like best. Something like a todo API or something like ls, cat, or grep. Doesn't have to be perfect or anything just enough for yo…
-
comment
Comment #18945811
Very interesting, I would appreciate a bit more docs though. Not really sure how some of the functions are supposed to be used. I do like this idea though and think I have an appli…
- story
-
comment
Comment #18634339
Seconding this, I have no idea what this is for.
-
comment
Comment #18380986
The transition between pages takes a really long time considering how little content is on each page.
-
comment
Comment #18044786
k8s is ready. If your company is just starting up it's probably not ready for k8s. Unless you're a PaaS company with a large SRE or Ops team off the bat you likely own't have the r…
-
comment
Comment #18003512
I mean: import pdb; pdb.set_trace() is totally a thing. And ipdb is even better.
-
comment
Comment #17976201
I can't think of a better way to not go on a second date than to send someone a link to a feedback form rather than just talk to them.
-
comment
Comment #17816108
Pretty cool. I would move the download buttons up to the top though. I missed them my first few times.
-
comment
Comment #17680952
This is a built in feature of `kubectl`: kubectl config set-context your-context --namespace some-namespace
-
comment
Comment #17587655
There is a "standard" REST interface described in the paper on REST. There are a lot of rules/guidelines for a RESTful API but many API's don't follow them and tend to be a mix of …
-
comment
Comment #17584496
I have a System76 Lemur and I love it. I imagine the other models are also pretty good.
-
comment
Comment #17576236
Looks like it deletes the tweet and replace it with a new corrected version.
-
comment
Comment #17455812
> I feel like it requires a full-time devops engineer to create and manage all of it. It does. Kubernetes is a great piece of tech but it is pretty complicated and does add a fair …
-
comment
Comment #17446373
For 90% of applications Django has everything they will need from an application framework and is fairly easy to manage. If you're in the 10% yeah it can be a pain in the butt. How…
-
comment
Comment #17444455
The timestamp the client is requesting should be a query parameter not part of the URL.
-
comment
Comment #17203610
> They are OCD. Not only do they need to know the how, but they need to understand why...and they won't stop until they have figured out the why. This helps in many situations from…
-
comment
Comment #17099137
Not convince execs/managers that machine learning, NLP and "AI" are magic solutions for everything.
-
comment
Comment #17099124
If you don't have a copy of Cracking The Coding Interview I'd suggest getting one. Also: https://github.com/jwasham/coding-interview-university
-
comment
Comment #17088303
Depending on where your office is, it could be. My last company was in an office park in the middle of no where and I don't drive. There were no stores within walking distance eith…
-
comment
Comment #17072115
Companies think devs want macbooks. I see it advertised in job posts all the time, "New Mac books." Most devs I know either hate them (myself included) or don't really care. Most o…