(no title)
Morromist | 15 days ago
I get that it takes a long time to make software, but people were making big promises a year ago and I think its time to start expecting some results.
Morromist | 15 days ago
I get that it takes a long time to make software, but people were making big promises a year ago and I think its time to start expecting some results.
pickettd|15 days ago
Also weekend hackathon events have completely/drastically changed as an experience in the last 2-3 years (expectations and also feature-set/polish of working code by the end of the weekend).
And as another example, you see people producing CUDA kernels and MLX ports as an individual (with AI) way more these days (compared to 1-2 years ago), like this: https://huggingface.co/blog/custom-cuda-kernels-agent-skills
sarchertech|15 days ago
January numbers are out and there were fewer games launched this January than last.
kelipso|14 days ago
Bombthecat|14 days ago
I wrote a python DHCP server which connects with proxmox server to hand out stable IPs as long as the VM / container exists in proxmox.
Not via MAC but basically via VM ID ( or name)
AnthonyMouse|15 days ago
Then you start asking questions like, does the button for each of the features actually do the thing? Are there any race conditions? Are there inputs that cause it to segfault or deadlock? Are the libraries it uses being maintained by anyone or are they full of security vulnerabilities? Is the code itself full of security vulnerabilities? What happens if you have more than 100 users at once? If the user sets some preferences, does it actually save them somewhere, and then load them back properly on the next run? If the preferences are sensitive, where is it saving them and who has access to it?
It's way easier to get code that runs than code that works.
Or to put it another way, AI is pretty good at writing the first 90% of the code:
masterlee_fn|5 days ago
[deleted]
copperx|15 days ago
Have you ever looked for, say, WisprFlow alternatives? I had to compare like 10 extremely similar solutions. Apps have no moat nowadays.
That's happening all over the place.
sarchertech|13 days ago
Bombthecat|14 days ago
sarchertech|13 days ago