HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aledalgrande

no profile record

Submissions

Vibe Coder's Keyboard

twitter.com
1 points·by aledalgrande·6 miesięcy temu·0 comments

comments

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