Skip to content
View iacobucci's full-sized avatar
👾
👾
Block or Report

Block or report iacobucci

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iacobucci/readme.txt
todo
	finish bachelors
		telecomunications
		calculus II
		web apps development
		thesis on web development

wishlist
	making
		an interactive blog or something on valerioiacobucci.com
		some contributions to some open source repo that i like (i'll choose it between stars)
		some replies to some stackoverflow questions without causing too much damage
		tml parser and nvim plugin (its this very tab based format)
		armv7 operating system built on rtos for arduino r4
		a js reactive frontend framework (just for fun, i dont have mean intentions lol)
		an svg animation engine for the web
		a 3d renderer toy project (maybe for the web as well)
		a rational mechanics simulator to go with the svg anim thing
		neural networks from scratch (of the many architectures)
		an arduino analog synthesizer with envelope filters and stuff
		a cyberdeck to replace my smartphone (that would be cool)
		some honest to god minecraft vanilla redstone cpu (8 bit arch, not more)
	writing
		dialogo sopra i due massimi sistemi dell intelligenza artificiale
		sviluppo web in js
		how computers work
		some dumb fiction with birds
	reading
		build your own lisp
		andrej karpathy's playlist
		attention is all you need
		cs229n
		cs224n
		the russel norvig
		le ton beau de marot
		metamagical themas
		the algorithm design manual
		road to reality
	learning
		rust
		functional programming
		the blockchain and dapps
		android framework in good depth
		minecraft forge
		gnome app development
		blender api
		steinberg vst sdk
		hip data systems (mongo, redis, graphql, supabase)
		maybe go
	a job...

Pinned Loading

  1. valerioiacobucci.com valerioiacobucci.com Public

    My personal website

    JavaScript

  2. sviluppo-web-in-js sviluppo-web-in-js Public

    Slideshow per corso essenziale di sviluppo web, come mi sarebbe piaciuto impararlo.

    JavaScript

  3. amazon-web-services-overview amazon-web-services-overview Public

    Amazon web services overview!

    Shell

  4. digit-recognizer digit-recognizer Public

    Micrograd-based neural network that communicates via grpc with p5.js frontend for inputting handwritten digits

    Python

  5. Youtube channel to RSS bookmarklet Youtube channel to RSS bookmarklet
    1
    javascript:(()=>{alert("https://www.youtube.com/feeds/videos.xml?channel_id=" + ytInitialData.header.c4TabbedHeaderRenderer.channelId)})()
    2
    
                  
    3
    // go to a channel page, run the bookmarklet and get the rss feed
  6. Youtube switcth to TV bookmarklet Youtube switcth to TV bookmarklet
    1
    javascript: (()=>{window.location.href = "https://www.youtube.com/tv#/watch?v=" + window.location.toString().split("youtube.com/watch?v=")[1].slice(0,11)})();
    2
    
                  
    3
    // go to any video, run the bookmarklet and switch to youtube tv version (that you can control with yt mobile app)