@tdemin a bunch of* devs
Notices by Wolf480pl (wolf480pl@niu.moe)
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 19:43:11 UTC Wolf480pl
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 19:42:54 UTC Wolf480pl
@tdemin give a bunch fo devs a job without complex problems, and they'll create new ones.
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 16:04:21 UTC Wolf480pl
@sir @314
they don't need to know the content of the emails, they kill based on metadata -
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 15:08:06 UTC Wolf480pl
@sir by the way, have you heard the rumors that ActivityStreams (the underlying data format of ActivityPub) were developed for the purpose of PRISM, to make it easy for NSA to do its data mining? :P
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 10:13:22 UTC Wolf480pl
@nihl I don't know what it's like in your country, but in Poland there are some international companies prefer a CV in English, even if you're to work in Poland.
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:28:21 UTC Wolf480pl
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:27:40 UTC Wolf480pl
@pea @nik @trwnh
uh, I don't know what a Free monad is :/Most of my contact with Haskell was writing an interpreter and a compiler, and I used stacks of monad transformed there heavily, mostly consisting of Reader, Writer and State.
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:25:44 UTC Wolf480pl
Ok, I looked it up[1] and it looks like there are 2 ways to run ST:
runST - your ST must work for all types of the phantom variable, so as I said before, you can't do anything with the phantom variable
stToIO - you can assume the phantom variable is a RealWorld, and you can interact with it, but this stToIO returns the result wrapped in IO.
[1]: https://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Monad-ST.html
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:20:29 UTC Wolf480pl
@pea @nik @trwnh
It's a forall hack.IIRC they say your function must work for all types of phantom variable, so inside you can't possibly know the type of the phantom variable is, so you can't do anything useful with it. And your return type must not depend on the type of the phantom variable, so you can't return it either.
And then IO is more-or-less ST of RealWorld, or something...
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:16:51 UTC Wolf480pl
@pea @nik @trwnh
yeah, that's why I think it's better to first explain something that can be (and is) cleanly implemented in pure Haskell, like Reader, Writer, and State. -
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:13:29 UTC Wolf480pl
@pea @nik @trwnh
The IO monad is kinda an edge case, let's maybe talk about StateT instead? -
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:11:46 UTC Wolf480pl
@izaya OSM says they're in Australia. The roads look nice, at least as far as I can tell from the map.
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:11:12 UTC Wolf480pl
@izaya I know, right?
Basically, USA is a 3rd world country, I don't know why anyone would want to live there. -
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:04:30 UTC Wolf480pl
@izaya maybe they have no tōge in US...
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 07:03:18 UTC Wolf480pl
@izaya if I was to guess, I'd say highways
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 06:10:12 UTC Wolf480pl
@njoseph_1 only high priests can touch it?
-
Wolf480pl (wolf480pl@niu.moe)'s status on Tuesday, 16-Jul-2019 06:08:31 UTC Wolf480pl
@thog and a tiger option
-
Wolf480pl (wolf480pl@niu.moe)'s status on Monday, 15-Jul-2019 20:37:09 UTC Wolf480pl
@sir if you think you're getting enough reviews as it is, then I guess it doesn't hurt to try the donation incentive thing.
-
Wolf480pl (wolf480pl@niu.moe)'s status on Monday, 15-Jul-2019 20:31:12 UTC Wolf480pl
@sir depends whether you care more about someone reviewing your drafts than people care about getting early access
-
Wolf480pl (wolf480pl@niu.moe)'s status on Monday, 15-Jul-2019 15:28:20 UTC Wolf480pl
See also: Trusting Trust, DRM, Intel SGX, "they can't be sure unless they pwn you".
But this is not what I was missing.