philholden
๐ Joined in 2015
๐ผ 12 Karma
โ๏ธ 17 posts
๐
15 latest posts
Load more
(Replying to PARENT post)
I did something very similar to this in 2012:
http://philholden.me.uk/kraya/routemap/
I wanted to simply draw and SVG of the bus route map. The timetable had the lat long of stop positions. I was using d3 so having drawn the map it almost zero effort to animate the busses. It was just a standard transition with a delay and a duration.
๐คphilholden๐3y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Glad to hear was considering moving to Deno Deploy + Supabase because KV was not good for relationships.
๐คphilholden๐3y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
I would be very interested if there was a decentralized version of Cloudflare Workers. Doing for compute what IPFS does for files with CF workers web like API (KV Store and Durable Objects).
๐คphilholden๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
If you publish your module versions on IPFS that would provide a guarantee to your users the module versions do not change once published. But hashes are not very memorable as module names.
๐คphilholden๐5y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Tanay Pratap talks us through the thought process behind building a tiny email client and serving markets where slow network connections are common.
๐คphilholden๐5y๐ผ0๐จ๏ธ0
๐คphilholden๐5y๐ผ1๐จ๏ธ1
๐คphilholden๐8y๐ผ6๐จ๏ธ2
๐คphilholden๐8y๐ผ2๐จ๏ธ0
๐คphilholden๐8y๐ผ2๐จ๏ธ0
๐คphilholden๐9y๐ผ2๐จ๏ธ0
(Replying to PARENT post)
Watch this video to see all features:
https://www.youtube.com/watch?v=95KgkVCHmok&feature=youtu.be
๐คphilholden๐9y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
As far as I can tell no one is labeling which parts of code used AI. Most devs I know are using Chat GPT at least for inspiration in solving problems. Pretty sure soon almost every file will have snippets of AI code. Companies have little control to stop this. So to me it looks like every company is unknowingly making its codebase public domain.
Open AI caches its responses so can scan private codebases to know which use AI. Copilot also knows which codebases use AI. If they find a codebase that uses AI but does not disclose where it is used then that codebase can be used for further AI training. Major companies will need to use copilot x, vscode and github to remain competitive. So microsoft could end up sucking up all the proprietary knowledge of every industry.