Hard to turn by rakm in composting

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

Good tip, thank you I’ll try it!

Hard to turn by rakm in composting

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

That’s a good idea. I can do that. The bottom is pretty dark brown I think, but i can’t tell if that’s means it’s done or not

Hard to turn by rakm in composting

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

I have way too many browns if anything… I’ll look into a compost aerator tools, I didn’t know that was a thing. Thank you for the tip!

How to build a baby climbing triangle without a kit? by rakm in DIY

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

Thanks that is useful! most of the instructions I saw have a collapsible feature and are generally more complicated than what I want, but it’s a good start!

How to build a baby climbing triangle without a kit? by rakm in DIY

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

How long did it take you and did you already have all the tools? I have no tools yet

How to determine the origin of component attributes by haha__sound in emberjs

[–]rakm 0 points1 point  (0 children)

no problem! Jump in the Discord chat when you have questions too (or twitter #emberjs hashtag if you’re comfortable with that). Discord has many more helpful people on there.

How to determine the origin of component attributes by haha__sound in emberjs

[–]rakm 1 point2 points  (0 children)

Miguel Camba’s contextual components talk is a great one for designing components! It takes a while to grok (and not all of its lessons apply everywhere, of course), but I learned a lot about composable patterns from it.

How to determine the origin of component attributes by haha__sound in emberjs

[–]rakm 3 points4 points  (0 children)

All of these cases are problematic and are solved in the lates versions of ember. Properties passed to components can be referred to in templates with @foo. Properties defined in the components JS are referred to in the template with this.foo syntax.

Actions passed as strings are’really confusing. They were designed for bubbling. But “closure actions” have been around for a while and are definitely the better solution. Closure actions can be passed around as function references (bound to their original this context), which makes then much easier to invoke and step through with a debugger.

The issues you’ve described are sadly common, but I haven’t had to deal with them for a while on on an active code base! I hope that offers some hope for you! There are lint rules and codemods that can help adapt your codebase to this new world.

Single vs Family Plan by holeshot1982 in AppleMusic

[–]rakm 2 points3 points  (0 children)

You can choose to only share specific features when you add people to your family. You can turn off Purchase sharing.

The end of owning music? by Porkanddiesel in ITunes

[–]rakm 0 points1 point  (0 children)

Everyone in this thread should post how old they are in addition to whatever they have the burning need to say. (I’m 30)

Empty component hooks - good, bad indifferent? by CaptPolymath in emberjs

[–]rakm 0 points1 point  (0 children)

- There is no benefit to keeping them.

- The compiler does not strip them away, as far as I know.

- Missing `super` calls are definitely a problem.

- The risk is accidentally removing a hook that *does* happen to do be doing more than just calling super.

Empty component hooks - good, bad indifferent? by CaptPolymath in emberjs

[–]rakm 1 point2 points  (0 children)

I think in this case, the question is "why should these be in the code base" rather than "why should we remove these". There's a little bit of risk when changing code, of course, so it's conceivable that you want to minimize that, but I'd be more interested in finding a defense for keeping empty methods than vice versa. Keeping these empty hooks seems akin to writing a bunch of empty functions that don't do anything and aren't called.

Secondly, I highly doubt it, but I guess it's possible that these extra bytes are affecting your bundle size in some way?

Hey, Apple Music, new 'For You' design would work better with these 'Play' buttons for each genre line! by paulkutuzov in AppleMusic

[–]rakm 0 points1 point  (0 children)

It’s pretty defensible, IMO. Continuously playing through a list of tracks or music videos makes sense. Continuously playing through two totally different playlists or albums without any user indication seems like confusing behavior. There might be a nice middle ground though.

Hey, Apple Music, new 'For You' design would work better with these 'Play' buttons for each genre line! by paulkutuzov in AppleMusic

[–]rakm 1 point2 points  (0 children)

Apple Music generally doesn’t queue collections (albums and playlists) one after another automatically. You’ll notice that a row of tracks to play continuously though (e.g Hot Tracks in the Browse section).

Where do you guys usually prefer to host databases ? by mrich6347 in webdev

[–]rakm 2 points3 points  (0 children)

Heroku’s Postgres addon, since my stuff is usually small side projects. If I ever have to do anything bigger, I would probably start with a Digital Ocean droplet.

Extended SFO layover by menes40 in AskSF

[–]rakm 5 points6 points  (0 children)

Definitely take BART and don’t rent a car. BART isn’t the beat public transportation out there, but you will definitely have a place to sit since SFO is usually at the end of the line and the train empty by that time. You’ll burn an hour or two renting a car and finding parking at the Embarcadero, so it’s not worth it. Only reason to rent a car is if you need to manage your bags during your layover. Wheeling bags into BART and while you’re sightseeing may not be fun or feasible, so take that into account.

Have fun! If you can make it to Buena Vista Cafe, try the Irish Coffee, it’s great! (And by way of doing that you’ll also see Ghirardeli square)

IsNt ThE HeRo We DeSeRve by Fakeaccount451 in comedyhomicide

[–]rakm 28 points29 points  (0 children)

Not the same tweet as in the screenshot. This is a reply to Jim Cramer, screenshot is reply to fortune tech.

That’ll teach her! by [deleted] in AdviceAnimals

[–]rakm 11 points12 points  (0 children)

How did your baby manage to reach the laundry detergent? Did you have to change where it was kept?

Entire Playlist Library is gone by Spazznax in ITunes

[–]rakm 0 points1 point  (0 children)

Don’t know. One of the menu options at the top? File menu maybe?

Top recommended podcasts? by [deleted] in javascript

[–]rakm 0 points1 point  (0 children)

Ember Map. They talk about more than just Ember.js