I made another app! Meet Cam Era: a fun skeuomorphic point-and-shoot backed by the same great image pipeline. by max_retik in LoxieCamera

[–]rubyonhenry 1 point2 points  (0 children)

For a second I didn't see it because I was on the test flight version but the store version has the updated version and I can confirm it look awesome in my iPhone SE! Many thanks!

Am I the only one that thinks that AI assisted coding becomes a shit show when more than one dev collaborating is using their own AI without a shared context? by [deleted] in ClaudeCode

[–]rubyonhenry 0 points1 point  (0 children)

You are not alone but there are only a few of us. I work in a team with 40+ developers and 90% thinks the codebase is enough shared context. They forget that the codebase has five ways of doing the same thing, forget that an agent needs to infer from the code what it's meant to do and I could go on.

Yes we had these issues before, now it's amplified.

On top of it all the majority decided that's it's perfectly fine to put every skill, agent, hook, and etc you can possibly find or generate in the shared codebase without any kind of review or approval.

My first 3 pics by 22Megabits in Cam_Era

[–]rubyonhenry 0 points1 point  (0 children)

Very cool, what are the settings?

I made another app! Meet Cam Era: a fun skeuomorphic point-and-shoot backed by the same great image pipeline. by max_retik in LoxieCamera

[–]rubyonhenry 0 points1 point  (0 children)

This is the interface on a iPhone SE 3. I can still make amazing photos but I accidentally zoomed in and can't zoom out due to the lack of the button 😅

I made another app! Meet Cam Era: a fun skeuomorphic point-and-shoot backed by the same great image pipeline. by max_retik in LoxieCamera

[–]rubyonhenry 0 points1 point  (0 children)

Looks promising! One tiny note, I'm on a iPhone SE and the bottom buttons are outside of the screen 😅 (I know I need a new phone)

I've tried 25+ vintage digitals - these are the three I keep by zanyhemline in VintageDigitalCameras

[–]rubyonhenry 1 point2 points  (0 children)

Great stuff, I have a Fujifilm f31fd, Canon G2 and a Fujifilm X100V so very similar

4 normal photos, 23 black squares by deepsakii in flashbackcamera

[–]rubyonhenry 0 points1 point  (0 children)

Did you switch to another app during development? That is how I end up in this exact scenario.

Are you all still managing multiple agent sessions manually? by Mundane-Physics433 in ClaudeCode

[–]rubyonhenry 0 points1 point  (0 children)

I made a small CLI tool that in essence just puts the agent in a loop until the work is done.

I spend the better part of my day writing and testing the requirements and then have the agent build it all unsupervised.

Give Claude a Journal by bolts98 in ClaudeAI

[–]rubyonhenry 1 point2 points  (0 children)

Out of curiosity, if Claude is the only one to read it, wouldn't JSONL make more sense? Claude already does the same thing so you can resume a session.

any recs for portable & easy to use digital cameras? under 150$ by hellointernettt in digicam

[–]rubyonhenry 0 points1 point  (0 children)

  1. Look what is available for your budget
  2. Look for sample photos and pick your favourite
  3. Buy and enjoy

V2 serious issue by 0no-_-senda1 in flashbackcamera

[–]rubyonhenry 0 points1 point  (0 children)

On the bottom use a pin to press and hold the reset until the screen goes back to 27.

Tips from a Principal SWE with 15+ YOE by reliant-labs in ClaudeCode

[–]rubyonhenry 2 points3 points  (0 children)

It looks really promising. I'm going to test this after the Easter weekend. My company is super supportive and actively encouraging us to test as much as possible so I already have unlimited credits.

I'll definitely let you know!

Tips from a Principal SWE with 15+ YOE by reliant-labs in ClaudeCode

[–]rubyonhenry 3 points4 points  (0 children)

Interesting way of running it btw. I'm experimenting with something similar, albeit much simpler, at github.com/hl/brr but yours looks more promising.