I work for a hedge fund and we source holiday calendar from this firm. Highly recommend them.
HN user
solutionyogi
http://solutionyogi.com
Email: contact@solutionyogi.com
Michael,
You are an inspiration. I have been following your journey since your post about quitting Google hit the HN front page. And what a wild ride it has been.
You tried many projects (https://mtlynch.io/projects/), and it took a while for you to find your winning idea. And I have read each of your retrospectives on TinyPilot (https://mtlynch.io/retrospectives/) and know that it wasn't easy.
Your journey shows how hard it is to build a business (especially hardware-based), but with discipline and perseverance, it's definitely possible to create one as a solo founder.
I also have a business idea that I would like to work on, but I am not ready to quit my full-time job yet. I have a few questions for you:
1. Have you always been so disciplined in life? If not, how did you improve it? 2. As you shared here (https://mtlynch.io/solo-developer-year-1/), doubts are natural when you haven't succeeded yet; how did you keep going? Did you ever come close to giving up and going back to corporate America? 3. I believe you have a partner; how did this affect your relationship with your partner? 4. Knowing what you know now, what would you do differently?
If you are ever in NYC, please hit me up; I would love to buy you a drink and chat more in person.
Thanks to Covid, I ended up starting my own YouTube channel called 'Software Engineering using C#'.
I started to help intermediate programmer take their skills to the next level.
https://www.youtube.com/channel/UC-hYI_iMzc-wkvIqvsW2u1Q
I am currently wrapping up a series called 'Truly Understanding Linq'.
Couldn't agree more with your point about history v/s file.
This is why I use SmartGit. https://www.syntevo.com/smartgit/
It has two perspectives, 'Main' and 'Review'. For each perspectives, you can configure different 'windows' to be shown/hidden. Window types are 'Changes', 'Journal', 'Branches', 'Git Output' etc.
For the Main perspective, I configure it to show me History + Remote/Local branches + 'Git Output'. This is when I want to interact with the remote repository.
For the Review perspective, I configure it to display the Files/Folders and Changes. You can configure the 'Files' view to show 'modified' files on the top, review the differences in 'Changes' section below and do quick commits.
Yes, the above is not as nice as Eclipse being able to display semantic changes but it's a very nice workflow and have not found anything better.
I worked at a company which wrote their own scheduler and it was fraught with bugs. Dealing with time and date is HARD. Really, really hard. Your custom scheduler will break and at a worst possible time.
If Cron doesn't work, get an open source or commercial solution. And who cares what tech the scheduler is written in? Scheduler's job is to provide run your programs and provide API and a nice GUI if you desire.
Holy Crap. This is amazing. Lot of folks have tried to make a general purpose visual programming solution and it always sucks. However, if we narrow the problem to
1. Show some data on a grid based on user input. 2. Let user select a row. 3. Provide different buttons to take actions on the selected row by doing an API call.
Then your tool solves the above problem extremely well (based on the tutorial I saw). And I guarantee you that any organization with tech teams have need to create plenty of such 'mini apps'.
I recently started a new job as a technical lead and I am going evaluate this tool seriously. Due to the nature of the business, we will be prefer an an on-premise solution. Do you have existing clients who use your on-premise solution? How are the updates to the tool distributed? And most importantly, what's the pricing like? Feel free to reach out to me via email.
BTW, you guys have done FANTASTIC job on the main page design/copy. It's been a long time since I saw a product website which instantly sold me on the idea. Well done!
I was thinking about doing something similar. There are so many gems to be discovered in HN Comments. Subscribed immediately to your list.
Did you ever do Show HN of this project?
Chris, the current CEO, was looking for his own replacement.
https://www.forbes.com/sites/alexkonrad/2017/08/17/github-ce...
The fact that he is now a technical fellow, it seems to me that this is the ideal outcome for all the parties involved.
I’m not asking for your trust, but I’m committed to earning it.
Love this line. I had followed Xamarin when it was independent and I get a strong feeling that Nat wrote this himself and it's not just a PR speak. I am cautiously optimistic about GitHub going forward.
I am all for constructive criticism and don't think your comment fell under that umbrella.
I am not sure why you are so down on this app.
I would agree that majority of people don't realize how addictive smartphones can be and they don't care about fixing it.
At the same time, I think there are a decent number of people who realize that a smartphone is a GREAT tool they must have in their life but if they are not careful, it will take over their attention completely. The fact that apps like Moment (https://inthemoment.io/) exist and do well is a proof.
I welcome Siempo and I hope they offer a compelling app on the iOS platform. (See my other comment to know why I have my doubts regarding this)
Currently, I use the Moment App on the iOS to keep track of how much time I spend on my phone and it has been immensely useful. Though it only captures my usage and can't actively help me reduce my smartphone usage.
I love the ability to batch up the notifications. In my ideal world, I would get notifications at 8AM, 12pm, 5pm and 9pm. And that's all.
I am jealous of the Android platform that it is possible to create an app like Siempo. I don't think iOS has an API to create a comparable experience.
I wonder what plans do Siempo team have for iOS.
I hate the driver who pens the L line going to Brooklyn from Manhattan. He speeds way too much and then breaks way too hard. I have seen passenger fall because of it time and again. If we can't get rid of the union workers, I would rather have MTA pay these guys wages to sit at home and replace them with computer-driven subway.
That's a great comment and I would love to know your thoughts on JFK/EWR situation if you don't mind writing it up.
Click baitey article with no meaningful content. The questions listed are garbage.
Why is this article so highly voted? As someone who doesn't know Kubernets, this article is just a mumbo jumbo with links to other articles and does not provide any useful detail what so ever.
That's impressive. I want to now more, is there any way to reach out to you?
So as someone who did not plan for this monumental event, what are my options to see the totality? I live in NYC and can rent a car.
Wow. I have been using C# for a long time and has dabbled in F# a little bit. And I know F# can help you reduce some boilerplate that C# requires but I have never seen reducing code base by 90 percent like in your case. Can you give us little bit more details? Eg 350k doesn't include blank lines, right? What did the application do? Is it a Windows service or a Web App or a command line program?
His main argument seems to be:
But preparing for an interview by cramming/studying material that is supposedly needed for the job makes no sense. A candidate should have the experience to do the job well.
I think it is a good ideological stance. However, what about the scenario when you are applying for a junior position and don't have that much experience?
Moreover, as it has been demonstrated time and again, technical hiring is broken. Some folks like to talk about high-level concepts; some folks like to ask trivia and some others like to ask you to whiteboard the algorithms. If a company expects you to use a whiteboard and you are not used to it, you are not going to do well even if it is a topic you are familiar with (We don't realize how much we rely on editor/autocomplete).
I am happy that he was able to find another job without preparing, but this advice will not work for the majority of people.
I am so torn on this. On one hand, I spent 10 years on H1B in the US and the amount of H1B abuse that goes on is crazy. On the other hand, I would not have received my H1B under current guidelines.
This community looks great. Would you mind giving out an invite?
I am originally from India and yummyfajitas's (Regular HNer) experience is very representative.
https://www.chrisstucchio.com/blog/2015/medical_tourism.html
Dubai Airport has built a fully automated luggage transfer system costing 700MM. This series is a great look in to what goes behind the scene when we fly. A must watch.
The point is that Google purposefully tried to keep the wages low. If not for FB, they would have never changed the practice. I have zero trust in Google for doing the right thing regarding salaries.
Are you the author of this post? Is there any way to contact you?
I would agree with Dang here.
I am a big fan of you and Thomas. And I love reading your discussions on a topic and have read most of them. I tend to agree with your arguments more but I must say that Thomas is very respectful while disagreeing and I haven't seen him call you a racist. Feel free to link to his comment where he does and I will stand corrected.
Awesome. May I ask which school is this? I am trying to find a great school/tutor for Salsa in NYC.
Would you mind pointing me to that thread? Would love to read it.
The deadline to exchange the current currency is through March 2017. I am sure there will be folks who would accept the old currencies at discount if they think they can get it exchanged at the bank without getting Government scrutiny. However, this will only work if you have small amount of black money. There are rich folks in India who have millions of Rupees in black currency and there is no way they will be able convert all that cash without declaring it and paying tax on it.