Skip to content
View BendyLand's full-sized avatar

Block or report BendyLand

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BendyLand/README.md

👋 Hi, I'm Ben! (a.k.a. @BendyLand)

🌱 I enjoy systems programming, particularly involving internal tooling, language design, and other low-level development. I often write software that simplifies complex workflows and enhances developer productivity. I also think game development is pretty neat.

💼 More professionally, I am the owner and sole programmer at Bland Logic LLC. I build mobile apps and other custom software based on your criteria. Basically, you tell me what you want, I give you an app. Don't like what I came up with? Give me some notes and I'll fix it. Easy peasy.

⚡ Quick info:

  • I am most proficient in Dart, C, C++, Zig, Rust, and Python.
    • Of those, my favorite one to use right now is Zig.
  • I’ve also dabbled in functional languages (Haskell, F#, OCaml), JVM/JS ecosystems (Scala, Kotlin, Groovy, Clojure, JS/TS), and a smattering of others (C#, Swift, Ruby, Lua, Julia).
    • (I did say I like language design)
  • My favorite game engines are Unreal (for 3D), Godot (for 2D), and Flame (for mobile).

📫 You can reach me at ben.d.land73883@gmail.com

Pinned Loading

  1. zclip zclip Public

    A clipboard manager daemon for X11 Linux. Store multiple strings, retrieve old ones, and even save them to a SQLite db for later use (can be read back into the daemon or used directly)!

    Zig

  2. Lash Lash Public

    Labeled Bash. Like 'make' with no custom syntax, or 'just' as a much smaller binary!

    Zig

  3. blfmt blfmt Public

    AST-node based C/C++ formatter. Also wraps 'Gofmt' for Go and 'Black' for Python.

    Rust

  4. SQLup SQLup Public

    Write SQL queries lowercase, then auto-capitalize them all at once.

    Rust

  5. BeDoop BeDoop Public

    A CLI-based version of the macOS app "Boop". Written in Rust, for powerusers who usually crash the original GUI program.

    Rust

  6. Docsum Docsum Public

    A CLI tool to recursively consolidate files of a given extension into a single 'summary.txt'.

    Go