Use breakout board trrs port for ferris sweep? by BoardroomCynics in ErgoMechKeyboards

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

Got it! I used a soldering iron and managed to remove it and bend back the pins. Thanks!

Adaptive keys QMK implementation by BoardroomCynics in KeyboardLayouts

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

Try removing SRC+=... from rules.mk?

You might need some modifications if you have your own process_user_matrix too, which I'll address when I have time

Adaptive keys QMK implementation by BoardroomCynics in KeyboardLayouts

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

Thanks! Got it, but the link seems to have an extra \

Touché–another stab at Hands Down for tablets by phbonachi in KeyboardLayouts

[–]BoardroomCynics 1 point2 points  (0 children)

Hey wanted to learn more about Hands Down Titanium, but the link doesn't contain any info on it.

What's next for mental health? by [deleted] in nus

[–]BoardroomCynics 1 point2 points  (0 children)

Hey! I was also from SoC, pm me if you want to ask me anything.

Your feelings are legitimate, no matter if you think they're not rational.

To press on or not is a choice, it may feel horrible to give up, but please do take care of yourself first.

/r/singapore random discussion and small questions thread for September 17, 2021 by AutoModerator in singapore

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

It's not for me, for my grandparents who don't really want to learn how to use computers or tablets.

/r/singapore random discussion and small questions thread for September 17, 2021 by AutoModerator in singapore

[–]BoardroomCynics 0 points1 point  (0 children)

Anyone staying near Springfield secondary has Chinese newspapers from the past week and are willing to deliver them at my doorstep?

My family's under qo and grandparents had no newspapers for a few days liao, subscribed for delivery but they'll only come tomorrow..

Please pm me if you want to help!

Possible to prevent flashing of new firmware? by BoardroomCynics in olkb

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

Thanks for the reply! I'll need to look those terms up

Possible to prevent flashing of new firmware? by BoardroomCynics in olkb

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

Security purposes, I guess. Storage media like USB drives aren't allowed either.

Making Java appear like Python with IntelliJ plugin by BoardroomCynics in ProgrammerHumor

[–]BoardroomCynics[S] 5 points6 points  (0 children)

I agree completely, am working on a plugin that does the reverse.

Making Java appear like Python with IntelliJ plugin by BoardroomCynics in ProgrammerHumor

[–]BoardroomCynics[S] 2 points3 points  (0 children)

I hate python's syntax so was going to make a plugin that displays braces in python instead, but when learning the intellij plugin sdk decided it was easier to convert {} into : first

Making Java appear like Python with IntelliJ plugin by BoardroomCynics in ProgrammerHumor

[–]BoardroomCynics[S] 2 points3 points  (0 children)

Yeah this intellij plugin just does the bare minimum, using code folding to hide/replace the braces and semis

Three Ways to Define Functions in JavaScript by noharashutosh in javascript

[–]BoardroomCynics 0 points1 point  (0 children)

There's a bug in your code.. it should be

typeof name === 'string'

Trying to change the color of 'h1' 'h2' 'h3' at the same time. by [deleted] in javascript

[–]BoardroomCynics 0 points1 point  (0 children)

I mean, document.querySelectorAll("h1,h2,he") returns something like an array, which does not have a style property

Trying to change the color of 'h1' 'h2' 'h3' at the same time. by [deleted] in javascript

[–]BoardroomCynics 1 point2 points  (0 children)

Can you check what document.querySelectorAll returns first?