Login
Discover
Waves
Communities
Write
Login
Signup
Serpent7776
@serpent7776
62
I like programming languages.
Followers
21
Following
6
Follow
Email digest
Resource Credits
Available
Used
Website
https://twitter.com/serpent7776
Created
2022-02-11 17:39
RSS Feed
Subscribe
Comments
Blog
Posts
Comments
Communities
Wallet
serpent7776
DBuzz
2y
RE:
Bogosort is a joke sorting algorithm that just shuffle the input sequence until it's sorted. Bogobogosort takes it to the next level. Thanks.
$ 0.000
0
serpent7776
DBuzz
2y
RE:
Special K?
$ 0.000
0
1
serpent7776
DBuzz
2y
RE:
This is implements a simple program that outputs all the arguments given on the command line. main is the function executed when the program starts. pub means it's a public function (and not an internal
serpent7776
DBuzz
2y
RE:
It does look like impossible to grasp at first sight, but it's fairly simple once understood.
serpent7776
announcement
2y
RE: It's time for adventure, a Hive adventure
Thanks for the write-up. Unfortunately I'm very novice to the blockchains, so I cannot really answer your question. I can only note that most people go to places where other people already are.
serpent7776
announcement
2y
RE: It's time for adventure, a Hive adventure
Hey, thanks. I don't know the game you mention. I'm now working on a website to test the hive adventure game before publishing to the blockchain.
serpent7776
announcement
2y
RE: It's time for adventure, a Hive adventure
Huh, that's an interesting approach, I'll think about it.
serpent7776
announcement
2y
RE: It's time for adventure, a Hive adventure
I'm not very familiar with IPFS, but as I understand there would still be the need to host it somewhere?
serpent7776
DBuzz
2y
RE: ON CONFLICT REPLACE in #sqlite deletes the conflicting row and inserts a new one. ...
You can see an example usage on the second screenshot. For more details you can read official documentation. If you have any more question let me know.
serpent7776
announcement
2y
RE: It's time for adventure, a Hive adventure
Oh, that'd help a lot.
serpent7776
announcement
2y
RE: It's time for adventure, a Hive adventure
I don't understand what you mean by multiple Hive posts. The game files will likely be stored in custom_json_operations or something similar. If you mean publishing games is parts in different operations,
serpent7776
DBuzz
2y
RE:
No, that's haskell failing to compile a file for whatever reason.
serpent7776
DBuzz
2y
RE: I can now do https requests in #ocaml using cohttp-eio. That was way harder than ...
It sets up TLS, so I can connect via https (instead of http). Then it sends POST request. I need that to send a request to other host.
serpent7776
DBuzz
2y
RE: Reading a 38M csv file in #R and #julia R: 1.27 secs Julia: 4.09 secs Julia is ...
@dbuzz I don't think 1.27 should be treated as a link.
serpent7776
DBuzz
2y
RE: I updated my blog post. I had an issue with flux implementation that made it ...
Hmm, but it didn't happen on other social media, just here. 🤷
serpent7776
DBuzz
2y
RE: I updated my blog post. I had an issue with flux implementation that made it ...
@dbuzz I previously posted a picture with filename early_single_item.png. I now wanted to create new post with updated picture with the same same, but the preview was of the old picture. I had to rename
serpent7776
cplusplus
2y
RE: Comparing C++ range libraries for filter+reverse case with non-trivial lambda
I think that I like std::ranges the most, because it's obvious what is going on just by looking at it. The C-like version is pretty clean too, but it's quite a bit more complex.
serpent7776
LeoFinance
2y
RE: Keeping away from the temptation of upvoting yourself on the Hive blockchain
When it comes to self-votes I like the approach Reddit has made. Every post and comment are automatically self-voted up. This way users don't have to wonder if it's OK for them to like their own posts/comments
serpent7776
DBuzz
2y
RE: Definitely don't run this random #perl code my@a=sub{my@a=@_; map{(-10, -12, 86, ...
Who knows ¯_(ツ)_/¯
serpent7776
DBuzz
2y
RE:
This implements fizzbuzz in vim editor. Fizzbuzz is a simple coding exercise.
← Latest
Older →