Project Heimdall

Project Heimdall

F7BA33

Heimdall's All-Seeing Eyes -- Heimdall sees and hears, all thanks to his extrasensory capabilities. His sight can extend across all Nine Realms, and he can see 10 trillion souls from the Bifrost Observatory. Asgardians call him from other worlds, such as Earth, Jotunheim, and Sakaar. Heimdall On Screen Powers, Enemies, History

EBD79C

AC5118

Implemented Nav bar!

  • Implemented Login with Clerk

  • 7BF55A

  • The useLocaleRedirect caused some problems when a user landed on Heimdall in a non-English locale context and logged in

    • Clerk needs some initial load time, for example, 2s, for the Clerk Login SDK to load
    • After logging in, conditionally loading <SignIn> caused an Error on Clerk, that rendering <SignIn> when users are logged in is illegal. Thus, Clerk was redirected to the default locale. This happened within the next 2 seconds when Clerk figured that it was logged in and when was unmounting the <SignIn> widget.
    • Because useLocaleRedirect sends to English by default, the original locale will be lost
    • To get over this, I created two features:
      • Save to local storage on the user's locale
      • within the useEffect hook (Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.)
      • 11C976
  • Also used HOC to inject callback when <SignIn> gets dismissed. Do I have to do this? Really?

    tsx
    const withUnmountFunction = (WrappedComponent, onUnmount) => {
      return function (props) {
        useEffect(() => {
          return () => {
            if (typeof onUnmount === 'function') {
              onUnmount()
            }
          }
        }, [])
        return <WrappedComponent {...props} />
      }
    }
    ```
    
    ```tsx
    const SignInWithUnmountFunction = withUnmountFunction(SignIn, () => {
      setSignInOpen(false)
    })

Created an -style micro worker that will continuously fetch, load, and summarize contents!

3E60AC

I was very close to shutting down all small locales. It costs too much while driving me so little value. People are spamming the mailing list by enrolling in all lists. I thought all small locale lists were like that so far. But then... I found one Danish user.

6D3186

This person was the only one on the Danish list.

But... it changed my mind. I was moved. Ok... I'll keep the small-medium sprachraums.

Every hour, the processor will:

  • For all that is
    • non-deleted
    • has a non-deleted subscriber
  • Get content from the web
  • Generate Summary
  • Send Email

Also, instead of having one that could be transformed into many languages, let's start with 30 different covering the same content. That is, separating the linguistic from the content. So in a Korean interface, you can go to Japanese version and read the content accordingly.

Completed the Engine.

twitter과 마스토돈 따로 다루기

Float UI - Free open source Tailwind UI components & Templates

I am having trouble dealing with the Subscription Recurrence . Given a subscription table, how would I find all currently scheduled jobs?

  • iCalendar RFC 5545?
  • Cron notation?

Halted, switched to a more conventional with . Consider .

  • Impossible to create subscriptions with with international audience
  • Burnt out
  • Will seek out sponsorships more

AA6185

Added RSS Support. RSS Support · Issue #16 · anaclumos/heimdall

  • i still want to make a koreanic name
  • pabal.ai
  • saja.ai

  • 들려옴
  • 전해옴
  • 이야기
  • 나돌이
  • 자자
  • 왜자하다
  • 가납사니
  • 번설
  • 곤여 (큰 땅)
  • 보빙사
  • 통리기무아문
  • 저잣거리
  • 수다
  • 역마살
  • 왁자지껄
  • 도란도란
  • 방패연

아싸

5839D6

일단 비용은 한숨 덜겠다!

그리고 Korean Won이 I Won할 때랑 같아서 뭔가 의미심장하게 재밌고 좋다

Metaphor looks great for Naroo

463895

Backlinks30