There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

programmer_humor

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

Sorse , in White House weighing in on the big issues
@Sorse@discuss.tchncs.de avatar

nano >>>>>>> everything else

MicrowavedTea , in Bug fixing ways

Where is console.log()?

Quetzalcutlass ,

Just take the first panel, but the end of the parchment goes into a shredder.

FiskFisk33 , in Bug fixing ways

Why remove references to the original creator? thats low!

4am ,

Been seeing this a lot on Lemmy with webcomics lately.

stsquad ,

I’m not sure if that is the op or Lemmy cropping stuff. I’ve seen similar when I’ve tried to post stuff.

4am ,

Hmm, Lemmy does have a lot of client apps. OP, you a cropper or did you post with a special app?

ProgrammingSocks ,

This is so insanely compressed it’s obviously a repost of a repost. Are we really dogpiling OP for something he couldn’t have any knowledge of?

doriancodes OP ,
@doriancodes@infosec.pub avatar

I didn’t remove it. I found this pic in the wild and shared it. I didn’t notice it was cropped jeez 😅

pcouy , in Bug fixing ways

Downvoted for cropping out the reference to the original…

doriancodes OP ,
@doriancodes@infosec.pub avatar

Didn’t realize it was cropped 🤷‍♂️

xmunk ,

You said that two hours before my comment - why haven’t you taken down the post?

doriancodes OP ,
@doriancodes@infosec.pub avatar

what? Which comment? Also there are some other comments below with the original picture and link, I don’t think I need to take down this. Maybe take a chill pill 😄 If the moderators want to delete this it’s their choice. I don’t think I’ll ever post another thing in here again to be honest 😅 bye

AnUnusualRelic ,
@AnUnusualRelic@lemmy.world avatar

What, 9gag?

ceiphas , in Responsive Design Go Brrrr

And bootstrap’s biggest Screen size Starts at 1400 width… 4k be damned

Daxtron2 ,

Logical pixels != physical pixels

5PACEBAR ,

I don’t want to use Bootstrap in my future project because Twitter. What are y’all using now?

brenstar ,

Tailwind is my go-to these days

coffee_poops , in AI Suggestions

Should be named timeRemaining, tbf.

hakunawazo , in I still don't get buffers

I like vim and use it almost every day, but sometimes I miss Strg+D and Alt+F3 from Sublime (multi edit). Block select + c isn’t as useful as this.

owsei ,

the vim-visual-multi plugin tries to do this. It takes some time to get the hang of it, but, even if using only the simplest features, it’s way better than not having the option.

hakunawazo ,

Thank you, I will try it.
Seems that I need to remap a few keys like for NerdTree and my tab switch.

hakunawazo ,

Works like a charm. Thanks again. Even mouse selection.

victorz ,

Give the Kakoune editor a try for native multi cursor editing. Or better yet, if you are a developer, the Helix editor.

I’m a web developer and transitioned quite seamlessly to the Helix editor from Visual Studio Code without much hassle.

The Helix editor is growing and gaining new functionality all the time.

puchaczyk , in Bug fixing ways
reflectedodds , in Certified in AI

Skilled in asking a chatbot how to job.

Thcdenton , in Let's do micro service

Dude just start with a monolith and part it out as you scale. Of course microservices are a waste of time if you build them right off the bat.

fidodo ,

It’s just not worth it until your monolith reaches a certain size and complexity. Micro services always require more maintenance, devops, tooling, artifact registries, version syncing, etc. Monoliths eventually reach a point where they are so complicated that it becomes worth it to split it up and are worth the extra overhead of micro services, but that takes a while to get there, and a company will be pretty successful by the time they reach that scale.

The main reason monoliths get a bad rap is because a lot of those projects are just poorly structured and designed. Following the micro service pattern doesn’t guarantee a cleaner project across the entire stack and IMO a poorly designed micro service architecture is harder to maintain than a poorly designed monolith because you have wildly out of sync projects that are all implemented slightly differently making bugs harder to find and fix and deployments harder to coordinate.

agressivelyPassive ,

I still have to find a name for this disease, but it’s somewhat like “you’re neither Google nor Netflix”.

Everything has to be Scalable™ even if a raspberry pi could serve 200 times your highest load.

I’m currently involved with a “micro service system”, that has very clear, legal requirements, so we know exactly, how much load to expect. At most, a few thousand users, never more than 100 working at the same time on very simple business objects. Complex business logic, but technically almost trivial. But we have to use a super distributed architecture for scalability…

lemmyvore ,

I’m guessing you already got an answer for that though when you asked about it.

Could be either “oh you’re right let’s not do that”, or “because we want to design for horizontal scalability rather than vertical in case the demand grows later”, or “the client has requested and it’s paying for this feature” and so on.

agressivelyPassive ,

It’s because they think it’s what you’re doing for a large project. Simple as that. There’s no future demand, the client doesn’t care, and I’m not right because they said so.

sushibowl ,

Micro services always require more maintenance, devops, tooling, artifact registries, version syncing, etc.

The initial transition is so huge too. Like, going from 20 to 21 services is no big deal, but going from 1 service to 2 is a big jump in the complexity of your operations.

lemmyvore ,

Micro-services and monoliths sit at opposite extremes though. There are other takes in-between, like multiple services (not micro) for example.

femtech , in Let's do micro service

We have openshift and all the works but only teams that want to use it, use it. Once your project is dockerized it goes swell.

UxyIVrljPeRl , in I am a sinner

bach when i had to replace mysql with mysqli for a shit ton of stupid old software

jelloeater85 , in Let's do micro service
@jelloeater85@lemmy.world avatar

What the fuck is a “lamba server less”, and why is my cloud bill so fucked? 🚒 🔥 💰 💸

😵😢😥🤯

Rooki ,
@Rooki@lemmy.world avatar

“You dont have to care about infrastructure…” is the bigest lie of those microservice hosting providers.

Blackmist ,

“You didn’t pay to have it across 47 different data-centres, of course you won’t get 100% uptime!”

RageAgainstTheRich ,

I was looking up lambda functions for rust because i needed it for something and didn’t know how, what, etc. But searching anything lambda now only shows results for fucking amazon lambda bullshit! Really pisses me off… its fucked 😠

calcopiritus ,

If you mean lambdas like in python where you say lambda x: x+1, they are called closures in rust, try searching for that instead.

RageAgainstTheRich ,

Thankyou so much! It can be hard to figure out when all results give me amazon lambda. Rust and their silly names…

jelloeater85 ,
@jelloeater85@lemmy.world avatar

AWS Fargate, amazing, AWS ServerLess,… Da fuk!

sirico ,
@sirico@feddit.uk avatar

Hockey stick go!

tiefling , in Always follow 3-2-1 backup rule

✅ Useless comment
✅ Common typo
✅ Looks like VSCode

That code snippet looks mighty sketch

DavidP , in I still don't get buffers
@DavidP@midwest.social avatar

Give CopyQ a try. Open source, cross platform clipboard manager with tons of features.

One example option is being able to only ever paste plain text. It also has lots of programming hooks, I have a few for doing things like converting a line-feed delimited list into one delimited by commas and quoting the values.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines