Tech Dregs
Tech Dregs
  • 86
  • 458 059
Making a Pogo Programmer
Pogo pin headers make for a very easy job programming the Sonoff S31.
What I bought (not an affiliate link): www.amazon.com/dp/B09NHQY8R2/
STEP file: github.com/techdregs/Pogo_Programmer
=== Timestamps ===
0:00 Introduction
0:54 Pogo Pin Headers
1:54 How I made mine...
มุมมอง: 193

วีดีโอ

BTPHR Part 2: AG Composites Visigoth Stock
มุมมอง 8116 ชั่วโมงที่ผ่านมา
The second installment of my hunting rifle build, the AG Composites Visigoth, a carbon fiber stock. The stock comes with aluminum pillars and CNC machined to fit the components that you select. I opted for the Erosion Rogue camo pattern and QD cups all around. Weight came out to 30oz for a long action stock. I also do a visual comparison to Christensen Arms Ridgeline and Tikka CTR stocks. Times...
Kasa HS300 Power Monitoring Strip (bypass the app!)
มุมมอง 1K19 ชั่วโมงที่ผ่านมา
A look inside the TP-Link Kasa HS300 smart power strip, which has six individually controlled and metered outlets (with USB charging ports if you need them). There is a python script which allows these to be added to your wifi network (and thus Home Assistant) without having to use the TP-Link app or setting up an account. You will need Python installed for that to work. I'm using the IDLE ide ...
Reflash Sonoff S31 to ESPHome with teardown and full schematic
มุมมอง 47621 วันที่ผ่านมา
A deep dive into the Sonoff S31 and S31 Lite. Looking at the differences between the Wifi and Zigbee version of this smart outlet. The S31 version uses an ESP8266EX which can be reflashed with ESPHome for full control. Schematic and docs: github.com/techdregs/Sonoff-S31-Teardown Timestamps 00:00 Introduction 01:30 Disassembly 02:00 Wifi Version Overview 04:10 Zigbee Version Comparison 06:30 Cir...
Building the Perfect Hunting Rifle Part 1: The Barrel
มุมมอง 126หลายเดือนก่อน
Inspecting a new custom barrel from Patriot Valley Arms (PVA). This used an Osprey button rifle blank, 1 in 8 twist, chambered in 7mm PRC. I had it finished at 20 inches long, threaded 5/8-24 at the muzzle, prefit for a Terminus Kratos Lite, fluted, and Cerakoted graphite. Weight was 50.6oz or 1435g. Timestamps 0:00 Introduction 1:00 Outer inspection 1:37 Weight/Cost 3:10 Pre-cleaning bore insp...
Blind Shakers Give Higher Extraction... Right?
มุมมอง 1.1Kหลายเดือนก่อน
An espresso extraction test on a blind shaker vs WDT. I don't find any difference in extraction, but the shaker did have more variable flow rates and was just a hassle to use. Data: Obs,Type,Dose,Time,Output Mass,Flow,TDS,Yield,Issue,Notes 1,WDT,18,27.8,40.6,1.5,10.41,23.48,0, 2,Shaker,18,28.2,40.9,1.5,9.97,22.65,0, 3,WDT,18,24.4,41.6,1.7,9.80,22.65,0, 4,Shaker,18,25.6,41.3,1.6,10.11,23.20,1,Me...
SEN55 Air Quality Sensor with ESPHome and Home Assistant
มุมมอง 1.3K2 หลายเดือนก่อน
The SEN55 by Sensirion is an air quality sensor that measures temperature, humidity, volatile organic compounds (VOC), nitrogen oxides (NOx), and particulate matter at the PM1.0, PM2.5, PM4.0, and PM10 levels. You can also use the SEN54, which does everything but NOx. These sorts of devices are potentially useful if you do 3D printing, painting/epoxy, or just general air quality monitoring in y...
Is Cook Unity better than Factor 75? (Unsponsored, unaffiliated)
มุมมอง 3K2 หลายเดือนก่อน
A review of Cook Unity, yet another meal delivery service. Compared to Factor and Fresh n lean, I would rank it at the top. For my purposes, it was the cheapest, with some of the best quality, portions, and flavor. I taste test four different meals, walk through the ordering experience, and verify portion weights. Timestamps 00:00 Introduction 03:05 Weird review system 05:00 Ordering (more webs...
Voice Control and Wake Word Detection on USB Speakerphone in Home Assistant
มุมมอง 7K2 หลายเดือนก่อน
After way too many months, I finally have a USB speakerphone working as a voice control device on Home Assistant. I think this is a far better implementation than the ESP32 based approaches which are the standard. While those are probably great for satellites, they usually have very poor audio and microphones. This one has much better audio properties, and it's plug and play (in theory). Set up...
Making an E-paper Dashboard with ESPHome
มุมมอง 124K2 หลายเดือนก่อน
Using Home Assistant and ESPHome to make a custom e-paper (e-ink) dashboard. The hardware is pretty trivial... the code is where all the magic happens. This can serve as a demo of using the Waveshare E-paper displays, displaying weather or other sensor data from Home Assistant, using the graph component, finding and mapping custom MDI icons, drawing boxes, formatting dates/numbers/text, and gen...
So we're shaking our coffee now?
มุมมอง 8K3 หลายเดือนก่อน
A quick test of shaking vs WDT on espresso extraction, inspired by Lance Hedrick's videos. I do not find any statistical difference in extraction between shaking or WDT for distribution. I do think it's easier to pull off consistently, however. The dosing cup I use (not an affiliate link) is a CBSC: www.amazon.com/Dosing-Stainless-Coffee-Espresso-Machine/dp/B095NW254V I'm using a homemade WDT t...
Six Months of YouTube Monetization (how much did I make?)
มุมมอง 1.4K3 หลายเดือนก่อน
A brief look at how much money I've made from TH-cam since I got monetized six months ago. The answer? Eh, not a lot. But maybe interesting to see some real numbers on this... Timestamps 00:00 Introduction 01:15 Analytics 02:44 Revenue per Thousand Views 03:50 Most Viewed Videos 05:29 Highest Revenue Video 07:35 Profitable video categories? 08:49 Plans for the Channel Future 10:25 Thank You!
Easy Solar Outdoor Weather Sensor with ESPHome and Home Assistant
มุมมอง 2.2K3 หลายเดือนก่อน
This will capture temperature, humidity, barometric pressure, and soil moisture. It uses a generic 5V 3W solar panel from Amazon (exact model no longer available), a 180mAh LiPo battery, a Seeed Xiao ESP32-C3, a BME280 sensor, and a capacitive soil moisture sensor. YAML code for ESPHome, demo Lovelace code for Home Assistant, schematic, and STEP files for the enclosure here: github.com/techdreg...
The Problem with Ninja Nutri-Blenders
มุมมอง 1793 หลายเดือนก่อน
A look at two big issues with the way Ninja single-serve blenders are designed. They develop leaks and they are a PITA to clean appropriately. The way they design their seals makes them difficult to remove without damaging (over time) and if you just put them in the dishwasher, they don't get clean. I'm replacing this one with a Vitamix. Thumbnails 0:00 Introduction 1:21 Long-term brief review ...
ESPHome OTA Updates for Deep Sleep Devices
มุมมอง 1K3 หลายเดือนก่อน
Two methods for OTA updates of sleeping ESPHome devices. These devices can be quite hard to catch awake for firmware/YAML updates... so, here are a couple of ways to do it. The first is automated using some built in Home Assistant tools, but I only know how to do that for ESPHome updates. For configuration updates, there's a manual method using a Home Assistant Helper to tell the ESPHome device...
Simple Pot Roast
มุมมอง 1524 หลายเดือนก่อน
Simple Pot Roast
A Technical Look at Coffee Water
มุมมอง 2004 หลายเดือนก่อน
A Technical Look at Coffee Water
Will this finally get me sharp knives?
มุมมอง 7414 หลายเดือนก่อน
Will this finally get me sharp knives?
Lodge USA Enamel Dutch Oven
มุมมอง 3.8K4 หลายเดือนก่อน
Lodge USA Enamel Dutch Oven
Deep Dive on Water Grinding Espresso (the Hendon papers)
มุมมอง 2144 หลายเดือนก่อน
Deep Dive on Water Grinding Espresso (the Hendon papers)
The dumbest trend in espresso...
มุมมอง 2524 หลายเดือนก่อน
The dumbest trend in espresso...
Fancy Pants... for hunting (Sitka vs. Kuiu)
มุมมอง 1.5K5 หลายเดือนก่อน
Fancy Pants... for hunting (Sitka vs. Kuiu)
Ascaso Dream PID Electronics (w/full schematics)
มุมมอง 2315 หลายเดือนก่อน
Ascaso Dream PID Electronics (w/full schematics)
Breville Bambino: Hot, Nasty, Bada!% Speed (and some compromises)
มุมมอง 2.6K5 หลายเดือนก่อน
Breville Bambino: Hot, Nasty, Bada!% Speed (and some compromises)
Fixing a dumb mistake by making ESP32 use hardware SPI
มุมมอง 2186 หลายเดือนก่อน
Fixing a dumb mistake by making ESP32 use hardware SPI
An in depth look at Breville Bambino electronics...
มุมมอง 5866 หลายเดือนก่อน
An in depth look at Breville Bambino electronics...
The Most Absurd Breville Bambino Teardown
มุมมอง 9K6 หลายเดือนก่อน
The Most Absurd Breville Bambino Teardown
Load Testing an InstaCrate
มุมมอง 3586 หลายเดือนก่อน
Load Testing an InstaCrate
Repairing my truck sidestep... upgrading to stainless steel.
มุมมอง 526 หลายเดือนก่อน
Repairing my truck sidestep... upgrading to stainless steel.
Z-wave Switch Circuits
มุมมอง 1537 หลายเดือนก่อน
Z-wave Switch Circuits

ความคิดเห็น

  • @chamodhdissanayake9831
    @chamodhdissanayake9831 ชั่วโมงที่ผ่านมา

    Informative video...is there any way to apply an energy harvesting application to this so that the battery itself can be charged without disassembling the whole thing?

  • @johnwalker8952
    @johnwalker8952 23 ชั่วโมงที่ผ่านมา

    What is the point in showing air pressure to 4 significant figures?

    • @TechDregs
      @TechDregs 19 ชั่วโมงที่ผ่านมา

      When measuring barometric pressure, typical value changes are very small. Average daily fluctuations in my area are around 0.25inHg per day, and over the past week the daily average range of values was only 0.10inHg.

  • @murchiann
    @murchiann วันที่ผ่านมา

    Cool 😎

  • @bob_mosavo
    @bob_mosavo วันที่ผ่านมา

    Thanks 👍

  • @a.j.haverkamp4023
    @a.j.haverkamp4023 วันที่ผ่านมา

    Step 1, reseat the memory. You never did that (on camera). My SER5 is running fine.

  • @gurumze8013
    @gurumze8013 2 วันที่ผ่านมา

    Nice video, lots of great info! Im waiting for my shaker to arrive from China. I bought it for 18 Euros (roughly 20 USD) from Aliexpress (Which is a far better source of coffee equipment than Amazon, i dont know why people still bother with Amazon TBH). Im also curious to see how it works out. Im not so much interested in the extraction as in reducing the steps involved to dial in a shot. So theoretically, if all goes well i'll stop using a WDT, a dose ring and a leveller while getting the same results (or better as Lance Hendrinck's videos show).

  • @tbandras
    @tbandras 3 วันที่ผ่านมา

    Thanks a lot for sharing your project! A quick question: the Xiao C3 is rated up until 3.6V whilst the battery is 3.7V (and I assume the voltage goes even higher, maybe lower 4.x when fully charged). Have you experienced any issues with it, should I be considered if I were to copy your setup with a 3.7V LiPo battery?

    • @TechDregs
      @TechDregs 2 วันที่ผ่านมา

      Not sure where you're getting the 3.6V from, so IDK what to reference there. The Xiao is made for 3.7V LiPo batteries. The higher charged state voltages (~4.2V) are no problem; that's just how LiPo batteries are.

  • @cheezfondoom
    @cheezfondoom 3 วันที่ผ่านมา

    I used Cook Unity for about 8 months in 2023 in Midwest region. I was very happy with the quality and selection of meals. I had an occasional issue with a container arriving opened but customer service was quick to credit my account when contacted. I was getting 12 meals per week and took a break because of redundancy of the menu over time. You mentioned the sodium is not on that packaging, but I do remember seeing the numbers on the website when ordering. It was interesting to see your analysis on actual weight - definitely a service I am considering going back to.

  • @roldgold5972
    @roldgold5972 3 วันที่ผ่านมา

    How do you think a solar charger would do?

    • @TechDregs
      @TechDregs 3 วันที่ผ่านมา

      Already done. :) th-cam.com/video/Yttauf94A04/w-d-xo.html

  • @rae0521
    @rae0521 3 วันที่ผ่านมา

    I received a Mini S (11th edition) from Amazon yesterday. IT HAD ALREADY BEEN USED with the OS passworded... and in FRENCH... by someone named Marc. NO MANUAL came with it. Resetting the CMOS through the little hole didn't help... I got into the BIOS once... and then never again. The machine wouldn't even turn on. Why do companies go through all the effort to make JUNK when EXCELLENCE is within reach? It's on it's way back to Amazon. I sure hope someone bothers to try it before they ship it out to the next sucker who "buys" it.

  • @davidsykes2825
    @davidsykes2825 3 วันที่ผ่านมา

    Not sure what the point of this video is? Are you disputing Lance Hendricks findings? I don’t say this to be offensive but his testing appears to be much more dependable/ legitimate… especially since he’s using the correct product. The biggest thing this video showed to me was that the WW blind shaker is worth the extra $. You throw out words like “subjectively” and “statistically” but this kind of data has already been shown in a much more dependable way to be significant on Lances video (multiple videos now). If you can’t or won’t test in a manner that is comparable to someone else’s finding don’t try to discredit someone else who has put in the work.

    • @TechDregs
      @TechDregs 3 วันที่ผ่านมา

      I'm not sure what you're getting at. What makes the data in this video inferior, exactly? What makes his test more dependable or legitimate? Just the brand of the shaker? Or do you have sort of methodological critique? I said nothing to discredit Lance. I've pointed out the whole time that I'm doing replication studies, to see if I can verify or confirm what he saw. I can't. You're free to draw your own conclusions on whether or not that's due to methods, setup, or specific equipment involved.

    • @davidsykes2825
      @davidsykes2825 3 วันที่ผ่านมา

      The title of your video is “Blind Shakers Give Higher Extraction…Right?”, and then printed in all caps right on the front of your thumbnail is “NOPE”. That is a direct contradiction to Lance. It’s fine if it doesn’t work for you and I appreciate that you didn’t criticize Lance but you are clearly stating that he is wrong. To do that, imo, you should be at least close to as thorough in your process of coming to that conclusion as he was in coming to his. From what I could tell you were not. It may not matter that you used a different brand but it could also be THE difference. At least one of the critiques that you had about your shaker is something WW specifically advertises a solution for in their product. So I don’t particularly think that your video is a fair challenge to Lances findings or a fair critique of the true Blind Shaker. There is value in hearing other people’s experiences, and maybe you’re right in your findings. I just don’t think you proved enough to make that claim. Also, as a side note, I realize the end of my last comment was a little inflammatory. I could have started my opinion more graciously. I apologize for that and I respect you for not responding to that in like kind.

    • @TechDregs
      @TechDregs 3 วันที่ผ่านมา

      The thumbnail says that because that's the conclusion of the data from my test. I test a blind shaker vs WDT and find no difference. Honestly, I would need to see something pretty substantial at this point to convince me that the Weber version does anything differently, as there are people online seeing retention problems with those also (unless you're referring to some other criticism I had of the shaker cup). What does the Weber do differently? I don't know if anyone else has even put the claim to a test, really. Barista Hustle did a test, but their sample size is tiny (and they find no statistical difference). So, right now, the evidence that blind shakers are more effective seems to only be coming from Lance's tests? Or are there other tests I'm aware of? I don't wish to start any drama, but I was definitely looking to bring something to the conversation. I have no issue with Lance or his test. Again, I'm just trying to give a separate look at the question, and offer my data so that anyone else can see for themselves and make up their mind.

    • @samsneed7979
      @samsneed7979 วันที่ผ่านมา

      @@TechDregs "What does the Weber do differently?" The clanking when you shake it seems like a pretty big difference. I have a Craig Lyn tumbler so I can't really vouch for the shaker, but the one you bought seems crappy. That said, I only use mine because I have a Pietro grinder and the catcher sucks, so the tumbler works well as a transfer tool. It leaves a mound too. I just tap the portafilter and level it out with my tamper. Which is honestly the only distribution tool I believe is necessary. Just level it, tamp as hard as possible and enjoy consistent shots. All of the distribution tools are just toys, but toys are fun to play with. The tumbler looks cool and rings like a bell. That's fun and cool.

  • @bosiorne2292
    @bosiorne2292 3 วันที่ผ่านมา

    So this has 9 bar just like gaggia classic pro with opv mod but it comes with 9 bar opv for 9 bar from factory ? What one do you recommend gaggia or sage bambino ?

    • @TechDregs
      @TechDregs 3 วันที่ผ่านมา

      The Gaggia is a heavier duty machine, but the Bambino would be faster and cheaper. The Gaggia can be modded to have PID and all kinds of features, but in it's standard form, it doesn't have PID and is a very bare bones setup.

  • @revvrav
    @revvrav 3 วันที่ผ่านมา

    Does this calibrate the load cell, i'd like to use a different one with higher weight?

    • @TechDregs
      @TechDregs 3 วันที่ผ่านมา

      Should work for higher values. There are calibrations you can do, if you dig into the underlying libraries for the HX711.

    • @revvrav
      @revvrav 3 วันที่ผ่านมา

      @@TechDregs Gotcha, thanks for your reply!

  • @markus_hn5043
    @markus_hn5043 5 วันที่ผ่านมา

    RAM problem?

  • @agcomposites5489
    @agcomposites5489 5 วันที่ผ่านมา

    Great video! To add to your review, the weight on the website is for a standard stock. When you add custom options it can change the weight a little. Second, the relief on the inlet for the bottom metal is as you said allows for clearance for a true Rem 700 bottom metal. Again, thanks for the feedback / review and let us know if you need anything else.

  • @SpicyHotPot12
    @SpicyHotPot12 6 วันที่ผ่านมา

    Huh. Looks like there's no way to purchase a replacement Minimelt fuse on their website?...

    • @TechDregs
      @TechDregs 6 วันที่ผ่านมา

      Nah, looks like they are only found at European electronics distributors.

  • @nikthefix8918
    @nikthefix8918 6 วันที่ผ่านมา

    Power monitoring and remote switching of the USB ports would have been really useful.

  • @disfordiesel8219
    @disfordiesel8219 7 วันที่ผ่านมา

    Thanks for the comparison. I like this style stock.

  • @wewroc99
    @wewroc99 7 วันที่ผ่านมา

    Waiting for my first delivery this week

  • @ajdavies
    @ajdavies 7 วันที่ผ่านมา

    Very cool video series on your annealer build. I assume you ended up sticking with 10x 0.33uF capacitors?

    • @TechDregs
      @TechDregs 7 วันที่ผ่านมา

      Yes, from what I remember, those were easy to find in higher frequency versions without doing special orders. Other values were less common.

  • @TechDregs
    @TechDregs 8 วันที่ผ่านมา

    As an update, the speakerphone is back up and working again, so maybe the USB issues are now sorted.

  • @ataasgari
    @ataasgari 8 วันที่ผ่านมา

    AFAIK RTL87XX has a basic support in ESPHome via LibreTiny.

    • @TechDregs
      @TechDregs 8 วันที่ผ่านมา

      That's cool. Unfortunately, I think that's only being used for Wifi on this. The microcontroller running the show is the CMS8S5880, I believe.

  • @johnnyosullivan9252
    @johnnyosullivan9252 8 วันที่ผ่านมา

    For SHITS SAKE be more presentable! Clean your bloody monitor!👎

  • @bello69
    @bello69 10 วันที่ผ่านมา

    My Mini S SSD lasted about 1 year and then died. Another sad story....

  • @tomlynn1000
    @tomlynn1000 11 วันที่ผ่านมา

    Not sure if he ever got to the point.....

  • @Rico11b
    @Rico11b 11 วันที่ผ่านมา

    Your data is WAY OFF!!! There's no way you're only getting only 118+ degree Fahrenheit from a rifle barrel after firing 10 rounds in quick succession. Firing 10 rounds will raise the temps a hell of a lot more than 20 degrees Fahrenheit. If you bothered to touch the barrel you'd see your data is off. The barrel is so hot you can't hold onto yet you show that it's 118 degrees F as a high point.

  • @kellycorona1185
    @kellycorona1185 11 วันที่ผ่านมา

    The only thing that is going to make me choose FNL over Factor is the fact that delivery day is on Saturday. Why would you deliver meals mid-week? That's annoying. I eat meals Sunday - Friday and then go out on Saturdays. FNL is perfect for that schedule!

  • @SimonAZ
    @SimonAZ 11 วันที่ผ่านมา

    I do a dance around the dosing cup first and then shake it with an empty flushing basket on top. Works always!

  • @saiyantwan
    @saiyantwan 12 วันที่ผ่านมา

    This really tells me that they need a way for bluetooth speakers to work natively. especially since most have built it mics

  • @ethanharkin2543
    @ethanharkin2543 13 วันที่ผ่านมา

    Cool. Will use this recipe in lab

    • @TechDregs
      @TechDregs 13 วันที่ผ่านมา

      Hope it works for you.

  • @graeywolf
    @graeywolf 13 วันที่ผ่านมา

    Thank you :)

  • @amel4enkomaxim
    @amel4enkomaxim 17 วันที่ผ่านมา

    В инструкции написано 19v 6.32A, а продавец положил 19v 3.42A. Проверяйте блок питания.

  • @saidchammas
    @saidchammas 17 วันที่ผ่านมา

    I think you're right about the market share thing. I wonder if they're able to hemorrhage money for long enough to gain considerable market share like amazon does with competitors - especially in a space where people can very easily switch subscriptions to another company if they don't like the raised prices later on

  • @djl0fne
    @djl0fne 19 วันที่ผ่านมา

    At WhT temp does the geometry change to a point where it effects accuracy

  • @ellegrl98
    @ellegrl98 19 วันที่ผ่านมา

    Im trying to setup one of these up for my mom but have run into an issue already too. The monitor is saying its not detecting anything and i know its plugged it. 😢 I will try another monitor and if still nothing ill send hers back too. The shipping took forever already and usually amazon is really fast

  • @Kycirion
    @Kycirion 20 วันที่ผ่านมา

    Nice video. Good looking bullets. Been looking at these for my 6.5 PRC for hunting. Hope you do a followup with some ballistics or at least animal photos.

    • @TechDregs
      @TechDregs 20 วันที่ผ่านมา

      I did get one small whitetail in the fall with it. Took it about 120yds out, head on through the chest and out behind the right shoulder. Couldn't find the bullet, unfortunately, but the results were as expected. Not really suitable for youtube, but let's just say you wouldn't have any trouble tracking one.

  • @shroudedunity
    @shroudedunity 21 วันที่ผ่านมา

    Ugh. All of my favorite things. Guns, test equipment and data points!

    • @TechDregs
      @TechDregs 21 วันที่ผ่านมา

      We aim to please!

  • @spiderdc2r
    @spiderdc2r 26 วันที่ผ่านมา

    Hi, thanks for the in depth video. I own a bambino plus BES500 I’m planning to install a small LED strip (small section) as a down light. I’m no expert about electronic circuit boards. Would you happen to know if that is possible to pull power from the board? Many thanks!

    • @TechDregs
      @TechDregs 25 วันที่ผ่านมา

      There should be pins on either of the connectors T_CON or P_CON for low voltage power and ground. Try the first and last pins on those connectors.

  • @codybarker9942
    @codybarker9942 26 วันที่ผ่านมา

    This was just what I needed! I'm building out some weather proof moisture sensors for our nursery and have had trouble with poor battery life in the past. Thank you!

  • @chetfriday7636
    @chetfriday7636 26 วันที่ผ่านมา

    You use 6 different names to describe the two barrels - confusing. Just describe them as steel/carbon barrels. Through most of the video, I couldn't figure out if the cartridges are the same... say this stuff up front.

    • @TechDregs
      @TechDregs 26 วันที่ผ่านมา

      Yes, it's the same ammo. All rounds from the same box. I show the box of ammo at 3:00. That seemed pretty up front to me.

    • @chetfriday7636
      @chetfriday7636 25 วันที่ผ่านมา

      @TechDregs I guess I get easly confused.

  • @farleylai1102
    @farleylai1102 27 วันที่ผ่านมา

    It's an easy win by witnessing how CookUnity meals outnumber the competitors' offering in terms of salmon, shrimp and asian recipes.

  • @AWDISP
    @AWDISP 27 วันที่ผ่านมา

    By you saying that Cook Unity may change their prices, or may go out of business, definitely not your place to say unless you own the company.. When I heard you say that I thought about not trying them but I’m taking your recommendation.

    • @saidchammas
      @saidchammas 17 วันที่ผ่านมา

      it's part of the review, you don't have to believe it

    • @godmagnus
      @godmagnus 10 วันที่ผ่านมา

      He said he was concerned about it. It's his opinion, therefore it is his and no one else's place to say. He could say it might be run by lizard people if he wanted to.

    • @AWDISP
      @AWDISP 10 วันที่ผ่านมา

      @godmagnus I stand by my statement, and my statement is, of course, mine! It was my place to say it because I was responding to his post! I had a problem with his opinion, and I let it be known! In the end, I took his advice, and I'm loving my meal prep from Cook Unity!

  • @gordon2875
    @gordon2875 28 วันที่ผ่านมา

    Cuz your one is not Weber 😂

  • @highrisklowreward4861
    @highrisklowreward4861 28 วันที่ผ่านมา

    26 minute food review and you spent 25 mins talking about packaging. GG

  • @juliusgauckler3144
    @juliusgauckler3144 29 วันที่ผ่านมา

    Nice integration of the SEN5x.

  • @TizOnly1
    @TizOnly1 29 วันที่ผ่านมา

    I personally find the blind shaker workflow much smoother than WDT. I shake, dump the grounds, give the portafilter a quick shake and tap, tamp and I'm done. Definitely faster than a WDT workflow. I think if you're worried about the bed looking a certain way, I can see it taking longer.. but I find that you don't actually have to do that.. what you DO need to do is just disavow yourself of what you think the bed is supposed to look like.. and just tamp. I haven't experienced any visible channeling since switching to the Blind Shaker (Weber version if it matters).

  • @beersandbacon
    @beersandbacon 29 วันที่ผ่านมา

    Are you sure the serving weight wasn't before it was cooked? Meat will lose quite a bit of weight. I am trying it out in a couple of weeks to see how it is. Price is comparable to some of the nicer meal kits you have to cook yourself.

    • @TechDregs
      @TechDregs 29 วันที่ผ่านมา

      Weight should be package contents, not pre-cooked weight, as these come already cooked.

    • @beersandbacon
      @beersandbacon 29 วันที่ผ่านมา

      Gotcha. I'll see how mine go. Sounds tasty and a lot cheaper than grubhub or similar haha

  • @TonyThomas10000
    @TonyThomas10000 29 วันที่ผ่านมา

    Doesn't sound like they do a burn in after manufacture. It is probably a great idea to do a stress test and leave it on for a month when you get one of those. Infant mortality is common with electronic components. Even more so when they are exposed to thermal stress. (I sold computer components for 20+ years and also worked for several computer builders back in the 90s.)

  • @jons3808
    @jons3808 29 วันที่ผ่านมา

    Mine took forever to arrive as well. I had to order several before I finally got one 🤣 The version I received is actually quite good with retention. I don’t see any visible grounds remaining. Although I would also assume the Weber version is better quality, I can’t imagine that it would affect the functionality. The differences in quality must come down to the finishing. But again, I can’t see how that would affect the functionality in anyway. That’s just mylayman‘s assessment.

  • @islou
    @islou หลายเดือนก่อน

    Fantastic work! Would you be willing to commit the KiCad schematic files you drew up to the Github repo ? It inspired me to go down the route of a custom firmware / PCB replacement for the Bambino Plus. I've just ordered a slightly broken Bambino Plus (to avoid sacrificing the daily driver) and wonder if the unpopulated parts of the board are for the plus model 🤔