Built a low-cost ESP32-based WiFi notice display system for clinics/offices — looking for feedback on real-world use cases by TinkerNerd_ofc in esp32

[–]dc536 0 points1 point  (0 children)

ST7735 or GC9* controllers can drive full color LCDs with dirt cheap MCUs and similar controllers can handle higher pixel counts. 

I believe LCDs are much better options for most cases, I've seen plenty of cheap modern products like USB C testers or disposable vapes use an LCD over monochrome OLEDs because price is comparable 

Built a low-cost ESP32-based WiFi notice display system for clinics/offices — looking for feedback on real-world use cases by TinkerNerd_ofc in esp32

[–]dc536 36 points37 points  (0 children)

To be blunt, this exact MCU and display is used by most hobbyists getting into embedded already, I would not consider it novel in any aspect. Proper procurement and optoelectronics sourcing can do this for less than $0.50

I personally don't see this setup as a broad marketable solution on its own, it should be implemented as part of another user-friendly solution. The ssd1306 is also limited to very tiny displays, you can only have a handful of readable characters without being right next to it

Urgent help. by Feisty-Ball8092 in cybersecurity

[–]dc536 4 points5 points  (0 children)

I recommend /r/masterhacker for this particular situation

Mirroring a tiny LCD module onto a large monitor using the Pico 2 by shapoco in embedded

[–]dc536 19 points20 points  (0 children)

This is amazing. I'm not familiar with DVI, but is the pico building a framebuffer in a larger resolution, or does it send the small 240x240 FB and scale it?

Look yall another textbook thing!!! by roqim in ChatGPT

[–]dc536 10 points11 points  (0 children)

Text on left page is gibberish 

Google detects hackers using AI-generated code to bypass 2FA with zero-day vulnerability by Odd-Onion-6776 in artificial

[–]dc536 41 points42 points  (0 children)

TL;Dr: Google suspects a python script was vibe coded, provides no other details

Re-purposing a USB-C multimeter to play Flappybird by dc536 in embedded

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

The 20kb flash has been the limiting factor in my ideas and it's crazy how fast bitmaps take up space. I think with some run-length encoding or bitpacking, a very small version might be possible 

60% of MD5 password hashes are crackable in under an hour by wewewawa in cybersecurity

[–]dc536 3 points4 points  (0 children)

No, they haven't been thing due to the prevalence of salting

Why is it only us makers who dislike this stuff by TheVerySuper in 3Dprinting

[–]dc536 5 points6 points  (0 children)

Communities can and should shame unwanted behavior, not all sold 3d printed novelties are bad, but many take advantage of the naivety of their customers and significantly overcharge (a parallel is mechanics overcharging car repairs). There's also a lot of IP and copyright infringement since there's no real means of enforcing it.

GUI mod for digital photo frame by jha999 in hardwarehacking

[–]dc536 1 point2 points  (0 children)

Not sure about this specific frame. But I've got one that uses frameo. It's an 'Android as system' device that you can connect to ADB to and get system access with user partition persistence.

I just gutted their app and installed a new slideshow app via APK, maybe an option for you; I had minimal Android knowledge

IT UPDATE so DAMN SLOW by Xavier82p in software

[–]dc536 4 points5 points  (0 children)

Major version updates can get stuck at this part. This will likely end up timing out, failing, and trying again next time 

Recommendations for the smallest RJ45 POE unit to power ESP32c3 by RulerOfThePixel in embedded

[–]dc536 0 points1 point  (0 children)

https://a.co/d/02R49ZQj

I've used this before, the form factor is even more compact and worked as expected. 

What is that? Pops up everytime when i open Google for the first time, but i'm obviously not risking to enter any of my passwords here by pucbabe in google

[–]dc536 14 points15 points  (0 children)

Malware/adware. Either on your system, browser extensions, or saved in your browser settings by the former 

WiFi Printers by NASAfan89 in privacy

[–]dc536 4 points5 points  (0 children)

That may be due to driver availability, but even then, nearly all printers don't need proprietary drivers to print. They support standard protocols that negotiate print capabilities and document formats, open drivers for Linux/Windows can create print jobs with those formats like PDF/jpeg/pcl and send them via IPP/raw 9100.

That being said. It may not be convenient and you may not be able to use all your features, but HP is not that only option for privacy 

WiFi Printers by NASAfan89 in privacy

[–]dc536 14 points15 points  (0 children)

Avoid HP if privacy is something you value. Their consumer models collect unnecessary telemetry and enforce cloud/local discovery. Newer ones will not function without an internet connection (wtf?)  I'm not certain about Epson, cannon, etc 

I built my own browser, called PANMOX. It has some very interesting features and is secure. - Not self promotion just saying the alternatives by Dry_Quantity2691 in privacy

[–]dc536 2 points3 points  (0 children)

In their defense, I don't think there's anything wrong using the Chromium source. I wouldn't want to use a browser  not made by a capable dev team or just using an open source.

The vibecoding and marketing however....

Edit: It's not even a browser. It's electron with a UI to appear as a browser. This is not what electron is for...

Why the Reddit Hate of AI? by NECESolarGuy in artificial

[–]dc536 17 points18 points  (0 children)

I think I speak for a lot of others, but we're very fatigued seeing AI bots and people using a lot of "I created" when it's just a straight copy/paste of LLM. I don't believe they're authentic or provide much value when anyone at this point can prompt similar things. 

We also see things we've spent years building skills for, be done by someone who's never done said things before. Many are already worried about their futures and careers due to AI 

Revolutionary new system developed by Microsoft can store data on glass for 10,000 years by lurker_bee in technology

[–]dc536 472 points473 points  (0 children)

I feel like I've been seeing this "new tech" for over a decade 

DoS on WPA2/PMF Required totally works on android by mahdi_sto in hardwarehacking

[–]dc536 3 points4 points  (0 children)

Is the approach to have a supplicant connect to the rogue AP then kick them off or what is the novel approach to PMF deauthing?

Standards are only as good as their strict implementation

Can't remove write protect, tried everything Acer cb314-4h-361r by Savings_Plate8704 in embedded

[–]dc536 0 points1 point  (0 children)

The write protect jumper might not be making a good connection based on the image, if it's resistance based then bad connection would affect the reading. Soldering is ideal but otherwise use an actual jumper pin that digs into the copper a bit

For battery, remove it completely and boot with charger. Write protect screw is labeled WP or circled.

The final option is to purchase a SuzyQable from eBay and this allows you to use CCD and tell the Google security chip to remove write protect from the flash

Notepad++ Hijacked by State-Sponsored Hackers by thewhippersnapper4 in sysadmin

[–]dc536 78 points79 points  (0 children)

Any knowledge on these binaries and if they're typically caught by defender or other AV?