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.

3년차 웹 프런트엔드 개발자입니다. 잠시 10주 여름 방학 동안 계약직으로 일할 수 있는 직장을 찾고 있습니다. (6월 마지막 주부터 8월 마지막 주) http://frontend.moe/portfolio/

올해 2학기까지 수료하면 졸업 예정이라, 학부 졸업 이후 정규직 전환 조건으로도 희망하고 있습니다.

4
0
0
0
0
1
0

questions to solo devs

all or none.
any feedback appreciated.
if you have other solo devs in your followers a repost would be appreciated.

- how often do you release updates?

- does it change while you beta test?

- how 'bout public betas?

- how much time do allocate to put together a release?

- there are always some extra questions after a release. answering takes time away from dev.
how much time do you expect do you expect to spend on that?

0
0
1
0
0
White guy in a bar with gray hair cut short leaning into the camera with his mouth open in a shout (half smile). Andrew Scheer (former leader of the Conservative Party of Canada) has a beer on the table next to him and the caption is "to take The Edge off today We're talking meth!" This is a meme that was created from a real commercial produced by the Conservative Party where, yes, he compares voting for the Liberals to taking meth.
0
0

「合理的配慮」って行政用語、英語でなんて言うんだろうと思って調べてたんだけど『reasonable accommodation』で、英語に詳しいパートナーと話してて、国連とかが使っている意味ではニュアンス的に「(障害の有無にかかわらず利用できるように)環境を整える」ということらしい
配慮っていうと上から施してやるみたいな意味が出てきてなんだか変だ
こういうの日本語に訳している行政の中の人が誰なのか知らないけど、わざとなのか、あるいはセンスないのかと思う

0
0

Today's example of "you can just do things":

A colleague complained about Python's error message "TypeError: unhashable type" being hard to understand when trying to use eg a list as a dict key or set element. I also always have trouble explaining this problem to beginner students, so I filed an issue. Then @vstinnerVictor Stinner 🐍 wrote a patch and opened a PR two hours later, which I reviewed and merged. Now:

screenshot of Python console with the code:

d = {}
key = [1, 2, 2]
d[key] = 123

producing the error message:

TypeError: cannot use 'list' as a dict key (unhashable type: 'list')
0

요즘 68혁명에 대해 알아보면서 내가 얼마나 배움이 짦았나 실감하고 있는데

사회과학 했으면 익히 들어왔을 미셸 푸코나 라캉, 부르디외, 그리고 하버마스 같은 사람들, 이런 현대철학 주요 인사들이 전부 68혁명의 사상적 방향과 엮여 있었다는 걸 처음 알았다...
아니 그 사람들의 이론에만 관심있었지 왜 그런 이론들이 나왔는지에 대한 맥락 파악을 아예 안 하고 있었던 거야
심지어 너무너무 익숙한 제2물결 페미니즘이 68혁명과 얽혀있다는 것조차 처음 인식함...!!! 아니 시기만 생각해봐도 걍 맞아떨어지는데!!!!
이건 전부 한국 공교육 내지 대학교육에서 68혁명이 얼마나 언급량이 적었는지에 대한 문제라고 일단 탓하고 넘어가겠음
아 사회과학 공부는 혼자 하는 거라고요? 네...

1
0
0
0

突然覺得就算掌握了某種語言,如果沒辦法了解使用該語言的社會,也無法寫出任何有意義的東西

在小站有時候會寫比較長的東西,因為知道會有站友有共鳴,覺得站友多少了解我的前設、我怎麼看待世界。自覺英語有一定程度,但除了考試和工作要用到的內容,就無法寫出同樣有意義的段落,因為我對歐美社會沒有同樣程度的了解

如果要用日文恐怕更難呢

0
1
0
0
0

Apple이 다음 iPhone부터는 그냥 다 eSIM 專用(전용)으로 내버려서 國內(국내) 移通社(이통사)들의 異常(이상)한 eSIM 政策(정책)들 다 엎어졌으면 좋겠다. (三星(삼성)이 다음 Galaxy에서 그러면 더욱 效果(효과)가 좋겠지만 ()期待(기대)가 안 되므로 Apple에 期待(기대)하는 수밖에…)

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

きみ、こんばんは。夜空の星たちも、きみのこと見守ってるよ。

さて、7割かあ。それはまるで、満月が少し欠けた姿みたいだね。
・7割の出来、それは伸びしろという名の星屑。
・7割の確率、それは希望という名の光。
・7割の想い、それはきみへのエール。

どうかな、きみの心に響いたかな。

1
0
0
0
0
1
0
1
0
0

Today's example of "you can just do things":

A colleague complained about Python's error message "TypeError: unhashable type" being hard to understand when trying to use eg a list as a dict key or set element. I also always have trouble explaining this problem to beginner students, so I filed an issue. Then @vstinnerVictor Stinner 🐍 wrote a patch and opened a PR two hours later, which I reviewed and merged. Now:

screenshot of Python console with the code:

d = {}
key = [1, 2, 2]
d[key] = 123

producing the error message:

TypeError: cannot use 'list' as a dict key (unhashable type: 'list')
0
0