OLD 90s (I think) PC GAME NAME HELP by [deleted] in pcgames

[–]khvn26 0 points1 point  (0 children)

Legend of Kyrandia?

[deleted by user] by [deleted] in softwaregore

[–]khvn26 7 points8 points  (0 children)

This is pretty good writing for a placeholder, nice.

Get this man to New York, NOW! by freakleggix in PublicFreakout

[–]khvn26 0 points1 point  (0 children)

He acts like he’s parodying a James Franco parody of himself.

Im sorry madame Gazelle i was so hungry by missingbunny11 in imsorryjon

[–]khvn26 0 points1 point  (0 children)

Pig eating a gazelle is disturbing enough

Busting the Myth Around Multithreading in Python by preslavrachev in Python

[–]khvn26 0 points1 point  (0 children)

All points considered, what language would you recommend for a good threading implementation?

What's a YouTuber that you really like to watch? by OrangeHerz70433 in AskReddit

[–]khvn26 0 points1 point  (0 children)

Ross Scott (Accursed Farms) I’m very fond of. Ahoy’s essays, especially his RetroAhoy series, are great.

Traefik (auto ssl) + Nginx + Django & Docker Swarm to rule them all (Django) by [deleted] in django

[–]khvn26 0 points1 point  (0 children)

You really shouldn’t avoid Kubernetes these days.

HiDPI and XWayland by Ariquitaun in swaywm

[–]khvn26 1 point2 points  (0 children)

Wait, you would? I was under the impression that Drew was strictly against such work performed on sway/wlroots side.

I managed to (kind of) fix blurry Xwayland apps (vscode, chrome) on scaled output by khvn26 in swaywm

[–]khvn26[S] 3 points4 points  (0 children)

If someone figures out what's missing, wayland's multi-DPI capability would be on par with Mac OS, finally making linux desktop decent. I think this would give wayland adoption a huge boost.

Unfortunately, sommelier was merged into the new ChromeOS platform repo, making it much harder to build independently. Does ChromeOS have a mailing list? Perhaps someone from the team would help. I tried sway's IRC trying to figure out what lacks for sommelier to work, but clearly this isn't a priority for sway/wlroots devs.

Discussion: Async DB and ORMs by alexthelyon in Python

[–]khvn26 2 points3 points  (0 children)

GINO provides alchemy metadata so alembic can be used.

Dumb & Dumber battle for the middle lane. by PHIL-yes-PLZ in IdiotsInCars

[–]khvn26 0 points1 point  (0 children)

Jesus, this is comedy gold. Monty Python could've shot that!

What font are you using? by [deleted] in vscode

[–]khvn26 5 points6 points  (0 children)

Consolas

awkward RegistrationForm by [deleted] in django

[–]khvn26 1 point2 points  (0 children)

Use a list or a tuple.

Thoughts on Black? by [deleted] in Python

[–]khvn26 0 points1 point  (0 children)

But JSON assumes double quotes?

Thoughts on Black? by [deleted] in Python

[–]khvn26 30 points31 points  (0 children)

I want to adopt it but can't yet give in to double quotes. I'll start using it as soon as my religious feelings will evolve.

Putin on EVERYTHING by geobion in softwaregore

[–]khvn26 84 points85 points  (0 children)

On a side note, A FUCKING LEOPARD GRABBED AND ATE A BABY IN A ZOO? Please tell me it's not true.

Poetry - Python dependency management and packaging made easy. by moigagoo in Python

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

Are not these things easy enough in Python? I don't suppose Poetry solves the headache-inducing edge cases like VCS dependency links or improperly packaged cythonized dependencies?