HackerTrans
TopNewTrendsCommentsPastAskShowJobs

signaleleven

no profile record

comments

signaleleven
·قبل 9 أشهر·discuss
I left a startup around 6 months ago. We were around 30 employees and we had working software and were starting to get some users. We couldn't get the banks to work with us. We were able to get some access through third-party companies and it sucked.

I went to a meeting a few years ago with a big investment company. They had a team of 30 people trying to figure out how to reliably read financial documents to get people's financial information to serve it back to them. At this startup we spent a ton of time doing similar things, and paying another company to read our user's financial documents so we could get their info.

My point is, even if you incorporated and begged I'm not sure you'd have success.
signaleleven
·قبل 10 أشهر·discuss
I love(d) Linux and I've used it a lot over the years, but I finally got fed up and bought a Macbook Pro a few weeks ago. I find myself fiddling with my Linux machine way more than I'd like. I'm sure whatever distro I was using (Ubuntu) will seem like the problem to someone who likes another distro, but that's just more fiddling to me. It took me a while to get to where Zoom video calls with screen sharing worked properly. The last straw was that my wifi card stopped working one day. Debugging OS issues with no internet is really hard.

I've got my dev environment set up on my new Macbook Pro and everything is working perfectly and I'm very happy.
signaleleven
·قبل 10 أشهر·discuss
Next.js was a godsend when it came out because of how easy it made SSR. Many React projects don't need SSR, but for those that do it was technically complicated and time-consuming to hand-roll it.

I was part of a successful large project where we did our own SSR implementation, and we were always tinkering with it. It wasted a lot of time. Next.js "just worked". I've used Next with the pages router on two significant and complex projects and it was a great choice. I have no regrets choosing it.
signaleleven
·قبل 12 شهرًا·discuss
Somewhat humorously, my company displayed an IT warning telling me that I can't visit the website in question because it's in Russia. I probably set off some kind of alarm somewhere.

I do use Cursor at work and I have various extensions installed.
signaleleven
·السنة الماضية·discuss
I did a very basic version of this and it was a lot of fun. I bought a chassis online with tank treads that each had a motor. I used an Arduino to send the signal to each tread to turn and a distance sensor so it knew when it was arriving at an object. If it sensed that something was in front of it, it just turned 90 degrees and kept going.

Super simple but it felt like a big accomplishment to get that far.