this post was submitted on 27 Sep 2023
428 points (96.7% liked)

Programmer Humor

39224 readers
5 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
all 24 comments
sorted by: hot top controversial new old
[–] phorq@lemmy.ml 45 points 2 years ago (2 children)

The article doesn't seem to say what type of database they moved to, I'd like to imagine it's an excel spreadsheet...

[–] ForgotAboutDre@lemmy.world 14 points 2 years ago (1 children)

The problem with the spreadsheet was rate limiting by Google. I like to imagine the have the spreadsheet copy and pasted. Then split the requests to two different spreadsheets, doubling the amount of requests they can do.

[–] bdonvr@thelemmy.club 13 points 2 years ago

Dear god, parallelized excel spreadsheet databases!

[–] tourist@lemmy.world 21 points 2 years ago (2 children)

SAP S/4 HANA is not mental illness

It's worse

Your physical health and everyone you love will suffer too

[–] nomecks@lemmy.world 11 points 2 years ago* (last edited 2 years ago)

Sandhur Anziege Programm, or "Hourglass Displaying Program" in English, first started out as a hardware stress tester. It only made sense that it would evolve into a human stress testing program from there.

[–] Black616Angel@feddit.de 2 points 2 years ago

I don't wanna give them bad ideas, but the only logical next step is to have 2TB of CPU cache.

[–] cupcakezealot@lemmy.blahaj.zone 14 points 2 years ago

All the cool kids use Microsoft Access

[–] Awkwardparticle@artemis.camp 13 points 2 years ago

Not going to lie. I have made it really far using Google sheets as a database until I had to move to a full DB. Google Sheets is just an interface to a Google run DB anyways. A lot of the time I would just load sheets(tables) into data structures from a SQL library and use it like a regular database.

[–] randomTingler@lemmy.world 10 points 2 years ago

I use Google sheets on my personal projects.

  • tracking expenses
  • tracking my ride logs from my ev

Google app script pickup email received from banks and update the transaction automatically. I modify it using web based form of needed.

The ev company has api. It will be called on periodic basis to get the ride details and update the sheets. I use telegram api to interact, by triggering the api webhook, getting charts, etc.,

Initially I setup OCR to extract the ride information, so the process was like

  • send an image that has ride details to a telegram bot
  • the bot saves the image in Google drive
  • the image would be opened in docs
  • the text would get extracted and stored in Google sheets as data
  • edits can be done using telegram webapp
  • sheets provide charts for analysis
  • built a process using sheets to handle telegram bot for maintaining users, approvals, etc.,

It would be hard if I have used any other services.. setting up OCR preparing charts etc.,

[–] MonsiuerPatEBrown@reddthat.com 5 points 2 years ago (1 children)

thank god postgres is still safe!

[–] xmunk@sh.itjust.works 5 points 2 years ago

Nobody is dumb enough to insult postgres - we'll fucking burn you at a stake for heresy like that.

[–] Cwilliams@beehaw.org 1 points 2 years ago