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.

1
0
0
0
2
0
0
0
0
0
1
1
2
0
0

AI 스타트업 200곳을 역공학해 보니, 73%가 단순한 프롬프트 엔지니어링에 불과
------------------------------
- 200개의 *AI 스타트업을 리버스 엔지니어링* 한 결과, 다수의 기업이 자체 기술을 보유했다고 주장하면서 실제로는 *외부 API를 호출* 하는 형태로 운영됨
- 조사된 기업 중 *73%가 OpenAI나 Claude API를 그대로 사용* 하며, 여기에 단순한 UI나 기능을 덧붙인 수준으로 확인됨
- 자사 *“고유 LLM”* 을 내…
------------------------------
https://news.hada.io/topic?id=24586&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

1
0
1
1

do you often pipe curl to jq and have trouble when you also want to see the response headers with -i?

hack of the day: curl -s -D /dev/stdout -o >(jq) https://url...

`-D /dev/stdout` dumps headers to stdout
`-o >(jq)` uses bash process substitution to pipe the response body separately to a jq process

0
1
0

제가 정치적인 얘기를 자주 하는 것 같나요?

0
0
1

i see an argument that mastodon.social is needed for onboarding

so, let’s do something very scientific: which fedi instance did you start with?

(boost for bigger sample)

(mastodon forks count as mastodon)

0
0

Get on that feline

* sleep in, sleep often, aim for 2/3s sleep time
* when awake? Always be closing. Treats and pets are on offer. The cat who asks gets.
* train daily with bottle cap or stuffed mouse
* maintain a Position of Power. Find your throne and occupy it!
* never let a lesser being cut your nails without a struggle.
* catnip is a performance enhancer and NOT cheating.
* sell crypto/NFTs for kibble. No one knows what it is so its all upside.
* who is up at 3am? YOU.

0
0
0

🎙️新エピソード配信!今回の #automagic のゲストはサイボウズ株式会社でデザインマネージャーをしている sakito さん。デザインシステムの成長の『壁』になるのは何か?について話しました。 Spotify, Apple Podcast, Overcast などでも聴けます。
https://yasuhisa.com/automagic/372/

0

I have enormous vulnerability in my origins working helpdesk. I didn't know it was the most important thing I ever did, that made me who I am today.

But I worked that job thinking I was nothing. And that I had to lie about who I was. I created SwiftonSecurity to be someone I wasn't. I created it as a role-play. Because I had to play it to believe it. And I had to believe it to be it. Even as an artifice.

And that is how I became it. Because I was already working a security job.

I just didn't believe it yet.

0

혼인 외 출생자 신고에 관해서 헌법불합치결정이 있긴 했구나
"제46조(신고의무자) ① 혼인 중 출생자의 출생의 신고는 부 또는 모가 하여야 한다.
② 혼인 외 출생자의 신고는 모가 하여야 한다.
③ 제1항 및 제2항에 따라 신고를 하여야 할 사람이 신고를 할 수 없는 경우에는 다음 각 호의 어느 하나에 해당하는 사람이 각 호의 순위에 따라 신고를 하여야 한다.

1. 동거하는 친족
2. 분만에 관여한 의사ㆍ조산사 또는 그 밖의 사람
④ 신고의무자가 제44조제1항에 따른 기간 내에 신고를 하지 아니하여 자녀의 복리가 위태롭게 될 우려가 있는 경우에는 검사 또는 지방자치단체의 장이 출생의 신고를 할 수 있다. <신설 2016. 5. 29.>
[헌법불합치, 2021헌마975, 2023.3.23, 가족관계의 등록 등에 관한 법률(2007. 5. 17. 법률 제8435호로 제정된 것) 제46조 제2항, 가족관계의 등록 등에 관한 법률(2021. 3. 16. 법률 제17928호로 개정된 것) 제57조 제1항, 제2항은 모두 헌법에 합치되지 아니한다. 위 법률조항들은 2025. 5. 31.을 시한으로 입법자가 개정할 때까지 계속 적용된다.]"

0
0
0
0
0
0
0
1
0
0
0
0
0
0
0
0
0
0

바이브코딩으로 만든 개인 영어학습 앱으로 중학교 딸아이 영어학원 대체하기
------------------------------
- 아이가 학원 배정 시 상위반에 들어갔지만, *TOEFL 기반 고난도 단어와 지문* 이 반복적으로 등장해 부담이 매우 컸음
- 학원보다 *자기 수준에 맞는 영어 경험을 만드는 것이 우선* 이라는 판단으로 학원을 중단
- 해결책으로 아버지가 직접 맞춤형 *GenAI + 바이브코딩으로 영어학습 앱* 제작 시작
- 읽…
------------------------------
https://news.hada.io/topic?id=24595&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

1

바이브코딩으로 만든 개인 영어학습 앱으로 중학교 딸아이 영어학원 대체하기
------------------------------
- 아이가 학원 배정 시 상위반에 들어갔지만, *TOEFL 기반 고난도 단어와 지문* 이 반복적으로 등장해 부담이 매우 컸음
- 학원보다 *자기 수준에 맞는 영어 경험을 만드는 것이 우선* 이라는 판단으로 학원을 중단
- 해결책으로 아버지가 직접 맞춤형 *GenAI + 바이브코딩으로 영어학습 앱* 제작 시작
- 읽…
------------------------------
https://news.hada.io/topic?id=24595&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

1

Get on that feline

* sleep in, sleep often, aim for 2/3s sleep time
* when awake? Always be closing. Treats and pets are on offer. The cat who asks gets.
* train daily with bottle cap or stuffed mouse
* maintain a Position of Power. Find your throne and occupy it!
* never let a lesser being cut your nails without a struggle.
* catnip is a performance enhancer and NOT cheating.
* sell crypto/NFTs for kibble. No one knows what it is so its all upside.
* who is up at 3am? YOU.

0
0
0
1
0
0