home.social

#switches — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #switches, aggregated by home.social.

fetched live
  1. El corazón de un teclado custom son sus switches. Elige el ideal para tu estilo:

    🎯 Lineales: Fluidos y rápidos, perfectos para gaming.

    ✍️ Táctiles (Jade/Banana): Con resistencia firme, ideales para escribir con fuerza y precisión.

    🔊 Clicky: Para amantes del chasquido clásico y marcado.

    ¡Tu fuerza al teclear y gusto auditivo definen la combinación perfecta!

    #TecladosCustom #Switches #TecladosMecanicos #CustomKeyboard #Gaming #Keyboards

  2. 🚨🎉 Oh no! Panic! Two light #switches caught in a never-ending game of tag at 2am! So thrilling! 🤯🔄 It's the must-read saga of the century, where switches become sentient and seek world domination... one click at a time! 🙄🕹️
    docodethatmatters.com/the-infi #Panic #LightSaga #SentientHumor #TechThriller #HackerNews #ngated

  3. Watching Netflix's version of The Three Body Problem (the Chinese one was better)

    But these switches are awesome and I'd like to what they're called or if they're custom props. I might want to get them for an art project, a cyberdeck or who knows what.

    Any button experts in the room? Please and thank you.

    #askfedi #hardware #retrotech #casetteFuturism #electronics #buttons #switches

  4. Working again on my daughter's #electronic #toy .
    I made all the holes for the components and the mounting holes.
    The bigger ones are for the #mechanical #keyboard MX-style #switches .
    I mean... al the toys for kids have mushy and horrible switches. At least, this one will be different!
  5. Does anyone know of ANY European keyboard switch manufacturers? I used to be into custom keyboards a few years ago (when i was able to afford it) and started looking into it again, but only found actual manufacturers from China and the USA.

    Kas keegi teab ÜHTEGI euroopa klaviatuuriklahvide tootjat? Vanasti huvitusin klaviatuuride kokku panemisest (kui ma veel suutsin seda endale lubada) aga nüüd kui ma uurisin leidsin vaid USA ja Hiina tootjaid. :(

    #keyboards #CustomKeyboard #diytech #switches

  6. Nach 60 Jahren bricht Peripheriegeräte-Spezialist #Cherry seine Produktionszelte in #Deutschland ab. Die legendären #Tastatur-#Switches kommen bald aus #China. Der oberpfälzische Stammsitz wird Logistikzentrum. winfuture.de/news,155230.html?

  7. hi #FediFriends 👋 does anyone have any #Keychron keebs or Keychron #switches in their #keebs? I’m trying to find an optimal setup for a friend’s first #MechKeeb based on her preferences from trying a couple of mine & keen to know about anyone’s experience with Keychron Banana or Silent Yellow switches (as well as any other quiet #tactile switches if you have recs for different brands) 🙏

    #MechanicalKeyboards  

  8. Der beste Laden, um #LAN-Kabel, #Switches und so Kram zu kaufen, ist eurer Meinung nach:

    #SagNeinZuAmazon

  9. do I already have too many #mechanical #keyboards? perhaps. regardless, am I desperately curious to try the all-ceramic #Keychron #Q16 HE 8K? absolutely! 🤘⌨️🤘

    #mech #keeb #MechanicalKeyboard #magnetic #switches #clacky #ThisThingClacks

  10. 🚀 Hold onto your keyboards, developers! .NET 10's #GC #changes promise to make your "outdated" garbage collection fantasies come true with a sprinkle of #runtime #switches. 🎩✨ Who knew improving #performance required reading another novella? 📚😅
    roxeem.com/2025/09/30/what-net #.NET10 #improvements #developers #HackerNews #ngated

  11. KiiBOOM Flick Switch Review: Comfort & Performance

    Disclaimer

    KiiBOOM sent me a a set of their Flick switches to review for my blog. While I am very grateful for the opportunity, I won’t let it sway my opinions. This will be my honest review. Make sure you also check out my reviews for the Strawberry Jello Switches and the Sprout Picnic Keycaps. I will also be using my Amazon Affiliate link where possible. It really helps me out if you use it.

    What’s in the box?

    https://youtube.com/shorts/mPZXtPBN2F4

    • 35 Flick Linear Mechanical Switches

    Features

    The Flick Switch promises to be one of KiiBOOM’s most comfortable switch with its high-accuracy yet soft actuation force. Its high quality nylon build gives it its unique creamy sound and durability. Rated up to 50 million presses, the Flick switches are ready to reliably take on any workload. If you are looking for a 5 pin system to upgrade your MXS structure ecosystem, the KiiBOOM Flick switches are a strong contender.

    Sound Test

    https://youtube.com/shorts/hmaH_6y2U6w

    Review

    Users will be impressed by the KiiBOOM Flick switch‘s high quality build. The casing looks well machined, and the presses feel smooth and soft. I accidentally bent a pin of one of the switches, but was able to fix it and haven’t noticed any dip in performance. While I wouldn’t go bending pins to test the switch’s durability, it does give me confidence in the the Flick switches quality. Regardless of the bend test, the switches perform well out of the box. There was no noticeable latency or ghosting out of the box, handling both my workload and gaming needs comfortably.

    The Flick switches set is a comfortable one. They have not triggered my repetitive stress injuries, allowing me to work for long hours without issue. The presses feel soft, with a slight firmness to create that satisfying comfortable experience I’ve come to prefer. The key presses themselves give off a more muted thonking sound. It is a sound that is audible enough to create that satisfying typing ASMR we’re all craving without filling the house with unwanted noise. For what is worth, my daughter loves the sound and will steal my keyboard just to hear the sounds of the button presses. See above.

    If you are looking for a key switch for your setup or are upgrading and old one, get your self a few boxes of KiiBOOM flick switches. They are a really great place to start.

    You can pick up the Flick switch set on the official KiiBOOM site, or on Amazon through my affiliate link. Make sure you grab as many as you need for your keyboard.

    #blog #blogger #blogging #entertainment #gaming #internet #keyboard #kiiboom #mechanicalKeyboard #mechanicalKeyboardSwitches #review #Reviews #switches #tech #techReview #watch #wordpress #writing

  12. #GameDev #SoloDev #Godot #Train #Points #Switches #Curves

    youtu.be/EjjDilVNi5k

    I finally rounded-off the right-angle turns that my track had previously...

    And then I thought I would quickly add clicking points to change them, but that meant working out where the target should be (not quite as obvious as you'd think) and also handling crossovers correctly...

    ...because each of those crossovers which swaps the track from ===== to ==x== is actually four sets of points, which have to be ganged together and switch as one, needing a whole additional layer of logic to say "OK, these N items act together..." which I had planned and roughed-out, but not actually written...

    ...and also remembering how C# delegates work, since I'd got very used to UE C++ delegates these last years, and those have a similar intent, but just different enough to cause turbulence.

    A random thought from testing all this, currently my train sits on top of the track, but there's no reason that has to be the case...

  13. #GameDev #SoloDev #Train #Points #Switches #Loops #ThereIsNoDiningCarOnThisTrain

    Getting points (switches) actually functional took longer than I thought because a) when not thinking about movement, track segments have "From", "To" and "Alt" connections (the last only if they are points) but when moving points need to swap "To" and "Alt" dynamically, depending on the state of the points and I wanted the naming of that to be clear, and b) I cut the lawn...

    youtu.be/gfG3pWTEuGg

  14. #GameDev #SoloDev #Trains #Rails #Points #Switches #IThinkInAmericaPointsAreSwitches?

    OK, so they are currently showing switched and straight at the same time, and they can't be switched, and the train ignores them, but I have points on my track...

  15. But we can simplify this.

    I'm not putting finished effects into standalone metal #boxes at this point; I'm #experimenting, not producing a product. So I have a simple #modular system I cooked up to connect arbitrary effects #experiments together. One of the things it does is handle the power-supply stuff, so each effect board doesn't need to do any of that. It just receives a nice 0V and buffered #Vcc (9V) it can rely on, along with a buffered 4.5V to use as a #bias voltage when AC coupling #signals, since this is a single-supply system.

    So we can chop out all the power stuff from the schematic, which fills basically a ninth of the image - divide it into 3 rows and 3 columns, like the Brady Bunch intro, and the left-middle square is basically the power section.

    But there's a bigger chunk we can strip out. Boss (and many other) pedals of the era frequently used "soft switching" to enable / disable the effect while playing. If you go back in time, real physical #switches were used, so the signal was actually totally disconnected from the effects circuitry when in the "off" position. This is called "true #bypass", as opposed to the soft switching.

    #Soft #switching involves having two signal paths through the effect. One applies the characteristic effect, and the other basically just buffers the signal and bypasses the rest of the effect stuff. This is implemented with transistors and latches.

    2/x

  16. Cherry MX — опыты на людях

    В эксперименте участвовали 33 человека, которые печатали тексты на клавиатурах с разными типами свитчей Cherry MX (Red, Black, Brown и Blue) и состояниями подсветки (вкл/выкл). Измеряли скорость и точность печати, а также субъективные впечатления пользователей по шкале Лайкерта. Посмотрим, удалось ли найти закономерности и в чью пользу сработали цифры.

    habr.com/ru/articles/924348/

    #cherry #cherry_mx #cherry_mx_blue #switches #свичи #механические_клавиатуры #cherry_mx_red #cherry_mx_brown #cherry_mx_black

  17. Ok peeps, I have a #question regarding #network #switches that I'm not sure about.

    I have a #Brocade switch that won't accept my #UPS . I tried using a different UPS with the same result. It only has one power supply installed, and I'm suspecting that's the issue. I don't see anything in the settings either in the CLI or the web interface.

    Edit: The switch powers off and the indicator light on the PSU blinks, indicating that it is still getting power but for some reason won't use it.

    Model: ICX6610-24P

  18. Any recommendations for #kvm #switches ?

    (not network switch, not nintendo switch, and not kvm virtualization ;-) )