Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
Let's say we have a random(x) function that returns a number from [0; x). What'll happen if we run random(random(x))? And random(random(random(x)))?

#random #math #statistics
I'm not quite sure how to react on this one.

The sourdough framework is an open-source book dedicated to helping you to make the best possible sourdough bread at home.
Rather than providing recipes this book intends to provide a framework that enables you to bake bread in your respective environment.


#humor #oss
You've probably heard of Nikita a.k.a. tonsky. There's this project he started: Humble UI.

Humble UI is a desktop UI framework for Clojure. No Electron. No JavaScript. Only JVM and native code.

And here's the post with lots of thoughts about signals (something similar to observable) for UI state management.

#clojure #declarative #ui
Oldie but goodie: Paul Graham, Do Things that Don't Scale.

#startup
My man is using a phone to host a website, which explains how to use a phone to host a website, which explains...

#terminal #server #site
New post on Android Developers: Best practices for SQLite performance. Looks good! Sad, that it hasn't been there before.

#sqlite #db #performance
Apple Vision Pro seems to be a big deal, but it's hard to tell anything about the real experience. Well, some journalists were allowed to try the thing, check out their report. Google's move? Microsoft's?

#ar #vr #hardware
Well, DeepMind has tasked their AI with better sorting and it actually came up with a faster sorting algorithm. And a little bonus: thread about bubblesort being slow in FreeBSD kernel.

#ai #sorting #algorithm