- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
embed blogs.json instead of fetching it at runtime
why does it still say fetch when no fetching is done? fail.
Add DedupeStrings to remove repeated values from a string slice
Add DedupeStrings to remove repeated values from a string slice
Add ChunkStrings to split a string slice into fixed-size batches
Add ChunkStrings to split a string slice into fixed-size batches
Add TruncateString to shorten a string without splitting a character
Add TruncateString to shorten a string without splitting a character
Add CollapseWhitespace to squeeze runs of whitespace into single spaces
Add CollapseWhitespace to squeeze runs of whitespace into single spaces
Add Slugify to turn text into a lowercase hyphenated slug
Add Slugify to turn text into a lowercase hyphenated slug
Add HumanBytes to print a byte count in a readable form
Add HumanBytes to print a byte count in a readable form