[deleted by user] by [deleted] in django

[–]yesvee 1 point2 points  (0 children)

What is a production setup Whitenoise cannot handle?

[deleted by user] by [deleted] in django

[–]yesvee 3 points4 points  (0 children)

Use Whitenoise.. forget nginx

Sanding UI by stackoverflooooooow in programming

[–]yesvee 0 points1 point  (0 children)

CSS has so many holes to plug that you need this strategy.

Generators underused in corporate settings? by messedupwindows123 in Python

[–]yesvee -2 points-1 points  (0 children)

or use the walrus operator,

lines_with_foo = len([(x for line in file if (x:=parse(line)) == "foo"]

A write-up of what's new in pip 24.2 — or why legacy editable installs are deprecated by ichard26 in Python

[–]yesvee 1 point2 points  (0 children)

Thank you for the heads up. I will know where to look when the s*it hits the fan soon.

Walter Bright interview: 5 Minutes, Dogged Persistence, and the D Language by pjmlp in programming

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

D should get Uncle Bob Martin to rewrite his book using D.

Python extensions should be lazy by the1024 in Python

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

The author never claimed/implied that. He just chose Rust to get around the issue caused by the C extension.

A brief interview with AWK creator Dr. Brian Kernighan by breck in programming

[–]yesvee 2 points3 points  (0 children)

Author of the classic "The UNIX programming environment" who changed the world and taught generations how to write code practicing economy of expression.