For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | more pawelduda's commentsregister

I think Bitcoin and major cryptos outperformed a lot of assets over the last decade, so you could say it left some people behind in the dust, yes


Like being ratioed with a 50% price crash?


You mean just like META, NFLX, AMZN, TSLA, NVDA, CSCO, MSFT, GE, BAC ?


I can tell you what a decade is but I'll have to leave the reading comprehension to you


What? OpenClaw has 450kLoC? Why?


"This printer is for collecting and research purposes only. Note that certain 3D-printed objects are forbidden by the law. If you notice any of these objects growing inside your 3D printer, power it off IMMEDIATELY"


Reminds me of those prohibition era alcohol kits that basically came down to "whatever you do, do not put this yeast in that mixture" and "should that happen, under no circumstances should you let it sit in a dark cabinet"


it's the <<<<gold-standard>>>> for spotting LLMs in the wild

(that's what Gemini would say)


I use it all the time to SSH into my workstation and check on long-running tasks, code, etc.

- Using vim/neovim is way better than I'd expect on a phone keyboard, because you can move around faster with less keypresses.

- My terminal sessions are wrapped in tmux, so switching between devices is seamless (tmux panes resize without any problems to match your device dimensions/aspect ratio as soon as you interact with the terminal - nothing ever breaks). You can do the pinch gesture to change the text size, depending on what you need to see at the moment.

- Both devices are using tailscale, so all I need is cellular data connection. For low quality network coverage I use mosh, which makes the session truly unkillable and makes sure it will recover when the connection comes back, albeit I ran into some annoying limitations with text scrollback.

With the recent development of agents, it becomes even more effective, since I can just open up claude session, type the prompt and have the agent do the heavy-lifting (mostly writing large chunks of code). This greatly compresses the amount of text you'd have to type and makes phone-only coding more viable than ever.


I too miss gathering 20 devs in the same room and debating company-wide linter rules. AI ruined the craft \s


Nowadays you can ask LLM (Gemini is great for this), specifically for a spoiler-free clue


Hm it wasn't so much that I got stuck, I more didn't really enjoy the genre, but maybe I did miss something. Asking the LLM is a great idea, thanks!


In Rails at least,aside from being used for background processing, redis gives you more goodies. You can store temporary state for tasks that require coordination between multiple nodes without race conditions, cache things to take some load off your DB, etc.

Besides, DB has higher likehood of failing you if you reach certain throughputs


It sounds nice at a first glance, but how useful is it actually? Anyone got real, non-hypothetical use cases that outweigh the risks?


My experience. I have it running on my desktop with voice to text with an API token from groq, so I communicate with it in WhatsApp audios. I Have app codes for my Fastmail and because it has file access can optimize my Obsidian notes. I have it send me a morning brief with my notes, appointments and latest emails. And of course I have it speaking like I am some middle age Castillian Lord.


How is that adding value to your life or productivity in any way? You just like working via text message instead of using a terminal? I don't get it. What do you do when it goes off the rails and starts making mistakes?


I tell him: Summarize this article for me, and generate a note in Obsidian with the insights. Create a shopping list with these items, remind me tomorrow to call someone... Standard PA stuff. It never went off the rails yet.


Here's an actual idea.

With this, I can realistically use my apple watch as a _standalone_ device to do pretty much everything I need.

This means I can switch off my iphone, keep use my apple watch as a kind of remote to my laptop. I can chat with my friends (not possible right now with whatsapp!), do some shopping, write some code, even read books!

This is just not possible now using an apple watch.


> I can chat with my friends (not possible right now with whatsapp!)

btw, WhatsApp has an Apple Watch App! https://faq.whatsapp.com/864470801642897


doesn't work with iphone switched off


Good code reviews are part of team's culture and it's hard to just patch it with an agent. With millions of tools it will be arms race between which one is louder about as many things as possible because:

- it will have higher chance at convincing the author that the issue was important by throwing more darts - something that a human wouldn't do because it takes real mental effort to go through an authentic review,

- it will sometimes find real big issue which reinforces the bias that it's useful

- there will always be tendency towards more feedback (not higher quality) because if it's too silent, is it even doing anything?

So I believe it will just add more round of back and forth of prompting between more people, but not sure if net positive

Plus PRs are a good reality check if your code makes sense, when another person reviews it. A final safeguard before maintainability miss, or a disaster waiting to be deployed.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search:

HN For You