muse

u/muse@piefed.blahaj.zone
0 posts · 40 comments

Recent posts

No posts.

Recent comments

Good movies with better soundtracks:

Edward Scissorhands
Chinatown
On Her Majesty's Secret Service
Conan the Barbarian
Boogie Nights
Jackie Brown
Warriors
Pi
Until the End of the World
Scarface
Beyond the Black Rainbow
Escape From New York
Sorcerer
Suspiria

More diseases in nature, bugs and fungus for food. Fossil fuels will be depleted, which made it possible to feed an extra 7 billion. Existing farmland will have accumulated salt. Refined materials (steel, rubber, plastic, glass) will be much more expensive to make. Concrete would be replaced with clay.

on *Permanently Deleted* · c/asklemmy · 1 pts · 173d

It varies with the server and how much work was done. If you explain it to the person it might go better. At some places the server gives a cut to other staff that help with the table. At cafes with a tip jar it is divided up at the end of the shift. The only certain rule is don't tip with those fake half bills with a religious flyer on the other side.

on Working outside · c/programmer_humor · 2 pts · 173d

Being in sunlight is tiring. It's better to work in a hatchback or camper van at the beach. Then it can be moved to a wooded park in the hills.

An hour to six days is bad. There must be some kind of data ingestion and pipeline involved. Reading a database and generating a formatted xlsx file can be a few seconds to minutes.

An OpenXML library could modify and write to a new file without Excel. Microsoft's version is usually for C#, there are similar libraries in other programming languages if your computer is locked down. If Excel gives a corrupted error when opening, the XML data can be viewed by renaming the xlsx extension to zip.

Merging Cells: https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.mergecells?view=openxml-3.0.1

Cell style and background color: https://stackoverflow.com/questions/44839512/how-to-work-with-style-index-in-open-xml