Programming Humor

39
3
chat-to.dev

Many thumbnail programs exist that will take a large image and reduce it to a thumbnail for you, often supporting working in batches. But what about turning user-uploaded images into thumbnails? Obviously, you don’t want to simply send a large image to the browser and have HTML resize it, because the quality wouldn’t be great, and your bandwidth would go through the roof. So you need something to handle this process on the fly, which is where this recipe comes in handy.

-3
1
programminghumor
Programming Humor Alby003 12mo ago 94%
Enjoy
307
23
programminghumor
Programming Humor Alby003 12mo ago 91%
Die!
164
26
programminghumor
Programming Humor Alby003 12mo ago 59%
Awwwwww
21
1

Always wanted an AI assistant that can write smut inside IDE while I write code

110
10

I dunno... just software engineering things I guess.

21
0

115 files changed and almost 3k lines added... sure, I'll have this reviewed by tomorrow for ya 🙄

47
7

A few months ago I saw a funny story about a guy who added generics/templates to JavaScript (or maybe TypeScript?) by using runic characters that look like angle brackets to enclose the template parameter, then using a preprocessor to convert the runes, etc. to actual, legal types before compilation. I can't seem to find it anywhere; hoping someone knows what I'm talking about.

15
2

> Want to make a branch ? > `git checkout` > Want to make switch branches ? > `git checkout` > Want to get a _specific_ file version ? > `git checkout` > Want to get remove changes to one file ? > Believe it or not, also > `git checkout`

291
13
https://allthatsinteresting.com/defenestration

Is fenestration when you find out if something is windows compatible? And [defenestration](https://allthatsinteresting.com/defenestration) when you find out it isn’t?

10
2

Edit: so im done with my preliminary research into this codebase. Our corporate SSO provider is changing, so I've been updating our tools to take advantage of the new badges. I found this in a web application that I started on today. The original developer is long gone, and according to our PaaS, this app has been running for just under 3 years without an update. There is no CI/CD, blue-green deployment, or back ups. The database is an H2 db with ddl-auto set to create-drop on startup, meaning that this database will delete itself if the app is restaged but thanks to this guys code, it won't populate itself. 🤷

246
42

Apparently VMWare knows what's up

45
7

Via [@mountain_ghosts](https://twitter.com/mountain_ghosts/status/1245754158910705668) via [The Register](https://www.theregister.com/2020/04/02/boeing_787_power_cycle_51_days_stale_data/)

70
15

Via [Toggl](https://toggl.com/blog/save-princess-8-programming-languages)

117
10
github.com

From the Apollo 11 github repo: https://github.com/chrislgarry/Apollo-11/blob/b56b8c3d03e810a6ceb69e1c0874d4c89d2c32f6/Luminary099/LUNAR_LANDING_GUIDANCE_EQUATIONS.agc#L666C1-L667C1

5
0

Via DesignerNews: [Getting help from an engineer](https://www.designernews.co/stories/91849-getting-help-from-an-engineer)

59
1

Original tweet: https://twitter.com/DesignUXUI/status/576432203560685568

64
3
github.com

>A collection listing Achievements that were rejected when creating the GitHub Profile Achievements feature. >This repository attempts to list them all.

8
2