HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aga_ml

no profile record

Submissions

What did you do to save time as a startup founder?

13 points·by aga_ml·há 2 anos·10 comments

Ask HN: How to deploy money effectively to save time and build a business?

61 points·by aga_ml·há 2 anos·16 comments

Ask HN: What can one do now to be more effective in hiring in the future?

2 points·by aga_ml·há 4 anos·1 comments

ELF-VC – Towards Practical AI-Native Video

wave.one
3 points·by aga_ml·há 5 anos·1 comments

2 times 3 can sometimes equal 7 with Android's Neural Network API

alexanderganderson.github.io
67 points·by aga_ml·há 5 anos·85 comments

comments

aga_ml
·há 3 anos·discuss
One other thing that just came to mind is that if you have experience in the automotive industry, that could be relevant experience depending on where you apply to work. I'm not sure what it is, but you don't need to sell your self short on that.
aga_ml
·há 3 anos·discuss
Just to be a bit more specific, the most important thing is that you make a compelling argument that you are the best person to hire for a given job among the candidates applying.

I think you need to put in some work to (1) have some more clarity on what you want to do (2) doing more projects along that direction and (3) updating your resume accordingly

As an example, one of my friends was doing public health, and she wanted to get into tech. She learned a fair amount about user experience design, built some projects, and then applied to jobs where her background in public health was an asset. In particular, she got a job doing user experience for a healthcare startup in order to improve the experience for people who are typically underserved by healthcare. She had experience in that area because her public health work looked into how underserved populations used and accessed healthcare.

It felt daunting to her to get into tech, but she did it by making a compelling argument that she was had a combination of skills that would make her effective at her job. She did end up applying to many jobs, but only the ones where there was a good fit gave her an interview.

Now you have to figure out how to make that type of argument for yourself. Of course that template may not work for you, but that level of preciseness and clarity of thought is what you should be aiming for.
aga_ml
·há 3 anos·discuss
I just mean that the design of the website is very nice (fancy?) so at a glance, that is the main thing that I noticed. Granted, I didn't end up reading things too carefully because I was thinking about the design. I think that the website good as long as you put your resume front and center and improve your resume.
aga_ml
·há 3 anos·discuss
I suppose I'm also curious, are you applying to jobs that do algorithms and data structures interviews?

If so, you really need to nail those. A lot of people complain about those interviews, but they do serve a real purpose. There is a significant gap between building a small website and building a system that scales. If you are going after high impact software engineering jobs in the bay area, then you'll need to demonstrate that skill set. I don't see anything about algorithms and data structures in your resume, so I'd assume that you don't have that knowledge.

Granted this may be an unpopular opinion, but not having those skills significantly limits your upward potential.
aga_ml
·há 3 anos·discuss
You seem like a cool person, and are working hard towards a transition - congrats on getting this far. I think with a bit of effort you can follow through. A few thoughts:

- Website makes you look like a front end developer, but you are applying to full stack.

Stepping back a bit, an employer is asking the question: is this person the best person for the job that I'm hiring for? As the job seeker, you need to think about what type of job you are going to be the ideal candidate for and really focus on communicating that.

- Bullet points on resume could be improved. For example, Content is easily added or removed using a JSON configuration file Its a given that you would do that. It is so basic that it raised a flag in my mind. Its like saying, I used numpy to do math computations in python. It would be better to not include that statement.

Full stack web developer who will help your company succeed by completing projects on time and under budget. This sentence comes off as pretty generic, and it is not clear that you have experience with that. It would be better to have an experience where you delivered a project under time constraints.

Anyways, sorry that I'm nitpicking a bit. It is hard to know exactly what is holding you back without knowing more about what jobs you are applying to, what is happening in the interviews, and so on.

I'd also think about if there is any company you can work at where having some background in industrial automation would be a plus.
aga_ml
·há 5 anos·discuss
I prefer price transparency because it helps me decide whether to order directly through the delivery app or via the restaurant. The extent to which I support the restaurant is a factor in my purchasing decisions in addition to the total cost. Having good restaurants that are profitable near where I live is helpful for maintaining the community (and good for property values).
aga_ml
·há 5 anos·discuss
I’m glad that there is more efforts towards price transparency. I find it strange how much the prices on DoorDash fluctuate. As others have said, this doesn’t cap the delivery fee so it doesn’t impact the economic viability of any transactions.
aga_ml
·há 5 anos·discuss
Maybe I'm a bit late to the party here, but I do career coaching and I'd be happy to schedule a free 30 min chat / do a practice interview. [Email in profile]

Regarding my experience, I have passed SWE interviews at google (interned at oculus/facebook) / regularly conduct such interviews at my company. On a bit more personal note, I definitely had a phase in my life where social interactions didn't come naturally. I needed to break down social interactions and create rules to better navigate them.

Regarding baseline feedback, there is already a lot here, I'd just say that your number one focus should be to get a job and focus on keeping that job for a year or two. People will only trust you with more senior roles if you can demonstrate a track record of commitment. Of course, it may be the case that all of your previous jobs were bad situations to begin with, but people who are looking to hire you now don't know what happened and will see leaving many jobs as a red/yellow flag.

I imagine that it will take effort, but is totally within your capabilities, to work on staying committed to a job for 1-2 years even it if feels below you, etc. It may take some changes in perspective, but it is definitely possible to get help with navigating the mental hurdles that come with staying at a job even if it isn't the most exciting thing in the world.

I'd also take a lot of the armchair diagnosing with a grain of salt. Its normal for people to struggle with various types of social interactions. If getting diagnosed were important to you, you could definitely see a licensed psychologist (not me).

All that being said, let me know if I can help!
aga_ml
·há 5 anos·discuss
Thanks for your comments. Regarding determinism, potentially a fair point. Here are a few comments: (1) A driver which randomly produces different output when running the network would be valid according to these restrictions. (2) It is conceivable that a driver would produce non-deterministic input with the same hardware. One commonly known example is that tensorflow will run multiple different convolution kernels and then choose the fastest one. In that case, you can run the same network on the same hardware and get slightly different results. Its not that hard to imagine that a mobile driver could do something similar. (3) It's not true that specific hardware will produce consistent results on the same input. You can run a model today, the driver gets updated, and tomorrow you get different output. This happens frequently.