1
18
Is this a monad? (lemmy.world)
submitted 1 month ago by [email protected] to c/[email protected]
2
13
submitted 3 months ago by [email protected] to c/[email protected]
3
33
Haha penis (lemmy.world)
submitted 5 months ago by [email protected] to c/[email protected]
4
-3
submitted 6 months ago by [email protected] to c/[email protected]

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.

5
10
Rockstar devs (i.postimg.cc)
submitted 6 months ago by [email protected] to c/[email protected]
6
24
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
7
55
Ya okay buddy. (lemmy.ml)
submitted 7 months ago by [email protected] to c/[email protected]
8
25
submitted 8 months ago by [email protected] to c/[email protected]
9
310
Enjoy (lemmings.world)
submitted 8 months ago by [email protected] to c/[email protected]
10
164
Die! (lemmings.world)
submitted 8 months ago by [email protected] to c/[email protected]
11
20
Awwwwww (lemmings.world)
submitted 8 months ago by [email protected] to c/[email protected]
12
527
Now what (lemmy.world)
submitted 10 months ago by [email protected] to c/[email protected]
13
110
The future is here (lemmy.world)
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]

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

14
21
submitted 10 months ago by [email protected] to c/[email protected]

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

15
47
lgtm 👍 (lemmy.world)
submitted 10 months ago by [email protected] to c/[email protected]

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

16
14
submitted 11 months ago by [email protected] to c/[email protected]

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.

17
286
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

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

18
7
Windows compatibility (allthatsinteresting.com)
submitted 11 months ago by [email protected] to c/[email protected]

Is fenestration when you find out if something is windows compatible?

And defenestration when you find out it isn’t?

19
78
DO NOT TOUCH (lemmy.world)
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

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. 🤷

20
43
submitted 11 months ago by [email protected] to c/[email protected]
21
63
Truth (lemmy.world)
submitted 11 months ago by [email protected] to c/[email protected]
22
45
submitted 11 months ago by [email protected] to c/[email protected]
23
74
submitted 1 year ago by [email protected] to c/[email protected]
24
43
submitted 1 year ago by [email protected] to c/[email protected]

Apparently VMWare knows what's up

25
65
submitted 1 year ago by [email protected] to c/[email protected]
view more: next ›

Programming Humor

2469 readers
1 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS