Readit News logoReadit News
ggiesen commented on Show HN: I built a hardware processor that runs Python   runpyxl.com/gpio... · Posted by u/hwpythonner
bongodongobob · 4 months ago
Azure runs on Linux if I'm not mistaken.
ggiesen · 4 months ago
Nope.
ggiesen commented on Europen Union creates Fedora-based Linux distribution for the public sector   linuxjournal.com/content/... · Posted by u/todsacerdoti
ggiesen · 5 months ago
Fedora would seem to be an unusual choice given its 6 month lifecycle, and I would have expected an EU-based distro to use something like OpenSUSE.
ggiesen commented on Apple's long-lost hidden recovery partition from 1994 has been found   downtowndougbrown.com/202... · Posted by u/chmaynard
hilbert42 · 6 months ago
Every time I hear mention of Connor and Connor Peripherals Inc. I get the shivers. Not this has much to do with Apple's hidden recovery partition other than Connor drives are mentioned here.

Never have I experienced worse drives than those made by Connor Peripherals Inc. I've had them fail on many occasions—they'd fail if so much as to look at them.

I recall one instance where I'd spent hours setting up my computer and all was OK only to drop a small manual onto the table from a few inches height. The next thing that happened was the OS chucked an 'Abort, Retry or Ignore' message. Drive was completely dead.

ggiesen · 6 months ago
I remember another brand, JTS, from the 90's. While Connor was bad, JTS was the undisputed king of data loss. They didn't last long as a company.
ggiesen commented on Busy Status Bar   busy.bar/?hn... · Posted by u/aleksi
gosub100 · a year ago
I don't think you have the right to tell your coworkers to leave you alone. Part of working means collaboration and if you're unwilling to do that, you don't belong on a team. You're not doing brain surgery that will permanently alter the life of some helpless patient. you're not meticulously stacking the last card on top of a 10 ft house of cards exhibit where tens of hours of work will be completely lost if your concentration strays to show your face to another human being and utter a few words.
ggiesen · a year ago
You absolutely do. Many coworkers will bug you to ask instead of doing their own research, bug you to chitchat, etc.

They can always book time with you, send an email/IM, etc if there's something they can't resolve on their own.

You have your own deliverables and being interrupted every 10 minutes with inane questions that a web search or a look at the internal wiki/KB would have resolved is not a productive use of anyone's time.

Also, forcing them to wait produces better quality, better researched questions as hopefully they should make some attempt to resolve things on their own.

ggiesen commented on ESPHome   esphome.io/index.html... · Posted by u/kaycebasques
blutack · a year ago
The Olimux ESP32-POE / wESP32 boards have a proper ethernet connection and PoE support. Means you don't need to worry about wifi coverage or power as long as you can get an ethernet cable to it - and those are cheap & easy to find in ludicrous lengths for outdoor use.

ESPHome also has deep sleep support - so for some use cases you can just wake up every x minutes/hours, connect to wifi, do thing, back to sleep for x minutes. In deep sleep a decent ESP32 board (firebeetle or tinypico) will last for months on a small lithium cell. For a quick sensor, the whole wake up/read sensor/update HA/sleep again takes a second or so depending on wifi configuration.

Useful for something on a schedule like sprinklers or slow sensors (soil humidity or whatever).

You can also wake based on interrupts, which is good for stuff where you are using a low power external sensor that does interrupts (wake ESP up if humidity gets to x) or a GPIO switch (magnetic entry/float switch/etc etc).

Firebeetles and tinypicos both have cell connectors and onboard charging directly for lithium pouch cells. You could also get a cheapo solar power bank, although you'll want to do some research to make sure the relatively light load of an ESP32 will keep it powered on.

ggiesen · a year ago
I second the Olimex ESP-POE boards. I use them for all my ESPhome projects as I'm a big fan of wired connectivity and having the ability to power them over PoE is awesome.

They also have a wide variety of sensors that connect with a ribbon cable (they call it uEXT) with no soldering required. Many of the sensors are supported by ESPHome.

ggiesen commented on The unreasonable effectiveness of VMs in hacker pedagogy   hiandrewquinn.github.io/t... · Posted by u/hiAndrewQuinn
ggiesen · a year ago
Vagrant is also great for filing bug reports in software. It allows you to give the developers all the commands to reproduce the bug in a clean environment.

u/ggiesen

KarmaCake day9January 25, 2018View Original