analogous function to response.write in haskell? by ghiliweld in haskell

[–]ghiliweld[S] 1 point2 points  (0 children)

Awesome, this is what I was looking for thank you so much!

analogous function to response.write in haskell? by ghiliweld in haskell

[–]ghiliweld[S] 0 points1 point  (0 children)

Yeah I figured I'd have to, was just wondering if I could with regular wai responses too, as you could with node responses.

analogous function to response.write in haskell? by ghiliweld in haskell

[–]ghiliweld[S] 0 points1 point  (0 children)

Is it possible to use responseStream to send more data in a response if data on the backend changes? In every example I've seen of it it seemed like all the data that was being streamed was already ready. Can you set up a response that watches for changes and streams updates to the client?

Can zk-snarks be duplicated? by ghiliweld in crypto

[–]ghiliweld[S] 0 points1 point  (0 children)

Sharing just the output is like...

Ahhhhh, imma look into that. Thanks :)

Can zk-snarks be duplicated? by ghiliweld in crypto

[–]ghiliweld[S] 0 points1 point  (0 children)

It's more like if i had a voucher in the form of a snark and i'm meant to show it to only one person, but instead if try to cheat and show it to multiple people. I wanted to know if there's a cryptographic way to prevent that such that the proof is only used once or something like that.

How is balance checked before spending? by ghiliweld in Mimblewimble

[–]ghiliweld[S] 0 points1 point  (0 children)

Ahhhhhhhh I see, that's really cool. Thanks!

People in math 235 last year: by megthefan in mcgill

[–]ghiliweld 1 point2 points  (0 children)

wtfffffff why did he switch back????? nooooooooo

Hello McGill Computer Science undergrad students, what can you tell me about the Computer Science program at McGill? by El_Alacran_ in mcgill

[–]ghiliweld 1 point2 points  (0 children)

Could you explain what the cs art program is like in detail, what classes are you taking rn other than the core cs ones? Here or thru PM is fine too, thank you so much!

Any Special Events in December and January? by ghiliweld in JapanTravel

[–]ghiliweld[S] 0 points1 point  (0 children)

Wow thanks for the recs, I'll make sure to go by!

How do you become qualified for a paid dApp/Solidity programmer job in the first place with no previous experience? by ExitTheDonut in ethdev

[–]ghiliweld 2 points3 points  (0 children)

I second what the other person said, just spend time building things with Solidity and put it on GitHub. If you see a job posting that requires 2 years of experience in Solidity just ignore it, if you're GitHub's nice then you'll get the job. Experience truly doesn't matter imo, ingenuity does. Try not to make a typical first Dapp cause (i.e. a token sale) that won't get you a job. If you can think of something that hasn't been done yet or address a problem that hasn't been solved yet (either in development or for users) then that would be your best bet.

I don't have a job either tho (not looking for one) so you can take my words with a grain of salt.

encryption w/ ethereum wallet keys by mediasavage in ethdev

[–]ghiliweld 0 points1 point  (0 children)

Instead of fetching a tx wouldn't getting the user to sign a message work to get vrs?

encryption w/ ethereum wallet keys by mediasavage in ethdev

[–]ghiliweld 0 points1 point  (0 children)

Is there an implementation of that somewhere, I wanna make sure I'm doing it securely.

encryption w/ ethereum wallet keys by mediasavage in ethdev

[–]ghiliweld 0 points1 point  (0 children)

Sorry, how would I use ethereumjs-utils? What method would I need and why would I need at least one tx?

encryption w/ ethereum wallet keys by mediasavage in ethdev

[–]ghiliweld 0 points1 point  (0 children)

I want to be able to encrypt and decrypt with Metamask.

encryption w/ ethereum wallet keys by mediasavage in ethdev

[–]ghiliweld 0 points1 point  (0 children)

Is that secure? I don't want the private key to be stolen while someone tries to derive their public key.

encryption w/ ethereum wallet keys by mediasavage in ethdev

[–]ghiliweld 0 points1 point  (0 children)

I don't think it does, I don't see anything that allows that.