HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aledalgrande

no profile record

Submissions

Vibe Coder's Keyboard

twitter.com
1 points·by aledalgrande·hace 6 meses·0 comments

comments

aledalgrande
·hace 3 meses·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
·hace 3 meses·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
·hace 8 meses·discuss
I wonder how much of the world's compute/electricity is wasted in malicious bots.
aledalgrande
·hace 8 meses·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
·hace 8 meses·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
·hace 9 meses·discuss
W40K Machine God incoming
aledalgrande
·hace 10 meses·discuss
I love this. Great skill and also hilarious!
aledalgrande
·hace 10 meses·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
·hace 10 meses·discuss
File corrupted, bad sector
aledalgrande
·el año pasado·discuss
What did OpenAI buy for $3B? That's what I'm wondering.
aledalgrande
·el año pasado·discuss
The thinking tokens (even just 1024) make a massive difference in real world tasks with 3.7 in my experience
aledalgrande
·el año pasado·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
·hace 2 años·discuss
https://ollama.com/library/qwq
aledalgrande
·hace 5 años·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
·hace 5 años·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
·hace 6 años·discuss
not exactly the same, less ports
aledalgrande
·hace 6 años·discuss
I was so hoping the Pro might have the same option, but no.
aledalgrande
·hace 6 años·discuss
Possible!
aledalgrande
·hace 6 años·discuss
Github only merges to master when it's 100% deployed and working for example. I like their workflow better.
aledalgrande
·hace 6 años·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