HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pkage

no profile record

comments

pkage
·เดือนที่แล้ว·discuss
The filter doesn't appear to be perfect, one of the top posts right now is "My Agent Skill for Test-Driven Development"
pkage
·4 เดือนที่ผ่านมา·discuss
I switched from iTerm2 because at the time (possibly still), iTerm2 had a performance bug where large amounts of underlined text would cause the terminal to slow down noticeably. Wezterm works perfectly, and I appreciate the .lua configuration over iTerm2's mess of menus.
pkage
·6 เดือนที่ผ่านมา·discuss
https://ka.ge

Lockdown project during early COVID, I tried to be as close as possible to the original windows 98 functionality.
pkage
·7 เดือนที่ผ่านมา·discuss
Does not appear to work under Firefox, getting a bunch of CORS-related errors (header ‘user-agent’ is not allowed according to header ‘Access-Control-Allow-Headers’ from CORS preflight response) on the /graphql endpoint.
pkage
·8 เดือนที่ผ่านมา·discuss
In addition to the other responses, it's also worth noting that wasm itself is useful outside of the web itself; e.g. in containerized applications.
pkage
·10 เดือนที่ผ่านมา·discuss
Yes, that's an http connection to the Docker Engine api on localhost failing due to the same issue—the docker engine cam't negotiate with the Docker Hub to get the new image and is passing the error back through the local api to your updater process.