Readit News logoReadit News
ayoisaiah commented on iPhone 16 cameras vs. traditional digital cameras   candid9.com/phone-camera/... · Posted by u/sergiotapia
atonse · a month ago
I just started looking at photos and videos we took on vacation. I have an iPhone 16 Pro.

And when I use the Photos app on my Apple TV to review a couple videos I took, I'm surprised at the weird, wavy quality I'm seeing in them. It's really strange.

I will compare this to the videos I took with my Sony a6700. But until then, I'm surprised at how odd the videos looked on a large OLED TV. Might be compression from iCloud or something. Can't quite explain it otherwise.

I have no shortage of friends who asked me why I bothered to buy a real camera, but if you're a hobbyist photographer, it's nice to use a real camera and have full control. There are apps that do let you do this on a smartphone, and it's definitely more convenient.

But there's something about the real photos (with real Bokeh) that still look much better to me.

ayoisaiah · 19 days ago
I've been enjoying the Kino app for capturing in Apple Log with instant colour grading. Its my new default now.
ayoisaiah commented on iPhone 16 cameras vs. traditional digital cameras   candid9.com/phone-camera/... · Posted by u/sergiotapia
AuryGlenz · a month ago
My entire photography career I was incredibly frustrated that there was no good way to change the minimum shutter speed in aperture priority.

Sure, I could go into a menu and change it from the range of 1/60 or a second to 1/200th (or 1/250th, depending on the camera), but that was it. This is on Nikon, btw.

But yeah, give me more options damnit. It’s something that comes up so frequently when shooting that it blows my mind it’s not an option.

ayoisaiah · 25 days ago
On Sony, one can use ISOAutoMinSs in aperture priority mode to influence the shutter speed https://helpguide.sony.net/ilc/1540/v1/en/contents/TP0000829...
ayoisaiah commented on Show HN: F2 – Cross-Platform CLI Batch Renaming Tool   github.com/ayoisaiah/f2... · Posted by u/ayoisaiah
simonw · 3 months ago
I really like your CLI design here, clearly extremely well thought out, lots of great taste on display here: https://f2.freshman.tech/guide/tutorial

The EXIF stuff to create folders based on the date photos were taken is fantastic! https://f2.freshman.tech/guide/organizing-image-library

This tool solves a problem that I face all the time, I am definitely going to be using this often.

ayoisaiah · 3 months ago
Thanks a lot Simon! I'm really thrilled to hear it's hitting the mark for you :)
ayoisaiah commented on Show HN: F2 – Cross-Platform CLI Batch Renaming Tool   github.com/ayoisaiah/f2... · Posted by u/ayoisaiah
bsnnkv · 3 months ago
Incredible name choice here - it's very rare that I get this feeling associating a new project with its name. I'm filled with feelings that touch on nostalgia, utility, UX design history and computing heritage when I hear the name F2 associated with a batch renaming tool. Great job!
ayoisaiah · 3 months ago
Thank you! I knew I had a winner the moment it popped into my head :)
ayoisaiah commented on Show HN: F2 – Cross-Platform CLI Batch Renaming Tool   github.com/ayoisaiah/f2... · Posted by u/ayoisaiah
sandreas · 3 months ago
Awesome tool, thanks for sharing. One feature I would love to see on renaming tools is the following:

  -A - Sample of the of the ACTUAL file name
  -B - Sample of the desired filename
e.g.

  f2 -A 001.pdf -B 001_renamed.pdf
and this would automatically determine that every file with this "pattern" (001) should get the renamed prefix, so:

  001.pdf => 001_renamed.pdf
  002.pdf => 002_renamed.pdf
  ...
Sounds weird, but there once was a tool written in dotnet that used machine learning techniques to achieve exactly this and it worked like a charm. Unfortunately I lost the reference and never found it again.

Most important: Worked locally and did not send the filenames to chatGPT ;)

ayoisaiah · 3 months ago
You can already do this with F2 by using capture variables:

  f2 -f '(\d+).pdf' -r '{$1}_renamed.pdf'
Does that align with what you're looking for?

u/ayoisaiah

KarmaCake day816October 8, 2016
About
Contact me: ayo@freshman.tech
View Original