Hacker News new | past | comments | ask | show | jobs | submit | agentcooper's comments login

Terribly sad. His movies were a significant discovery for me and are now forever in my heart.


Nice game. I've built a somewhat similar one (https://github.com/agentcooper/kolya-vs-babushkas), but yours is more advanced and has better graphics!


That’s great! There’s an even more polished version of my game made by someone else on the catalog called Core Fault.


Ken Kocienda's book Creative Selection mentions Eazel several times. Ken worked there with Don Melton, who founded the Safari web browser for Apple. After Eazel failed, Apple organized a job fair for Eazel employees.

Eazel is also covered in an excellent interview (https://www.youtube.com/watch?v=xImAMe32Itg) from the Computer History Museum.


Not actively working on, but last year I made a macOS app to track YouTube channels: https://github.com/agentcooper/telik, I use it everyday.

I also prototyped a macOS app to get a federated feed for multiple Telegram channels: https://github.com/agentcooper/aqueduct. Still wish someone would do it properly.


Hey! Thanks a lot for Telik. I installed it a year ago to keep a local list of the channels I follow since I didn’t want to self-host a full server-based YouTube solution or download all the videos. Sadly, some channels have been closed by their authors, but I was able to identify which ones because the initial list I imported into Telik was still querying them. Great project!


I wonder if you can get better performance than the built-in browser engine for certain complex layouts by first calculating the layout using Clay and then absolutely positioning the elements with HTML/CSS.

There was some news feed web app that used <canvas /> for better scrolling performance.


if you can guarantee that layouts don't change during interactions, i guess it _might_ save some time for the browser (and thus battery, for low power devices).

If layouts change during interaction (e.g., orientation swap), then you will have a roundtrip to the server to recalculate. I assume this would cost more time than letting the browser css engine do their thing.


In my comment I assumed that Clay layout is running in the browser as well, but your idea of running it before serving the HTML is quite interesting!


I wonder if this would be more efficient than the browser's impl. But i guess if clay does less complex layouts (but which is still sufficient for applications) than css, it might be faster than the browser's own.

Very curious train of thought.


Very interesting indeed, score one more for server side generation.


Somewhat related: Steve Job's 1983 talk at Aspen design conference (https://www.youtube.com/watch?v=n8Q7gXwavUU) where he argues that all good designers are now busy with automobiles and buildings and no one is looking at personal computers.


> The Dutch DPA started the investigation on Uber after more than 170 French drivers complained to the French human rights interest group the Ligue des droits de l’Homme (LDH), which subsequently submitted a complaint to the French DPA.

I wonder on what the initial suspicion from the drivers was based.


Common sense if I had to guess. Or maybe the app connected to the servers in the US directly.


Could be simple negligence on Uber's part.

Personal anecdote:

Many years ago I was involved with a US organization, and then happily forgot about it. Almost 15 years later they started spamming me with emails coming from their head office in Washington.

I asked them to stop. They didn't. I threatened legal action under GDPR and requested deletion, also under GDPR. They said they complied. A year later they started spamming me again. From the same address.

That's how I knew that they never deleted my info and kept it in the US.


> Could be simple negligence on Uber's part.

The didn't slip, fall, and drop some USB flash drives into the hands of a US data processor...

I doubt it is any sort of negligence, but if it is - it's not "simple".


Indeed. It’s about as plausible as the ‘I tripped and fell’ excuse for cheating.


negligence: failure to exercise the care that a reasonably prudent person would exercise in like circumstances.

Most companies are negligent. Many of those are also deliberately negligent


Have you followed with a notification to your privacy authority?


In this case it really wasn't worth it, but I've done it in other cases


Uber is very aggressive with notification span

Even worse when you move between countries and suddenly "Uber Country X" uses your account of "Country Y" to spam notify you about promotions in X. It's weird in a bad way


I've visited us not long ago and took a uber (i had uber on my phone since 2019, when i used it before). They started aggressively spamming notifications to my phone and uber eats this and uber that. in the end, i was still going to use the service that was the cheapest



Location: Amsterdam, Netherlands

Remote: Yes

Willing to relocate: Maybe

Technologies: TypeScript, C++, LLVM, Swift, JavaScript, Node.js, interested in Rust and Zig

Résumé/CV: https://www.linkedin.com/in/agentcooper

Github: https://github.com/agentcooper

Email: artem.tyurin@gmail.com

Hi, I'm Artem and I'm interested in compilers, browsers, web platform, and developer tools.


https://github.com/agentcooper/telik

I was tired of YouTube website UI, so I created a simple macOS app to track YouTube channels and playlists. It is called Telik and available both as open source and for a small fee in Mac App Store.


Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: