hckrnws
Show HN: Make cursed fonts like Times New Bastard
by MitPitt
by MitPitt
Eventually, scope crept until it became an interesting and useful thing to be able to combine say, the top half of Arial with the bottom half of Times New Roman's letters (and combine with various boolean operations on the paths, with outlines, etc, and I assumed others would be as pleased with this ability as I was, so I documented some examples and shared it here and in a fontography subreddit.
To my surprise, it got essentially no interest when I posted here, and the response from the typography folks was basically negative with people somehow framing it as a piracy-adjacent thing, and not a fun thing to do, just mashing up vector paths to get interesting unique results. shrug
Seems like you and maybe some other participants in this discussion might actually appreciate this little tool and get some enjoyment and perhaps utility out of it, so I'll share it here. https://github.com/scottvr/fambigen
There are examples in the README that show what it does in ambigram mode or "font compositor" mode. Enjoy!
If I really want to spread something that brings me joy to other people so that they might experience it too, I may have to resort to polishing up the presentation. The fact that I'm trying to give something with no strings does not obviate the need to make it look palatable. This is a reasonable take I think. I also think I've known and have had a sense for that, even if I try to ignore it, because "selling" something is typically uninteresting to me. I'll try to keep it in mind the next time I have something I think I want to share with strangers, and put more effort into how it is presented so they might be more inclined to look into the actual thing I'm trying to show them.
I'll make my own analogy, with it being like trying to share a chocolate cake that looks like literal turds to strangers.
I don't yet know who I'll be pranking with the downloaded font, but I look forward to their reaction.
It will show up as "Papyrus and Comic Sans MS Bastard".
Now why you want this is the real question.
> we ask that you stop promoting ‘Smelvetica’ and making the font software available to everybody. Next time, just let us know if you have more ideas on how to modernize our classics, we are always open for creative input.
Could one make in theory a regular monospaced font to just render glyphs past 80 chars of a line as bad as possible?
Heck, while you are messing around with ligatures you could be really evil and use them to introduce typos, or unwanted corrections (color→colour)…
FYI for the creator, I'm hitting an error when attempting to change the mix-in font (Webkit/iOS):
Something went wrong: Out of bounds memory access (evaluating '_PyRun_SimpleString(r)')Could you produce similar effects using pure CSS and/or JavaScript? Maybe it would be less deterministic and maybe the rendering would be slower, but could you do it this way?
This is truly the YTP of fonts.
P.S. I saw keming and my mind went blank for a little while.
(...and yes, I see I'm not the first to suggest this.)
and I don't know who to report it to. I guess it's owned by Microsoft so also not surprised.
Something like a dynamically generated font where some letters look different, and you have to count details or write down a word or [idea not yet fleshed out].
Won't stop someone dedicated, of course, but nothing will.
:)
EDIT: I think larabie fonts? I do like pupcat though.
[deleted]
I wonder what's the footprint and overall efficiency of making a new font vs. combining old ones on client side (typically JS)?
That means that it's probably using some library in JavaScript or WASM to implement that.
If that's the case, then I'm thinking, you know, that functionality, that is, font rendering on demand could, in theory, be placed into a CloudFlare Worker (or other Serverless service, i.e. AWS Lambda, Azure Functions, Google Cloud Functions, OCI Funcions, IBM Cloud Code Engine, Alibaba Function Compute, etc., etc.)...
That could be useful for a variety of applications... including (but not limited to!) word processors, typesetting software, homemade browsers, online games, heck, really anything where custom fonts are needed...
There could be two distinct benefits with this, let's call it a "FaaS" (Fonts as a Service!) idea:
1) No need to bundle/ship/include a font rendering engine with software that needs one.
2) Extra layer of security -- Local font rendering software is typically Turing-Complete, and as such, the local font renderer could potentially run viruses and other unwanted programs. I.e., local font rendering is a security risk. By hermetically sealing that code into serverless function, offsite of the local machine and having that serverless function send only fully rendered font data one way, the attack surface of the font rendering engine is effectively removed from any local PC.
This being said, the disadvantage is that it couldn't be used if the Internet or server or cloud provider is down for any reason.
Graphical font data, once created and downloaded, could however be cached by clients for offline situations / offline usage / offline work.
So, there are some interesting ideas here...
What have you unleashed? Hey, look guys we got the next Oppenheimer over here.
[dead]
[dead]
[dead]
[dead]
[dead]
People say shit like this when they're the producer. But then turn around and nitpick when they're the consumer.
It's not selling something, it's about it being a proxy for if you understand the product well enough to communicate it's key points.
To wrongly quote Twain: "I would have written a shorter letter, but did not have the time"
Sorry for the brutal honesty, just thought it might offer you an explanation of the difference in reaction.
OP's fonts look ugly, but intentionally and purposefully so, in a nails-on-chalkboard manner. In contrast, your example images just look plain ugly to me, can't imagine I would have any use for them.
Sorry again. I do understand the technological fascination with the process, just describing the aestheticity of the result here.
Essentially mirroring the original post, but using the fonts of their own [re]design.
Edit: such as amoss’s comment.
>Papyrus and Comic Sans MS
Obligatory: https://www.youtube.com/watch?v=jVhlJNJopOQApparently there's a sequel: https://www.youtube.com/watch?v=Q8PdffUfoF0
Thanks for lengthening my lifespan (if what they say about laughter is true), and for a great mood for the day.
And that's before even making any single font with the tool.
[dead]
[deleted]
It's an out of place performative moralism.
[deleted]
I saw what you did there
It's trivial to build something that accommodates an ideal user, the challenge in software engineering is creating a solution that suits many kinds of people, at different points in their life. Refusing to engage with that challenge is a kind of proud mediocrity.