Lobste.rs
Ir al canal en Telegram
1 826
Suscriptores
+124 horas
+117 días
+3430 días
Carga de datos en curso...
Canales Similares
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
septiembre '26
septiembre '26
+54
en 4 canales
agosto '26
+55
en 3 canales
Get PRO
julio '26
+57
en 7 canales
Get PRO
junio '26
+68
en 9 canales
Get PRO
mayo '26
+78
en 9 canales
Get PRO
abril '26
+81
en 7 canales
Get PRO
marzo '26
+56
en 11 canales
Get PRO
febrero '26
+69
en 7 canales
Get PRO
enero '26
+53
en 4 canales
Get PRO
diciembre '25
+42
en 7 canales
Get PRO
noviembre '25
+50
en 6 canales
Get PRO
octubre '25
+52
en 7 canales
Get PRO
septiembre '25
+45
en 4 canales
Get PRO
agosto '25
+61
en 8 canales
Get PRO
julio '25
+52
en 7 canales
Get PRO
junio '25
+58
en 5 canales
Get PRO
mayo '25
+62
en 7 canales
Get PRO
abril '25
+66
en 7 canales
Get PRO
marzo '25
+65
en 6 canales
Get PRO
febrero '25
+55
en 5 canales
Get PRO
enero '25
+58
en 6 canales
Get PRO
diciembre '24
+100
en 10 canales
Get PRO
noviembre '24
+85
en 6 canales
Get PRO
octubre '24
+104
en 4 canales
Get PRO
septiembre '24
+86
en 4 canales
Get PRO
agosto '24
+82
en 3 canales
Get PRO
julio '24
+69
en 6 canales
Get PRO
junio '24
+67
en 5 canales
Get PRO
mayo '24
+55
en 3 canales
Get PRO
abril '24
+49
en 3 canales
Get PRO
marzo '24
+52
en 7 canales
Get PRO
febrero '24
+60
en 3 canales
Get PRO
enero '24
+77
en 5 canales
Get PRO
diciembre '23
+64
en 4 canales
Get PRO
noviembre '23
+20
en 3 canales
Get PRO
octubre '23
+21
en 4 canales
Get PRO
septiembre '23
+412
en 0 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 22 septiembre | 0 | |||
| 21 septiembre | +2 | |||
| 20 septiembre | +2 | |||
| 19 septiembre | +5 | |||
| 18 septiembre | +2 | |||
| 17 septiembre | +1 | |||
| 16 septiembre | +4 | |||
| 15 septiembre | +2 | |||
| 14 septiembre | +3 | |||
| 13 septiembre | +8 | |||
| 12 septiembre | +2 | |||
| 11 septiembre | +3 | |||
| 10 septiembre | +4 | |||
| 09 septiembre | +1 | |||
| 08 septiembre | +1 | |||
| 07 septiembre | +3 | |||
| 06 septiembre | +5 | |||
| 05 septiembre | +1 | |||
| 04 septiembre | 0 | |||
| 03 septiembre | +1 | |||
| 02 septiembre | +1 | |||
| 01 septiembre | +3 |
Publicaciones del Canal
| 2 | Ju! Ju! Tsu
Comments
via arialdo.codeberg.page via ehamberg | 79 |
| 3 | Deterministic Hypervisors For Cheap
Comments
via redvice.org via fanf | 91 |
| 4 | stack unwinding can lead to leakless code execution
Comments
via pepsipu.com via jado | 92 |
| 5 | Why 0xCAFEBABE?
Comments
via artima.com via connorboyle | 92 |
| 6 | evocation - Call forth the blue-green flame of computation from the universe, weave its energies into a fabric, that we may share our blood with it
Comments
via code.irenes.space via lorddimwit | 108 |
| 7 | Named and Optional Arguments are Awesome
Comments
via botahamec.dev via jado | 104 |
| 8 | Attention is all you have
Comments
via alicegg.tech via dustyweb | 115 |
| 9 | Lifestreams: a storage model for personal data (1996)
Comments
via ee.columbia.edu via calvin | 108 |
| 10 | Windows Exploitation Techniques: Dangling COM Object Registrations
Comments
via projectzero.google via ni5arga | 140 |
| 11 | D2300R11: `std::execution`
Comments
via wg21.link via quad | 126 |
| 12 | Self-Hosting Behind CGNAT
Comments
via david.alvarezrosa.com by dalvrosa | 147 |
| 13 | rift - a tiling window manager for macos
Comments
via github.com by atticus | 135 |
| 14 | A Continual learning model trained from scratch on 8GB VRAM laptop with batch-1 stream of data
Comments
via github.com via Yogthos | 124 |
| 15 | Designing silicon from scratch
Comments
via youtu.be via fanf | 147 |
| 16 | Relation algebra is not relational algebra
Comments
via remy.wang via aphaelion | 133 |
| 17 | tobi: keep commands running in detachable sessions across your devices
Comments
via tangled.org via op | 144 |
| 18 | Making a game for the GBA and PC from the same codebase
Comments
via mattgreer.dev via abnercoimbre | 137 |
| 19 | Squalk: an old-school forum engine built on Nostr (NIP-29 groups, NIP-7D threads)
I miss classic forums: slow, asynchronous threads that stay readable and searchable for years, instead of knowledge dissolving into chat scrollback. Squalk is my attempt to rebuild that on top of Nostr, an open protocol where users hold a keypair, posts are signed events, and interchangeable relays store and serve them, instead of a private database.The design in short: a forum is a view over relay-hosted data. Rooms are groups as specified in NIP-29, threads are NIP-7D events, identity is the user's own keypair. The consequence I care about is that the software and the community are decoupled: any other client speaking the same specs (Flotilla, Nostrord) can read and write the same conversations, and if my deployment disappears the history and identities survive on the relay.Technical bits that might interest this crowd: one SvelteKit codebase builds either as a static SPA or as a server-rendered Node app; the SSR mode renders only the anonymous view (no keys server-side) so threads are crawlable, with a stale-while-revalidate snapshot cache in front of the relay queries. Content is rendered as djot rather than markdown. Deployment is a NIP-29 relay (Zooid) plus one systemd unit.Pilot community (real threads, browsable without an account): https://nostr-proto.orgTest instance where you are welcome to make a mess: https://squalk-test.dtonon.comCaveats: Nostr is niche, key management is still rough for non-enthusiasts, and relay-side moderation tooling is young.Feedback on the architecture is welcome!Comments
via github.com by daniele | 139 |
| 20 | Textbook review: Is Parallel Programming Hard, And, If So, What Can You Do About It?
Comments
via ahelwer.ca by ahelwer | 122 |
