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.

vk6flab , in He revealed the secrets !
@vk6flab@lemmy.radio avatar

As an aside, I recall the early days when @SwiftOnSecurity was purposely ambiguous about the distinction between the artist Taylor Swift and their technology tweets. It was delicious to see confused responses.

At some point it changed. Not sure what triggered that. I have a vague memory of a stroke, but I might be misremembering.

Trikami , in He revealed the secrets !

wait, you guys don’t use ones and zeroes?

vk6flab ,
@vk6flab@lemmy.radio avatar

No, that’s several abstraction layers down … there’s libraries for that.

Sonotsugipaa ,

No, just base-256 numbers that for some reason people call “binary”

JohnnyCanuck , in Developing a third party UI for a platform you use frequently feels like this sometimes
@JohnnyCanuck@lemmy.ca avatar

I do think we need a “tap” horn (thumb button) and an “I’m mad” horn (press/punch the middle of the steering wheel).

On some cars, the “courtesy honk” is all but impossible.

ptz OP ,
@ptz@dubvee.org avatar

My car is like that. I’ve just stopped trying; it always comes out as angry honk. lol

KillingTimeItself , (edited ) in He revealed the secrets !

im convinced most developers spend more time working on making shit work, rather than actually writing code and bugfixing it.

edit: this was mostly a shitpost, and i was expecting some flack, but i got basically none. Can we have a real moment here. Are you guys doing ok? Who made you do this to yourselves?

ok, real talk over, we’re going back to suffering now.

jubilationtcornpone ,

Half the time it’s trying to figure out where to apply the next piece of duct tape to keep the entire house of cards (and duct tape) from collapsing.

KillingTimeItself ,

damn.

Buttons ,
@Buttons@programming.dev avatar

In times past they got shit done, and now we see that what they’ve done is shit and we’re stuck maintaining it.

szczuroarturo ,

Yup. Thats just enterprise software for you. Something was made requiremnts changed, and then changed again and then ypu have duct tape on top of a duct tape with a duct tape holding those duct tapes and a touch of super glu here and there. Also ducttapes are microscopic in size but the sheer quantity of them is unimaginable.

KillingTimeItself ,

this part is pretty much expected i think. But i’m starting to see it cropping up into the more meta aspects of programming now. For instance, apps being shipped with existing deprecated packages. Seems like it’s also creeping a little further into the more UI aspects of it as well.

Crack0n7uesday , in He revealed the secrets !

If your seriously into Access you might be a SQL dev…

jubilationtcornpone ,

I prefer my databases in Excel. /s

RIP_Cheems , in He revealed the secrets !
@RIP_Cheems@lemmy.world avatar

Ok bud, yeah right, Delete that. Delete that RIGHT NOW.

KindaABigDyl , in He revealed the secrets !
@KindaABigDyl@programming.dev avatar

I agree with the last point tbh

At the bare minimum, if you aren’t capable of contributing to the library you use, then you don’t deserve to use it.

xmunk ,

I disagree, if you aren’t capable of contributing to a library you should be required to use it rather than roll your own solution.

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

Nah you should learn

force ,

Because software devs have the weeks/months to learn vulkan every time they want to use a GUI for their job, or to learn compiler design whenever they wanna use java for their job

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

to learn vulkan every time they want to use a GUI for their job

Not every time, just the first time. But yes. Devs should stop being so lazy

compiler design whenever they wanna use java for their job

Every dev should at least know the basics of language design and compiler design, yes. Again, you also only have to learn it once

indepndnt ,

Honestly, why? We’ve got billions of people driving around in cars they don’t know how to build. Is that a problem too?

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

Yeah. Kinda actually

xmunk ,

As someone who has written a DB handle… that shit is hard, I had to be extremely careful to protect against SQL injection. Everyone rolling their own is how we return to the Era of XSS and SQL Injection on every website. I’d prefer to have young devs use libraries and contribute as they gain knowledge.

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

that shit is hard, I had to be extremely careful to protect against SQL injection

People need to learn to be careful

xmunk ,

They do… but the road to naturally learning that lesson comes with the cost of enabling botnets and destroying businesses. Maybe there should be a qualification exam to be a developer but when there isn’t we need to make sure more junior developers have the best tools they can get to fight against foot guns.

Also, on the topic of security, a lot of good senior level developers don’t have the specialized knowledge to do shit like build a password validation system that isn’t vulnerable to a timing attack or know what a timing attack is…

And timezones, fuck timezones, I’ve written code that correctly handled timezones (and subsequently threw it away when Canada decided to DST on a different weekend). Imagine how shitty it’d be if we constantly had to reinvent the wheel when it came to timezones.

Oh, and forget about databases… do you know how fucking hard it is to write an ACID compliant WAL? The reason postgres is the default open source database (and why so many databases are just layers built on top of postgres’s engine) is because it’s fucking hard. Mongo still (IIRC) has consistency issues, they were a tech darling for half a decade and can’t manage to NoSQL as well as Postgres.

Also, good luck building a GUI with anything more complicated than curses style box art characters.

I started mildly disagreeing with you but I disagree even more that I’ve thought about other tools people would need to roll on their own.

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

a lot of good senior level developers don’t have the specialized knowledge to do shit like build a password validation system that isn’t vulnerable to a timing attack or know what a timing attack is

Please don’t tell me that. It’s terrifying

Valmond ,

The best developers are the laziest.

I’d take a dev slowly using a library with a one liner than a noob writing 500 lines of code doing the same thing any day.

KindaABigDyl ,
@KindaABigDyl@programming.dev avatar

That’s how you end up with the unmaintainable state that enterprise software is currently in. “Just Works” mentality is a cancer

CausticFlames ,

Where’d you buy this brand of bait?

Valmond ,

If you just knew how many libraries we use…

fruitycoder , in He revealed the secrets !

This the dangerous kind of parody, I would rather help people with excel programs than another access program and that’s a pain in the ass.

xmunk ,

I draw the line at CSV ingestion.

marcos , in He revealed the secrets !

The only problem you can’t solve with Access is too much Access.

AnUnusualRelic , in He revealed the secrets !
@AnUnusualRelic@lemmy.world avatar

Is Microsoft Access what they call Microsoft Excel nowadays?

somethingp ,

No Microsoft Access is/was a GUI software actually meant to have databases instead of how everyone uses Excel/spreadsheets as databases. It is a part of the office suite. It works pretty much like traditional databases but has an easier to access GUI for non programmers I guess. I don’t think it’s used a ton nowadays except for legacy processes that haven’t been updated.

MinekPo1 , (edited )
@MinekPo1@lemmy.ml avatar

No its microsofts database GUI program that’s part of Microsoft Office . imagine software made for users who have a vague understanding of SQL and visual basic but then an exec. forced the designers and devs to make it accessible to everyone while giving them barely any teamembers causing a fuckton of technical debt and unintuitive quirks , making anyone who opens the software feel like they have just been placed in a highly equipped tank , in front of a wall of unlabeled levers and told to drive the tank , or at least that’s how I view it.

(reposting from another account sorry if you see both comments)

fruitycoder ,

No its another program, I’ve seen people make weird stuff with it like ticketing systems and notes apps. I’ve never seen it be a robust program though

ILikeBoobies ,

It’s the actual database app by Microsoft

I assume it hasn’t existed for a number of years

brbposting ,
ILikeBoobies ,

But why

urist ,
@urist@lemmy.blahaj.zone avatar

We use it at work for it’s actual intended purpose: as a small database that isn’t customer facing. It’s used and maintained by nontechnical staff to keep data about equipment (slot machines).

It would be too much info for excel, but it’s not enough to really need anything more.

Zuberi , in He revealed the secrets !
@Zuberi@lemmy.dbzer0.com avatar

👀

MsPenguinette , in He revealed the secrets !

We’ve been spending decades curating our perception by management in order to make sure we all have jobs. He’s gonna ruin the whole industry if we don’t shut him the hell up

porgamrer , in He revealed the secrets !

Wait until this guy finds out that Elon doesn’t actually build the cars

pancakes ,
@pancakes@sh.itjust.works avatar

Or contribute to society at all really

fsxylo ,

Seriously. If Elon shut down Tesla tomorrow all these engineers would be building electric cars at other companies.

brbposting ,

Does (or does not) he get the credit for committing the fraud that kept Tesla in business long enough to popularize* electric cars that there are other companies at which to build them?

Aforementioned fraud:

https://sh.itjust.works/pictrs/image/8de67f72-d86d-4ce8-8045-37b0b60d6a6f.png

(When searching, found apparently jurors in 2023 disagreed with my assessment, so please take with grain of salt.)

*I say “popularize” given:

Tesla was incorporated in July 2003 by [not Elon! but] Martin Eberhard and Marc Tarpenning as Tesla Motors.

LordKitsuna ,

He’s a piece of shit but he restarted the Space Race that was literally dying, push the industry into electric cars when none of them were willing to do it. His actual products may be garbage but it doesn’t stop that it started the movements that needed to happen in the industry.

To say that he contributed nothing at all is unfortunately false as much as I may hate the man

fubarx , in He revealed the secrets !

Wait till they find out what software ‘architects’ really do.

maryjayjay ,

They do the same thing building architects do. They draw pretty pictures of the end product that may of may not be structurally sound, then rely on engineers to build it and make sure it doesn’t collapse.

marcos ,

Wait, did you find out? Can you tell us?

fubarx ,

Sorry, I don’t have enough certifications to answer that question.

Speculater ,
@Speculater@lemmy.world avatar

I tried to get a software architect to explain their job to me once, it was like a “lean startup”, a libertarian, and a psychic had written an elevator pitch together.

rimjob_rainer ,

A good software engineer is also an architect. You don’t need dedicated architects if you have good developers.

But on the other hand there are much more questionable and unnecessary jobs like product managers or managers of managers.

xmunk ,

I disagree with not needing dedicated architects at least once you reach a certain size. If there are 50 plus developers working on a dozen or more projects there’s a large communication cost to stay on top of everything.

fruitycoder ,

I always saw architects roles in modern development being the person trying to find synergies between different teams andcoordinateing them working with each other.

Like if some team makes a sick project for managing streams of data streams the architect should be promoting it for other teams to leverage.

xmunk ,

That’s one role, as a software architect I also often served as the sunk cost fallacy bad news delivery system. It’s a good idea to keep some eyes from outside your team on your project just to do the occasional sensibility check.

There is also a large responsibility to make sure different teams are well coordinated and not building the system in directly opposing directions. It really fucking sucks to have your work, as a developer, invalidated by someone else’s work suddenly without any warning.

Aceticon ,

The good ones: design and adjust software development processes, standards for cross-project functionality and reusability and in general try and improve at a high level the process of making, maintaining and improving software in a company.

The bad ones: junior/mid-level software design with a thick layer of bullshit on top to spin it as advanced stuff.

If you want to see bad software architecture, just look at most of Google’s frameworks and libraries.

Hundun , in He revealed the secrets !

As a programmer, I concur. I sit on my arse all day pushing keys , anybody can do that.

ursakhiin ,

The biggest thing he got wrong is the assumption that it’s good programmers writing libraries.

synae ,
@synae@lemmy.sdf.org avatar

You gotta push them in the right order

grrgyle ,

Just install a library to do that

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