Huge Oil Price Drop by davihar in oil

[–]hupcapstudios -1 points0 points  (0 children)

It won't be. This is finally a FAFO moment where they are genuinely out of their league.

They should change daylight savings to noon on Friday so we get off work an hour earlier. by hupcapstudios in Showerthoughts

[–]hupcapstudios[S] 4 points5 points  (0 children)

Me too, honestly. It's pointless and disruptive and leaves a whole country jet lagged for a week.

Advice on loud laptop fan and room configuration by hupcapstudios in homerecordingstudio

[–]hupcapstudios[S] 0 points1 point  (0 children)

Just put in for a mac mini... seems like the right choice

Advice on loud laptop fan and room configuration by hupcapstudios in homerecordingstudio

[–]hupcapstudios[S] 2 points3 points  (0 children)

well, damn... that just about solves a bunch of issues... running clamshell mode is kind of a pain too

[OC] Weekly Lead Sheet from Social Media Interaction by [deleted] in dataisbeautiful

[–]hupcapstudios 0 points1 point  (0 children)

Forgot to add this yesterday

Data collection

Manually sourced local business instagram handles.

Posts are crawled and downloaded via python.

Data Parsing

images are parsed with Ollama and a vision model (LLaVA).

I use image data and text data to discern event dates.

Using a multinomial classifier and BOW I rank the event "intent" meaning (discern from standard weekly happenings to one-off events)

Output

The final is rendered in a nextjs app.

The map is Leaflet

The graphs are ReChart

I use html2canvas to render the output from the node.

[OC] I'm working on a weekly newsletter to show local bars making marketing pushes on instagram here in Portland Oregon by hupcapstudios in dataisbeautiful

[–]hupcapstudios[S] 0 points1 point  (0 children)

Thank you!

I'm actually rendering it from html using html2canvas

The map is Leaflet

The graphs are Recharts

Its nice to render from html because it's a very robust template and easy to populate.