Earlier quoted context omitted.
I'm old enough to remember when they first said that about the Internet. We were going to enter a new enlightened age of information, giving everyone access to the sum total of human knowlege, no need to get a fancy degree, universities will be obsolete, expertise will be democratized.... See how that turned out.
I’d suggest we are much closer to that reality now than we were in the 90s, in large part thanks to the internet.
With AI you need to think bigger
151–160 of 182 posts
Re: With AI you need to think bigger
#152Earlier quoted context omitted.
My experience with ChatGPT is underwhelming. It does really basic language questions faster and easier than google now. Questions about a function signature or questions like, "how do I get the first n characters of a string". Things like that. Once I start asking it more complex questions not only does it get it wrong often, if you tell it the answer is wrong and ask to do it again it will often give you the same an…
What language are you writing? I mostly write go these days, and have often wondered if it is uniquely good in that language given its constraints.
Re: With AI you need to think bigger
#153Earlier quoted context omitted.
I’d suggest we are much closer to that reality now than we were in the 90s, in large part thanks to the internet.
Since the Internet became ubiquitous, more people believe the moon landing, climate change, and vaccines are hoaxes.
Re: With AI you need to think bigger
#154Where are the LLM leaderboards for software estimation accuracy? I have been using Claude Code and Aider and I do think they provide incredibly exciting potential. I can spin up new projects with mind boggling results. And, I can start projects in domains where I previously had almost no experience. It is truly exciting. AND... The thing I worry most about is that now non-technical managers can go into Claude and say…
> I can spin up new projects with mind boggling results Boggle a skeptical mind
Re: With AI you need to think bigger
#155I recently discovered that some of the Raspberry Pi models support the Linux Kernel's "Gadget Mode". This allows you to configure the Pi to appear as some type of device when plugged into a USB port, i.e. a Mass Storage/USB stick, Network Card, etc. Very nifty for turning a Pi Zero into various kinds of utilities. When I realized this was possible, I wanted to set up a project that would allow me to use the Pi as a b…
Fun fact: Gadget mode also works on Android phones, if you want a programmable USB device that you can easily program and carry around I made a PoC of a 2FA authenticator (think Yubikey) that automatically signs you in. I use it for testing scenarios when I have to log out and back in many times, it flies through what would otherwise be a manual 2FA screen with pin entry, or navigating 2FA popups to select passkey an…
Re: With AI you need to think bigger
#156Earlier quoted context omitted.
One of my more effective uses of AI is for rubber duck debugging. I tell it what I want the code to do, iterate over what it comes back with, adjust the code ( 'now rewrite foo() so 'bar' is is passed in'). What comes back isn't necessarily perfect and I don't blindly copy and paste but that isn't the point. At the end I've worked out what I want to do and some of the tedious boiler-plate code is taken care of.
I've tried it, and ended up with the completely wrong approach, which didn't take that long to figure out, but still wasted a good half hour. Would have been horrible if i didn't know what I was doing though.
A novice with no idea could blunder through but get lost quickly.
Re: With AI you need to think bigger
#157I had a minor desire to make a feature that had a slightly higher effort than reward, so although I knew I could struggle it out I didn't bother. After years of this I decided to give an AI a shot at the code. It produced something plausible looking and I was excited. Was it that easy? The code didn't work. But the approach made me more motivated to look into it and I found a solution. So although the AI gave me crap…
> I decided to give an AI What model? What wrapper? There's just a huge amount of options on the market right now, and they drastically differ in quality. Personally, I've been using Claude Code for about a week (since it's been released) and I've been floored with how good it is. I even developed an experimental self-developing system with it.
Re: With AI you need to think bigger
#158I recently discovered that some of the Raspberry Pi models support the Linux Kernel's "Gadget Mode". This allows you to configure the Pi to appear as some type of device when plugged into a USB port, i.e. a Mass Storage/USB stick, Network Card, etc. Very nifty for turning a Pi Zero into various kinds of utilities. When I realized this was possible, I wanted to set up a project that would allow me to use the Pi as a b…
I think a lot of the reason linux isn't used for lots of things is that you have to basically be a sysadmin to set up some things.
for example, setting up a local LLM.
I wonder what you would call getting a "remote" AI to help set up a local AI?
Something like but not exactly emancipation or emigration or ...
Re: With AI you need to think bigger
#159Earlier quoted context omitted.
I’d suggest we are much closer to that reality now than we were in the 90s, in large part thanks to the internet.
Since the Internet became ubiquitous, more people believe the moon landing, climate change, and vaccines are hoaxes.
As a teenager, I remember being annoyed that the newspapers had positive articles on the rejuvenating properties of nonsense like cupping and reiki. At least a few of my friends' parents had healing crystals.
People have always believed in whatever nonsense they want to believe.