How to crawl a quarter billion webpages in 40 hours
https://michaelnielsen.org/ddi/how-to-crawl-a-quarter-billion-webpages-in-40-hours
@DevMisc
#web #scraping #extra
https://michaelnielsen.org/ddi/how-to-crawl-a-quarter-billion-webpages-in-40-hours
@DevMisc
#web #scraping #extra
Avoiding homework with code (and getting caught)
https://alistair.blog/mochip
@DevMisc
#fun #security #misc
https://alistair.blog/mochip
@DevMisc
#fun #security #misc
🌚6🍓1
Using GPT-3 to pathfind in random graphs
I wondered how GPT-3 might do on the following problem: given a partially-connected graph, find a path between two nodes, or determine that no path exists.
https://jacobbrazeal.wordpress.com/2022/09/23/gpt-3-can-find-paths-up-to-7-nodes-long-in-random-graphs/
@DevMisc
#fun #ai #misc #gpt
I wondered how GPT-3 might do on the following problem: given a partially-connected graph, find a path between two nodes, or determine that no path exists.
https://jacobbrazeal.wordpress.com/2022/09/23/gpt-3-can-find-paths-up-to-7-nodes-long-in-random-graphs/
@DevMisc
#fun #ai #misc #gpt
👍2
How to (Kinda) Download More RAM
That's right. Jest no more.
https://blog.horner.tj/how-to-kinda-download-more-ram
@DevMisc
#fun #linux #misc
That's right. Jest no more.
https://blog.horner.tj/how-to-kinda-download-more-ram
@DevMisc
#fun #linux #misc
🐳7
Using deep neural network to predict someone's age, given age as the input
https://youtu.be/iq0aCH3O664
@DevMisc
#ai #fun #meme
https://youtu.be/iq0aCH3O664
@DevMisc
#ai #fun #meme
💯8😁2👏1😱1
Hosting SQLite Databases on GitHub Pages
Compiling SQLite to WASM and fetching read-only data using chunked http requests.
https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages
@DevMisc
#github #sqlite #misc
Compiling SQLite to WASM and fetching read-only data using chunked http requests.
https://phiresky.github.io/blog/2021/hosting-sqlite-databases-on-github-pages
@DevMisc
#github #sqlite #misc
👍4👏1
HedgeDoc
Write and share markdown. Self-hosted, open source, supports collaboration.
https://hedgedoc.org/
@DevMisc
#tools #markdown #selfhost
Write and share markdown. Self-hosted, open source, supports collaboration.
https://hedgedoc.org/
@DevMisc
#tools #markdown #selfhost
🤩2
Language:
Code:
Output:
python
Code:
_ = lambda c,m :[print(bin(ord(j))[2:].zfill(max([len(bin(ord(k))[1:]) for k in c])).translate({49:11036,48:11035}))for j in (c+ c[-2::-1] if m==1 else c)]
_('<~àþþ~ff', 2)Output:
⬛⬛⬛⬜⬜⬜⬜⬛⬛
⬛⬛⬜⬜⬜⬜⬜⬜⬛
⬛⬜⬜⬜⬛⬛⬛⬛⬛
⬛⬜⬜⬜⬜⬜⬜⬜⬛
⬛⬜⬜⬜⬜⬜⬜⬜⬛
⬛⬛⬜⬜⬜⬜⬜⬜⬛
⬛⬛⬜⬜⬛⬛⬜⬜⬛
⬛⬛⬜⬜⬛⬛⬜⬜⬛
🐳9🤯7🔥1💩1🌚1
Bit Twiddling Hacks
https://graphics.stanford.edu/~seander/bithacks.html
@DevMisc
#lowlevel #learn #misc
https://graphics.stanford.edu/~seander/bithacks.html
@DevMisc
#lowlevel #learn #misc
👏3🤩1