Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
haskell
serpent7776
DBuzz
Monday, July 29, 2024 4:36 PM
Trying ghc #haskell for the first time.
$ 0.172
4
2
bonarousx
cardano
Monday, November 1, 2021 9:33 AM
What is Cardano (ADA)?
It is a decentralized project that allows the storage and transfer of value and assets on the blockchain, just like Ethereum.
$ 0.469
17
1
flodner
LeoFinance
Sunday, September 19, 2021 10:58 AM
Lovelace Academy Conversation with Lars Brunjes - IOHK Director of Education
Here is a Conversation with Lars Brunjes IOHK Director of Education and Maria Carmo and Keith from Lovelace Academy. Lovelace Academy is one of the winners of Project Catalyst (Cardano Decentralized
$ 1.090
173
1
titan-c
ocd
Tuesday, July 13, 2021 6:40 AM
Elliptic Curves on Finite Fields - Bitcoin & Haskell
When merging the last two posts, I immediately run into serious difficulties. Haskell's type system just made my work harder(well my ignorance did). Until I could come up with a solution, I could not
$ 0.000
7
1
onemoretea
Actifit
Sunday, August 3, 2025 8:20 PM
Promoted
The Sound of Morning Silence - My Actifit Report Card: August 3rd, 2025
Welcome to Liquid Eye’s Actifit Blog Sunday ☀️ 12024 The morning felt fresh and full of quiet promise as I pedaled early to Plötzensee. I traded traffic for trees, weaving through wild undergrowth on an
$ 0.628
79
2
1
titan-c
ocd
Sunday, May 2, 2021 8:09 AM
Elliptic Curves - Bitcoin & Haskell
In this series of posts I'm solving the exercises of Programming Bitcoin[1] in Haskell, I'm learning Bitcoin and Haskell in one go. To describe a point in the elliptic curve, we need four data points.
$ 0.000
1
2
titan-c
programming
Saturday, April 17, 2021 12:44 PM
Finite Fields - Bitcoin & Haskell
Bitcoin's price has gone crazy up, and now I'm really responsible for learning it. I found the book Programming Bitcoin[1] by Jimmy Song, it looks good enough to give it a try. It uses Python to teach,
$ 0.064
2
1
flodner
LeoFinance
Friday, April 9, 2021 5:38 AM
ADA MakerSpace, a Winner of Cardano Project Catalyst Fund3
Project Catalyst is a Decentralized Innovation Fund in the Cardano ecosystem, where everyone can submit a proposal idea, and in several stages ADA holders vote which ideas will be funded. Recently Fund3
$ 1.848
174
evrone
webdevelopment
Tuesday, March 3, 2020 11:52 AM
How we created the Vexor cloud continuous integration service
It’s a classic problem of scale. When a company works on several projects simultaneously, it faces a number of difficulties when it comes to continuous integration services. Running your own CI setup on
$ 0.000
0
wiseagent
Movies & TV Shows
Saturday, August 2, 2025 2:05 PM
Promoted
MOVIE REVIEW: ”Until Dawn” (2025)
This publication was also writen in SPANISH and PORTUGUESE. IMDb Synopsis: In search of explanations a year after the mysterious disappearance of her sister (Melaine), Clover and four friends (Max, Nina,
$ 7.821
267
1
5
wholepixels
generative
Sunday, June 2, 2019 7:27 AM
Fixed the missing rectangles. Apparently threads in those were so thin they were invisible. But now I miss the effect of threads sticking out.
$ 0.000
2
wholepixels
creativecoding
Sunday, May 26, 2019 4:19 PM
Non-rectangular images for non-rectangular things. Just learned this cutting edge technology
$ 0.000
3
blackanger
rust
Thursday, March 14, 2019 10:32 AM
【Rust日报】 2019-03-14
seed 发布0.3版本 #wasm #seed Seed是一个Rust前端框架,借助wasm可以创建Web App。 Read More 如何让Haskell搜索字符串与Rust一样快 #haskell
$ 0.000
1
markgritter
adventofcode
Monday, January 7, 2019 6:30 AM
Advent of Code day 13 [spoilers]
Day 13 is a simulation of carts on tracks. The track layout is given by an ASCII diagram, like this one: /->-\ | | /----\ | /-+--+-\ | | | | | v | \-+-/ \-+--/ \------/ I decided it would be better
$ 1.199
221
3
florecemujer
Literatos
Sunday, August 3, 2025 6:10 PM
Promoted
✨ Día 14 — Mis grietas saben de luz
Cada día de este camino me enseña algo nuevo sobre mí. A veces, lo que descubro no es bonito, ni cómodo, ni fácil de nombrar. Pero incluso allí, en lo roto, en lo oculto, en lo que no supe abrazar a tiempo…
$ 0.165
15
6
2
markgritter
adventofcode
Sunday, January 6, 2019 6:13 AM
Advent of Code, day 12, in Haskell [spoilers]
Day 12 asks us to implement a cellular automaton. There's a lot of flavor text, but that's basically it. The rules are part of the puzzle; I don't know if they're actually different for everyone or not.
$ 2.366
228
2
markgritter
adventofcode
Friday, January 4, 2019 4:39 AM
Advent of Code Day 11 [spoilers], Inclusion-Exclusion, and Haskell's odd design decisions
Haskell has a maximum function and it has lazy evaluations of lists. I come from Python that has a max function and list generators. But there turns out to be a crucial difference. Day 11 asks us to find
$ 2.018
202
2
markgritter
adventofcode
Tuesday, January 1, 2019 11:43 PM
Advent of Code Day 8 [spoilers]
Day 8's puzzle was basically just about parsing a long list of integers correctly, and writing tree-recursive functions correctly. Both are pretty easy in Haskell. I defined the tree object like this,
$ 0.245
28
markgritter
adventofcode
Saturday, December 29, 2018 6:07 AM
Advent Of Code Day 5 [spoilers]
I completely gave up on solving the Advent of Code problems as they went up, and I'm backfilling the days I missed, which is most of them. Day 5 was the first time I really felt happy with my Haskell solution,
$ 4.235
345
2
lxsxl
Worldmappin
Monday, August 4, 2025 6:04 AM
Promoted
Edinburgh "Calton Hill" Deu/Eng
55.95495, -3.18376
Scotland Trip
$ 10.808
194
10
4
markgritter
adventofcode
Tuesday, December 11, 2018 9:32 AM
Advent of Code, day 7 [spoilers]
The Day 7 puzzle is about parallel builds. So, just convert your input into a Makefile and solve it with GNU Make! OK, maybe not. I probably could have gotten that working in less time than it took me
$ 0.833
151
1
markgritter
adventofcode
Thursday, December 6, 2018 7:24 AM
Advent of Code Day 4 [spoilers]
Day 3 and 4 kinda kicked my butt (plus I had work stuff both nights) but I finally finished day 4. It asks us to solve a scheduling problem, and the example even shows us a nice matrix we could use. I
$ 1.039
185
2
markgritter
adventofcode
Sunday, December 2, 2018 7:28 PM
Advent of Code day 2 [spoilers]
Advent of Code Day 2 asks us to do some string searches. It took me about 40 minutes, and I can't say I'm particularly happy with the results, but it worked. Part 1 asks us to find the number of words
$ 1.084
202
3
markgritter
adventofcode
Saturday, December 1, 2018 8:41 PM
Advent of Code day 1 [spoilers]
I'm doing Advent of Code in Haskell this year, as planned. I warmed up with one of last year's problems so I was able to get started right away at 11pm last night when the puzzle went live. It still took
$ 0.159
24
1
Top communities
Create decentralized community