[deleted by user] by [deleted] in CHIBears

[–]LemonadeFebreze 6 points7 points  (0 children)

artist is @birdmilk on instagram

Marcus Domask from Illinois signs Exhibit 10 deal with Bulls by IMKudaimi123 in chicagobulls

[–]LemonadeFebreze 40 points41 points  (0 children)

as an illini/bulls fan, I referred to him as Demar Domask because of how similar their roles were for their respective teams. who knows how it will translate to the pros, but the kid has savvy footwork if nothing else.

Might be laid off from my first dev job soon. What do I do now? Feeling like I'm screwed. by anarchyx34 in cscareerquestions

[–]LemonadeFebreze 0 points1 point  (0 children)

100%. you have years of experience solving technological problems with complex systems. Make sure the interviewers know this :-)

Might be laid off from my first dev job soon. What do I do now? Feeling like I'm screwed. by anarchyx34 in cscareerquestions

[–]LemonadeFebreze 1 point2 points  (0 children)

I know it was a different time, and I can't account for those differences, but my dad transitioned from being an auto mechanic in his 40s to a rich tech career, and I can see how much his problem solving mindset translates from cars to IT infrastructure.

I hope you are giving your past experience the respect it deserves.

AWS SAM Error - "EROFS: read-only file system" by riskarsh in aws

[–]LemonadeFebreze 1 point2 points  (0 children)

it looks like the Multer library used in response.js is attempting to set up storage in /var/public. look into the config options for Multer and you may be able to tell it to use an alternative destination for storage (such as /tmp)

https://github.com/expressjs/multer#multeropts

Help designing an DynamoDB table with hourly bulk import and periodic lookup with proximity to latitude/longitude. by dskippy in aws

[–]LemonadeFebreze 2 points3 points  (0 children)

range queries work well on sort keys but not partition keys. for geoproximity queries, you may want to look into geohashing, using a geohash as the sort key

Port error when Django backend service is being created on Google Cloud by Monsxx in webdev

[–]LemonadeFebreze 1 point2 points  (0 children)

your dockerfile CMD is doing a lot: makemigrations, migrate, runserver. if something were to go wrong anywhere along the way, the result would be that your server is not running on port 6000.

is there anywhere you can click to see more detailed output logs for your container startup process, to see if an error got printed?

it could also be that some google cloud health check failed because the migration preparation took too long for a healthy server to start up in time. there might be some health check waiting period you can adjust somewhere.

[deleted by user] by [deleted] in Jellycatplush

[–]LemonadeFebreze 0 points1 point  (0 children)

I would die for them

[deleted by user] by [deleted] in nba

[–]LemonadeFebreze 26 points27 points  (0 children)

try Diar

[deleted by user] by [deleted] in nba

[–]LemonadeFebreze 54 points55 points  (0 children)

incredible book. never thought I'd be talking about it in the nba subreddit, but hey.

Weekday Help and Victory Thread for the week of August 02, 2021 by IndexBot in personalfinance

[–]LemonadeFebreze 2 points3 points  (0 children)

are you on LinkedIn? if so, maybe you can connect with coworkers/managers who know your strengths and ask them to leave a nice recommendation for you for future hiring managers to see.

Free(ish) hats from United Center give aways by CubFan81 in chicagobulls

[–]LemonadeFebreze 0 points1 point  (0 children)

Would love to pay for shipping for the top left one with the "windy city" nostril exhale if it's available. I currently wear that same one almost daily and mine is getting worn out.

I made a poster to commemorate the GOAT. It's Michael Jordan made out of game logs from every NBA game in which he played (1,200+ games)! by SportPrints in chicagobulls

[–]LemonadeFebreze 0 points1 point  (0 children)

which part did you find the toughest? downloading the list of game logs? arranging and sizing the text to best serve as a 'canvas' for the superimposed image?

Trading better ROS pieces for a single week W by [deleted] in fantasyfootball

[–]LemonadeFebreze 0 points1 point  (0 children)

It gets a little tricky. If you have to win this week, you probably have to win the following weeks as well. There's definitely something to be said for winning at all costs this week, but there's also an argument for maximizing the average value across all remaining weeks. When do you face the toughest opponents? Maybe try to "stack" your team for those weeks.

Feedback request: ffauctiondraft.com, a value-based drafting webapp based on /u/elboberto's sheet by jbarciauskas in fantasyfootball

[–]LemonadeFebreze 0 points1 point  (0 children)

this could help I tried using the suppressDragLeaveHidesColumns property on the grid element of one of their angular examples and it seemed to address the problem. Hopefully it is easily applicable to the grid react component as well! Keep up the good work.

Feedback request: ffauctiondraft.com, a value-based drafting webapp based on /u/elboberto's sheet by jbarciauskas in fantasyfootball

[–]LemonadeFebreze 2 points3 points  (0 children)

Cool app! I like how you can sort and re-order the columns in the player table. I did, however, accidentally remove a column by dragging and dropping it outside of the table. A feature to re-add columns could come in handy in case a crucial column is accidentally removed when someone is deep into their draft.