@hongminhee@todon.eu
@hongminhee@todon.eu avatar

hongminhee

@hongminhee@todon.eu

An intersectionalist, feminist, and socialist guy living in Seoul (UTC+09:00). Building #Fedify. Write some free software in #Haskell, #Rust, #TypeScript, & #Python. They/them.

I don't accept follow requests from accounts that haven't posted anything. 아무 글도 없는 어카운트한테는 팔로 리퀘스트를 받지 않고 있습니다. 投稿のないアカウントからのフォローリクエストは受け付けません。

#國漢文混用 #한국어 (#朝鮮語) #English #日本語

This profile is from a federated server and may be incomplete. Browse more on the original instance.

hongminhee, to random
@hongminhee@todon.eu avatar

My Mastodon language stats as of March 2024.

hongminhee, to random
@hongminhee@todon.eu avatar

Just set up a user group for on Matrix!

https://matrix.to/#/#fedify:matrix.org

hongminhee, to node
@hongminhee@todon.eu avatar

I made a demo app of on Playground! You can follow this demo app via handle @demo.

https://dash.deno.com/playground/fedify-demo

hongminhee, to random
@hongminhee@todon.eu avatar

Just bought fedify.dev domain.

hongminhee,
@hongminhee@todon.eu avatar

Set up fedify.dev. The docs should show up.

https://fedify.dev/

hongminhee, to fediverse
@hongminhee@todon.eu avatar

I've written a server framework that implements in . There are still many features to document and add, but the basic behavior such as creating and following actors and sending and receiving activities works well. It's also been tested with Mastodon and Misskey. There's also a federated single-user blog in the repository as an example project. If you're interested in building a fediverse server app, take a look at the project! Thanks!

https://github.com/dahlia/fedify

hongminhee, to python
@hongminhee@todon.eu avatar

If there's Werkzeug for WSGI, what's there for ASGI?

alternativedaily, to random Korean
@alternativedaily@t.chadole.com avatar

Here's the proof:

$ curl https://threads.net/.well-known/webfinger?resource=acct:mosseri@threads.net
{"subject":"acct:mosseri@threads.net","links":{"href":"[https://www.threads.net/ap/users/mosseri/","rel":"self","type":"application/activity+json"}]}

ActivityPub

스레드에서 주워온 코드인데....

연결에 도움이 되려나요?

hongminhee,
@hongminhee@todon.eu avatar

@alternativedaily 따라해도 되지가 않네요… 어디서 가져오신 건가요?

hongminhee,
@hongminhee@todon.eu avatar

@alternativedaily 고맙습니다!

hongminhee,
@hongminhee@todon.eu avatar

@alternativedaily 아무 유저나 되는 게 아니고 뭔가 리스트에 들어있는 어카운트만 되는 것 같네요! 만들고 있나 봅니다.

hongminhee, to random
@hongminhee@todon.eu avatar

I've tried making a crawler with @deno_land + deno-dom, and it reminds me of the days when I used to make crawlers with the combo of Python + lxml. Which means it's very good!

https://github.com/b-fuze/deno-dom

hongminhee, to random
@hongminhee@todon.eu avatar
hongminhee, to random
@hongminhee@todon.eu avatar

My first contribution to the @deno_land project. I built the POSIX head command into the portable mini shell language used by deno task, which means you can use it even on Windows. It also supports the -n/--lines option. (This contribution was actually started because I wanted to use head -n 1 on Windows.)

https://deno.com/blog/v1.38#deno-task-supports-head-command
https://github.com/denoland/deno_task_shell/pull/93

deno_land, to node
@deno_land@fosstodon.org avatar

Announcing 1.38

✔︎ HTML doc gen
✔︎ HMR
✔︎ Better Node.js compatibility
✔︎ 7-20x faster JSX transformations
✔︎ Built-in .env support
✔︎ WebSockets over HTTP/2
✔︎ VSCode & Jupyter updates, performance boosts, and more!

https://deno.com/blog/v1.38

hongminhee,
@hongminhee@todon.eu avatar

@deno_land There's a typo: it's --lines, not --name! (I'm the contributor.) See also:

https://github.com/denoland/deno_task_shell/pull/93

hongminhee, to random
@hongminhee@todon.eu avatar

Properly written property-based tests are much more difficult to pass than unit tests. This is because they often provide inputs that are beyond your wildest imagination (especially when the input is nonlinear data like a tree or graph).

nogajun, to linux Japanese
@nogajun@mastodon.social avatar

大学のネットワーク環境はNTPが使えずPCの時計が狂いまくってたけど、HTTP Time Protocolとhtpdateなるものがあることを知って解決した

Debian -- bookworm の htpdate パッケージに関する詳細: https://packages.debian.org/bookworm/htpdate

hongminhee,
@hongminhee@todon.eu avatar

@nogajun HTTPのDateヘッダで時刻を取得するんですね!正確さはNTPより劣りますが、アイデアが斬新ですね。

hongminhee,
@hongminhee@todon.eu avatar

@nogajun 確かに學校やオフィスのネットワークはそういうところが多いですよね。😡

hongminhee, to haskell
@hongminhee@todon.eu avatar

I wish had an interactive command-line application library like for .

https://cliffy.io/

nogajun, (edited ) to random Japanese
@nogajun@mastodon.social avatar

また、gnusocialjpか。Sくんに説明しても無駄だから何を垂れ流そうがいいけど、GNU Social 使うのは止めてくれないかな。自由ソフトウェア支持者にとっても迷惑

https://mstdn.mrmts.com/@mrmts/111134167421116297

hongminhee,
@hongminhee@todon.eu avatar

@nogajun 運營者があんな人だとは知らずにgnusocial.jpにアカウントを作ったんですね。ところで、GNU socialサーバーを探すとgnusocial.jpほど大きい所もなかなか見つからず、目立つ所なのに運営者があんな人とは殘念です。

hongminhee, to random
@hongminhee@todon.eu avatar

In this release, deno.cacheOnSave is exactly what I've been hoping for since I started coding @deno_land with VS Code. I don't know why it's been so long in coming… 😂 but I'm glad to finally have it!

https://deno.com/blog/v1.37#denocacheonsave

hongminhee, to mastodon
@hongminhee@todon.eu avatar

Anybody know if & actually poll the outbox of remote instances or not?

https://lobste.rs/s/ztk89c/mastodon_instance_with_6_files#c_vhlgue

cheeaun, to random
@cheeaun@mastodon.social avatar
hongminhee,
@hongminhee@todon.eu avatar

@cheeaun I love that post stats chart!

hongminhee, to random
@hongminhee@todon.eu avatar

I wish @ivory would show the same mention as read in the mentions tab if I've already read it in the notifications tab. It's frustrating to see the red badge on the icon every time even when I've already read it in the notifications tab.

hongminhee,
@hongminhee@todon.eu avatar

@ivory Okay, that's great. I can't wait to see it finished!

hongminhee, to bluesky
@hongminhee@todon.eu avatar

lets a single post be tagged with multiple languages, and I'd like to see do the same thing. For now, if I want to write a post, I have to create separate posts for each language and group them together in a thread in Mastodon.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • everett
  • DreamBathrooms
  • cisconetworking
  • magazineikmin
  • Durango
  • InstantRegret
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • thenastyranch
  • kavyap
  • GTA5RPClips
  • JUstTest
  • tacticalgear
  • cubers
  • normalnudes
  • osvaldo12
  • khanakhh
  • ngwrru68w68
  • modclub
  • tester
  • anitta
  • megavids
  • ethstaker
  • Leos
  • lostlight
  • All magazines