DeepMenu
Pulumi
| DeepMenu | Pulumi | |
|---|---|---|
| 3 | 210 | |
| 4 | 25,261 | |
| - | 0.5% | |
| 0.5 | 10.0 | |
| about 1 year ago | 6 days ago | |
| Swift | Go | |
| - | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
DeepMenu
-
If you're interested in eye-tracking, I'm interested in funding you
I've been working on the menuing side [1] based on crossing Fitt's Law with Huffman trees. But, don't know the constraints for ALS.
Hopefully, whomever takes this on doesn't take the standard Accessibility approach, which is adding an extra layer of complexity on an existing UI.
A good friend, Gordon Fuller, found out he was going blind. So, he co-founded one of the first VR startups in the 90's. Why? For wayfinding.
What we came up with a concept of Universal design. Start over from first principles. Seeing Gordon use an Accessible UI is painful to watch, it takes three times as many steps to navigate and confirm. So, what is the factor? 0.3 X?
Imagine if we could refactor all apps with a LLM, and then couple it with an auto compete menu. Within that menu is personal history of all your past transversals.
What would be the result? A 10X? Would my sister in a wheelchair be able to use it? Would love to find out!
[1] https://github.com/musesum/DeepMenu
- Ask HN: Side projects that are making money, but you'd not talk about them?
-
SwiftUI in 2022
Am experimenting with a new menuing idiom with SwiftUI [1]. It is both delightful and infuriating. Am delighted by autolayout. But, way too much semantics for observers. To simplify, I intentionally avoided structs, for view models, and resorted to classes.
I hope to create a package and use it for metal based visual music synthesizer. But, those complaints about playing nice with UIKit? Am rather worried.
[1] https://github.com/musesum/DeepMenu
Pulumi
-
Pulumi Has a Free API: Infrastructure as Code with Real Programming Languages
Pulumi lets you define cloud infrastructure using real programming languages — TypeScript, Python, Go, C#, Java — instead of YAML or HCL. You get loops, conditionals, functions, type checking, and IDE autocomplete for your infrastructure.
-
Building on AWS with Cursor
This is different from having Cursor write Terraform or Pulumi. Those tools let you define infrastructure explicitly, which means Cursor would need to generate proper Terraform configurations, understand AWS resource dependencies, and manage state correctly. AI-generated infrastructure code risks hallucinations that create security vulnerabilities, resource misconfigurations, and version conflicts - meaning you need to carefully review thousands of lines of generated IaC before deploying.
-
What AWS’s 2025 AI and Cloud Updates Mean for Engineers Building Large Systems
Pulumi put together a full breakdown, but here is the technical signal behind the announcements.
-
Antivirus on AWS
Of course, deploying Lambda Functions and Lambda Layers depend a lot on the IAC tool you use. We use SST, which is Pulumi under the hood.
-
Top 12 Puppet Alternatives for Automation
Website: https://www.pulumi.com/
-
Why Cloud Incident Response is Critical for DevOps and ITÂ Teams
Tools like Terraform, Pulumi, and CloudFormation.
-
Platform Engineering for the uninitiated
The DevOps way had already seen adoption of Infrastructure as Code, and tools like Terraform, Chef, Pulumi, etc. enabled us to think of our cloud resources as configurations and code. Cloud Engineering needed to evolve along similar lines, and the elephant in the room was - a need for standardization, enter GitOps!
-
DevOps in 2025: the future is automated, git-ified, and kinda scary but fun.
Pulumi infra-as-code but with real programming languages
-
Getting my feet wet with Crossplane
Terraform isn't without issue, though. Some feel that the descriptive configuration language is limiting. Pulumi offers to describe the infrastructure in a couple of existing programming languages, e.g., Python, JavaScript, and Kotlin. Instead of repeating ten configuration lines with only a single parameter changed, you can write functions and loops.
-
Congrats to the Pulumi Deploy and Document Challenge Winners!
Thank you to Pulumi for sponsoring this challenge and giving the community a chance to build and deploy something awesome!
What are some alternatives?
PDFEncrypt - A free, open-source Windows application to encrypt existing PDF documents.
Home Manager using Nix - Manage a user environment using Nix [maintainer=@khaneliman, @rycee]
swift-async-algorithms - Async Algorithms for Swift
Ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
eyewriter - open source eye tracking and drawing toolkit
Chef - Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale