HackerTrans
TopNewTrendsCommentsPastAskShowJobs

olestr

no profile record

Submissions

The Dino, the Llama, and the Whale (Deno and Jupyter for Local AI Experiments)

deno.com
60 points·by olestr·năm ngoái·14 comments

GOG Dreamlist

gog.com
1 points·by olestr·năm ngoái·0 comments

Big Tech earns enough in less than 3 weeks to pay all 2024 fines

proton.me
6 points·by olestr·năm ngoái·1 comments

Intuitive Static Site CMS for SEO-optimized and privacy-focused websites

github.com
1 points·by olestr·năm ngoái·0 comments

The Success of Interop 2024

webkit.org
1 points·by olestr·năm ngoái·0 comments

Deno 2.1: WASM Imports and other enhancements (LTS released)

deno.com
3 points·by olestr·2 năm trước·0 comments

Help us choose recipients for our 2024 Lifetime Account Charity Fundraiser

proton.me
2 points·by olestr·2 năm trước·0 comments

Password protect a static HTML page, decrypted in-browser in JavaScript

github.com
141 points·by olestr·2 năm trước·46 comments

50 Mistakes to Screw Your TypeScript Code, and How to Avoid and Fix Them [Book]

github.com
1 points·by olestr·2 năm trước·0 comments

Don't Use Web.dev for Accessibility Info

adrianroselli.com
2 points·by olestr·2 năm trước·0 comments

Can Postgres replace Redis as a cache?

medium.com
1 points·by olestr·2 năm trước·0 comments

Official documentation of Framework Laptop 16 (Now featuring 3D CAD models)

github.com
37 points·by olestr·2 năm trước·8 comments

The stabilization process of the [Deno] Standard Library has begun (v1 semantic)

deno.com
1 points·by olestr·2 năm trước·0 comments

What We Learned from a Year of Building with LLMs (Part III): Strategy

oreilly.com
1 points·by olestr·2 năm trước·0 comments

Antianthropomorphism (Renaming the Actor Model)

crockford.com
1 points·by olestr·2 năm trước·0 comments

Portal 64 demake has been halted by Valve

pcgamer.com
1 points·by olestr·3 năm trước·0 comments

Deno, the next-generation JavaScript runtime

deno.com
3 points·by olestr·3 năm trước·1 comments

Build a Cloud IDE for the Deno Subhosting Hackathon

deno.com
1 points·by olestr·3 năm trước·0 comments

Rams (documentary of Dieter Rams, immensely influential designer) (2018) [video]

archive.org
2 points·by olestr·3 năm trước·2 comments

Ask HN: Is Obsidian Still Recommended?

4 points·by olestr·3 năm trước·2 comments

comments

olestr
·năm ngoái·discuss
LiveScript was, and still is, a much better name
olestr
·2 năm trước·discuss
I'm quite curious on how they're doing the song extending!
olestr
·2 năm trước·discuss
Well done, the Deno team!

I found the FAQ in the announcement well made too, with some good and questions and answers.

I'm already having a great time with Deno v1 on my side project - thank you!
olestr
·2 năm trước·discuss
Amazing release!!

So nice to see the Standard Library stabilizing too. I'm using it more and more.
olestr
·2 năm trước·discuss
I think this is a really well done step in the right direction - bravo!
olestr
·2 năm trước·discuss
You can join the waitlist in the sneak peak of JSR linked in the end of the article: https://jsr.io/waitlist

I'm curious on what the Deno team is building here.
olestr
·3 năm trước·discuss
I randomly stumbled into Deno's homepage today, and was amazed by both how far it has come, and how good the homepage is now!
olestr
·3 năm trước·discuss
Interesting take from him:

" ... one of the most interesting parts of Dieter's story is that he now looks back on his career with some regret. «If I had to do it over again, I would not want to be a designer,» he's said. «There are too many unnecessary products in this world.» Dieter has long been an advocate for the ideas of environmental consciousness and long-lasting products. He's dismayed by today's unsustainable world of over-consumption, where "design" has been reduced to a meaningless marketing buzzword."
olestr
·3 năm trước·discuss
"Rams is a design documentary, but it’s also a rumination on consumerism, materialism, and sustainability. Dieter's philosophy is about more than just design, it’s about a way to live. It’s about getting rid of distractions and visual clutter, and just living with what you need. The film features original music by pioneering musician and producer Brian Eno."

- https://www.hustwit.com/rams
olestr
·3 năm trước·discuss
And I was expecting the Outlook J smiley. Been a while since I've seen it in the wild now.

https://superuser.com/questions/1181497/text-smiley-faces-sh...
olestr
·3 năm trước·discuss
I was surprised to see this casually mentioned in their 2023 year in review for Proton Pass

- https://proton.me/blog/building-modern-password-manager - https://news.ycombinator.com/item?id=38832689
olestr
·3 năm trước·discuss
I've been patiently waiting for the web app for Proton Pass, and was surprised to read that it's already available in early access:

"Proton Pass on web — while Proton Pass has always had a web extension, a dedicated web app was a widespread community request, and now Proton Pass web is available at pass.proton.me for paid users (it will later be available for all users)."
olestr
·3 năm trước·discuss
The initial WebGPU Standard Library is such a promising step in this direction!
olestr
·3 năm trước·discuss
Related, but I found the blog post more insightful and interesting[0]

>Next on our roadmap is the development of support for albums and automatic categorization based on photo types, such as screenshots. We are also working on integrating on-device machine learning to ensure that you can enjoy all the smart features you’ve come to rely on while maintaining end-to-end encryption.

Once it has matured a little more, and this feature is implemented, I'll happily switch from Google Photos!

[0]: https://news.ycombinator.com/item?id=38555218
olestr
·3 năm trước·discuss
The example they provide for false positives is haunting
olestr
·3 năm trước·discuss
Past years’ recipients:

- Privacy International

- EPIC

- Human Rights Foundation

- Access Now

- Fight for the Future

- Tor Project

- Women Who Code

- Ranking Digital Rights

- Qubes OS

- GrapheneOS

Last years result: https://proton.me/blog/2022-lifetime-fundraiser-results ($784,000 raised)
olestr
·3 năm trước·discuss
I was looking for something like HMR for client side reloading a little while ago (HTML, CSS, etc), and ended up with just using the CLI of Browsersync[1] with a barebones config. It works, but feels shoehorned and wonky.

It would be nice to do this with something native to Deno, which this HMR implementation seems to enable!

1. https://browsersync.io/
olestr
·3 năm trước·discuss
Next on their roadmap: Proton Pass web app

I'm looking forward to it! I'd like to manage my passwords in a full web app, instead of just the mobile apps and extensions
olestr
·3 năm trước·discuss
I found the "What are quantum computers?" section to be a good introduction, especially for those with web experience!
olestr
·3 năm trước·discuss
Link with timestamp for Deno introduction: https://www.youtube.com/watch?v=M3BM9TB-8yA&t=957s