HackerTrans
トップ新着トレンドコメント過去質問紹介求人

itsuka

no profile record

投稿

I love you, Hacker News, but you’re toxic (2022)

kg.dev
16 ポイント·投稿者 itsuka·3 年前·8 コメント

Thoughts from “Meet Safari for Spatial Computing”

blog.jim-nielsen.com
4 ポイント·投稿者 itsuka·3 年前·0 コメント

Smart Placement speeds up applications by moving code close to your back end

blog.cloudflare.com
2 ポイント·投稿者 itsuka·3 年前·2 コメント

What’s New in SwiftUI for iOS 17

hackingwithswift.com
2 ポイント·投稿者 itsuka·3 年前·0 コメント

Your first WebGPU app: Conway's Game of Life

codelabs.developers.google.com
3 ポイント·投稿者 itsuka·3 年前·0 コメント

Modern CSS for Dynamic Component-Based Architecture

moderncss.dev
3 ポイント·投稿者 itsuka·3 年前·0 コメント

News from WWDC23: WebKit Features in Safari 17 Beta

webkit.org
55 ポイント·投稿者 itsuka·3 年前·24 コメント

Safari 17 Beta Release Notes

developer.apple.com
4 ポイント·投稿者 itsuka·3 年前·1 コメント

Design a superior user experience with the new Side Panel API

developer.chrome.com
2 ポイント·投稿者 itsuka·3 年前·0 コメント

The Future of AI Interfaces – With Linus Lee of Notion

latent.space
5 ポイント·投稿者 itsuka·3 年前·1 コメント

Talk: The Expanding Dark Forest and Generative AI

maggieappleton.com
4 ポイント·投稿者 itsuka·3 年前·0 コメント

Microsoft Edge Side Panel API

github.com
2 ポイント·投稿者 itsuka·3 年前·1 コメント

Schillace Laws of Semantic AI

learn.microsoft.com
1 ポイント·投稿者 itsuka·3 年前·0 コメント

Fluent 2 Design System

fluent2.microsoft.design
3 ポイント·投稿者 itsuka·3 年前·0 コメント

A library for language models to respond with GUI (experimental)

github.com
1 ポイント·投稿者 itsuka·3 年前·1 コメント

MediaPipe: On-device machine learning for everyone

developers.google.com
3 ポイント·投稿者 itsuka·3 年前·0 コメント

Ethics of AI-based invention: a personal inquiry

andymatuschak.org
3 ポイント·投稿者 itsuka·3 年前·0 コメント

The Socratic Method for Self-Discovery in Large Language Models

princeton-nlp.github.io
4 ポイント·投稿者 itsuka·3 年前·1 コメント

React Aria Components

react-spectrum.adobe.com
135 ポイント·投稿者 itsuka·3 年前·58 コメント

Don’t “Fake It Till You Make It”; Instead, Remember What You Know

every.to
2 ポイント·投稿者 itsuka·3 年前·0 コメント

コメント

itsuka
·3 年前·議論
You can see the glass material I was referring to in this video (timestamped): https://developer.apple.com/videos/play/wwdc2023/10076/?time...
itsuka
·3 年前·議論
(deleted)
itsuka
·3 年前·議論
Updated resources on June 21st:

- SDK on Xcode 15 beta 2: https://developer.apple.com/download/all/?q=xcode%2015

- Developer documentation - visionOS: https://developer.apple.com/documentation/visionos/

- Plan your visionOS app: https://developer.apple.com/visionos/planning/

- Human Interface Guideline - Designing for visionOS: https://developer.apple.com/design/human-interface-guideline...

- Apple Design Resources - visionOS: https://www.figma.com/community/file/1253443272911187215/

- App icon tool (Parallax Previewer): https://itunespartner.apple.com/assets/downloads/Parallax%20...

- visionOS Beta Release Notes (new features, known issues): https://developer.apple.com/documentation/visionos-release-n...
itsuka
·3 年前·議論
Demo: https://smart-placement-demo.pages.dev
itsuka
·3 年前·議論
I am an advocate for knowledge sharing and have previously contributed (a tiny amount) to the community mentioned above, Reactiflux. There, I was able to share my knowledge freely without fear of being penalized or judged through a voting system, or being heavily moderated as is the case with Wikipedia or StackOverflow. I also didn't have to worry about my contributions being eternally indexed on the internet. As a contributor, this is a feature (much less so for the lurker).

On that note, I recently had to request a deletion from Internet Archive because I shared content on my personal website that violates a ToS (it's a Slack archive that I have already anonymized). Unsurprisingly, my request went unanswered.
itsuka
·3 年前·議論
Are you referring to the text-gecko model? I don't think it's released to the public yet.

> If I remember correctly gecko is small enough to run on device.

Yes, I also remember reading that it's designed to be lightweight enough to run on a mobile device.
itsuka
·3 年前·議論
textembedding-gecko reached GA on June 7th, together with text-bison.

You can view all the models available to you on Model Garden.
itsuka
·3 年前·議論
For those who are curious (like me), Human Interface Guidelines and design templates for visionOS will be published later this month alongside the first visionOS developer seed.

(source: WWDC23 Slack)
itsuka
·3 年前·議論
If I remember correctly, Safari addressed many transform-related bugs two years ago, which resulted in me noticing fewer bugs (quite drastically). Around that time, Safari became my primary development browser, which may have also contributed to this observation.

Based on Web Platform Test [0], it looks like Chromium browsers are not performing any better in this area.

[0] https://wpt.fyi/results/css?label=master&label=experimental&...

But I feel the pain of having to carefully test 2D/3D transform and animation on all browsers across platforms (even Safari on iOS and macOS can have different behaviors).
itsuka
·3 年前·議論
How about prompt construction? I first heard about it from the maintainer of LangChain, and I also came across it in Azure docs: https://learn.microsoft.com/en-us/azure/cognitive-services/o...
itsuka
·3 年前·議論
I'm not sure what you're trying to build, but by the end of the second course, you should be able to create a customer service chatbot that is equivalent to what others have built. If you're interested in building/fine-tuning an LLM, that's totally beyond my knowledge.
itsuka
·3 年前·議論
I have taken Andrew Ng's courses on DeepLearning.AI and I highly recommend them if you are interested in quickly building LLM-based apps.

I suggest taking them in the following order:

- https://www.deeplearning.ai/short-courses/chatgpt-prompt-eng...

- https://www.deeplearning.ai/short-courses/building-systems-w...

- https://www.deeplearning.ai/short-courses/langchain-for-llm-...

Note: although I only have basic Python skills, I am still able to follow these courses
itsuka
·3 年前·議論
I have never built an agent before, nor am I knowledgeable about the latest studies in this field. So what I am saying below is likely to be nonsensical.

I was thinking that perhaps we have been working with abstractions that are too low-level. Instead of providing a set of tools such as API calls or text splitters, wouldn't it be more reliable to give agents templates or workflows of successful tasks, such as trimming videos or booking restaurants?

These templates would consist of a set of function calls, or a graph of connected components in low-code tools like LangFlow. I believe auto agents already use a similar concept where they cache successful tasks for future reuse. The idea is to populate these caches with the most common use cases, and use retrieval if they become too large, so that we don't experience cache-miss most of the time and work with lower-level abstractions (tools) as the baseline. Templates, like prompts, should be portable (e.g. JSON) to avoid the need for everyone to reinvent the wheel. While this solution may not be as impressive as a full autonomous agent and may not work for a generalized case, it should produce a more predictable outcome, I think.
itsuka
·3 年前·議論
I maintain a list of OpenAI-powered OSS UIs: https://github.com/itsuka-dev/awesome-chatgpt-ui

This one seems to have gpt-4-0314 model: https://chatgpt.nextweb.fun
itsuka
·3 年前·議論
For gradient tool, I can recommend https://gradient.style by Adam Argyle

Not only is it easy to use (IMO), but it's also more powerful than what design tools offered today, with new color spaces being one of my favorite features.

Intro: https://twitter.com/argyleink/status/1649124742463623169
itsuka
·3 年前·議論
Thank you for taking the time to explain things so clearly to me. Considering the reuse, having values in a separate page makes sense now.
itsuka
·3 年前·議論
To celebrate React 10th anniversary, Next.js interviewed Andrew and Sebastian from React core team: https://www.youtube.com/watch?v=g5BGoLyGjY0
itsuka
·3 年前·議論
You're right. I am not as familiar with MDN's organization and CSS as you are (I only recently discovered that CSS is a typed language). However, I find it confusing that some pages have their own page for values, while others don't. As a reference page, I expect the valid syntax for all values to be provided. But I agree that specific examples can be linked to other resources.
itsuka
·3 年前·議論
I wish they'd update their docs with better examples before creating content in other areas, such as tutorials and blogs.

As an example, when comparing these two pages:

- Blog: https://developer.mozilla.org/en-US/blog/css-color-module-le...

- Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/color

It is apparent that the reference page lacks any mention of features from level 4 such as oklch, display-p3, and color function. Also, a search for "display-p3" in the search bar returns no result on that page.
itsuka
·3 年前·議論
I personally prefer sizes that are multiple of 8 because it works well with grid-based layouts and popular CSS libraries and design tools like Tailwind and Figma also adopt this system, although not strictly. However, I agree with your general sentiment that the exact number does not matter much. It will matter less even more when Container Queries become a common practice.