HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aledalgrande

no profile record

Submissions

Vibe Coder's Keyboard

twitter.com
1 points·by aledalgrande·6 months ago·0 comments

comments

aledalgrande
·3 months ago·discuss
Or I just don't wanna spend any decision capital on that? There's many apps I would never have been able to do time wise before.
aledalgrande
·3 months ago·discuss
I'm really curious about how you use it, because for me it was braindead. I tried tasking it to update my personal workout app and it created so many bugs I had to clean up with Opus or be left with spaghetti. It also keeps asking for confirmation of doing basic things.
aledalgrande
·8 months ago·discuss
I wonder how much of the world's compute/electricity is wasted in malicious bots.
aledalgrande
·8 months ago·discuss
For your use case have you thought about VPN into your local network, via e.g. a Synology box? It's pretty cool and easy to set up.
aledalgrande
·8 months ago·discuss
Was just a few days ago in a shop in Den Den town in Osaka, where they still sell original Master System, NES and PS1 games, so many memories!
aledalgrande
·9 months ago·discuss
W40K Machine God incoming
aledalgrande
·10 months ago·discuss
I love this. Great skill and also hilarious!
aledalgrande
·10 months ago·discuss
Your shipping container mention reminded me of The Box, a book that explains how shipping was so erratic, risky, slow, unreliable and incredibly expensive before the standardization into containers. Containers literally changed the world economy.

I think you are onto something. But this requires upfront investment, which alas, politicians are not for.
aledalgrande
·10 months ago·discuss
File corrupted, bad sector
aledalgrande
·last year·discuss
What did OpenAI buy for $3B? That's what I'm wondering.
aledalgrande
·last year·discuss
The thinking tokens (even just 1024) make a massive difference in real world tasks with 3.7 in my experience
aledalgrande
·last year·discuss
LOOOOL you have my upvote

(I did use Spring, once, ages ago, and we deployed the app to a local Tomcat server in the office...)
aledalgrande
·2 years ago·discuss
https://ollama.com/library/qwq
aledalgrande
·5 years ago·discuss
NEON can work pretty well and has been used in real time tasks on mobile for a long time. Example operations:

https://github.com/thenifty/neon-guide/
aledalgrande
·5 years ago·discuss
Managing shared memory is not a new thing for Apple, as it has been doing the same on iOS for a long time. Maybe a bug in Monterey? None of the M1 users I know had this issue.
aledalgrande
·6 years ago·discuss
not exactly the same, less ports
aledalgrande
·6 years ago·discuss
I was so hoping the Pro might have the same option, but no.
aledalgrande
·6 years ago·discuss
Possible!
aledalgrande
·6 years ago·discuss
Github only merges to master when it's 100% deployed and working for example. I like their workflow better.
aledalgrande
·6 years ago·discuss
My point is that if there is any downtime for the switch, for example restarting a service, it's not atomic. A small percentage of failed requests can still be high in absolute terms for a company like Slack, so why not using a paradigm [1] where you have atomic switch? And also instant rollback.

[1] https://www.martinfowler.com/bliki/BlueGreenDeployment.html