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
1
0
3
0
1
0
0
0
0
1
1
0
0
0

systemd와 bash를 이용해서 재부팅 시 현재 저장소가 최신이면 빌드를 생략하고 아니면 빌드를 하도록 한 다음 실행되도록 스크립트를 짰습니다. 나름 배포 파이프 라인을 구성해본건데 이게 베스트 프랙티스인지는 확신이 안서네요.

사실 작성은 claude가 거의 다 했죠. 특히 systemd 설정은요. https://claude.ai/share/124ada60-168e-4c01-ad64-74bc67de6e54

0
0
1
1
0
0
0
0
0
0
1
0
1
0
0
1
1
0
0
0
0
0
0
0
3
0
0
0
3
0
0

I'm writing a series of blog posts, in which I write a and a for arithmetic in . We explore the following topics in the series:

- Parsing arithmetic expressions to ASTs.
- Compiling ASTs to bytecode.
- Interpreting ASTs.
- Efficiently executing bytecode in a VM.
- Disassembling bytecode and decompiling opcodes for debugging and testing.
- Unit testing and property-based testing for our compiler and VM.
- Benchmarking our code to see how the different passes perform.
- All the while keeping an eye on performance.

The second post of the series that focuses on writing the is now out: abhinavsarkar.net/posts/arithm

0
1
0

AIでのいわゆる「バイブコーディング」について

自分でも少しやってみて、思った以上にコード書くなすげな、というのまでは確認したが、私自身はやっぱり自分でコード書く方が楽しくて、バイブコーディングは管理職感あってたのしくない

でも、プレイングマネージャーとして自分でもコード書きつつ部下にも指示しつつ、うまくそのへんコントロールして世の中に役立つものをつくりだす、ってのが好きな人には、向いてるのかもなあとも思う。LLMには人類とは違う特性がいろいろあるしモデルによっても違うので、人類のマネージャーとはちょっと違うノウハウが必要な部分はあるけど

なおバイブコーディング肯定派なのに、公開してる成果物がなにもないひとのいってることは、話半分できいてます

0
1
0
0
0

"세상의 아름다움은 완벽함이 아니라 결함에 있다.

때로는 부서진 조각들이 더 깊은 의미를 담고 있다.

상처받은 마음도 그렇다.
균열이 있어야 빛이 들어올 수 있다.

결국 삶은 아름다운 불완전함의 연속이다."

0
0

本当にN100に10GbEが扱えるのか?という点は疑問が呈されていて、検証した人の中ではN100の性能が足を引っ張って10GbEできちんとリンクアップするのは難しいという話ではなかったかという記憶がある

0