Skip to content

Instantly share code, notes, and snippets.

@hinell
hinell / TypeScript is a mess.md
Last active November 25, 2023 11:04
We should stop using TypeScript. For real.

NOTS

Why you should stop using TypeScript?

Here is why:

  • Feature creep: devs constantly-introduce complex features, even completely unnecessary ones intentionally mixing instances & types
  • It also breaks backward compatibility often
  • Slow compilation & typechecking
  • Weird semantics
  • Typed System fails at overloading which brings performance in others languages
  • It has silly bugs
@hinell
hinell / unicode-emoji-remove.sh
Created September 18, 2023 21:26
Remove uniocde symbols & emoji from a file; see hinell/dotfiles/bash-scripts for up-to date version
#!/usr/bin/env -S bash
# Title.......: unicode-emoji-remove.sh
# Summary.....: Unicode tool to strip emoji & icons from textual file
# Version.....: 1.0.0
# Created.....: September 18, 2023
# Authors.....: Alex A. Davronov <[email protected]> (2023-)
# Repository..: N/A
# Description.: Strip emoji & icons from textual file
# Thanks to Marc Durdin (https://stackoverflow.com/a/67495684)
# Usage.......: Use --help