Dawson
Dawson
Explore posts from servers
DDeno
Created by Dawson on 10/15/2024 in #help
Performance concerns for docker engine hosting company
Hello! i’m making a hosting company. We have a controller and daemon based infrastructure. Currently the Controller is made with bun and hono and I adore it. It has a phenomenal developer experience compared to golang. Our daemon is made in golang though. We did this as we wanted it to be incredibly fast. My issue with this is that golang has a horrible developer experience compared to typescript for my use case. My only concern before i migrate my codebase to typescript is the performance. This would interact with the docker engine API locally and will have some heavy ram caching running on new gen hardware (7950x, 192gb ram). How many requests can i assume this can safely handle? I want to set a goal at 500 a second, but still want to be able to support higher rates for peak traffic. tldr; i’m making a docker container hosting company. I want to move my daemon (docker engine API and FS wrapper) from golang to typescript. How many req a sec can it safely handle
6 replies
CDCloudflare Developers
Created by Dawson on 7/29/2024 in #general-help
Increase my trust score quickly, unable to access any cloudflare protected site.
I am using firefox and linux and have been unable to access any site protected by cloudflare verification including the dashboard and my own site. Is there any way to quickly increase my validity as a user?
12 replies
CCoder.com
Created by Dawson on 7/22/2024 in #help
Cannot create docker template
I have a fresh install of ubuntu 24.04 running with docker. I ran the inital curl command and ran coder server, then went to the url that it specified. I created a account and can access the website fine. I then try to use the docker template, I used all the default info and tried to specify my own info, yet it simply keeps loading. I get this
index-96718131.js:630 Warning: An unhandled error was caught from submitForm()
Error: template import provision for start: exit status 1
index-96718131.js:630 Warning: An unhandled error was caught from submitForm()
Error: template import provision for start: exit status 1
in console. I have tried to install this before and always got a permission error connecting to the docker socket
6 replies
DTDrizzle Team
Created by Dawson on 5/1/2024 in #help
multiple dbs, multiple drizzle client, not registering as multiple dbs
Hey all, anyone know why apiDb shows up as not working? Originally when I had keys schema imported under apiDb, it worked perfectly fine. db and its table works fine. Generated using t3 index.ts: https://paste.learnspigot.com/dicuhehiri.typescript api-schema.ts: https://paste.learnspigot.com/guqayuviwe.php schema.ts: https://paste.learnspigot.com/enufuvujuq.php
2 replies
TTCTheo's Typesafe Cult
Created by Dawson on 5/1/2024 in #questions
t3 second drizzle client
Hey all, anyone know why apiDb shows up as not working? Originally when I had keys schema imported under apiDb, it worked perfectly fine. db and its table works fine. index.ts: https://paste.learnspigot.com/dicuhehiri.typescript api-schema.ts: https://paste.learnspigot.com/guqayuviwe.php schema.ts: https://paste.learnspigot.com/enufuvujuq.php
2 replies
CDCloudflare Developers
Created by Dawson on 12/18/2023 in #general-help
Simple redirect not working
No description
6 replies
CDCloudflare Developers
Created by Dawson on 10/18/2023 in #pages-help
How can I deploy an artifact from a Github Workflow?
I am using a new technology from Jetbrains called Writerside. Its a markdown based documentation deployment system. I have the building to the point of where it compiles to an artifact with a .zip containg the entire website inside of it. How can I deploy this to cloudflare pages? Worflow with artifact: https://github.com/flytegg/flyte-docs/actions/runs/6567342130
5 replies
KEKord Extensions
Created by Dawson on 10/9/2023 in #kordex-support
Cannot import via gradle
Just setting up a new project. Depen: implementation("com.kotlindiscord.kord.extensions:kord-extensions:1.5.6") repo contains mavenCentral(), gradle is verion 8.2 Error: (Could Not Resolve: URI): https://paste.learnspigot.com/eyakecayet.csharp
19 replies