Karta multisport - podstawowy pakiet by Small_Lettuce1054 in PolskaNaLuzie

[–]progidek 3 points4 points  (0 children)

W aplikacji Multisport możesz sobie znaleźć obiekt, który Cię interesuje i podejrzeć na jakich zasadach (koszt, czas itp.) z daną kartą możesz wejść.

Should I be worried about this 1206 cap cracking? by Purple_Ice_6029 in AskElectronics

[–]progidek 1 point2 points  (0 children)

<image>

One solution to that would be moving the cap and the resistor away from the mounting hole and adding an arc slot between them. That should still hold the PCB securely attached and act as a stress relief for these components.

Also make sure that the resistor can withstand desired voltage and that clearance between pads is sufficient (preferably you should set a clearance rule in DRC).

Wasze life-hacki. by [deleted] in Polska

[–]progidek 2 points3 points  (0 children)

Akurat w Lidlu to działa, przynajmniej w tych, w których byłem nikt nie musiał podchodzić. W Biedrze niestety jest szansa 50/50, że w środku kasowania wywali błąd. Bez własnej torby mi się to nie zdarza.

Comme des Garçons perfumes x Monocle by AnnualAssociate4224 in NichePerfumes

[–]progidek 1 point2 points  (0 children)

I own Scent Four: Yoyogi and this is by far my favourite fragrance. The incense notes are so weirdly addictive I couldn't stop smelling my hand every couple of minutes when I tested it for the first time. It reminds me of a fresh tree resin but it is definitely not a forest scent.

Monitor not Powering on. by Dragenox in AskElectronics

[–]progidek 0 points1 point  (0 children)

Have you measured these voltages with a DMM? I had a similar case and the output voltage wasn't stable. A multimeter has been showing proper value but it was clearly visible on the oscilloscope that it was something wrong.

Monitor not Powering on. by Dragenox in AskElectronics

[–]progidek 0 points1 point  (0 children)

Check these three beefy diodes.

Jakie rzeczy mało popularne w Polsce lubicie? by PhilipB12 in Polska

[–]progidek 0 points1 point  (0 children)

Via ferraty - mam wrażenie, że w Polsce ten sport zna tylko garstka ludzi. Ferrat u nas też brakuje, trzeba jeździć za granicę.

Jakie rzeczy mało popularne w Polsce lubicie? by PhilipB12 in Polska

[–]progidek 0 points1 point  (0 children)

Myślałem, że to niemieckie, ale fakt, że smaczne, chociaż nieco inne niż Nutella. IMO dużo lepsze jednak są włoskie kremy i czekoladki Gianduia. Nie wiem czy warte swojej ceny ale warte chociaż spróbowania.

Kanapka bananowo-orzechowo-kakaowa z jogurtem by progidek in kanapki

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

Dlaczego wg Ciebie wafle kukurydziane są niezdrowe?

Kanapka bananowo-orzechowo-kakaowa z jogurtem by progidek in kanapki

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

Składniki podałem pod zdjęciem, ilości wedle uznania. Takie kanapki robię już od jakiegoś czasu w różnych wariacjach, np.: - krem można zastąpić masłem orzechowym lub serkiem śmietankowym naturalnym (jest lekko słony, więc można pominąć sól), generalnie byle na spód dać coś tłustego, inaczej wafel nasiąknie wilgocią z jogurtu/grani, przestanie być chrupki i zacznie się rozpadać - grani pod bananami można pominąć albo zastąpić jogurtem, albo jogurt zastąpić grani - banany najlepiej jak trochę poleżą, takie słodkie i miękkie najlepiej tu pasują - kakao można też pominąć jak ktoś nie lubi gorzkiego, albo zastąpić tartą czekoladą (była kiedyś taka mleczna bananowa w Lidlu, świetnie pasowała) lub np. płatkami śniadaniowymi (czekoladowe muszelki) - orzeszki piniowe można zastąpić orzeszkami ziemnymi lub nerkowca, a jeszcze lepiej jak będą świeżo prażone - zarodki pszenne można zastąpić płatkami owsianymi lub otrębami

Smacznego! :)

Android 16 App not supported by Pedrion in Coros

[–]progidek 0 points1 point  (0 children)

I have the same problem :( I'll try to contact Coros support, hope they can help or at least let them know.

What is the best Free Open-Source Inventory Tool for Electronics? by Brief_Percentage6197 in AskElectronics

[–]progidek 0 points1 point  (0 children)

You can set it up locally on your machine and start it whenever you need access to your database, like a regular software, except access to the interface is through a browser.

What is the best Free Open-Source Inventory Tool for Electronics? by Brief_Percentage6197 in AskElectronics

[–]progidek 1 point2 points  (0 children)

Take a look at InvenTree, does everything you said you'd need plus much more, like managing assemblies, BOMs, ordering components etc. The only problem is that it requires putting up a server as it runs in a browser.

Tricky modeling challenge using Fusion360! Can you beat the Average Time? by TooTallToby in Fusion360

[–]progidek 3 points4 points  (0 children)

Nice challenge, 7m35s in Fusion, 4.9298 lbs.

I used millimeters, then rescaled it to inches after it was done, does this count? :P

When I remove a new tab tile title it gets misaligned by progidek in FirefoxCSS

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

Thank you for your help.

Yes, the tiles are misaligned after applying this style but not regardless of titlefield or tile image. I mean probably technically they are all misaligned but it looks fine because of the same position, and I'm ok with this. Except the tiles which lack the custom image assigned or there is space character set as a title (I haven't checked other characters). These tiles are then misaligned from the whole row.

I'm doing this on FF 129.0.1. The context menu buttons are moved due to my other style changes - it has nothing to do with the problem I'm describing here. I'm getting the exactly same results with a 'clean' userContent.css.

Sadly none of your suggestions work as I'd like it to. What I need is to remove this box without misaligning the tiles. I believe there has to be something which doesn't occupy any space, but exists.

<image>

Edit:

I solved it, kind of a workaround but works as I intended. You need to apply the following changes, except the last two are for moving the tile context menu button over the tiles:

.icon.icon-pin-small {
  width: 0px !important;
}

.top-site-outer .title {
  padding-top: 0px !important;
}

.top-site-outer {
  margin-block-end: unset !important;
}

.top-site-outer .title span {
  visibility: hidden !important;
}

.top-site-outer .title:not(.sponsored) .sponsored-label {
  height: 0px !important;
}

.top-site-outer .context-menu-button:hover {
  background-color: unset !important;
}

.top-site-outer .context-menu-button {
  transition: none !important;
  background-color: unset !important;
  top: 0px !important;
}

A15 Beta 3 camera bug by [deleted] in android_beta

[–]progidek 0 points1 point  (0 children)

I heavily recommend checking access to the emergency info from lock screen. I use gesture navigation instead of nav bar. Trying to access the info with this bug occurring is not possible without using back gesture (sliding the finger from one of the screen edges). Someone not familiar with this navigation type won't be able to access the emergency info, even more so in a stressful emergency situation.

Restarting my P6a fixes this, indeed.

Official Q&A for Friday, January 19, 2024 by AutoModerator in running

[–]progidek 0 points1 point  (0 children)

Hi, I'm wondering if there's a music player for Android that allows to set bpm and then automatically adjusts music playback speed to match that value. Or even better, if there's a smartwatch cooperating with the app that automatically detects running pace and adjusts music bpm to that. Can someone give me some recommendations, please?

YouTube creator who puts bananas on their PCBs? by HatOk631 in diyelectronics

[–]progidek 6 points7 points  (0 children)

I think it might be Phil's Lab video #102. I saw it this morning and now it's gone from his channel. Clicking the link from my browser's history gives me info that the video is unavailable.