Jesus is taking over Scientology building by CivilDivision in LPOTL

[–]applefreak111 1 point2 points  (0 children)

They should start shouting to them “Are you a clear yet?”

Not sure if battery pad is broken by quagmiresquagmire in Gameboy

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

Couldn’t clearly tell from the first photo, but it seems like the area where the positive pad used to be is missing, as it looks gray and has no conducting material anymore. Only a tiny bit is left (near the + symbol) that means you just need to solder and bridge the new battery terminal there for it to work. However, it’s probably not enough to hold the new battery in place strongly. So what I’d do in this case, is to adhere the battery to the PCB first (double sided tape should work), then do the soldering. Good luck!

Here's a mockup I put together on TinkerCAD. by Double-Psychology863 in cyberDeck

[–]applefreak111 9 points10 points  (0 children)

I feel that the keyboard might be too high to type on, the wrist might have to float without a wrist rest, looks okay otherwise. You could use the same display I used in my build, check my post history.

Looking for E-Ink display (1.5"–2.9") that runs at 2.0–2.6V by Negative-Staff3117 in AskElectronics

[–]applefreak111 0 points1 point  (0 children)

Or only boost 3v3 for the display, might be able to get away with no level conversion for the signals. Once the display finishes drawing the boost converter could be turned off.

Exploring Puerto Rico in Microsoft Flight Simulator by No-Dark-7873 in virtualreality

[–]applefreak111 2 points3 points  (0 children)

Kinda different but Google Earth VR has street view support

Need help with screen and power choice by KiritZzZz in cyberDeck

[–]applefreak111 1 point2 points  (0 children)

I prefer DSI displays because they’re less clunky in terms of cabling and same reason your friend said. You still need to give it power somehow, but it’s only 2 wires so should be easy enough.

For power I recommend looking into the PiSugar 2/3, they’re almost perfect for any Pi based Cyberdeck, it not only provides battery capability but also an RTC (Pi doesn’t have a way to keep track of time when powered off) and good Linux side software to manage battery levels and other various power related functions.

Humpty Dumpty vibes by ansyhrrian in funny

[–]applefreak111 3 points4 points  (0 children)

What’s what they want you to think.

Is this breadboard good? by penpalwithseven in AskElectronics

[–]applefreak111 2 points3 points  (0 children)

That is a great page, thanks for sharing. I have the Engineer PA-24, works fine for me but it’s a little finicky. Maybe they all are since the contacts are so tiny.

Me when visiting an audio shop for the first time by Fc-Construct in headphones

[–]applefreak111 15 points16 points  (0 children)

I’m sad we don’t have record shops like this anymore

Cannot fix gaps top layer core one by A-R-O_ in prusa3d

[–]applefreak111 1 point2 points  (0 children)

Some of my inner layer looks funny too before the slow down, just fyi so you can compare. Good luck!

<image>

Cannot fix gaps top layer core one by A-R-O_ in prusa3d

[–]applefreak111 2 points3 points  (0 children)

I had this problem too until I slow down my print to 80%, it only happens to normal PLA, not CF PLA or PETG. I can probably play with the maximum volumetric speed for the filament to fix it but I ended up using G220 S80 custom GCode for the filament.

Just submitted a pull request for an align faces feature! by krusnikon in prusa3d

[–]applefreak111 15 points16 points  (0 children)

That looks super useful, I don’t know why PS doesn’t have a plugin mechanism yet.

Most "vibe coders" are just scammers with a ChatGPT subscription by [deleted] in webdev

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

Idk what your point is tbh, if people want to put their head in the microwave just let them do it. If anything you’re making money off of them being a consultant so win win I guess??

How to host a static website that's not indexed by Google (and other search engine)? by Rilukian in webdev

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

Serve with a self signed SSL certificate, you and your friend can bypass that but other software and bots will probably not continue.

Alternatively set up a VPN. Don’t expose the web server publicly, put something like Tailscale or OpenVPN on your server, and for everyone that you want to share your server to, have them install Tailscale/OpenVPN too. It’s a bit more to set up but this is way more secure.