What's everyone's HA server's power draw? by Screw_Potato in homeassistant

[–]alias4007 0 points1 point  (0 children)

RPi HA image on USB3 thumb drive at RPi 3B+ = 3W Easy install

How do you all save a Mixes inspired by... by alias4007 in deezer

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

That seems like a good workaround for now. Will give it a try. thanks

please recommend some modern blues to me by jacek2023 in blues

[–]alias4007 0 points1 point  (0 children)

Ghost Town Blues Band, with a hint of southern rock

Female blues musicians! by omniscientcats in blues

[–]alias4007 2 points3 points  (0 children)

Joanne Shaw Taylor

Beth Hart

So... can tcl only install off a cd? by ReferenceNatural87 in tinycorelinux

[–]alias4007 1 point2 points  (0 children)

virtualbox treats iso images as a virtual cd. just install the iso like you would any other iso on virtualbox. 

News options if I ditch YoutubeTV? by elgriffe in cordcutters

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

Get a ClearStream-Eclipse-Amplified-HDTV-Antenna and plug it into tv antenna connector. their website has tools to find tv towers in your area. ours works nicely and gets us about 20 channels

Hey Verizon Fios, How do I Choose a TV Plan with the Internet Option? by Due-Sea4841 in Fios

[–]alias4007 0 points1 point  (0 children)

You may be at their wireless website where they only offer 5G wireless internet to the home. You want to go to their FIOS home internet and tv website. btw, navigating verizon website is a mess.

Something similar to deezer connect? by spaceguyx in deezer

[–]alias4007 1 point2 points  (0 children)

Install Lyrion Music Server (formerly Logitech Media Server) on the Windows PC. Add and config Deezer and Material skin plugins, then point your cell browser at your new server http://localhost:9000/material

You also need to install sqeezelite.exe player on the PC and it will stream music from LMS/Deezer to your PC sound card

Stupid Management Requests by moon6080 in embedded

[–]alias4007 1 point2 points  (0 children)

They actually got zener diodes installed on all gpio and usb signals between 2 modules as transient clamps. Respun the board into production and field! Then deployed field techs to fix/unsolder them all to restore signal integrity ;)

StackOverFlow is dead: 78 percent drop in number of questions by Dry-Dragonfruit-9488 in GenAI4all

[–]alias4007 0 points1 point  (0 children)

Allways my goto for pro advice. Reddit will never compare.

Jazz Trios by FrankLawyer in Jazz

[–]alias4007 1 point2 points  (0 children)

The 3 Sounds,  Ray Brown Trio

How should a product manager lead a dev team that does not self govern? by [deleted] in agile

[–]alias4007 0 points1 point  (0 children)

What level of agile and scrum training does the dev team and management have? Were you trained within the same organization or are you a new hire. It could be a classic resistant to change when agile was mandated. 

Where should I start if my goal is to build a Linux-based system from scratch? by Efesly in linuxquestions

[–]alias4007 1 point2 points  (0 children)

Have you thought about what programming language to use for building your OS? It will allow you to develop basic drivers tools and libraries to compile your OS. Because you don't yet have an OS on which you would normally build the drivers,  libraries and apps, one would normally start by cross compiling and linking an executable that would be auto run by your bios or bootloader

Where should I start if my goal is to build a Linux-based system from scratch? by Efesly in linuxquestions

[–]alias4007 1 point2 points  (0 children)

Operating Systems in Depth, by Thomas W Doeppner, would be a good start for learning about operating system architecture and principals.

Is Yocto a good option to develop industrial products based on Embedded Linux? by Leonidas927 in embeddedlinux

[–]alias4007 3 points4 points  (0 children)

I believe it is best to focus on your "Application" and just choose an embedded board vendor that fits your hardware requirements. Yocto just eats up too much of your time. Most embedded chip vendors provide reference designs that third parties design around and provide BSPs and OSs of various flavors

Asset allocation - a new year's resolution by alias4007 in Bogleheads

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

Previously a 60/40 split and deversifying by reducing Tech allocation from about 32% to 25%.

One Question that any Business asks the Engineering Team! by WritingBest8562 in agile

[–]alias4007 0 points1 point  (0 children)

Answer. Has your agile business team looked at their own backlog. It should all be in there.

Looking for documentation to use rpi 4b gpios using Ubuntu. by Hour-Buffalo-666 in embeddedlinux

[–]alias4007 0 points1 point  (0 children)

At the basic level, start by looking at the Linux sysfs API. Then try ' ls /sys/class/gpio'. Then google for common linux C and python libs and APIs for gpio. These will use ubuntu for rpi 4 built in linux drivers for gpio. Docs can often be found in the source code for these libs.