A base 20 notated chorded typing system that works with regular keyboards
- Software Tools
- Introduction
- Hardware Issues and Workarounds
let dict = qw` | |
a from look say time about get make see to | |
all give man she two also go many so up | |
and have me some use as he more take very | |
at her my tell want be here new than we | |
because him no that well but his not the what | |
by how now their when can I of them which | |
come if on then who could in one there why | |
day into onto these will do it or they with | |
even its other thing would find just our think year |
hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:
If you've spent some time online, you’ve probably come across Zendesk.
Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like [email protected]), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.
Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.
// Ignore .js file extension - only used so GitHub's JavaScript linter provides decent code highlighting | |
/* | |
This script accepts an integer `to_check` and returns true if and only if it is a prime number. | |
Note the use of a when statement, DeltaScript's answer to switch statements. | |
Cases in when statements take three forms: | |
1. `is` cases compare the control expression against an expression and execute their body if the values are equal | |
2. `passes` cases provide a predicate that the control expression is tested against. | |
For a control variable of type T, predicates are functions of type (T -> bool). |
Substack https://aljamal.substack.com/p/homoiconic-python
atom=lambda x:not isinstance(x,list)
eq=lambda x,y:x == y
car=lambda x:x[0]
cdr=lambda x:x[1:]
Translated by ChatGPT https://zenn.dev/mizchi/articles/practical-moonbit (lang:ja)
The previous introductory article was a bit provocative, so this time I'll discuss what it's like to actually research and write about these topics.
https://zenn.dev/mizchi/articles/introduce-moonbit (Japanese)
The development body is IDEA, a research organization in Shenzhen.
updated: 2024-03-21
Parrot.py integration enables you to make noises such as pops
, clicks
, and hiss
sounds which trigger Talon actions. Any sound which is not part of normal speech can be used, even non-human sounds such as a bell can work.
Prereq: requires the beta
tier of Talon Voice which is a paid tier via patreon at lunixbochs.
If you have trouble, the best place for help is on slack talonvoice.slack.com
in the #ext-parrot
channel.
Helpful video tutorials are found on youtube. These videos are slightly outdated because the current parrot.py has a newer display. (Thanks Pokey Rule, I would have never figured this out without your videos getting me started on the right track!)
During the past days, this great article by Sam Pruden has been making the rounds around the gamedev community. While the article provides an in-depth analysis, its a bit easy to miss the point and exert the wrong conclusions from it. As such, and in many cases, users unfamiliar with Godot internals have used it points such as following:
In this brief article, I will shed a bit more light about how the Godot binding system works and some detail on the Godot
[This portion of call begins at 25:47]
Me: I could make it really easy on you, if you think Apollo is costing you $20 million per year, cut me a check for $10 million and we can both skip off into the sunset. Six months of use. We're good. That's mostly a joke.
Reddit: Six months of use? What do you mean? I know you said that was mostly a joke, but I want to take everything you're saying seriously just to make sure I'm not - what are you referring to?
Me: Okay, if Apollo's opportunity cost currently is $20 million dollars. At the 7 billion requests and API volume. If that's your yearly opportunity cost for Apollo, cut that in half, say for 6 months. Bob's your uncle.
Reddit: You cut out right at the end. I'm not asking you to repeat yourself for a third time, but you legit cut out right at the end. "If your opportunity cost is $10 million" and then I lost you.