coda
gitlab (https://gitlab.com/jrvieira1/)
snippets (https://gitlab.com/users/jrvieira1/snippets)
github (https://github.com/jrvieira)
gists (https://gist.github.com/jrvieira)
haskell
Functional Reactive Programming - HaskellWiki (https://wiki.haskell.org/Functional_Reactive_Programming)
Hoogle (https://www.haskell.org/hoogle/)
Reference card - HaskellWiki (https://wiki.haskell.org/Reference_card#Calling_functions)
Category Theory in Haskell (https://en.m.wikibooks.org/wiki/Haskell/Category_theory)
Option/Either/Future Monads in JS, Python, and More | Toptal (https://www.toptal.com/javascript/option-maybe-either-future-monads-js)
Typeclassopedia - HaskellWiki (https://wiki.haskell.org/Typeclassopedia#Intuition_3)
htps://www.haskell.org/onlinereport/haskell2010/t ()https://www.haskell.org/onlinereport/haskell2010/
Write You a Haskell ( Stephen Diehl ) (http://dev.stephendiehl.com/fun/001_basics.html#io)
All about strictness (https://tech.fpcomplete.com/haskell/tutorial/all-about-strictness)
Crash Course to Applicative Syntax (https://tech.fpcomplete.com/haskell/tutorial/applicative-syntax)
Mutable variables (https://tech.fpcomplete.com/haskell/tutorial/mutable-variables)
Lenses (https://tech.fpcomplete.com/haskell/tutorial/lens)
Get Started with Haskell (https://tech.fpcomplete.com/haskell/get-started)
Haskell Lectures - CS 1501 (http://shuklan.com/haskell/)
Data types
Data.Map.Strict (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Map-Strict.html#g:16)
Data.Map.Merge.Strict (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Map-Merge-Strict.html#v:merge)
Data.Graph (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Graph.html#t:Graph)
Data.Array (https://hackage.haskell.org/package/array-0.5.3.0/docs/Data-Array.html#t:Array)
Data.Bits (https://hackage.haskell.org/package/base-4.14.1.0/docs/Data-Bits.html)
Data.Sequence (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Sequence.html)
Data.Graph.Inductive.Query (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Query.html)
Data.Graph.Inductive.NodeMap (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-NodeMap.html)
Data.Graph.Inductive.Graph (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Graph.html)
Data.Graph.Inductive.Monad (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Monad.html)
Data.Graph.Inductive.Graph (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Graph.html#v:insEdges)
Data.Set.Unordered.Unique (https://hackage.haskell.org/package/sets-0.0.6.2/docs/Data-Set-Unordered-Unique.html)
Data.HashSet (https://hackage.haskell.org/package/unordered-containers-0.2.13.0/docs/Data-HashSet.html)
System.Console.ANSI (https://hackage.haskell.org/package/ansi-terminal-0.11/docs/System-Console-ANSI.html#g:12)
An introduction to typeclass metaprogramming (https://lexi-lambda.github.io/blog/2021/03/25/an-introduction-to-typeclass-metaprogramming/)
Applied Haskell Syllabus (https://www.fpcomplete.com/haskell/syllabus/)
Introducing hs-speedscope - a way to visualise time profiles (https://mpickering.github.io/posts/2019-11-07-hs-speedscope.html)
Haskell mini-patterns hndbooka :: Kowainik ()https://kowainik.github.io/posts/haskell-mini-patterns
ThreadScope - HaskellWiki (https://wiki.haskell.org/ThreadScope)
ThreadScope Tour - HaskellWiki (https://wiki.haskell.org/index.php?title=ThreadScope_Tour)
scheme
csco/ChezScheme:i Chez Scheme ()https://github.com/cisco/chezscheme
The Scheme Programming Language, 4th Edition (https://www.scheme.com/tspl4/)
Chez Scheme (https://cisco.github.io/ChezScheme/#docs)
Akku.scm - Scheme package manager (https://akkuscm.org/)
r6rs-lib (https://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-1.html)
Scheme Index (https://index.scheme.org/)
macros
r6rs-lib (https://www.r6rs.org/final/html/r6rs-lib/r6rs-lib-Z-H-13.html#node_chap_12)
Syntactic Abstraction the Syntax-Case Expander.pdf (https://guenchi.github.io/Scheme/doc/Syntactic%20Abstraction%20the%20Syntax-Case%20Expander.pdf)
sigwinch.xyz/misc/jrms_syntax-rules_primer.txt (https://www.sigwinch.xyz/misc/jrms_syntax-rules_primer.txt)
Extending a Language — Writing Powerful Macros in Scheme (https://mnieper.github.io/scheme-macros/README.html)
Scheme Requests for Implementation (https://srfi.schemers.org/)
The Scheme Programming Language (https://www.scheme.org/)
SRFI Table (https://docs.scheme.org/srfi/support/)
Community-Scheme-Wiki (http://community.schemewiki.org/)
The Roots of Lisp (https://www.paulgraham.com/rootsoflisp.html)
Index (https://www.scheme.com/csug8/csug_1.html)
Building LISP (https://www.lwh.jp/lisp/)
haskell
Hoogle (https://www.haskell.org/hoogle/)
Reference card - HaskellWiki (https://wiki.haskell.org/Reference_card#Calling_functions)
Category Theory in Haskell (https://en.m.wikibooks.org/wiki/Haskell/Category_theory)
Option/Either/Future Monads in JS, Python, and More | Toptal (https://www.toptal.com/javascript/option-maybe-either-future-monads-js)
Typeclassopedia - HaskellWiki (https://wiki.haskell.org/Typeclassopedia#Intuition_3)
htps://www.haskell.org/onlinereport/haskell2010/t ()https://www.haskell.org/onlinereport/haskell2010/
Write You a Haskell ( Stephen Diehl ) (http://dev.stephendiehl.com/fun/001_basics.html#io)
All about strictness (https://tech.fpcomplete.com/haskell/tutorial/all-about-strictness)
Crash Course to Applicative Syntax (https://tech.fpcomplete.com/haskell/tutorial/applicative-syntax)
Mutable variables (https://tech.fpcomplete.com/haskell/tutorial/mutable-variables)
Lenses (https://tech.fpcomplete.com/haskell/tutorial/lens)
Get Started with Haskell (https://tech.fpcomplete.com/haskell/get-started)
Haskell Lectures - CS 1501 (http://shuklan.com/haskell/)
elem (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Set.html)
Data types
Data.Map.Strict (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Map-Strict.html#g:16)
Data.Map.Merge.Strict (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Map-Merge-Strict.html#v:merge)
Data.Graph (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Graph.html#t:Graph)
Data.Array (https://hackage.haskell.org/package/array-0.5.3.0/docs/Data-Array.html#t:Array)
Data.Bits (https://hackage.haskell.org/package/base-4.14.1.0/docs/Data-Bits.html)
Data.Sequence (https://hackage.haskell.org/package/containers-0.6.4.1/docs/Data-Sequence.html)
Data.Graph.Inductive.Query (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Query.html)
Data.Graph.Inductive.NodeMap (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-NodeMap.html)
Data.Graph.Inductive.Graph (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Graph.html)
Data.Graph.Inductive.Monad (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Monad.html)
Data.Graph.Inductive.Graph (https://hackage.haskell.org/package/fgl-5.7.0.3/docs/Data-Graph-Inductive-Graph.html#v:insEdges)
Data.Set.Unordered.Unique (https://hackage.haskell.org/package/sets-0.0.6.2/docs/Data-Set-Unordered-Unique.html)
Data.HashSet (https://hackage.haskell.org/package/unordered-containers-0.2.13.0/docs/Data-HashSet.html)
System.Console.ANSI (https://hackage.haskell.org/package/ansi-terminal-0.11/docs/System-Console-ANSI.html#g:12)
An introduction to typeclass metaprogramming (https://lexi-lambda.github.io/blog/2021/03/25/an-introduction-to-typeclass-metaprogramming/)
Applied Haskell Syllabus (https://www.fpcomplete.com/haskell/syllabus/)
Introducing hs-speedscope - a way to visualise time profiles (https://mpickering.github.io/posts/2019-11-07-hs-speedscope.html)
Haskell mini-patterns hndbooka :: Kowainik ()https://kowainik.github.io/posts/haskell-mini-patterns
Time travel in Haskell for dummies (https://blog.csongor.co.uk/time-travel-in-haskell-for-dummies/)
js
Ctegory:JavaScripta - Rosetta Code ()https://rosettacode.org/wiki/Category:JavaScript
koa resources
kajs/koa:o Expressive middleware for node.js using generators ()https://github.com/koajs/koa
frameworks middleware etc (https://github.com/koajs/koa/wiki)
examples (https://github.com/koajs/examples)
umayr/koa2-kickstarter (https://github.com/umayr/koa2-kickstarter)
writing middleware guide (https://github.com/koajs/koa/blob/v2.x/docs/guide.md)
Understanding Socket.IO (https://nodesource.com/blog/understanding-socketio/)
Design Patterns (https://github.com/kamranahmedse/design-patterns-for-humans#readme)
jsPerf (https://jsperf.com/or-vs-indexof-speed)
jsben.ch (http://jsben.ch/#/Y9jDP)
What is the scope of variables in JavaScript? - Stack Overflow (https://stackoverflow.com/questions/500431/what-is-the-scope-of-variables-in-javascript)
How to Create and Publish Your First Node.js Module (https://medium.com/@jdaudier/how-to-create-and-publish-your-first-node-js-module-444e7585b738)
bash
explainshell (https://explainshell.com/explain?cmd=grep+-ai)
Bash scripting cheatsheet (https://devhints.io/bash)
j
Vocabulary/lt - J Wiki (https://code.jsoftware.com/wiki/Vocabulary/lt)
challenge sites
codewars (https://www.codewars.com/)
LeetCode (https://leetcode.com/)
HackerRank (https://www.hackerrank.com/)
Project Euler (https://projecteuler.net/problem=1)
Kattis, Kattis (https://open.kattis.com/)
Advent of Code (https://adventofcode.com/)
CISRA Puzzle Competition 2007 (https://www.mezzacotta.net/puzzle/cisra/2007/)
The Cryptopals Crypto Challenges (https://cryptopals.com/)
tildeverse (https://tildeverse.org/)
Big-O Algorithm Complexity Cheat Sheet (Know Thy Complexities!) @ericdrowell (https://www.bigocheatsheet.com/)
VisuAlgo - visualising data structures and algorithms through animation (https://visualgo.net/en)
[WeChall] All Links (https://www.wechall.net/links)
the-super-tiny-compiler/the-super-tiny-compiler.js at master · jamiebuilds/the-super-tiny-compiler (https://github.com/jamiebuilds/the-super-tiny-compiler/blob/master/the-super-tiny-compiler.js)
How to Build a Compiler - TIB AV-Portal (https://av.tib.eu/media/34701)
speedscope (https://www.speedscope.app/)
CodeConvert AI - Convert code with a click of a button (https://www.codeconvert.ai/)
Systemspedia (https://systemspedia.org/?title=CULTUROCENTRISM)
esoteric.codes (https://esoteric.codes/)
RE Binary Visualization (short) (https://www.youtube.com/watch?v=4bM3Gut1hIk)
RE Binary Visualization (long) (https://www.youtube.com/watch?v=C8--cXwuuFQ)
Hexagonal Grids (https://www.redblobgames.com/grids/hexagons/)
Time complexity - Wikiwand (https://www.wikiwand.com/en/Time_complexity)
The algebra (and calculus!) of algebraic data types (https://codewords.recurse.com/issues/three/algebra-and-calculus-of-algebraic-data-types)
io links (https://iolanguage.org/links.html)
Intro | Putting the "You" in CPU (https://cpu.land/)
Home | nand2tetris (https://www.nand2tetris.org/)
Primitive Recursive Functions For A Working Programmer (https://matklad.github.io/2024/08/01/primitive-recursive-functions.html)
The Infinity Machine (https://www.chiark.greenend.org.uk/~sgtatham/infinity.html)
cellular automata
Cellular Fun - Invidious (https://yewtu.be/watch?v=zVDngi9SsQo&app=desktop)
Cellular Fun - YouTube (https://m.youtube.com/watch?v=zVDngi9SsQo)
Cellular Automata with Modified Game-of-Life Rules | Wolfram Demonstrations Project (https://demonstrations.wolfram.com/CellularAutomataWithModifiedGameOfLifeRules/)
Non-Deterministic Automata - Computerphile - YouTube (https://www.youtube.com/watch?v=NhWDVqR4tZc)
speedscope (https://www.speedscope.app/)
networking guide (https://www.reddit.com/r/learnprogramming/comments/6m00hz/if_youre_getting_comfortable_with_programming_and/?st=1Z141Z3&sh=6a660a13)
Introduction · Crafting Interpreters (https://craftinginterpreters.com/introduction.html)
How to Build a Compiler - TIB AV-Portal (https://av.tib.eu/media/34701)
Hexagon Calculator | 6 - Sided Polygon (https://www.omnicalculator.com/math/hexagon)
(1/4) Itro/History:n Introducing a 100-year-old mechanical computer - YouTube ()https://www.youtube.com/watch?v=NAsM30MAHLg
Category Theory Illustrated - Sets (https://abuseofnotation.github.io/category-theory-illustrated/01_set/)
runit - a UNIX init scheme with service supervision (https://smarden.org/runit/)
GitHub - cdecrafters-io/build-your-own-x:o Master programming by recreating your favorite technologies from scratch. ()https://github.com/codecrafters-io/build-your-own-x?tab=readme-ov-file#build-your-own-3d-renderer
Build Your Own X (https://build-your-own-x.vercel.app/)
tldr pages (https://tldr.sh/)
tldr (https://tldr.inbrowser.app/)
Introduction to the A* Algorithm (https://www.redblobgames.com/pathfinding/a-star/introduction.html)
That XOR Trick (https://florian.github.io//xor-trick/)
music
Clair de Lune // DEBUSSY - YouTube (https://www.youtube.com/watch?v=5M-WxC9-P28)
Debussy, Clair de lune (piano music) - YouTube (https://www.youtube.com/watch?v=LlvUepMa31o)
Yemen Blues - Trape La Verite - YouTube (https://www.youtube.com/watch?v=f1qIfXgFEf0&list=PLcUlnzJvg_10nO-ekPbRXLCXFhFG7rr0e)
Alice Coltrane - Turiya And Ramakrishna - YouTube (https://www.youtube.com/watch?v=QUMuDWDVd20)
Mundial - Go Jam Group - YouTube (https://www.youtube.com/watch?v=TYOO7-4nFwU)
Eric Satie - Gymnopédies (jazz version) - YouTube (https://www.youtube.com/watch?v=cZiB54orc_g)
Alice Coltrane - Shiva-Loka - YouTube (https://www.youtube.com/watch?v=eX5_QqklMo4)
Cinematic Orchestra-Entr'acte - YouTube (https://www.youtube.com/watch?v=FMFb1ah5BSw)
JOHN COLTRANE WISE ONE - YouTube (https://www.youtube.com/watch?v=yrqb0373cVs)
Mahavishnu Orchestra - You Know, You Know (Live on BBC) - YouTube (https://www.youtube.com/watch?v=VuIAmbmwVSs)
Mahavishnu Orchestra - You Know You Know (1971) - YouTube (https://www.youtube.com/watch?v=5mdGCqZTres)
The Cinematic Orchestra - All That You Give - YouTube (https://www.youtube.com/watch?v=vhLB2_TND3c)
The Cinematic Orchestra-The Awakening Of A Woman - YouTube (https://www.youtube.com/watch?v=5uyqp8oJ_I8)
The Mahavishnu Orchestra - The Inner Mounting Flame (1971) - Full Album (HQ) - YouTube (https://www.youtube.com/watch?v=5ofh_S52Uks)
focus
SYNTHWAVE / CHILLSTEP MUSIC FOR CODING, PROGRAMMING, STUDYING | SUBLIMINAL AUDIO | BOOST BRAIN POWER - YouTube (https://www.youtube.com/watch?v=d_LFZmd997Y)
SpaceWave - Cosmic Relaxation - YouTube (https://www.youtube.com/channel/UCj3460Ylt4JEcEiW6PxCH9Q)
SIFTING:H THE RAVEN METHOD SUBLIMINAL AUDIO | QUANTUM JUMP TO DESIRED REALITY | 432HZ MEDITATION - YouTube ()https://www.youtube.com/watch?v=hjRpDWh2Cto
∂∂∂ (https://www.youtube.com/watch?v=v5WcXY3gnMA&list=RDEMEPYwd-tqo&index=6)
Studio Jams #1 - "I Wish" - YouTube (https://www.youtube.com/watch?v=U5H7_brEU18)
Victor Wooten - One in fusion (https://soundcloud.com/obeigel/sets/fusion)
work
freelance resources
JS Tips – A JS tip per day! (http://www.jstips.co/)
Meta programming with ECMAScript 6 proxies (http://www.2ality.com/2014/12/es6-proxies.html)
30 Best Web Design Blogs of All Time You Must Follow (http://1stwebdesigner.com/best-web-design-blogs/)
55 Web Design Blogs to Follow in 2016 | Elegant Themes Blog (https://www.elegantthemes.com/blog/resources/55-web-design-blogs-to-follow-in-2016)
Smashing Magazine – For Professional Web Designers and Developers (https://www.smashingmagazine.com/)
The SaaS CTO Security Checklist (http://cto-security-checklist.sqreen.io/)
Web Development (https://coggle.it/diagram/Vz9LvW8byvN0I38x)
bo:r just get to the point! ()http://bropages.org/browse
TLDR clients · tldr-pages/tldr Wiki (https://github.com/tldr-pages/tldr/wiki/TLDR-clients)
Contract Killer. Open-source contract for web designers and developers (https://stuffandnonsense.co.uk/projects/contract-killer/)
Documentation - Stack Overflow (http://stackoverflow.com/documentation)
Getting started with Node.js (https://gist.github.com/joepie91/95ed77b71790442b7e61)
GitHub - rshter/MLAlgorithms:u Minimal and clean examples of machine learning algorithms ()https://github.com/rushter/MLAlgorithms
GitHub - bn519/MLPB:e Machine Learning Problem Bible ()https://github.com/ben519/MLPB
Autofit Guest stopped working after VMWare Tool... |VMware Communities (https://communities.vmware.com/thread/468079)
fiscal
Como preencher a declaração de IRS em 30 minutos - Saldo Positivo (http://saldopositivo.cgd.pt/cinco-passos-para-preencher-declaracao-de-irs-em-30-minutos/)
Orçamento para 216:0 Que despesas esperar todos os meses - Saldo Positivo ()http://saldopositivo.cgd.pt/orcamento-para-2016-saiba-que-despesas-deve-esperar-todos-os-meses/
The Fundamental Guide To SEO In 2016 - Forbes (http://www.forbes.com/sites/jaysondemers/2015/11/10/the-fundamental-guide-to-seo-in-2016/#3f3141736322)
Portal MJ - Publicação On-Line de Acto Societário (https://publicacoes.mj.pt/Pesquisa.aspx)
webdesignrepo - a compact list of helpful webdesign links (http://webdesignrepo.com/)
pentest (https://www.cybrary.it/course/advanced-penetration-testing/?utm_source=hackersonlineclub&utm_medium=socialmedia%2520&utm_campaign=apt_promo)
Orçamento website • DesignPT (http://designportugal.net/webdesign-encomendar/)
Ecommerce Business Blueprint- How To Build, Launch And Grow A Pr (https://www.shopify.com/blog/14459769-ecommerce-business-blueprint-how-to-build-launch-and-grow-a-profitable-online-store)
crated-programming-resources:resources.mdu at master · Michael0x2a:curated-programming-resources ()https://github.com/Michael0x2a/curated-programming-resources/blob/master/resources.md#data-structures-and-algorithms
Bit Shifting (left shift, right shift) | Interview Cake (https://www.interviewcake.com/concept/java/bit-shift)
The Futur Playlist
How to Start & Run a Design Business - YouTube (https://www.youtube.com/watch?v=wd0ejVP_g78&feature=youtu.be)
🔴 How to Handle Bad Client Calls | The Futur Live - YouTube (https://www.youtube.com/watch?v=YD9z0QepCqg)
Search Engine Optimization (SEO) and Measuring Value w/ William Walczak Hilite:i Futur Pro Call ep12 - YouTube ()https://www.youtube.com/watch?v=YMt221vL3RY
Design Advice For Young Designers - YouTube (https://www.youtube.com/watch?v=puvKF8gmXUM)
I Wish I Knew This When I Sarted:t Logo Design - YouTube ()https://www.youtube.com/watch?v=Unw8GLHtCso
How To Design Brand Identity Stylescapes - YouTube (https://www.youtube.com/watch?v=lGmPCutgI2o)
How to Charge Clients for Design - YouTube (https://www.youtube.com/watch?v=C_X3L_AG5G4)
Amateur Mistakes That Experts Don't Make — Dealing w/ Defeat (pt. 2) Losing a $1 Million Proposal - YouTube (https://www.youtube.com/watch?v=VMirFYktjSA)
How to Estimate and Bid Projects - Talking About Money - YouTube (https://www.youtube.com/watch?v=xFK9KpbbCHc)
Bid, Proposal, Pitch - How to Get & Close Clients - YouTube (https://www.youtube.com/watch?v=KuVUuAee0y0)
The Client Is Not Your Eemy:n Redefining Your Client Relationship - YouTube ()https://www.youtube.com/watch?v=k22HKpzDMg4
How to respond to the 3 most common Design Objections in Sales - YouTube (https://www.youtube.com/watch?v=LMvb32KyXP8)
Establish The Terms of Engagement During First Client Meeting - YouTube (https://www.youtube.com/watch?v=900fXN3dPUM)
How Do I Raise Prices Without Losing Clients? - YouTube (https://www.youtube.com/watch?v=gIw-PBNXWgE)
typography
Butterick’s Practical Typography (https://practicaltypography.com/)
Typography for Lawyers 2nd Ed. - O'Connor's Law Books (https://www.oconnors.com/store/products/details/typography-for-lawyers-2nd)
Atlas (http://atlas.qz.com/)
Index of /sprites/gen5ani (http://play.pokemonshowdown.com/sprites/gen5ani/)
Home - dados.gov.pt - Portal de dados abertos da Administração Pública (https://dados.gov.pt/pt/docs/about_dadosgov/)
TechURLs – A neat technology news aggregator (https://techurls.com/)
99u (http://99u.com/articles/38599/what-should-i-charge-how-to-justify-your-freelance-rates)
whoishiring.io - Who is Hiring? (https://whoishiring.io/)
play
comics
Poorly Drawn Lines (http://poorlydrawnlines.com/)
xcd:k Exoplanet Neighborhood ()http://xkcd.com/
Coupled Turing pattern and particle projection feedback | WebGL (http://www.cake23.de/fmx/turing-fluid-particle-projection-feedback.html)
Chrome Music Lab - Spectrogram (https://musiclab.chromeexperiments.com/Spectrogram)
Viktor NV-1 Synthesizer (http://nicroto.github.io/viktor/)
Noita on Steam (https://store.steampowered.com/app/881100/Noita/)
Dbris - The Space Clearance Corporation - v0.0.1α (https://harald.ist.org/games/.dbris2/)
Cortex Command on Steam (https://store.steampowered.com/app/209670/Cortex_Command/)
Rain World on Steam (https://store.steampowered.com/app/312520/Rain_World/)
<A HEF="https://store.steampowered.com/app/9500/Gish/"R ADD_DATE="1707273366" LAST_MODIFIED="1758107365"> ()https://store.steampowered.com/app/9500/Gish/
itch.io (https://itch.io/games/tag-minimalist)
Top games tagged Minimalist - itch.io (https://itch.io/games/tag-minimalist)
read
Confluence (https://www.cfkurtz.com/confluence/#)
Concrete Mathematics - Wikiwand (https://www.wikiwand.com/en/Concrete_Mathematics)
First-order Logic - Raymond M. Smullyan - Google Books (https://books.google.pt/books/about/First_order_Logic.html?id=kgvhQ-oSZiUC&redir_esc=y)
Introduction to the Theory of Computation - Michael Sipser - Google Books (https://books.google.pt/books/about/Introduction_to_the_Theory_of_Computatio.html?id=4J1ZMAEACAAJ&redir_esc=y)
Modeling Bounded Rationality - Ariel Rubinstein - Google Books (https://books.google.pt/books?id=Za3JLEIHu8YC&printsec=frontcover&vq=%22Computability+and+Logic%22&source=gbs_citations_module_r&cad=5#v=onepage&q=%22Computability%20and%20Logic%22&f=false)
Computability and Logic - George S. Boolos, John P. Burgess, Richard C. Jeffrey - Google Books (https://books.google.pt/books/about/Computability_and_Logic.html?id=kKPA1DF-g44C&redir_esc=y)
Logical Fallacies - List of Logical Fallacies with Examples (https://www.logicalfallacies.org/)
The Roots of Lisp (https://www.paulgraham.com/rootsoflisp.html)
3Blue1Brown (https://www.3blue1brown.com/topics/linear-algebra)
Kialo (https://www.kialo.com/could-liquid-democracy-be-a-better-system-7865/7865.0=7865.1/=7865.1)
Lobsters (https://lobste.rs/)
Lesswrong (http://lesswrong.com/lw/lt/the_robbers_cave_experiment/)
Library Genesis (http://gen.lib.rus.ec/)
Void Forums - Portal (https://voidforums.com/)
Five Books | The best books on everything (https://fivebooks.com/)
Internet Achive:r Digital Library of Free Books, Movies, Music & Wayback Machine ()https://archive.org/index.php
Seeing Theory (https://seeing-theory.brown.edu/)
agoodmovietowatch - The Good Movies You Haven't Yet Seen (https://agoodmovietowatch.com/)
Next-Ep (http://next-episode.net/track)
Acad. Earth (http://academicearth.org/business/)
Ins
2015 Dennis Chambers - TamTam DrumFest Sevilla - Pearl Drums, Zildjian Cymbals, & Evans - YouTube (https://www.youtube.com/watch?v=V2RFzc-63hc)
NeonMob (https://www.neonmob.com/)
Kim Høltermand Photography (http://www.holtermand.dk/)
iconwerk (http://iconwerk.de/)
NounProject | Cllection:o Climacons ()http://thenounproject.com/collections/climacons/
Geometry Daily (http://geometrydaily.tumblr.com/)
UPPERFIRST (http://www.upperfirst.com/)
Activity Feed – NeonMob (https://www.neonmob.com/home/)
How I learned SolidWorks. (Honda N2) — Minimally Minimal (http://www.minimallyminimal.com/2011/9/4/how-i-learned-solidworks-honda-n2.html)
Snarlik.se – Johan Thörnqvist (http://www.snarlik.se/)
Frank Hemmekam on Behance (http://www.behance.net/hemmekam)
Paul Rudolph Sketches + Efdemin Mix » ISO50 Blog – The Blog of Scott Hansen (Tycho / ISO50) (http://blog.iso50.com/32237/paul-rudolph-sketches-efdemin-mix/)
10 Quotes All Graphic Designers Should Know By Heart | Web TeacherWeb Teacher (http://www.webteacher.ws/2012/10/26/10-quotes-all-graphic-designers-should-know-by-heart/)
Superfamous - Folkert Gorter (http://superfamous.com/)
▶ How to draw a perfect cube in 2pt perspective - YouTube (http://www.youtube.com/watch?v=OB3UEpxFlj8)
7 unbreakable laws of user interface design - Designer Blog (http://99designs.com/designer-blog/2014/01/15/7-unbreakable-laws-of-user-interface-design/)
SALT SURF (http://store.saltsurf.com/)
ArtStation - Jakub Rozalski (http://www.artstation.com/artist/jakubrozalski)
electronic items (http://electronicitems.tumblr.com/)
Laura Pol Graphic Design (http://poldesigns.prosite.com/)
Paula Bonet Shop (http://shop.paulabonet.com/gb/)
Jirka Vaatainen on Vimeo (https://vimeo.com/jirkavinse)
Brilliant (https://brilliant.org/courses/probability/?utm_campaign=3blue1brown_071217_problem&utm_medium=sponsor&utm_source=youtube)
Quotes on Design (http://quotesondesign.com/dave-winer/)
Lissajous Curves | Academo.org - Free, interactive, education. (https://academo.org/demos/lissajous-curves/)
Cassini' Diary (https://www.youtube.com/watch?v=CY00WrlTvx4&feature=youtu.be)
Watermelon Man (Live) - YouTube (https://www.youtube.com/watch?v=qhRPSGpI3is&list=OLAK5uy_k6oZjO55NBe5DJ-UPlWK5sPkQJOu8KTUg&index=4)
Leni Stern — Low Blow Mp3 Download Fast and Free (http://mp3got.ru/mp3-leni-stern-low-blow-274944755965.html)
Jaga_Jazzist-What_We_Must_Sessions-Live_At_Cosmopolite.avi - YouTube (https://www.youtube.com/watch?v=wNcQj4PJLMg&t=1340s)
esoteric.codes (https://esoteric.codes/)
XXIIVV — devine lu linvega (https://wiki.xxiivv.com/site/devine_lu_linvega.html)
100R — home (https://100r.co/site/home.html)
Chat (https://chat.jrvieira.com/)
Pearl Jam - Alive (Guitar only) - YouTube (https://www.youtube.com/watch?v=oipxY9gr6A4)
Bash scripting cheatsheet (https://devhints.io/bash)
The key to understanding “Dynamic Programming” is that it’s not referring to “computer programming” – Vidar's Blog (https://www.vidarholen.net/contents/blog/?p=1172)
Diátaxis (https://diataxis.fr/)
Tricorder #phyphox app (https://www.youtube.com/shorts/X-_bGD3bKKU)
Node.js Service Permissions Issue - Claude (https://claude.ai/chat/2456a0ba-c27f-435f-aff0-3f1e68d66db1)
info
xdcc (http://www.xdcc.eu/)
sunxdcc (http://sunxdcc.com/)
Khan (https://www.khanacademy.org/computing/computer-science/cryptography)
OEIS (https://oeis.org/)
Fact Checks Archive - Snopes.com (https://www.snopes.com/fact-check/)
Si-Hub:c removing barriers in the way of science ()https://sci-hub.cc/
snopes (https://www.snopes.com/fact-check/)
Shodan (https://www.shodan.io/host/193.112.198.19)
Eurostat (https://ec.europa.eu/eurostat/data/database)
OECD (https://data.oecd.org/)
Google NotebookLM | AI Research Tool & Thinking Partner (https://notebooklm.google/)
alt-fe (https://github.com/digitalblossom/alternative-frontends)
Audio Books Online Download, Free Unabridged Audiobook Torrent on AudioBook Bay (ABB) (https://audiobookbay.is/)
Transfer.sh - Easy File Sharing from Linux Commandline (https://www.tecmint.com/file-sharing-from-linux-commandline/amp/)
myNoise (https://mynoise.net/)
open-video (https://open-video.org/)
FilterBypass.me - Fastest Free Anonymous Web Proxy (https://www.filterbypass.me/)
Startpage - Private Search Engine. No Tracking. No Search History. (https://www.startpage.com/do/mypage.pl?prfe=db844d7534f07507e73e90baa5d06cf4dc55cbe0e13df9c7d01523d9b9534106eae3a17b614a959d4cf37142cf6ac1287ed7326a2edcdeeb173d77f9aa4eb511384fe4411b0a4f11842ea669)
transfer.sh (https://www.tecmint.com/file-sharing-from-linux-commandline/amp/)
Translate (https://translate.google.pt/?hl=pt-PT)
Online Etymology Dictionary (http://www.etymonline.com/)
Radio Garden (http://radio.garden/live/watford/heart/)
Recipes · helix-editor/helix Wiki · GitHub (https://github.com/helix-editor/helix/wiki/Recipes)
Neal.fun (https://neal.fun/)
The biggest misconception in Einstein's relativity - YouTube (https://www.youtube.com/watch?v=F_eVrN8Z8gM)
Touch Typing (https://www.keybr.com/)