frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Wall wart and battery = small UPS: Good idea or not?

https://www.edn.com/wall-wart-battery-small-ups-good-idea-or-not/
1•georgecmu•3m ago•0 comments

How to Fix Any Bug

https://overreacted.io/how-to-fix-any-bug/
1•danabramov•4m ago•0 comments

RAII to remedy a defect where not all code paths performed required exit actions

https://devblogs.microsoft.com/oldnewthing/20251016-00/?p=111691
1•ibobev•9m ago•0 comments

Turning trig identities into Fibonacci identities

https://www.johndcook.com/blog/2025/10/17/trig-fibonacci/
1•ibobev•10m ago•0 comments

PDS MOOver now supports automated backups and account recovery

https://retrobailey.leaflet.pub/3m3ntnjv3hc2x
2•Kye•10m ago•0 comments

Ask HN: What did you learn from AWS outages?

1•Brysonbw•16m ago•0 comments

Show HN: TheFairDraw a verifiable, client side random picker

1•thefairdraw•21m ago•0 comments

Trump DOE confirms it's canceling over $700M in manufacturing grants

https://techcrunch.com/2025/10/20/trump-doe-confirms-its-canceling-over-700m-in-manufacturing-gra...
2•pseudolus•21m ago•0 comments

Speculations on arenas and non-trivial destructors

https://nullprogram.com/blog/2025/10/16/
2•ashvardanian•22m ago•0 comments

The Gatekeeper Driving Doctors from Medicine

https://www.wsj.com/opinion/the-gatekeeper-driving-doctors-from-medicine-57597313
1•bookofjoe•22m ago•1 comments

Glimpses of the Future: Speed and Swarms

https://www.dbreunig.com/2025/10/20/speeds-and-swarms.html
1•vinhnx•24m ago•0 comments

Turn off Cursor, turn on your mind

https://allvpv.org/turn-off-cursor/
1•todsacerdoti•24m ago•0 comments

SorterHunter: An evolutionary approach to find small sorting networks

https://github.com/bertdobbelaere/SorterHunter
1•ashvardanian•25m ago•0 comments

I built a Symbolic Python Interpreter to make Python faster

https://chalk.ai/blog/symbolic-python-interpreter
1•noleary•25m ago•0 comments

Continent of Stability

https://en.wikipedia.org/wiki/Continent_of_stability
1•JumpCrisscross•25m ago•0 comments

How Long Do GPUs Last Anyway?

https://appliedconjectures.substack.com/p/how-long-do-gpus-last-anyway-a-look
1•vinhnx•28m ago•0 comments

Something from "space" may have just struck a United Airlines flight over Utah

https://arstechnica.com/space/2025/10/something-from-space-may-have-just-struck-a-united-airlines...
3•nonfamous•42m ago•2 comments

Tech Workers versus Enshittification - Cory Doctorow

https://cacm.acm.org/opinion/tech-workers-versus-enshittification/
7•pseudolus•42m ago•0 comments

Why gold and stocks are partying together

https://www.ft.com/content/f54be5f0-7d6b-43b5-8aad-a4b9d7e3cae5
3•zerosizedweasle•49m ago•2 comments

Apple Will Let You Control How Liquid Glass Looks – Lifehacker

https://lifehacker.com/tech/apple-will-finally-let-you-control-how-liquid-glass-looks?test_uuid=0...
1•samtrack2019•53m ago•0 comments

Any recommendation for AI game writer

1•gangtao•54m ago•0 comments

Americans can't afford their cars any more and Wall Street is worried

https://www.telegraph.co.uk/business/2025/10/20/americans-cant-afford-cars-any-more-wall-street-w...
47•zerosizedweasle•54m ago•39 comments

Old Computer Challenge – Modern Web for the ZX Spectrum

https://0x00.cl/blog/2025/occ-2025/
2•0x00cl•1h ago•0 comments

A Troubled $140B Bet on China Property Gets Worse

https://www.bloomberg.com/news/features/2025-10-20/foreign-investors-in-china-real-estate-face-lo...
7•zerosizedweasle•1h ago•4 comments

This is just the Internet now: the slop is winning

https://www.theatlantic.com/technology/2025/10/ai-slop-winning/684630/
8•anigbrowl•1h ago•1 comments

Gemini 2.5 Pro Still Tops Text and Vision Benchmarks

https://lmarena.ai/leaderboard
2•robertwt7•1h ago•0 comments

How Hobbit-Inspired Startup Plans to Replace Silicon Valley Bank

https://www.wsj.com/finance/banking/how-hobbit-inspired-startup-plans-to-replace-silicon-valley-b...
1•clanky•1h ago•0 comments

The Culture Wars Came for Wikipedia. Jimmy Wales Is Staying the Course

https://www.nytimes.com/2025/10/18/magazine/jimmy-wales-interview.html
2•ChrisArchitect•1h ago•1 comments

Karpathy on image only input to LLMs

https://twitter.com/karpathy/status/1980397031542989305
2•jonbraun•1h ago•0 comments

Why UUIDs won't protect your secrets

https://alexsci.com/blog/uuids-and-idor/
3•8organicbits•1h ago•0 comments
Open in hackernews

Show HN: F2 – Cross-Platform CLI Batch Renaming Tool

https://github.com/ayoisaiah/f2
122•ayoisaiah•4mo ago
Hey HN!

I'm excited to share f2, a command-line tool I built for fast and flexible bulk renaming of files. It's cross-platform (Linux, macOS, Windows), executes a dry-run by default, supports undo, and provides great flexibility in file renaming with several built-in variables and Exiftool integration.

I hope you find it useful!

Comments

simonw•4mo 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•4mo ago
Thanks a lot Simon! I'm really thrilled to hear it's hitting the mark for you :)
otterpro•4mo ago
Wow, it can integrate with exiftool. I use exiftool to rename photo files, but I think f2 offers more flexible renaming features.
nine_k•4mo ago
Dry-run by default! Use of metadata like EXIF! Undo!

Here's some great product and UX chops, not just coding chops.

bsnnkv•4mo 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•4mo ago
Thank you! I knew I had a winner the moment it popped into my head :)
nine_k•4mo ago
It's indeed a name that immediately rings the right bell, without being an ungoogleable common noun or verb. Kudos.

(Though for those of us who cut their teeth on tools like Norton Commander on the original IBM PC, the association would be with F6.)

jiehong•4mo ago
Oh! Then maybe that’s why IntelliJ likes Shift+F6 for renaming by default?
sorenjan•4mo ago
For photos, I'm guessing you can use Exiftool's built in geolocation feature to add the city and country first.

https://exiftool.org/geolocation.html

devrandoom•4mo ago
Wow, this goes instantly to my toolbox. Thanks for writing this and sharing it!

It only happens a few times a year that I need to batch rename. Buy when I do my adrenaline levels go up by about two espressos.

sandreas•4mo 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•4mo 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?
sandreas•4mo ago
Thank you, unfortunately, that's not the point :-) I knew I could do this with a regex.

The advantage of using a sample instead of a regex is, that you don't need to think about it. I have "this.pdf" and I want "that.pdf" is way easier than developing a regex that matches the parts I need replacing it with what I want.

The tool I mentioned afaik used machine learning to determine a valid regex from a given sample automagically somehow (see [1]), which was then applied to the files it found, followed by a preview and a choice to either perform or abort. You could also provide more examples, if it did not succeed determining the regex in the first place to be more specific:

   f2 -A 001.pdf -B 001_renamed.pdf -A 002.pdf -B 002_renamed.pdf
It was awesome, unfortunately otherwise not suitable for my needs (windows only or something)

I should have saved it somewhere to re-implement it myself. The only things I remember are, that it was dotnet based, using the dotnet machine learning libs and it was a command line tool. Maybe it was called `ab` because you could provide the parameter -A sample -B destination, but I did not find anything on github.

If I ever find it again, I'll let you know in a github issue.

1: https://stackoverflow.com/questions/616292/is-it-possible-fo...

037•4mo ago
Very interesting, I’ll definitely give it a try!

Another approach I recently discovered is an old but beautiful Unix-style tool for renaming files: vidir - edit a directory in your text editor. It’s part of the moreutils suite [1].

You get the list of filenames in your editor – edit them as you like, save, exit, and it renames the files. It uses whatever editor is set in your $EDITOR env var, so it doesn’t have to be vi/vim.

You can also pipe in a list of files, e.g. `find . -type f | vidir -`, to edit just the files you want - and you can even change paths (add, rename, remove directories) in the editor to move files around easily.

To try it quickly on macOS: `brew install moreutils`

[1] https://joeyh.name/code/moreutils/

ddlsmurf•4mo ago
if you can forgive a shameless plug, I wrote https://github.com/ddlsmurf/fled some time ago and it serves me very well to this day. (It's not half as advanced as OP's tool but still useful)
robertlutece•4mo ago
oh wow, this feels like https://github.com/stevearc/oil.nvim
chiffaa•4mo ago
> You get the list of filenames in your editor – edit them as you like, save, exit, and it renames the files. It uses whatever editor is set in your $EDITOR env var, so it doesn’t have to be vi/vim.

I'm not sure how "powerful" vidir is, but I recently found this functionality in yazi [1] and it became one of those "you think you don't need it until you try it" features

[1] https://github.com/sxyazi/yazi

jiehong•4mo ago
This is also integrated into Emacs with dired, and it’s pretty neat [0].

[0]: http://xahlee.info/emacs/emacs/rename_file_pattern.html

porridgeraisin•4mo ago
Really nice, wow.

Honestly I don't see myself remembering and using the variables features(which gives the exiftool feature others here are raving about) but it's already insanely good without that. Love the ability to refine your selection with further -f flags. Also the ability to rename while create nested paths is so good.

Suggestion, having an "up"[1] mode where you can see the dry run output in a live updating thing when you are adding further -fs and -rs.

[1] https://github.com/akavel/up

batrat•4mo ago
In windows I use PowerToys - power rename to rename files. But I'm not a power user I rarely need renaming something.
hoppp•4mo ago
The undo functionality is a nice touch. I know cuz I write scripts to rename files and made mistakes before.
j1elo•4mo ago
Small typo: the example given for "--replace-limit -1" reads:

    abc_abc.txt | 123_abc.txt
but it should probably say:

    abc_abc.txt | abc_123.txt
Funnily enough, the triplet example given in the tutorial for "--replace-limit" [1] (replacing either the first or the last of "abc_abc_abc") is written so that it has the effect of driving the reader to wonder "Ok but, what about the middle one????" :)

A small idea for an alternative, more flexible option: "--replace-range", where you could use a well established syntax to represent ranges such as the one from Python and Go slices, so it's not only possible to replace from the leftmost or rightmost but also in-between.

[1]: https://f2.freshman.tech/guide/tutorial#limiting-the-number-...

Hasnep•4mo ago
Thanks for making f2, I've been using it for a while and it's saved me so much time!
majkinetor•4mo ago
FYI, Double Commander (x-platform, foss) has Multi Rename Tool which is clone of Total Commanders feature. It supports AFAICS all the feature of F2 + plugins that can get arbitrary info about files.

https://doublecmd.github.io/doc/en/multirename.html