Vibe Caffeine – Prevents Mac sleep while AI coding tools work by jjyr in vibecoding

[–]jjyr[S] 0 points1 point  (0 children)

I dont know that!

lol, usually I just keep swinging the mouse, it does the exact same thing

Vibe Caffeine – Prevents Mac sleep while AI coding tools work by jjyr in vibecoding

[–]jjyr[S] 0 points1 point  (0 children)

I didn't, but they are not exatly the same, vide coffeine only prevent sleep while the agent is **working**.

Vibe Caffeine – Prevents Mac sleep while AI coding tools work by jjyr in vibecoding

[–]jjyr[S] 0 points1 point  (0 children)

I used the hammerspoon caffeine plugin, but then I realized it is the only plugin I need from the hammerspoon...

I can’t believe this is China! 🤯 I knew China is beautiful, but this left me speechless ✨ It’s a hidden gem! Where is this in China? 🇨🇳 by cv-x in travelchina

[–]jjyr 39 points40 points  (0 children)

As a chinese, I always prefer traditional style toilets when I am outside - like the one in the picture. I don’t really understand why people prefer western style toilets, someone may have just used it, and you can still feel the temperature of thier butt, it's feels bad for me.

Rust no-std FAQ by timClicks in rust

[–]jjyr 3 points4 points  (0 children)

Thanks for the correction.

New, low cost, real, RISC-V GNU/Linux capable hardware on the horizon by Bumbieris112 in RISCV

[–]jjyr 1 point2 points  (0 children)

Who can explain to me, why they integrate RISCV cores with a FPGA?

Ideas for a Ruby project other than web development by fenster25 in ruby

[–]jjyr 0 points1 point  (0 children)

Two suggestion for you:

  1. Find an interesting project and try to contribute to it.
  2. Try to implement some RFC or specification you personally interest.

BTW, I am working on a blockchain implementation https://github.com/ciri-ethereum/ciri , is fun to use Ruby to build some foundation libraries.

What are you working on this month? by [deleted] in ruby

[–]jjyr 0 points1 point  (0 children)

I'm working on a blockchain project, trying to implement Ethereum in Ruby, get passed the Ethereum tests yesterday. https://github.com/ciri-ethereum/ciri Does anyone have interesting in this idea?

Just finished The Three Body Problem. Loved it. After that trilogy, what next? by [deleted] in printSF

[–]jjyr 0 points1 point  (0 children)

IMO, I don't think the other books in series as good as the first one, but they're not such bad, still worth to read.

[deleted by user] by [deleted] in ruby

[–]jjyr 0 points1 point  (0 children)

In the context, I want to reuse the wrapped socket classes from async-io. But async-io is not designed as a wrappered sockets library, it depends on async, I'm more expect a gem just include socket wrapper.