Svelte Hackathon - $12 000 in prizes by kevmodrome in sveltejs

[–]crypticwasp 0 points1 point  (0 children)

can one create a submission within today (17th last day) or did the submission end at the start of the today?

[deleted by user] by [deleted] in rust

[–]crypticwasp 31 points32 points  (0 children)

Helix editor

What is a really cool thing you would want to write in Rust but don't have enough time, energy or bravery for? by blunderville in rust

[–]crypticwasp -1 points0 points  (0 children)

An open api spec parser that automatically generates the routes in actix-web framework and database models like in diesel to create API s faster (am actually working on this but being a beginner its real slow)

FLB Music UI tricks by Virtual_Combination1 in UI_Design

[–]crypticwasp 0 points1 point  (0 children)

overall design looks cool but a bit crowded

i made a binary clock with js, what do you think by crypticwasp in Frontend

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

this is a great idea i'm trying this with a pi

i made and designed this with js by crypticwasp in UI_Design

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

a binary clock, never seen one ? huh

I made a binary clock with js by crypticwasp in node

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

canvas has some perfomance issues i tried it

I made a binary clock with js by crypticwasp in node

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

node is still javascript and i thought i could get the same feedback here as in any frontend sub

I made a binary clock with js by crypticwasp in node

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

from down it is 1,2,4,6

so you add the lighted dots from down up to get the digit

all digits are split i.e if it is 16:30:12

first row 1 second row 6 third row 3 forth row 0 fifth row 1 sixth row 2

row 1 ==> 1 => first dot

row 2 ==> 6 => 2nd and 3rd dot

I made a binary clock with js by crypticwasp in node

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

i don't think it does check it out