Ivan Reese
Shubhadeep Roychowdhury
03/29/2023, 8:20 AMShubhadeep Roychowdhury
03/29/2023, 8:21 AMLu Wilson
04/03/2023, 6:27 PMTak Tran
04/03/2023, 8:40 PMDavid Alan Hjelle
04/06/2023, 1:09 PMTom Hutchinson
04/07/2023, 2:59 AMJoão Araújo
04/08/2023, 8:37 PMChris G
04/10/2023, 9:40 PM.parquet
after any data url
About page https://csvbase.com/about
Sharing data is as easy as pasting https://csvbase.com/new-table/paste even straight from excel
The blog is off to a good start, teaching some basics https://csvbase.com/blogMattia Fregola
04/11/2023, 1:34 AMKonrad Hinsen
04/13/2023, 6:57 AMGeorge
04/13/2023, 1:47 PMShubhadeep Roychowdhury
04/15/2023, 4:28 AMLu Wilson
04/17/2023, 10:55 AMMariano Guerra
ogadaki
04/17/2023, 6:15 PMI actually started this project with not very much understanding of RISC-V, but after a few hours of debugging I got the hang of it. The emulator was actually based of off https://github.com/cnlohr/mini-rv32ima, which i ported to Java a while back, and from Java I ported to SCPP (A programming language I wrote) and from SCPP I ported it to here [(i.e. plain Scratch)].Regarding SCPP:
SCPP (Scratch C Plus Plus) https://github.com/Its-Jakey/SCPPIt's really interesting to see the creativity of people that learned programming with Scratch, then start exploring new horizons to eventually come back to Scratch. https://www.reddit.com/r/scratch/comments/12k8kvu/got_linux_booting_on_scratch/
Mariano Guerra
Shubhadeep Roychowdhury
04/27/2023, 7:59 PMMariano Guerra
Jack Rusher
04/30/2023, 7:39 AMMariano Guerra
Structured editing can show benefits in learnability, tool building, and editing efficiency in programming.
However, creating a usable structured editor is laborious and demanding, typically requiring tool builders to manually create or adjust editing interactions.
We present Sandblocks, a system that allows users to automatically generate structured editors for every language with a formal grammar available.
Our system's input reconciliation process acts on arbitrary syntax trees to provides consistent interactions across our generated editors.
Our editors' editing experience is designed to be familiar to users from textual editing but, compared to previous work, requires no manual annotation in the grammars.
Shubhadeep Roychowdhury
05/02/2023, 6:02 PMChris G
05/06/2023, 2:31 PMguitarvydas
05/08/2023, 2:34 AMguitarvydas
05/08/2023, 1:46 PMMariano Guerra
Online collaboration is becoming prevalent in our day-today work. As commercial applications show, next to texts, spreadsheets are an essential tool for storing and organizing shared data. However, concurrent modifications of a collaborative spreadsheet can lead to unexpected results when they reflect implementation decisions rather than user intention.
With this paper, we systematically discuss spreadsheet operations and their semantics and propose intention-preserving designs in a concurrent decentralized setting, thus supporting offline operations. We further explore different data models for shared spreadsheets based on composed Conflict-free Replicated Data Types (CRDTs) and give an implementation in the local-first framework Yjs.
João Araújo
05/08/2023, 10:36 PM