zopper | 1 year ago | on: The Role of Anchor Tokens in Self-Attention Networks
zopper's comments
zopper | 1 year ago | on: Show HN: I made an app that helps you find where to stream movies and TV shows
zopper | 2 years ago | on: DBRX: A new open LLM
zopper | 2 years ago | on: Web Scraping in Python – The Complete Guide
More than once, I wrote a scraper that did both of these steps together. Only later I realized that I forgot to extract some information that I need and had to do the costly task of re-crawling and scraping everything.
If you do this in two steps, you can always go back, change the scraper and quickly rerun it on historical data instead of re-crawling everything from scratch.
zopper | 2 years ago | on: Ask HN: How are you using AI at your company?
zopper | 2 years ago | on: Distill OpenAI GPT-4 to a cheaper, faster GPT-3.5 model
zopper | 2 years ago | on: Show HN: Medical LLM API on par with Google Med-PaLM 2. 92% USMLE accuracy
zopper | 2 years ago | on: Ask HN: If you use an LLM, which one do you use?
zopper | 2 years ago | on: Ask HN: If you use an LLM, which one do you use?
zopper | 2 years ago | on: Show HN: WebscrapeAI – a no-code tool for webscraping
zopper | 2 years ago | on: Ask HN: Has anyone switched from a professional job to a more manual one?
He was forced to switch to another profession which had to be outdoor based to avoid artificial light and doesn't use any screens.
He decided to train dogs. Initially it was a bit rough (working long hours a day Monday to Saturday) but fast forward 2 years later he is now considered to be one of the best dog trainers in his area. This allowed him to triple his prices and reduce his working hours. He now earns more than he did in his finance job working shorter hours.
If you find your niche and become an expert in that area, I think you can earn a good living no matter what that niche is. But some niches make it easier than others as the base earnings are higher.
zopper | 2 years ago | on: Programmers who learned how to code in school have an edge?
But agree with other comments that if you are completely self-taught you will likely miss some fundamental knowledge which is crucial when you go from working on small side-projects to building large systems.
zopper | 5 years ago | on: Launch HN: Deepnote (YC S19) – A better data science notebook
It would be great if you had automatic versioning similar to Google Docs, using Git with notebooks is a nightmare.