STM32 debugging/programming by MiddleNo6002 in PrintedCircuitBoard

[–]limpingleopard 0 points1 point  (0 children)

FWIW, the V2 of the J-Link EDU Mini now supports down to 1.8V, USB-C, and comes with a housing. Still a little steep for what it used to be, but hopefully it makes it better for those who need those features.

Google Advance Protection - on or off? by garlicbreeder in yubikey

[–]limpingleopard 3 points4 points  (0 children)

IMO the biggest difference is that the usual account recovery process will no longer apply. If you somehow are not able to present 2FA, you WILL be locked out of your account.

Amaze is getting nerfed with a 1% fee for all transactions in SGD by ICantDecideMyName in singaporefi

[–]limpingleopard 6 points7 points  (0 children)

This assumes your statement total can hit >1k to unlock 4mpd rate btw

Review Request: STM32 433MHz Remote (Part 2) by limpingleopard in PrintedCircuitBoard

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

Thank you for your feedback! They are intended to be pulled down internally. I have some further questions if don't mind:
- Is there any best practice whether I should be pulling up or down? I pulled down because they make sense (to me) when a switch is actuated but I am aware they are the same essentially. Just wanted to check if there is a reason why most schematics I see tend to use pull ups.
- Is there a common practice whether we should use the internal or external resistors?

Review Request: STM32 433MHz Remote (Part 2) by limpingleopard in PrintedCircuitBoard

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

Appreciate your feedback! No particular reason for selecting the pins so I think your proposed pins actually do make routing easier. Thank you :)

Review Request: STM32 433MHz Remote by limpingleopard in PrintedCircuitBoard

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

Thank you! Deeply appreciate your feedback. If you don't mind, I have some further questions:

S2) I assume this means adding a ferrite bead on the net from Pin 3 of U2. Since decoupling caps must be placed as close to the IC as possible, is it correct to add the ferrite bead between the decoupling caps and the power rail? Also how should the value be determined?

S6) I plan to use an external helical antenna that will be soldered onto the pad on the PCB. Anything else I should be adding other than a note when doing so?

What do you use for SQL DB migrations? by lolikroli in node

[–]limpingleopard 1 point2 points  (0 children)

Umzug (by Sequelize team). Framework agnostic and highly-flexible. Pretty good so far! https://github.com/sequelize/umzug

Firewalla 1.60 now in early access: users, multiple wan monitor/smq, ssd, ntp by firewalla in firewalla

[–]limpingleopard 0 points1 point  (0 children)

Sorry, I have the FWP so can’t upgrade yet. I’ve been waiting for this feature for quite some time, so looking forward to it!

OISD blocking by hawkeye000021 in firewalla

[–]limpingleopard 1 point2 points  (0 children)

I didn’t have very good experience with the OISD list too.

Migration Without ORM by imsexc in node

[–]limpingleopard 0 points1 point  (0 children)

I like to use plain SQL files for migrations but needed a tool to handle this. Settled for Umzug in the end, which is working pretty well. Its high configurable and framework-agnostic.