HackerTrans
TopNewTrendsCommentsPastAskShowJobs

joesb

no profile record

comments

joesb
·2 năm trước·discuss
Either the package does or the developers do. And only one of them has compilation checks.
joesb
·2 năm trước·discuss
And what does DOS attacker want you to do? Not crashing the whole service to deny others of the service?
joesb
·2 năm trước·discuss
When a process is used to serve multiple requests, I don't think you need to let the whole process terminate just because there is a bug dealing with a single request. Just because we can not reason about the current request does not mean the only way to get to the clean state for other requests is to terminate the whole process.
joesb
·2 năm trước·discuss
[flagged]
joesb
·2 năm trước·discuss
I'm lost on how should I integrate all these "languages" of Racket into a single application. Like, I can see there are `typed/racket`, `racket/gui` and `scribble/base` languages. But how do I write a GUI application that create PDF while also having all the code be typed? I tried following Racket tutorial multiple times but I'm still lost on how to tied each unrelated "languages" together.

IMO, each chapter of the tutorial just talk about unrelated "language" and then never once show how they all work together. One chapter will talk about web server but not class system, then another chapter will talk about another "language" that support class but then never write web server in it.
joesb
·8 năm trước·discuss
> "I threw the code together in minutes and was too lazy to spend another couple minutes figuring out POST."

So it's not the vendor's problem then. They provide you with two ways to make a request. You have a choice to do it right, you didn't.