this post was submitted on 28 Sep 2025
162 points (97.1% liked)

Data is Beautiful

6856 readers
1 users here now

A place to share and discuss visual representations of data: Graphs, charts, maps, etc.

DataIsBeautiful is for visualizations that effectively convey information. Aesthetics are an important part of information visualization, but pretty pictures are not the sole aim of this subreddit.

A place to share and discuss visual representations of data: Graphs, charts, maps, etc.

  A post must be (or contain) a qualifying data visualization.

  Directly link to the original source article of the visualization
    Original source article doesn't mean the original source image. Link to the full page of the source article as a link-type submission.
    If you made the visualization yourself, tag it as [OC]

  [OC] posts must state the data source(s) and tool(s) used in the first top-level comment on their submission.

  DO NOT claim "[OC]" for diagrams that are not yours.

  All diagrams must have at least one computer generated element.

  No reposts of popular posts within 1 month.

  Post titles must describe the data plainly without using sensationalized headlines. Clickbait posts will be removed.

  Posts involving American Politics, or contentious topics in American media, are permissible only on Thursdays (ET).

  Posts involving Personal Data are permissible only on Mondays (ET).

Please read through our FAQ if you are new to posting on DataIsBeautiful. Commenting Rules

Don't be intentionally rude, ever.

Comments should be constructive and related to the visual presented. Special attention is given to root-level comments.

Short comments and low effort replies are automatically removed.

Hate Speech and dogwhistling are not tolerated and will result in an immediate ban.

Personal attacks and rabble-rousing will be removed.

Moderators reserve discretion when issuing bans for inappropriate comments. Bans are also subject to you forfeiting all of your comments in this community.

Originally r/DataisBeautiful

founded 2 years ago
MODERATORS
 

Context: Searching for a new senior level software development job over a 9 week period in summer 2025.

  • Focused mostly on data engineering and backend roles that are in-person or hybrid in the SF Bay Area.
  • Leads from recruiters on LinkedIn were much more likely to lead to interviews+offers.
  • The winning offer came through my personal network.
  • I mostly used Hiring.cafe for prospecting. They're a scraper with an interface I didn't hate.
you are viewing a single comment's thread
view the rest of the comments
[–] Witchfire@lemmy.world 21 points 4 days ago* (last edited 4 days ago) (6 children)

My partner with two masters and tons of experience in management has sent over 400 applications in the past year. She even learned appscript and made a smart spreadsheet to track them all. She's still unemployed.

She just got rejected from a dentist receptionist job because they were worried they were gonna have to pay her too much

[–] bagsy@lemmy.world 8 points 3 days ago (5 children)

Formatting, fonts, and file format are very important. Certai. formats like PDF are harder to scrape. 2 or more colums cause the A.I. to get confused. Sometimes the scanners have trouble with fo ta with heavy kerning.

i would suggest ms word, with the default font, and a single colum. Dont get fancy with the formatting.

Also, there are a couple of online services that will use a.i. to score your resume. Find a service that uses the same ranking algo as the popular recruiting tools such as greenhouse and workday.

It sucks, but your resume has to get past the a.i. screener before it ever reaches a human.

[–] Leax@lemmy.dbzer0.com 1 points 3 days ago (2 children)

Ms word recommended really? I went through markdown resume route for simple formatting, but still went with PDF as the norm

[–] bagsy@lemmy.world 2 points 3 days ago (1 children)

PDF is a typesetting format. Behind the scenes, every letter is placed on the page at a specific x,y coordinate. parsing text out of a pdf is essentially a series of guesses. sometimes the algorithm guesses wrong. PDF was invented for perfect layouts for printing.

Word docs are a text-based format. It's very easy to correctly pull text from a Word doc.

Why risk an ai parsing a pdf incorrectly? There is no upside.

[–] alternategait@lemmy.world 1 points 3 days ago

A word document converted to a PDF maintains the text content. A tagged PDF has the same (plus accessibility to screen readers).

load more comments (2 replies)
load more comments (2 replies)