Top Tweets for #NextGenerationShell
#javascript
.filter(([key, _]) => key.startsWith("session/"))
#nextgenerationshell
.filterk(Pfx("session/"))
Which is more readable?
How do you know Python was not meant for DevOps?
import sys
... sys.argv ...
Migrate to #NextGenerationShell already
Other languages:
blah.split('/')[-1]
#NextGenerationShell
blah.after_last('/')
Let's discuss how «we don't need yet another language»
``aws cloudformation list-stacks``.filter({'StackStatus': Not('DELETE_COMPLETE')})
That's Next Generation Shell.
How in your favorite language would you run external command, parse JSON and filter the data? Challenge: should be as clear and as concise.
#NextGenerationShell
Native #JavaScript
Object.fromEntries(Object.entries(data).filter(([key, value]) => key.startsWith("a")))
JavaScript #lodash
_.pickBy(data, (value, key) => key.startsWith("a"));
Native #NextGenerationShell
data.filterk(/^a/)
Source of first two: https://t.co/HWyivXwriZ

#javascript
['read', 'vread'].includes(bundleEntryResponse.operation)
#NextGenerationShell
bundleEntryResponse.operation =~ AnyOf('read', 'vread')
Is it just me or the second one is more readable?
Almost there! #NextGenerationShell on #AWS Lambda!
$ curl 'https://t.co/pgeKwhToeA'
Hello world!
NGS: 0.2.14-alpha

- How #NextGenerationShell is better than bash?
- How C is better than assembly?
- How #NextGenerationShell is better than #Python?
- How awk is better than C?
For #Python it's too late to fix design flaws. For #NextGenerationShell it's not late. Let me know if you see them. Open GitHub issues.
https://t.co/sUos8QQEgl
#Python
safe_data = {}
for key, value in data.items():
key = self.make_and_validate_key(key, version=version)
safe_data[key] = value
#NextGenerationShell
safe_data = data.mapk(self.make_and_validate_key(X, version=version))
#python
newmeta = {}
for k in ['images', 'buildid', ...]:
if meta.get(k):
newmeta[k] = meta[k]
#nextgenerationshell
newmeta = meta.filterk(AnyOf('images', 'buildid', ...))
Last Seen Hashtags on Sotwe
Most Popular Users

Elon Musk 
@elonmusk
241.2M followers

Barack Obama 
@barackobama
119.1M followers

Cristiano Ronaldo 
@cristiano
112.9M followers

Donald J. Trump 
@realdonaldtrump
111.8M followers

Narendra Modi 
@narendramodi
107.1M followers

Rihanna 
@rihanna
98.3M followers

NASA 
@nasa
92.3M followers

Justin Bieber 
@justinbieber
91.5M followers

KATY PERRY 
@katyperry
89.1M followers

Taylor Swift 
@taylorswift13
83M followers

Lady Gaga 
@ladygaga
74.5M followers

Virat Kohli 
@imvkohli
72M followers

Kim Kardashian 
@kimkardashian
70.5M followers

YouTube 
@youtube
68.8M followers

Neymar Jr 
@neymarjr
64.9M followers

Bill Gates 
@billgates
64.6M followers

The Ellen Show
@theellenshow
62.4M followers

Selena Gomez 
@selenagomez
62.1M followers

CNN 
@cnn
61.8M followers

X 
@x
60.8M followers
