https://linen.dev logo
Join Discord
Powered by
# general
  • p

    Phorcys

    07/28/2022, 12:13 PM
  • e

    endigma

    07/28/2022, 12:20 PM
    Not just the dialogue, actually using it
  • p

    Phorcys

    07/28/2022, 12:26 PM
    yeah i know but it works for me
  • p

    Phorcys

    07/28/2022, 12:28 PM
    nevermind
  • p

    Phorcys

    07/28/2022, 12:28 PM
    websocket fails
  • p

    Phorcys

    07/28/2022, 12:29 PM
    it used to work before though
  • p

    Phorcys

    07/28/2022, 12:29 PM
    looks like a code-server issue because my noVNC websocket works properly
  • e

    endigma

    07/28/2022, 12:41 PM
    nice
    b
    p
    a
    • 4
    • 31
  • n

    Noah-Huppert

    07/28/2022, 6:18 PM
    Went to show my coworker coder. AWS us-east-2, where I host Coder, is down.
  • n

    Noah-Huppert

    07/28/2022, 6:18 PM
    😭😭
  • n

    Noah-Huppert

    07/28/2022, 6:35 PM
    Coder 8.1 lookin kinda fresh tho
  • t

    timoooooo

    07/29/2022, 5:01 PM
    I am currently asking my self if the tailscale networking is going to be added this month since it’s on the roadmap πŸ™‚ But since the month is nearly over I guess not πŸ˜…
    k
    b
    n
    • 4
    • 7
  • r

    Rubix

    08/02/2022, 6:08 PM
    Hi all, I'm just doing some research. Does anybody have experience building either a real-time collaborative browser editor, or a service for simple I/O quizzes with coder?
  • a

    Atif

    08/03/2022, 11:09 AM
    it could be possible if both users are using the same coder account. But I do not know how coder can keep track of who is editing what part of the file.
  • a

    Atif

    08/03/2022, 11:10 AM
    BTW coder is designed to offload your workspace from your local/client machine to cloud/on-premises-servers and most teams use a version management like
    git
    to collaborate while working on their own copies of the source code.
  • p

    Phorcys

    08/03/2022, 11:47 AM
    not really, but both people could have a separate workspace and use VS live share
  • r

    Rubix

    08/03/2022, 4:02 PM
    Thanks for the responses! I work at an educational company so I'm trying to put together teaching tools. I'll do some more research thanks!
  • r

    ryanmerolle

    08/03/2022, 4:53 PM
    My team and I are heavy into vscode and devcontainers. We build and package our python, ansible, node, apt, an other requirements into tagged/versioned container images we use with VS Code
  • r

    ryanmerolle

    08/03/2022, 4:54 PM
    1.) Can you bring your own images into coder 2.) Do you need to interact with your devspace via the browser, or can you also use the remote-ssh plugin?
  • p

    Phorcys

    08/03/2022, 5:08 PM
    1) yes 2) you can interact with web apps (e.g code-server) directly from your browser after defining them and you also have access to ssh
  • p

    Phorcys

    08/03/2022, 5:10 PM
    maybe some custom tooling based around monaco would be better? any example of what you would want to do?
  • r

    Rubix

    08/03/2022, 5:22 PM
    Yeah I actually started building a custom solution using codemirror and node.js, but with my limited web development skills it seemed like it was going to take a long time to get the quality I needed. I might go back to that if I can't find anything else that makes the development easier. What we really need is a input/output coding quiz system like leetcode, and then on top of that having a collaborative sandbox coding environment for tutors and students to work together on would be great. I think the biggest challenge might be supporting multiple coding languages.
  • p

    Phorcys

    08/03/2022, 5:24 PM
    for the sandbox env, use monaco: https://github.com/microsoft/monaco-editor
  • p

    Phorcys

    08/03/2022, 5:25 PM
    https://snakeb.in has all languages selectable if you want to play around with it
  • p

    Phorcys

    08/03/2022, 5:26 PM
    hmm, what are you used to? (languages) this is a case where I'd recommend trying out Flutter
  • p

    Phorcys

    08/03/2022, 5:27 PM
    I haven't used web builds a lot, they are performant enough with what you want, just try to not paint 500 transparent widgets moving across the screen and you'll be good
  • p

    Phorcys

    08/03/2022, 5:28 PM
    flutter solved all the issues I had with making UI apps
  • p

    Phorcys

    08/03/2022, 5:30 PM
    the set of widgets I'd recommend is https://github.com/bdlukaa/fluent_ui because they're just really good
  • r

    Rubix

    08/03/2022, 5:37 PM
    Most of my work has been in JavaScript and Lua with a smattering of other languages. I also have some familiarity with Python. I'll check out Flutter thanks! As far as supporting multiple languages goes I meant more on the back end for actually compiling the code. I imagine it's pretty easy to set up formatting and linting for most languages in monaco. Thanks for the the help/resources!
  • r

    ryanmerolle

    08/03/2022, 6:20 PM
    I guess I am confused for coder vs code-server by coder. Is coder for spinning up and managing development instances per user and code-server for single users?
1...678...96Latest