HackerTrans
トップ新着トレンドコメント過去質問紹介求人

aledalgrande

no profile record

投稿

Vibe Coder's Keyboard

twitter.com
1 ポイント·投稿者 aledalgrande·6 か月前·0 コメント

コメント

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