Paul Cuciureanu

Results 45 comments of Paul Cuciureanu

Actually, the Live Share thing doesn't keep track of git code diffs, so I found it annoying not knowing what I'm changing. Though, it's still good for, you know, live-sharing...

Doesn't Chrome already know where you've been? (Unless you turned off all settings to track you?) I believe most AW users' expectations differ wildly from those of a https://www.qubes-os.org/ user...

I do want to record private browsing time. The reason I use private browsing and VPNs is to hide my activity from others on the web, not from myself. The...

I'm not a python dev, but hey - I got continue and a bunch of AI co-pilots :-) Their vs-code tracker might need some work though: https://github.com/ActivityWatch/aw-watcher-vscode/issues/12 _Sends following data...

What if the response comes from whatever the previous command's stdout/stderr output the shell received? A lot of the times, I get an error I've never seen before, and being...

@blackout1471 - you want to create the continue visual studio extension? If I remember correctly, @sestinj mentioned in [their discord](https://discord.com/invite/EfJEfdFnDQ) that they don't have bandwidth for a 3rd integration at...

Maybe something like https://en.wikipedia.org/wiki/Operational_transformation for merge conflict resolution? I believe this is the tech used behind google docs live-merging I'm imagining other people concurently editing the nteract notebook, we're co-coding...

@rgbkrk between a baby (on the way, yey!), a job, a couple startup projects, and friends - I'm positive I can make some time for this, haha! I have a...

Maybe investigate [DDP](https://guide.meteor.com/methods.html) to keep state equal between all players. MDG plans to [publish their DDP packages to npm directly](https://github.com/meteor/meteor/blob/devel/Roadmap.md#full-transition-to-npm), other packages available also: https://www.npmjs.com/search?q=ddp

@ajmas I used @sylvaindurand 's https://github.com/sylvaindurand/jekyll-multilingual for https://github.com/bettermtl/bettermtl.github.io - a working implementation, there are other ways to do internationalization as you suggest See how https://github.com/nodeschool/nodeschool.github.io did it differently Montreal is...