HN user

photon_collider

223 karma

Web developer, photographer, and blogger.

Website: bryananthonio.com

Contact: hn[at]bryananthonio.com

Posts6
Comments49
View on HN

Nilay has been discussing these ideas on podcasts hosted by The Verge over the last few weeks. I can tell it's something that's been top of mind for him especially on his podcast series Decoder where he interviews CEOs about their approach to integrating AI in their products and how consumers feel about this.

My Homelab Setup 5 months ago

Fair point! When I first started on this I went down a deep rabbit hole exploring all the ways I could set this up. Ultimately, I decided to start simple with hardware that I had laying around.

I definitely will want to have a dedicated NAS machine and a separate server for compute in the future. Think I'll look more into this once RAM prices come back to normal.

"Trust but verify" is still useful especially when you ask LLMs to do stuff you don't know. I've used LLMs to help me get started on tasks where I wasn't even sure of what a solution was. I would then inspect the code and review any relevant documentation to see if the proposed solution would work. This has been time consuming but I've learned a lot regardless.

I agree that LLMs are less useful for smaller scale use cases. I’ve found success using them for creating mock data, reformatting unstructured text into structured data, and a few other menial tasks that would take me a while to do on my own.

I think so much of the hype is about potential larger scale applications but the models just don’t seem reliable enough yet for that.

Figma AI 2 years ago

CSS has had a similar issue with naming classes, which is one reason for how TailwindCSS’s design. I wonder if we’ll see more AI tools for these kinds of use cases.

Strangely, I've noticed mixed opinions from developers about whether learning vim is a productivity boost. Some people believe it is while others disagree.

I'll admit my FOMO was what originally got me to start learning vim. I still barely know the basic motions but I'm starting to think it could lead to a productivity boost once I get over the learning curve.

The LLM is like another user. And it can surprise you just like a user can. All the things you've done over the years to sanitize user input apply to LLM responses.

I really like this analogy! That sums up my experiences with LLMs as well.

The Value of a PhD 2 years ago

I learned this first-hand when I entered the profession with a master's degree. Much of the work required me to know how to munge tabular data and do some stats with R.

My impression is that many hiring managers desire candidates with a PhD because they are perceived to be more capable of working independently. Then again, the field isn't very standardized so every company has varying expectations of what they expect out of this role.

The website says these glasses have all-day battery life. Is that with the use of a portable charge? If so, I'm wondering what the battery life is without the charger.

This looks really cool! It's interesting that this compiler provides performance optimizations by looking for data diffs rather than diffs in the Virtual DOM. Is this intended to be an alternative to React Forget (still in development)?

Does gear matter? 2 years ago

This is a subject that comes up frequently in photography. I think this is because many novice photographers think they need a fancy camera to take good pictures.

Gear, particularly the lenses you use, matters depending on your preferred genre of photography. Beyond that, the difference between and low and high end cameras tends to be build quality and the ease of use.

It's important to remember that these are just tools. I've learned that everyone shoots differently, so it's important to find the right tools that work best for you.

It seems to me that Andrej is predicting how AGI will impact society by extrapolating from the current societal impacts of self driving.

I don’t get the sense he was trying to say that self-driving automation is the exact same as AGI. Mainly that that AGI, like other technologies before it, will displace some jobs and create new ones but this will require companies to figure out how to scale the technology.

I do think this is still very optimistic. If indeed AGIs can think and learn on their own it isn’t hard to envision a future where humans aren’t needed at all in the loop.

Did you try previewing this website on a mobile device? On my phone, I’m noticing some layout issues. The hamburger menu up top also doesn’t seem to work. It would also be nice if we could demo the app without signing up.

Otherwise, I’m impressed you pulled this off after learning how to code for 3 months. Keep it up! :)

The other issue with having so many features is that some of these features may become harder to discover, especially if users have to sift through congested user interfaces.