marquitos.lens

4.3K posts

marquitos.lens banner
marquitos.lens

marquitos.lens

@ColoMMiranda

Product @ Golem Network | web3

Barcelona, Spain Katılım Eylül 2012
545 Takip Edilen414 Takipçiler
marquitos.lens retweetledi
Golem Network
Golem Network@golemproject·
Applications closed 🛑 We expected 5-10 applications, we ended up with tens of hundreds! The role is now closed. Both Golem and Arkiv are highly-technical, dev/builder led projects - no TGE, no airdrop. If that interests you, you're welcome to join our Discord channels. x.com/golemproject/s…
Golem Network tweet media
English
12
4
56
2.8K
marquitos.lens
marquitos.lens@ColoMMiranda·
Building a community that's actually useful takes people who care about the substance, not just the vibes/AI. Humans matter 🫶 We're looking for Discord moderators for Arkiv and Golem. If you've engaged with dev centric web3 projects get in touch :)
Golem Network@golemproject

👩‍💻Community Discord Moderators Needed! Help us build a welcoming community for @arkivnetwork and @golemproject B2D/B2B: friendly, knowledgeable, and at times technical moderation of Arkiv and Golem Discord channels. No shilling, just engaging! Interested? Be ready to discuss our project and vision — you should read both project's Lite Papers and feel comfortable talking about them. About you: Familiar with Discord moderation (even if you'd be new to moderation, you should be experienced in Discord!). Strong English communication skills (C1 level or above) Comfortable interacting with a diverse, global community. Interested in Web3! We’re aiming for around-the-clock coverage, so we’re especially keen to hear from people in different time zones. If this sounds like you, get in touch with a short note about why you’d be a good fit. Email below. [apply.global.community@golem.network] (USD$800-$1000/mth)

English
1
0
4
229
marquitos.lens
marquitos.lens@ColoMMiranda·
Judging was a marathon! So many submissions, and the quality made it even more difficult (good problem to have 😅) Huge thanks to @vrneth from @p2pmentor and @_Severyn for putting in the hours reviewing the submissions 🙏 Also, thanks to @EtherArgentina for partnering with us!
English
0
0
5
75
marquitos.lens
marquitos.lens@ColoMMiranda·
As a PM, this is soooooo useful 🤩 No more over-engineered charts for quick visualizations.
Ahmad Awais@MrAhmadAwais

Introducing chartli 📊 CLI that turns plain numbers into terminal charts. ascii, spark, bars, columns, heatmap, unicode, braille, svg. $ 𝚗𝚙𝚡 𝚌𝚑𝚊𝚛𝚝𝚕𝚒 I wanted terminal charts with zero setup. No browser, no Python env, no matplotlib. Pipe numbers in, get a chart out. Again built using Command Code with my CLI taste. $ npx chartli data.txt -t ascii -w 24 -h 8 8 chart types spanning a fun range of Unicode density: - ascii (line charts with ○◇◆● markers) - spark (▁▂▃▄▅▆▇█ sparklines, one row per series) - bars (horizontal, ░▒▓█ shading per series) - columns (vertical grouped bars) - heatmap (2D grid, ░▒▓█ intensity mapping) - unicode (grouped bars with ▁▂▃▄▅▆▇█ sub-cell resolution) - braille (⠁⠂⠃ 2×4 dot matrix, highest density) - svg (vector output, circles or polylines) Input format is dead simple: rows of space-separated numbers. Multiple columns = multiple series. 0.0 0.1 0.1 0.1 0.2 0.4 0.2 0.4 0.3 0.2 0.4 0.2 Composes with pipes: $ cat metrics.txt | chartli -t spark S1 ▁▂▃▄▅▆ S2 ▁▄▂▇▅█ S3 ▁▂▄▃▆▅ S4 ▁▄▂▇▂▇ The braille renderer is my fav. Each braille character encodes a 2×4 dot grid, so a 16-wide chart gives you 32 pixels of horizontal resolution. Free anti-aliasing from Unicode. The bars renderer uses 4 shading levels (░▒▓█) to visually separate series without color. Works on any terminal, any font. Heatmap maps values to a 5-step intensity scale across a row×column grid, so you can spot patterns in tabular data at a glance. SVG mode has 2 render paths: circles (scatter plot) and lines (polylines). Output is valid XML you can pipe straight to a file or into another tool. Zero config by default, every dimension overridable (-w width, -h height, -m SVG mode). No config files. No themes. No dashboards. $ 𝚗𝚙𝚡 𝚌𝚑𝚊𝚛𝚝𝚕𝚒 Or global install it. $ npm i -g chartli # Skill for your agents $ npx skills add ahmadawais/chartli If you work in terminals and want quick data visualization without leaving your workflow, try it. ⌘ let's go!!

English
1
0
5
206
marquitos.lens retweetledi
Ahmad Awais
Ahmad Awais@MrAhmadAwais·
Introducing chartli 📊 CLI that turns plain numbers into terminal charts. ascii, spark, bars, columns, heatmap, unicode, braille, svg. $ 𝚗𝚙𝚡 𝚌𝚑𝚊𝚛𝚝𝚕𝚒 I wanted terminal charts with zero setup. No browser, no Python env, no matplotlib. Pipe numbers in, get a chart out. Again built using Command Code with my CLI taste. $ npx chartli data.txt -t ascii -w 24 -h 8 8 chart types spanning a fun range of Unicode density: - ascii (line charts with ○◇◆● markers) - spark (▁▂▃▄▅▆▇█ sparklines, one row per series) - bars (horizontal, ░▒▓█ shading per series) - columns (vertical grouped bars) - heatmap (2D grid, ░▒▓█ intensity mapping) - unicode (grouped bars with ▁▂▃▄▅▆▇█ sub-cell resolution) - braille (⠁⠂⠃ 2×4 dot matrix, highest density) - svg (vector output, circles or polylines) Input format is dead simple: rows of space-separated numbers. Multiple columns = multiple series. 0.0 0.1 0.1 0.1 0.2 0.4 0.2 0.4 0.3 0.2 0.4 0.2 Composes with pipes: $ cat metrics.txt | chartli -t spark S1 ▁▂▃▄▅▆ S2 ▁▄▂▇▅█ S3 ▁▂▄▃▆▅ S4 ▁▄▂▇▂▇ The braille renderer is my fav. Each braille character encodes a 2×4 dot grid, so a 16-wide chart gives you 32 pixels of horizontal resolution. Free anti-aliasing from Unicode. The bars renderer uses 4 shading levels (░▒▓█) to visually separate series without color. Works on any terminal, any font. Heatmap maps values to a 5-step intensity scale across a row×column grid, so you can spot patterns in tabular data at a glance. SVG mode has 2 render paths: circles (scatter plot) and lines (polylines). Output is valid XML you can pipe straight to a file or into another tool. Zero config by default, every dimension overridable (-w width, -h height, -m SVG mode). No config files. No themes. No dashboards. $ 𝚗𝚙𝚡 𝚌𝚑𝚊𝚛𝚝𝚕𝚒 Or global install it. $ npm i -g chartli # Skill for your agents $ npx skills add ahmadawais/chartli If you work in terminals and want quick data visualization without leaving your workflow, try it. ⌘ let's go!!
Ahmad Awais tweet media
English
38
107
1.2K
62.8K
marquitos.lens
marquitos.lens@ColoMMiranda·
Entre AI y la F1 no puedo mas de la manija
GIF
Español
1
0
3
35
marquitos.lens retweetledi
Arkiv Network
Arkiv Network@arkivnetwork·
Final Call to @EthCC 4⃣8⃣ Until submissions end: Fri 23:59 UTC Last change to take part in the [ ARKIV ] x @EtherArgentina Web3 Database Challenge Submit | Win | Fly | Buidl ✈️+🎟️
Arkiv Network tweet media
English
2
5
13
2.9K
marquitos.lens retweetledi
Arkiv Network
Arkiv Network@arkivnetwork·
Ready to try something new? Work with the [ A ] Team Jobs at [ ARKIV ] right now 👉 golem.network/careers Be based in CET -/+ 3 hrs Protocol | Platform | Ecosystem | Engineering | Dev Rel roles all open now 👀
GIF
English
0
2
8
1.5K
marquitos.lens
marquitos.lens@ColoMMiranda·
Se prendió jujuju 🔥
Arkiv Network@arkivnetwork

[ ARKIV ] x @EtherArgentina 🇦🇷 Web3 Database Builder Challenge 🏆 Pick ONE to build 🧑‍💼 Job Board → decentralised LinkedIn 🎟️Event Platform → on-chain Luma 📚Knowledge → user-owned GitBook Join the discord (link in thread) to take part 👇

Español
0
1
7
228