rsrsrs86
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Writing web apps with remote code execution for fun (github.com)
-
Hi folks, asking for a friend - my dad. He is 60 and can code a bit. He did some BASIC in the 80s and 90s, and he can use ChatGPT to write VBA macros. He is well versed in Excel also. 2 years ago he strated playing with…
- The Chinese Room and GPT (ai.stackexchange.com)
-
Hi, I would like to kindly ask - is there any issue tracker that is specifically designed or adapted to data problems? At my company we have recurring problems - a query that does not work, weird data on some tables,…
-
I think I'll use the upcoming AoC as an excuse to learn Racket or C++ (I code mainly in Python at work and Haskell for play). But I might try something exotic like Idris or Agda too
- Fixed Points in Natural Language Translation (github.com)
-
What are your views on authoritarian governments?
-
What are your views on authoritarian governments?
-
Reply here to wish a Merry Xmas to all!
-
The pickle is very big, 100 MB, and we need to serve online predictions, so batching is not an option.
- We help churches grow (aware3.com)
- Seemingly impossible functional programs (math.andrej.com)
-
Do you use Amazon ML? If so, what exactly do you do with it? As with most other AWS products, it is very hard to know what exactly it does by looking at the home page.
- Show HN: Dead simple to-do list in Bash (gist.github.com)
-
Hi, what do you do to relax and sleep after coding for many hours straight? I tend to get very agitated and can't sleep well.
-
Hi, this can terminate when either branch of and/or terminates early and short-circuits the operator. def or_(task1, task2) do parent = self pid1 = spawn(fn -> send parent, task1.() end) pid2 = spawn(fn -> send parent,…
-
Isn't it beautiful? defmodule Church do def true_(f, _) do f end def false_(_ ,g) do g end def if_(x, then_, else_) do x.(then_, else_) end end IO.puts Church.if_(&Church.true_/2, 4, 2) IO.puts…
-
Hi, I wrote a distributed SAT solver in Elixir to get a feel of the language, perhaps someone out there might find this interesting. I really don't know if this can be a economic approach to SAT solving.…
- Scala Case Classes in Depth (alessandrolacava.com)
-
So we can read and learn from the source code.
-
What are good CS graduate programs in the Toronto area?