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

Jižní Korea chce pečlivě přezkoumat sobotní výzvu amerického prezidenta Donalda Trumpa, aby se země dovážející ropu Hormuzským průlivem podílely ve spolupráci se Spojenými státy na zabezpečení této důležité vodní cesty. Dnes to podle agentury Reuters oznámil úřad jihokorejského prezidenta I Če-mjonga.

0
0
0
0
0

OSS 숙제 했다... 내가 저장소 소유자니까 이슈 해결 해야지... 손안가게 전부 자동화 해서 관리하겠다고 하다보니까 오히려 더 손가는 것 같기도 한데...

1

내가 systemd를 아주 싫어하는건 아니지만 거기에 딸려오는 predictable network interface name은 (적어도 데스크탑의 경우에는) 득보다 실이 큰것 같다

NVMe SSD 설치하고 나면 enp4s0 에서 enp5s0으로 바뀌는데.. 이건 다른 의미로 super unpredictable하잖아

0

Who are the users and what is the capability domain? Main task or job to be done? Security admins and user privileges? Finding the capabilities you need in a resource-locator? Something else? For example there are capability maps: architect.salesforce.com/docs/archite... Also service blueprints.

| Capability Map

0
0
0
0

inti-fada.github.io/campaign-bac... 왜 굳이 사람 쫓아내고 과일재배를 하는지…. 아니면 원래 팔레스타인 사람이 재배하던 땅을 쓰는지는 모르겠지만….. 그리고 농축액이 가격적인 이점이 있는걸까… 굳이…. 저 먼데서?

🧐 이스라엘산 들어갔나요?

0

앗! 나도 해커스펍 기여자!? 해커스펍 기여자 모임 스프린트 2회차

Hackers' Pub 리뉴얼, 손꼽아 기다리고 계시지 않으신가요?
Hackers' Pub, 한 번쯤 직접 기여해 보고 싶다는 생각, 해보신 적 없으신가요?
Hackers' Pub, 이용하면서 어딘가 아쉽다 느꼈던 부분, 혹시 있지 않으셨나요?

이번 스프린트 모임은 리뉴얼 진도도 팍팍 빼면서, 기여자들끼리 서로 얼굴도 익히고 친분도 쌓는 자리입니다. 부담 없이 참여해 주세요.

모임은 서울특별시 성동구 상원길 26, 뚝섬역 5번 출구 근처 어딘가에 있는 튜링의 사과에서 진행합니다.
일정은 3월 21일. 모여서 각자 편하게 해커스펍 기여하다가 가시면 됩니다.

몸만 오시면 됩니다. 비용은 튜링의 사과 이용료만 챙겨 주시면 돼요.
감사합니다.

📅 2026-03-21 11:00 — 18:00 (GMT+9)

View event details

2
0
0
0

1. YES THEY ARE.

They are vibe-coding mission-critical AWS modules. They are generating tech debt at scale. They don't THINK that that's what they're doing. Do you think most programmers conceive of their daily (non-LLM) activities as "putting in lots of bugs"? No, that is never what we say we're doing. Yet, we turn around, and there all the bugs are.

With LLMs, we can look at the mission-critical AWS modules and ask after the fact, were they vibe-coded? AWS says yes arstechnica.com/civis/threads/

2. If it is "nuts" to dismiss this experience, then it would be "nuts" to dismiss mine: I have seen many, many high profile people in tech, who I have respect for, take *absolutely unhinged* risks with LLM technology that they have never, in decades-long careers, taken with any other tool or technology. It reads like a kind of cognitive decline. It's scary. And many of these people are *leaders* who use their influence to steamroll objections to these tools because they're "obviously" so good

0
8
2
0
0
2
0

Twice this morning I heard a strange noise (like a hisss) coming from the area where the equipment is in my home-office. I can't tell whether it’s a power supply or a fan occasionally starting up and making noise, or some kind of animal, although I have no idea how it could have gotten in.

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

我在 SNS 上看到好幾條消息說,古巴投降了、小哈梅內依死了,但核實了一圈,也沒看到正經媒體有發布相關報導。

然後古巴的事情是,有一艘佛羅里達籍的船隻闖入古巴領海,與古巴海岸警衛隊交火、造成5人死亡;古巴領導人卡內爾 (Miguel Díaz-Canel) 授權 FBI 探員進入古巴調查。

我們可以判斷為古巴態度放軟,但說是投降也太誇張。

0

A small update on NetBSD Cells 🙂

I’ve spent some time recently polishing things up and have updated the project page. I also built a new evaluation DVD image so it’s easier to try the current state of the project.

It now includes a few of the things I’ve been working on lately, like the reconcile engine in cellmgr, some early volume and backup management, and cellui for interactive administration.

If you’re curious about where the project currently stands, I wrote a short status report here:
petermann-digital.de/en/blog/n

Project page and download:
netbsd-cells.petermann-digital

Feedback, thoughts, and questions are always very welcome.

0
0

Need help from Lisp wizards — looks like I'm missing something simple and obvious (but not so obvious for beginner). I'm trying to build (with ECL) the simple program, which uses ql:quickload to load parse-number, then prints "Hello world". It builds without errors, but resulting binary could not be executed — it prints error message about unknown "ql:quickload" function.

QuickLisp was installed like described in the official documentation. It works in SBCL, it works in ECL REPL and it has the necessary lines in the ~/.eclrc:

;;; The following lines added by ql:add-to-init-file:
#-quicklisp
(let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))
(ql:quickload '(:slite) :silent t)

The program, itself, runs successfully if I just evaluate the next code in the REPL:

(ql:quickload '(:parse-number) :silent t)

(defpackage :test
(:use :cl))

(in-package :test)

(defun toplevel ()
(print "Hello world"))

(progn
(toplevel)
(ext:quit))

And it compiles:

ecl --eval '(progn (compile-file "test.lisp" :system-p t) (c:build-program "test" :lisp-files '"'"'("test.o")) (quit))'
;;; Loading "/home/drag0n/quicklisp/setup.lisp"
;;; Loading "/usr/local/lib/ecl-24.5.10/asdf.fas"
;;;
;;; Compiling test.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Finished compiling test.lisp.
;;;

But doesn't print "Hello world":

./test

Condition of type: UNDEFINED-FUNCTION
The function QUICKLISP-CLIENT::QUICKLOAD is undefined.
No restarts available.

Top level in: #<process TOP-LEVEL 0x8295a3f80>.
>

~/g/dotfiles/bin/.cl-bin:master*? λ cat test.lisp
(ql:quickload '(:parse-number) :silent t)

(defpackage :test
  (:use :cl))

(in-package :test)

(defun toplevel ()
  (print "Hello world"))

(progn
  (toplevel)
  (ext:quit))
~/g/dotfiles/bin/.cl-bin:master*? λ ecl --eval '(progn (compile-file "test.lisp" :system-p t) (c:build-program "test" :lisp-files '"'"'("test.o")) (quit))'
;;; Loading #P"/home/drag0n/quicklisp/setup.lisp"
;;; Loading #P"/usr/local/lib/ecl-24.5.10/asdf.fas"
;;;
;;; Compiling test.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Finished compiling test.lisp.
;;;
~/g/dotfiles/bin/.cl-bin:master*? λ ./test

Condition of type: UNDEFINED-FUNCTION
The function QUICKLISP-CLIENT::QUICKLOAD is undefined.
No restarts available.

Top level in: #<process TOP-LEVEL 0x8295a3f80>.
>
0
0

근데 뭐 여성 징집 얘기하면서 여자 화장실을 생각해 본 적 없고 특정 종교인들 거리 행패도 용납하고, 대학 여성 휴게실은 없어지고, 식품 알러지 주의도 해결이 안되는데 그 생각을 하겠음 츳

RE: https://bsky.app/profile/did:plc:otdxymurnbudwasbckqewuun/post/3mgww2g5h7s2x

0
1
1