What is Hackers' Pub?

Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.

0
0
0
0
0
0
0
0
0
0
0
0

I think the most important thing should be the portability and flexibility. On the other side of the spectrum is one-off code/scripts. Which would also be useful but can be a waste if the well crafted logic only run once in a very specific context. Code should be aimed to be reused.

0
0

Stimulating article on LLMs in programming: simonwillison.net/2025/Mar/11/

My bet is that CHOP will evolve into some state where the methodical person giving it context with well-written and structured business domain and requirements documents is going to still be well-paid, because there'll be some upper ceiling on the useful abstraction that LLMs can handle without it. BA and QA skills will become even more important. (I might be wrong.)

Thanks to @simonSimon Willison for the article.

0

In a podcast (coming soon in Mandarin) I have been asked an interesting question to describe my code style with three adjectives I picked minimal, portable, and agnostic Minimal is stylistic; portable means tree-shaking, flexible, adoptable to different scenarios; Agnostic is to run in any runtime

0
0
0
0
0

소 잃고 외양간 고친다는 말이
이미 일어난 일에 대해서
다시 주워담을 수 없고,
이제와서 뭐 어쩌겠느냐는 어감이 있지만,

솔직히 이미 일어난 일에 대해선 어쩔 수 없어도
다시는 이런 일이 일어나지 않도록
외양간이라도 잘 고쳐놔야 한다고 생각함...

0
0
0
0
0
0
0
0
0

율리우스 카이사르가 죽을 때 희랍어로 "카이 수, 테크논"이라고 했다는 설이 있는데, 문자 그대로 읽으면 "아이야, 너 역시"라는 뜻이다. 셰익스피어는 이를 라틴어 "엣 투, 브루테?" 즉 "브루투스, 너도냐?"로 물음표를 붙여, 한때 자식처럼 대했던 자에게 느끼는 배신감을 표현했다. 그러나 옛 희랍 서판들에서 "카이 수"가 저주에 흔히 쓰이는 문구인 점을 고려하면 "이 새끼야 지옥에서 보자"에 준하는 뜻이었을 가능성이 있다고...

RE: https://bsky.app/profile/did:plc:mbzl367y7pcab4duzoj2ksbe/post/3lkgd2doi5c2j

0
0
0
0
0
0
0

'Nicole' just took an arrow to the knee. In what seems to be a somewhat persistent scam, 'Nicole' creates profiles at multiple instances, usually with poor moderation. Same PFP, same profile text and goes spamming others with discord links.

I went hunting and sniped a few. They won't be spamming anytime soon again :flan_molotov:

0
0
0
0
0
0
0
0
0
0

쉘스크립트처럼 oci 컨테이너들을 조합하는 언어가 있으면 좋겠다. 컨테이너는 샌드박싱된 파일시스템을 입력으로 받아 출력으로 쓰고, 그런 컨테이너들을 (| pipe operator로 stdin/stdout을 잇듯이) 조합하는 것이다. 그리고 이때 각 컨테이너가 필요로하는 입력 파일/디렉토리들에 대해 일종의 타입 체크를 해서 no such file or directory가 뜨는것을 막아줄수 있을것이다.

사실 yaml등으로 작성하는 CI/CD 설정 파일들이 비슷한 기능을 하고있는데, 이걸 좀더 멀쩡한 언어로, 로컬에서도 쓸수있으면 좋겠다.

0
0

쉘스크립트처럼 oci 컨테이너들을 조합하는 언어가 있으면 좋겠다. 컨테이너는 샌드박싱된 파일시스템을 입력으로 받아 출력으로 쓰고, 그런 컨테이너들을 (| pipe operator로 stdin/stdout을 잇듯이) 조합하는 것이다. 그리고 이때 각 컨테이너가 필요로하는 입력 파일/디렉토리들에 대해 일종의 타입 체크를 해서 no such file or directory가 뜨는것을 막아줄수 있을것이다.

사실 yaml등으로 작성하는 CI/CD 설정 파일들이 비슷한 기능을 하고있는데, 이걸 좀더 멀쩡한 언어로, 로컬에서도 쓸수있으면 좋겠다.

0

쉘스크립트처럼 oci 컨테이너들을 조합하는 언어가 있으면 좋겠다. 컨테이너는 샌드박싱된 파일시스템을 입력으로 받아 출력으로 쓰고, 그런 컨테이너들을 (| pipe operator로 stdin/stdout을 잇듯이) 조합하는 것이다. 그리고 이때 각 컨테이너가 필요로하는 입력 파일/디렉토리들에 대해 일종의 타입 체크를 해서 no such file or directory가 뜨는것을 막아줄수 있을것이다.

사실 yaml등으로 작성하는 CI/CD 설정 파일들이 비슷한 기능을 하고있는데, 이걸 좀더 멀쩡한 언어로, 로컬에서도 쓸수있으면 좋겠다.

0