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

'외계인 연관설' 기지 근무 美 퇴역장성 실종 2주째…FBI 수사
서울 임화섭 기자: 외계인과 미확인비행물체(UFO) 관련 설이 있던 기지에 근무했던 미국의 퇴역 공군 장성이 실종돼 현지 경찰과 ...
yna.co.kr/view/AKR202603120722

0
0

'외계인 연관설' 기지 근무 美 퇴역장성 실종 2주째…FBI 수사
서울 임화섭 기자: 외계인과 미확인비행물체(UFO) 관련 설이 있던 기지에 근무했던 미국의 퇴역 공군 장성이 실종돼 현지 경찰과 ...
yna.co.kr/view/AKR202603120722

0
0

分享一下走進一個特展前我會先做的功課。

1. 先預習古埃及的歷史年表,前王朝時期、早王朝時期、古王國時期、第一中間期、中王國時期、第二中間期、新王國時期、第三中間期和古埃及後期 各時期對應西元年份及相關大事紀。

2.確認各階段現有的著名考古、發掘文物。

3.確認跨越朝代的藝術風格流派、目前的藝術研究中,古埃及藝術品埃及藝術風格的學術分類。

4.從階級看宮廷藝術品、宗教藝術品、生活日用品各有哪些著名的代表作品。

5.古埃及人也有與週邊民族交易,預習古埃及所發現的其他民族的工藝品或藝術品有著名的存在。

6.確認古埃及史上著名專業人物、建築家、藝術家、文學家、農業家、宮廷相關人員的紀錄

7.確認古埃及的日常用品、食物種類、飲料種類、流行服飾、飾品、收藏品類型。

8.確認埃及生活風俗、禁忌、約定俗成的豆知識。

把1.跟2.項列印出來,帶著年表及著名物件的清單走進展場,這樣能將現場展示物與實際產生年代相連結,容易意識到古埃及漫長歲月中流行、風格的變化及變化理由,也能清晰哪些是內部發生的流行變化、哪些是外地文化帶來的影響。

大致上參觀前作的功課就是這樣。

0
0
0
0

now that i am... writing my own agentic LLM framework thing... because if you're going to have a shitposting IRC bot you may as well go completely overkill, i have Opinions on the state of the world.

openclaw, especially, seems to be hot garbage, actually, because i was able to teach my LLM (which i trained from scratch on the highest quality artisanal IRC logs, 2003 to present, so i can assure you it is not a very good LLM) to use tools in the context of my own framework quite easily.

first of all, when i began i was quite skeptical on commercial AI.

this exercise has only made me more skeptical, for a few reasons:

first: you actually can hit the "good enough" point for text prediction with very little data. 80GB of low-quality (but ethically sourced from $HOME/logs) training data yielded a bot that can compose english and french prose reasonably well. if i additionally trained it on a creative commons licensed source like a wikipedia dump, it would probably be *way* more than enough. i don't have the compute power to do that though.

second: reasoning models seem to largely be "mixture of experts" which are just more LLMs bolted on to each other. there's some cool consensus stuff going on, but that's all there is. this could possibly be considered a form of "thinking" in the framing of minsky's society of mind, but i don't think there is enough here that i would want to invest in companies doing this long term.

third: from my own experiences teaching my LLM how to use tools, i can tell you that claude code and openai codex are just chatbots with a really well-written system prompt backed by a "mixture of experts" model. it is like that one scene where neo unlocks god mode in the matrix, i see how all this bullshit works now. (there is still a lot i do not know about the specifics, but i'm a person who works on the fuzzy side of things so it does not matter).

fourth: i built my own LLM with a threadripper, some IRC logs gathered from various hard drives, a $10k GPU, a look at the qwen3 training scripts (i have Opinions on py3-transformers) and few days of training. it is pretty capable of generating plausible text. what is the big intellectual property asset that OpenAI has that the little guys can't duplicate? if i can do it in my condo, a startup can certainly compete with OpenAI.

given these things, I really just don't understand how it is justifiable for all of this AI stuff to be some double-digit % of global GDP.

if anything, i just have stronger conviction in that now.

0
3
0
1

RE: fosstodon.org/@altstore/116211

We're so excited for AltStore's launch into the open social web!

Starting today, every app listed on the AltStore will send updates to the Fediverse and bridge those updates to the Atmosphere via Bridgy Fed 🌐🚀

And there's even more goodies in this release 👀

Congrats to the AltStore team!

0
0
0

A funny observation (well, funny to me) is that the architecture of Service Workers in browser applications functionally requires understanding distributed systems to make work, because an SW runs in an entirely separate (and asynchronous, and partially-available) execution context from any of its client browser tabs and shares no state with them.

0
0

well anyway, i'll be damned three ways in the coldest of the vendor hells. the SFDP is exactly right. you can enter the 4-byte addressing mode... but you can never leave

why on earth would anybody build a system like this? if not for JESD216B's explicit provision for this... situation, i would have assumed that it's just a feature that escaped its chicken bit and it's not in the datasheet for a reason.

but it's in SFDP. someone has intentionally went and set those bits in those exact pattern. presumably the same people who chose to only put a half of a mode switch instruction pair in. why???

>>> await m25q_iface.qspi.execute_read(m25q_iface.cmds[nor.Command.ReadData], address=0, length=16)
memoryview(b'\xff\xff\xbd\xb3\xff\xff\xff\xff;\x00\x00\x00\xe2\x00\x00\x00')
>>> await m25q_iface.qspi.execute_cmd(m25q_iface.cmds[nor.Command.Enter4ByteMode])
None
>>> await m25q_iface.qspi.execute_read(m25q_iface.cmds[nor.Command.ReadData], address=0, length=16)
memoryview(b'\xff\xff\xff\xbd\xb3\xff\xff\xff\xff;\x00\x00\x00\xe2\x00\x00')
>>> await m25q_iface.qspi.execute_cmd(nor.Instruction.spi_1_0_0(0xE9))
None
>>> await m25q_iface.qspi.execute_read(m25q_iface.cmds[nor.Command.ReadData], address=0, length=16)
memoryview(b'\xff\xff\xff\xbd\xb3\xff\xff\xff\xff;\x00\x00\x00\xe2\x00\x00')
>>>
0
1
0

아마 ( 100엔에 해당하는 원화 + 1000원에 해당하는 엔화 ) / 2 형태로 처리됐을 것 같음. 외부 API 에 의존적이면 쉬이 발생하는 현상임. 그리고 특히 이런 에러는 오히려 자동화돼있으면 안걸러지는 경향이 있음. "테스트 통과했으니까 정상이겠지~" LGTM 치고 머지버튼 눌러버리는거.

RE: https://bsky.app/profile/did:plc:a6qvfkbrohedqy3dt6k5mdv6/post/3mgtafnmlzs2f

0
0
0
0
1
0
0

@hanzo저세상 음향연구소 22호기 :ydg: 그렇죠. 호주도 일단 2024년 12월에 광범위하게 통과는 시켜 놓고 가이드라인(위에 블스가 금지 기준 자체에는 맞지 않았다는 부분에서의 기준이 이것)은 작년 9월경에 공개했어요. esafety.gov.au self-assessment page에 있고 작년 9월이면 시행 겨우 석달 전.

이를 감안하면 우리나라도, 통괴 후에라도, 시행령으로 앝고리즘, 쇼트폼 등 가이드라인을 만들 가능성이 높다는 말.

0
0

@hanzo저세상 음향연구소 22호기 :ydg: 그렇죠. 호주도 일단 2024년 12월에 광범위하게 통과는 시켜 놓고 가이드라인(위에 블스가 금지 기준 자체에는 맞지 않았다는 부분에서의 기준이 이것)은 작년 9월경에 공개했어요. esafety.gov.au self-assessment page에 있고 작년 9월이면 시행 겨우 석달 전.

이를 감안하면 우리나라도, 통괴 후에라도, 시행령으로 앝고리즘, 쇼트폼 등 가이드라인을 만들 가능성이 높다는 말.

0

"해고했으면 큰일 날 뻔" '띨띨한' AI 믿었던 어느 기업의 고백 [그림자 전쟁 : AI의 직업침탈기] www.hankookilbo.com/news/article... "인간 상담사들도 AI에 기대가 전혀 없었던 건 아니다. 하루 최대 200통의 전화를 받느라 방광염을 달고 살던 현주도 잠시나마 기대했다. 'AI가 콜 처리를 나눠서 해주면 우리도 인간답게 일할 수 있지 않을까?' 기대는 금세 엇나갔다. AI는 상담사의 일을 도리어 더 늘렸다. 모든 고객 민원을 채가놓고는 '매뉴얼에 적힌 안내' 같은 단순한 문의만 답해줬다."

"해고했으면 큰일 날 뻔" '띨띨한' AI 믿었던 어느...

0
0
0
0
0
1
0
0
0
0

@hanzo저세상 음향연구소 22호기 :ydg: 전 우리나라는 청소년 소셜미디어 완전금지는 아예 불가능하다는 입장(이게 가능했으면 교내 스마트 기기 금지가 수업시간 금지로 바뀌어 통과될 일도 없었을 테니. 심지어 초당파적 협의)이고 14세 미만 부모 동의는 현행법상으로도 소셜미디어, 메일, 심지어 오프라인에도 적용되는지라 지금도 엄밀히는 문제가 되는 건 마찬가지죠.

0
0
0
0
0

WAT

"The agents claim that we are now in the 10,205th generation of the code base, in any case no one could tell if that's right or wrong as the "code" is now a self-modifying binary that has grown beyond human comprehension. This repo is the story of how it all began. -@karpathyAndrej Karpathy, March 2026"

src: github.com/karpathy/autoresear

0

@hanzo저세상 음향연구소 22호기 :ydg: 그렇죠. 다만 법 취지를 감안하면 알고리즘 없는 마스토돈은 살려 둘 것 같네요. 호주도 법 원문상으로는 online social interaction(금지 대상)의 범위가 넓어서 이론적으로는 블스 맛돈 다 걸리지만, 실제로는 위에 적은 대로 블스는 자진금지로만 끝났고 맛돈은 신경도 안 쓰는 중.

저런 법 한국에도 생길 수 있다는 거 맛돈 개발사도 모르지는 않을 테고, 법무팀이 문제 된다 판단했으면 한국에서 못 쓴다 같은 내용 약관에 이미 넣었을 거예요. 미드나이트BSD가 이번에 라이선스 바꾼 것처럼.

0
0
0

@hanzo저세상 음향연구소 22호기 :ydg: 전 우리나라는 청소년 소셜미디어 완전금지는 아예 불가능하다는 입장(이게 가능했으면 교내 스마트 기기 금지가 수업시간 금지로 바뀌어 통과될 일도 없었을 테니. 심지어 초당파적 협의)이고 14세 미만 부모 동의는 현행법상으로도 소셜미디어, 메일, 심지어 오프라인에도 적용되는지라 지금도 엄밀히는 문제가 되는 건 마찬가지죠.

0
0