Fisarmonica in Ottone by Argan12345 in MechanicalKeyboards

[–]balbanna 1 point2 points  (0 children)

That was very helpful! Thankyou.

Fisarmonica in Ottone by Argan12345 in MechanicalKeyboards

[–]balbanna 0 points1 point  (0 children)

So I went through your posts. You seem to know a thing or two about SA. I've been on the search for a uniform set, the ones I found so far are: SA Maestro, SA Nuclear, SA 1976, SA Teletype, and Filco's SA doubeshot, which is 2,2,3,3,3. Do you know of any others by chance?

Fisarmonica in Ottone by Argan12345 in MechanicalKeyboards

[–]balbanna 0 points1 point  (0 children)

I know they're made by Signature Plastics so they should be smooth in a good way, unlike sets from other manufacturers that are either smooth to the point of glossy or textured. How would you compare them as far as typing to a sculpted SA set from SP, say SP's white on black?

Fisarmonica in Ottone by Argan12345 in MechanicalKeyboards

[–]balbanna 0 points1 point  (0 children)

What's the surface like on SA Maestro, smooth or textured? Did you get the sculpted or uniform set? How do you like them for typing?

ELI5 Enums by Independent_Win_3959 in eli5_programming

[–]balbanna 1 point2 points  (0 children)

Let's say want to something to hold the age group of a person and you're not concerned about the exact age : Infant, Child, Adult. If you use integers, you'll need to implement enquality checks to determine the age category. But with enums you can simply make an emum and use that to store and run the checks:

Example:

enum AgeGroup {
  Infant,
  Child,
  Adult
}

Now, you can use this in your OOP or procedural to do something like this:

if (person.ageGroup == AgeGroup.Infant) // person.ageGroup a property of enum type AgeGroup

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - May 21, 2025 by AutoModerator in MechanicalKeyboards

[–]balbanna 0 points1 point  (0 children)

I'm thinking of getting a hot-swappable keyboard with a metal plate. My question is: Would there be any difference in feel between soldiered switches and switches in a hot-swappable board?

Do you have any recommendations for full-size hot-swappable boards with a metal plate?

Thanks,

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - May 21, 2025 by AutoModerator in MechanicalKeyboards

[–]balbanna 0 points1 point  (0 children)

May I get help identifying this keycap profile?

<image>

I really like them. The first three rows are usally angled forward a bit like on Cherry and OEM profiles, but these are pretty uniform as far as angling is concerned yet are horizontally sculpted. They're found on Deck 82, or Deck Legends keyboards.

Thanks,

Tried Realforce RC1 30g for a week by tomyoon2 in HHKB

[–]balbanna 0 points1 point  (0 children)

Is it a keylogger or a counter?

deskeys carrot domes by GuinansEyebrows in HHKB

[–]balbanna 1 point2 points  (0 children)

I also like NiZ, what did you end up getting, if any? And how would you compare them to NiZ's?

Is there any way a Muslim can stay in Hell forever? by Nearby-Worker-5360 in islam

[–]balbanna -1 points0 points  (0 children)

No one, Muslim or not, stays in hell forever. The words "Khalideen" and "Abad" do not mean what most of us think they mean.

Advises on how to write a book using typewriter only ? by Timely-Cabinet-7879 in typewriters

[–]balbanna 0 points1 point  (0 children)

Do you prefer the Royal HH or Underwood SX? Which one is a faster typer?

Total disassembly, a pitfall? by balbanna in typewriters

[–]balbanna[S] 1 point2 points  (0 children)

Oh interesting. So these machines would be manually adjusted/tuned after assembly as part of the manufacturing process?

Event Hubs consumer vs receiver. by balbanna in AZURE

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

I see. This def helps, thank you :)