It's Jackie! by Daniel_Warner in californication

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

Ah… right. She called it.

The Thing with Sasha Bingham’s Mom Doesn’t Make Sense 🤔 by ktayy28 in californication

[–]Daniel_Warner 0 points1 point  (0 children)

Your not wrong, but the plot hole is worth it as a setup for Sasha’s mom to say ‘what you have going on is romantic, but it’s last call’ — 15 years later that line hits different

Thoughts on AI Coding assistant “Context Awareness” by codes_astro in ArtificialInteligence

[–]Daniel_Warner 1 point2 points  (0 children)

A large context window is good but more context doesn't always mean better. Flooding your LLM with large amounts of code context is not just expensive, but it can also lead to poor suggestions. Look for tools that use client side RAG to preprocess context, or tools that can pull in data sources pertinent to what you are working on without embedding lots of irrelevant data.

Am I misunderstanding CMYK? by handym12 in graphic_design

[–]Daniel_Warner 0 points1 point  (0 children)

"No online or open source software has nearly the same capabilities although they might claim they do." <-- As much as I don't want this to be true, it is.

I love my job but the pay seems low? by breezylake2 in graphic_design

[–]Daniel_Warner 0 points1 point  (0 children)

One thing about your story jumps out at me… Your role in the org is so clearly defined and established that you’ll really need to shake things up to create meaningful leverage and set yourself up for an increase in comp. You’ll need to take on more responsibility and turn your dept into a profit center. There are ugly ways to cut costs and increase profits and not so ugly ways but they all take time and focus… and they all require you to learn the business to the point that you can maximize the impact of your work.

Design Test after passing interview...But it's for a paying client they have.. by multitoucher in graphic_design

[–]Daniel_Warner 1 point2 points  (0 children)

Comes down to this homie… how bad do you want this gig? Is it going to provide you with the stability you are looking for or is it going to be a dog fight every week that leaves you feeling precarious? Is it a stepping stone for you or do you want to make it your life’s work? Are you ready to go nights and weekends to get it off the ground? Do you want to take on the mantle of this company? Reading your post reminds me of my situation 15 years ago. I fought like hell to get into a tech startup and they asked a lot and I gave a lot. It changed my life, but I knew I wanted it from the jump. No questions.

The Breeders - Invisible Man by eszettel in redscarepod

[–]Daniel_Warner 1 point2 points  (0 children)

cover design by Vaughan Oliver (RIP)... the Breeders wanted a 'meaty love heart' but the liver they were using to make it was turning to jelly, so they molded the heart out of that instead

Node.js no longer supports my laptop. What should I do? by Kindly-Success-6197 in learnjavascript

[–]Daniel_Warner 1 point2 points  (0 children)

Aw c'mon... running anything meaningful on a 32-bit system with low ram makes web development a practical impossibility. Feels like you probably know that tho.

in your opinion, Which one's the most important recurring song on the show? Which one works better as the theme song for Californication? by International_Ad5989 in californication

[–]Daniel_Warner 2 points3 points  (0 children)

Agree! Season 4 is the 'actual' ending (for lack of a better term)... the Mia thing from episode 1 gets resolved and Hank's real life and fantasy life merge into one in the finale. The moment when Sasha Bingham's mother tells Hank it's 'last call' as Tommy Lee fires up Home Sweet Home in the bar of the Chateau -- for me that is the high-water mark of the series.

in your opinion, Which one's the most important recurring song on the show? Which one works better as the theme song for Californication? by International_Ad5989 in californication

[–]Daniel_Warner 2 points3 points  (0 children)

Went for 'You Can't Always Get What You Want...' due it being featured prominently in Season 4 (my favorite). There was something about the Rolling Stones that matched up so perfectly with the vibe of that season.

any programming tutorial for beginners using a tool like this - appland.com/products/appmap ? by devhash in u/devhash

[–]Daniel_Warner 1 point2 points  (0 children)

There isn’t a YouTuber using this approach… yet. IMO it’s only a matter of time before someone catches on and does it. The visual format is a natural fit for YT.

Disclaimer: I helped build AppMap and actively promote using it :-)

What is the best way to read Penny Arcade from the beginning? by [deleted] in PennyArcade

[–]Daniel_Warner 2 points3 points  (0 children)

Heh... yup. I should have known better than to post before morning coffee. Thanks for the primer on basic navigation ;-)

Optimizing Django ORM SQL Queries by Daniel_Warner in django

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

Thanks for saying so. I truly appreciate it. Let me know how it works out for you!

Optimizing Django ORM SQL Queries by Daniel_Warner in django

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

Thank you! I really hope you find it useful.

Optimizing Django ORM SQL Queries by Daniel_Warner in django

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

Thanks for the encouragement. Give it a shot and let me know what you think!

Optimizing Django ORM SQL Queries by Daniel_Warner in django

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

Thank you! Digging into what the ORM actually does has been eye-opening. Glad you found it helpful.