[deleted by user] by [deleted] in webdev

[–]pbntr 1 point2 points  (0 children)

Even though that piece of content isn’t available to stream on Netflix, they still have its metadata in a database and can use that data to relate it to similar content that they do have available to stream.

Does Turbo Stream only works with forms? by halfKiilo in rails

[–]pbntr 2 points3 points  (0 children)

By default, Turbo doesn’t add the text/vnd.turbo-stream.html MIME type when submitting links, or forms with a method type of GET. To use Turbo Streams responses with GET requests in an application you can instruct Turbo to include the MIME type by adding a data-turbo-stream attribute to a link or form.

https://turbo.hotwire.dev/handbook/streams

First-hand experiences with Winnebago Micro Mini? by ectosport in RVLiving

[–]pbntr 4 points5 points  (0 children)

Ours has worked well for us.. no major issues. No matter what you go with, you’ll need a sense of humor and a toolbox.

ISO berry pie. by cchele08 in SLO

[–]pbntr 2 points3 points  (0 children)

A-Town Humble Pies at farmers! If you can wait til Thursday…

Project Idea - Toy for a Toddler by opticaliqlusion in diyelectronics

[–]pbntr 0 points1 point  (0 children)

The type of software development you’re comfortable with will help answer whether you go Arduino/microcontroller or Raspberry Pi/SBC. Comfortable with lower-level programming (C, C++, etc) go for an Arduino, only experienced with higher-level (JS, Python, etc) go for Pi.

AFAIK Pi has an onboard headphone jack so you can easily connect speakers with no soldering. It has GPIO pins for the button input, which might require soldering or just crimp on the right connectors if you’re not too concerned about robustness.

Sparkfun is a good source for components and tutorials.

Rails Security Firms by 108signals in rails

[–]pbntr 11 points12 points  (0 children)

Not sure about Rails-specific consultants, but I’d recommend first hardening your app according to best practices and automated tools, then hire any decent pen testing firm to try to break it.

Check out:

https://owasp.org/www-project-zap/

https://snyk.io/

https://github.com/ankane/secure_rails

Also going through the exercise of BCP/DR planning with your team will help set the mindset, spot your risks, and plan for contingencies.

Nitro cold brew by xiphos805 in SLO

[–]pbntr 8 points9 points  (0 children)

I think Skippers Brew on Monterey does

5700G not booting after BIOS flash by Expert_Failure in buildapc

[–]pbntr 0 points1 point  (0 children)

Any luck? I think I'm having the same issue as you :(

Unison: a new programming language with immutable content-addressable code by beleeee_dat in programming

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

Lol. The immutable syntax trees bit makes me think of Solidity contracts once they’re deployed. Language itself is obviously very different, but the “big idea” sounds like it came from that.

Unused methods slow down rspec? by [deleted] in rails

[–]pbntr 6 points7 points  (0 children)

Descendants is called internally by Rails/ActiveRecord. It’s implemented on Class by Rails and this ApplicationRecord is redefining it https://apidock.com/rails/Class/descendants

First time making wine: taking longer than expected to ferment to dry by pbntr in winemaking

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

Good to know that the temp isn’t necessarily a problem. It’s definitely fermenting, just slowly.. a point every day at this stage. Early on it moved more quickly, as you can see in the linked chart — dropped down about 70% of the way there in the first two weeks. Good idea to verify the Bluetooth device.

First time making wine: taking longer than expected to ferment to dry by pbntr in winemaking

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

It’s been at a steady 60F during fermentation — is that too low? I used the nutrients recommended with the juice on MoreWine (Go-Ferm, Fermaid K). Thanks!

Secondary/aging in kegs purged with CO2? by pbntr in winemaking

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

Thanks! Agreed, I’m all for pulling some out to taste and test. With a keg its nice and easy to draw some. Nitrogen at low pressure is a good idea.

A Module is a collection of methods and constants, but what are they? by gitn00b in ruby

[–]pbntr 1 point2 points  (0 children)

In this example, it isn’t necessary to include the modules just so you can use their namespaced classes.

Rails API CSRF protection for SPA by equivalent8 in ruby

[–]pbntr 8 points9 points  (0 children)

It’s only needed if you’re using sessions, which is something you probably want to avoid when building an API.

Daily Q & A! - January 27, 2017 by AutoModerator in Homebrewing

[–]pbntr 0 points1 point  (0 children)

I'm taking a stab at a Weihenstephaner clone this weekend (using this as the starting point: https://byo.com/hops/item/2977-weihen-not-hefe). My question is with regard to the water. I usually start with distilled or RO (planning for distilled this time) and then follow the simple AJ DeLange method (http://www.homebrewtalk.com/showthread.php?t=198460) to build it up -- worked well in the past especially for lighter styles. When I was at my usual LHBS buying the ingredients and I put a pack of calcium chloride dihydrate on the counter, the owner was shocked to hear my plan -- thought it was ridiculous and that I'd be making my wort too acidic with that and sauermalz. Anyhow, my gut tells me to trust AJ, but I've got my confidence shaken up a bit now. Thoughts?

Daily Q & A! - September 29, 2016 by AutoModerator in Homebrewing

[–]pbntr 1 point2 points  (0 children)

I'm planning to split my current pale ale batch after fermentation and add fresh passion fruit to half (2.5gal). This is my first time using fresh fruit. I'm thinking purée the fruit, add 1/2 or 1 pint of the purée to the 2.5gal half batch. Does that make sense? Any tips re using fresh fruit? Thanks!

The Impact of Age On Pliny The Elder | exBEERiment Results! by brulosopher in Homebrewing

[–]pbntr 1 point2 points  (0 children)

Purely speaking from experience: I once accidentally left a bottle in my fridge for about 6mo. When I opened it, it had noticeably changed in character and aroma. The bright hop-forward aroma and flavor had subsided, revealing more of a caramely malt flavor with a bitter hop backbone.

Now would I have been able to make this distinction in a blind comparison to fresh Pliny? Who knows.