#namingthings

#AutoTune software adjusts the frequency - the pitch - of musical elements like a singer's voice, musical instruments, or what have you, to fix them being off-key or out-of-tune. Whether autotune is an excellent tool for musicians and producers, or a blight on the listener's ear is out of scope for the discussion here ๐Ÿ˜‰ .

The pitch gets adjusted up and down automatically to ensure it stays at the correct note, rather than drifting into the no-man's land between semitones. Up and down to just the right discrete values, like a certain people conveyance device common in tall buildings.

I just wanted to say that if there isn't already autotune software named "Elevator Pitch", there should be.

#idea #name #NamingThings #ElevatorPitch #pitch #software #elevator #music #producer #production #audio

2025-06-01

How would you prefer to name macros that generate syscalls in assembly?

#namingthings #syscalls #assembly #asm #shellcode

2025-03-01

Is there a canonical Assembly term for instructions or operands that are dependent on the byte offset of the instruction within the assembled/encoded output (ex: jmps to labels or RIP-relative operands)? Is Position-Dependent-Instruction a thing?

#asm #assembly #namingthings

2025-02-14

What is the opposite of a rule-based scanner (i.e. takes an input value and returns discovered output values)? What do you call that? A value-based scanner? Is there a Wikipedia page listing the various categories/classifications of security scanners?

#infosec #namingthings

2025-02-09

@wyatt I read your post and began to fear that I had misnamed my Game Boy and Game Boy Advance ports of 240p Test Suite. github.com/pinobatch/240p-test

"#240p" means 256x240 on an #NES, 320x240 on a bunch of devices, or 400x240 on a #Nintendo3DS Top Screen. And in analog video, it even ends up including devices like #MSX and #NintendoDS that generate roughly System M timings (15.7 kHz by 60 Hz), even if the top and bottom borders are so thick that only 192 lines actually have picture. (#GameBoy and #GBA don't count as "240p" because their horizontal frequency is lower.)

#240pTestSuite #NamingThings

Starbeamrainbowlabssbrl@fediscience.org
2024-12-28

Thanks for the help ref fediscience.org/@sbrl/11372631, Fediverse :fediverse:! ๐Ÿ’• I thought I'd do a poll of some of the suggestions.

Vote will decide the name, tho I will have the final say o/ ๐Ÿ“Š

#AI #SelfHosting #OpenSource #SearchEngines #WellOneImBuilding #NamingThings #IsHard #NamingThingsIsHard #TheHigherCharacterLimitIsAwesome

Starbeamrainbowlabssbrl@fediscience.org
2024-12-27

HELP ME Fediverse :fediverse: ! ๐Ÿฅบ I need a name for an open source :opensource: project I'm working on. Please suggest anything in comments! I'm kinda stumped.

It's a self-hosted AI-enhanced image search engine - see rough design sketches attached.

---------

The Planโ„ข:

Basically it'll index all images in a given directory with 2 mechanisms:

1. Exif / meta data + filepaths
2. AI (currently CLIP) embeddings โ†’ vector DB

....then there'll be a web interface that lets you enter search terms & filter by various things like filename, exif fields, etc

Quite early in development, but got the embedding worker done today!

Aim is for it to run comfortably on a Raspberry Pi 4 that also has other things running on it.

Still to do:

- ๐ŸŒ Web interface
- ๐ŸŒ„ Exif indexer
- ๐Ÿฅ” Quantise CLIP etc for lower resource usage, go looking for better models
- :opensource: Open source the code, but need a name for the project first!
- ๐Ÿ’ญ Lotsa stuff I forget

Tech:
- ๐ŸŸข Node.js (pure JS libraries where possible)
- ๐Ÿ‡ VectorDB: npmjs.com/package/hnsw (potential issue: this is in-memory or IndexedDB)
- ๐ŸŒ„ Exif DB: npmjs.com/package/njodb ('cause I hate working with databases 'cause they're boring - sql ESP)
- :python: Python worker 4 embedding/AI stuff: PyTorch, CLIP

#AI #SelfHosting #OpenSource #NamingThings #IsHard #NamingThingsIsHard

When clicking an image, the screen will dim & a big preview will show. Image on the left, sidebar on the right w/image info, like format, size, meta+exif info, etc.The main interface. Gridded images fill the screen with a left-hand sidebar, which is from top-to-bottom:
1. Logo
2. Search box
3. Filters like on an amazon/shopping/etc website for meta+exif data etc
2024-12-11

What's a more understandable name for a regular expression that matches floating point numbers in text?

#namingthings

2024-11-25

What do you call the individual numbers or parts of a version number (ex: 1.2.3.beta3)?

#namingthings #versionnumbers

2024-09-20

Utopia is a documentary, exhibit 622

ato.gov.au/media-centre/mygovi

"In mid-November 2024, the Australian Governmentโ€™s Digital ID app, myGovID, will be renamed to myID."

(cf youtube.com/watch?v=YgV4a3Baiy)

#auspol #namingthings

2024-08-14

When you refer to a UNIX/Linux/macOS/BSD or sh/bash/zsh command payload, what do you common refer to them as?

#namingthings #payloads

2024-08-12

and how would you group Windows PowerShell command payloads in a directory structure of other payloads?
#namingthings #payloads

2024-08-12

How would you group Windows cmd.exe command payloads in a directory structure of other payloads?
#namingthings #payloads

2024-08-12

When you see $'\x68\x65\x6c\x6c\x6f' what do you think of?
#namingthings

2024-08-12

When you see 6c73202d6c61 what do you think of?
#namingthings

๐Ÿงฟ๐Ÿชฌ๐Ÿ„๐ŸŒˆ๐ŸŽฎ๐Ÿ’ป๐Ÿšฒ๐Ÿฅ“๐ŸŽƒ๐Ÿ’€๐Ÿด๐Ÿ›ป๐Ÿ‡บ๐Ÿ‡ธschizanon
2024-07-22

() can act as a for other on .

developer.mozilla.org/en-US/do

So when I added this feature to my app, it seemed fine to call the url `/share`.

And when I saved them to the I just went with it and named the table `shares`.

But here's the thing; I have my app installed on my phone too. I use the `share` feature to "post" to my website.

So, now my posts go in the `shares` table.

2024-07-05

What is the canonical attribute name that you'd recognize for the remote IP and port that sent an HTTP request to a server. Rack and async-http have different naming conventions, and I'd like to pick the most recognizable naming convention for my Value object which represents an HTTP request.
#ruby #namingthings #http

@OBDsity

I'm pretty sure this one needs a heroic name.

Cookie the Destroyer, that sort of thing. Ideas?

#hero #epic #RabbitsOfMastodon #NamingThings

Peter Ritchie๐ŸŒ๐Ÿpeterritchie
2024-04-02

Naming things is hard.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst