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.

better CSS에 대한 접근들(CSS-in-JS, Atomic CSS, Preprocessor)의 공통된 한계는 constraint solving 방식이 아니란 것이다.

다들 어떤 기존의 스타일을 '덮어쓰는' 방법, 근데 개중에 좀 잘 덮어쓰는 방법을 찾고 있다. 그런데 많은 경우, 뭔가를 덮어쓰려고 하고 있다면, 그건 사실 값을 덮어쓰는게 아니고 만족해야할 조건을 추가하고 싶은거다. 값을 덮어쓰는 것은 조건을 추가하는 방법 중 가장 강제적인 하나의 방법일 뿐이고. 즉, 디자인 시스템은 어떤 조건들의 합들로부터 실제 스타일을 구하는 방법이어야 하고, 개발자는 조건만 명시할 수 있어야 한다.

constraint solving을 잘 설계하고 구현하는게 어렵다 왜 이렇게 안 하냐고 하긴 좀 거시기하다. 그래서 나도 요즘 propagator를 공부중이다.

부연 설명을 위한 퀴즈. 정답은 저도 방금 실험해보고 알았습니다.

<style>
  .box1 {
    min-width: 200px;
  }

  .box2 {
    min-width: 300px;
  }
</style>

<div style="width: 0px;">
  <!-- 케이스 2: 두 클래스 모두 (box2의 200px가 적용) -->
  <div id="d1" class="box1 box2">200 px or 300px</div>
  <!-- 케이스 3: box1 box2 순서가 다름 -->
  <div id="d2" class="box2 box1">200 px or 300px</div>
</div>

여기서 #d1#d2width가 어떻게 될까요?

혹시 맞춘분이 많을까봐 그러는데, 이 동작이 원래 잘 알려져 있나요?

Let's say I've written out a state machine, and I'm like "wow this is pretty complicated, I want to visualize this". What would you recommend for this? All I can think of is

- graphviz, which is good for this but invariably produces graphs that are upside down and 3 times the width of my screen

- various vizio clones that halfway through i realize i'm going to be spending more time moving nodes around to make space for text than i am making my graph

<Tracing the thoughts of a large language model>

LLM이 어떻게 생각하는지 추적하는 연구인데 아주 흥미롭다. LLM이 단순히 바로 다음에 올 높은 확률의 단어를 선택할 것이라고 생각했지만, 실제로는 미리 단어를 계획한 다음에 문장을 완성했다고. 다국어 구사와 암산 부분도 재미있다. 인간이 생각하는 방식과 크게 다르지 않은 것 같은데 기계가 정말 생각을 못한다고 할 수 있을까...

anthropic.com/research/tracing

GN⁺: 핵심 타입(Core Types) 제거와 Go 언어의 간결한 진화
------------------------------
- Go 1.18에서 제네릭(generics) 기능 도입과 함께 새로운 개념인 *핵심 타입(core type)* 이 추가되었으나, * 1.25에서 제거하기로 결정*
- 핵심 타입은 컴파일러 구현 편의를 위한 추상 개념으로, 제네릭 타입 피연산자 처리 시 기존의 기저 타입(underlying type)을 대체함
- 언어 명세에서도 기존의 "기저 타…
------------------------------
https://news.hada.io/topic?id=20008&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

<Tracing the thoughts of a large language model>

LLM이 어떻게 생각하는지 추적하는 연구인데 아주 흥미롭다. LLM이 단순히 바로 다음에 올 높은 확률의 단어를 선택할 것이라고 생각했지만, 실제로는 미리 단어를 계획한 다음에 문장을 완성했다고. 다국어 구사와 암산 부분도 재미있다. 인간이 생각하는 방식과 크게 다르지 않은 것 같은데 기계가 정말 생각을 못한다고 할 수 있을까...

anthropic.com/research/tracing

統戰的確是統一戰線,中共很久以前就有統戰部了,確實不是KMT遷台之後才有的東西

統戰就是「聯合次要敵人,對付主要敵人」,不過和很多中共的東西一樣,重點在於沒說的部分

統戰的最終目的,是消滅掉主要敵人後,再消滅次要敵人

<Tracing the thoughts of a large language model>

LLM이 어떻게 생각하는지 추적하는 연구인데 아주 흥미롭다. LLM이 단순히 바로 다음에 올 높은 확률의 단어를 선택할 것이라고 생각했지만, 실제로는 미리 단어를 계획한 다음에 문장을 완성했다고. 다국어 구사와 암산 부분도 재미있다. 인간이 생각하는 방식과 크게 다르지 않은 것 같은데 기계가 정말 생각을 못한다고 할 수 있을까...

anthropic.com/research/tracing

@curry박준규 안녕하세요 준규님. 감상 남겨주셔서 감사합니다. 읽어주시는 분들께, 그리고 제게 부끄럽지 않은 포스팅을 이어나가려고 노력하고 있지만, 쉬운 일은 아닌 것 같습니다. 그럼에도 이렇게 남겨주시는 의견이 제게 큰 응원이 됩니다. 꾸준히 이어나가 보겠습니다. 감사합니다!

The server status of the Aniwork Network is constantly monitored, but there are times when the server goes down while the moderators are unavailable.

In such cases, a dedicated phone number has been introduced to notify moderators of the site outage.

Call Elysia Root L.C.'s main number +1-646-583-0427, and when the voice guidance begins, press 3,1 in sequence.

A notification will be sent to the moderators and administrators about the server outage, allowing for a quick recovery of the service

0
0

GN⁺: 자율주행차 Waymo의 사고율이 인간 운전자보다 낮음
------------------------------

"5천만 마일 주행 기준, Waymo가 인간 운전자보다 충돌 사고가 훨씬 적음"
- 2025년 1월 19일, 미국 샌프란시스코에서 최초의 치명적인 완전 자율주행 차량 사고 발생
- 사고 차량은 Waymo 소속으로, 정차 중 뒤에서 인간 운전 차량이 고속으로 추돌하여 6중 추돌사고 발생
- 1명 사망, 5명 부상, 애완견도 사망…
------------------------------
https://news.hada.io/topic?id=20005&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

From Guido Palazzo on LinkedIn: "In 1931, all Italian University professors were required to swear an oath of loyalty to Mussolini’s fascist regime. Out of approximately 1,200 professors, only twelve refused to take that oath."

Ernesto Buonaiuti
Mario Carrara
Vito Volterra
Lionello Venturi
Giorgio Levi della Vida
Gaetano De Sanctis
Piero Martinetti
Bartolo Nigrisoli
Francesco Ruffini
Giorgio Errera
Fabio Luzzatto
Edoardo Ruffini Avondo

linkedin.com/posts/guidopalazz

0
0

OpenAI is using Studio Ghibli-style memes as an ad hoc promotional campaign for its new image generator—despite Ghibli founder Hayao Miyazaki's famous hatred of AI. Sam Altman even made his X avatar a 'Ghiblified' portrait.

Disgracing Miyazaki is part of the point: It's more proof to the industry's biggest boosters that they have won—that they're free to use, appropriate, and commoditize art however they see fit.

bloodinthemachine.com/p/openai

0
0

英語も普通話も通じなかったらどうするんだとなったのが一昔前だけど、現代中国人だとさっさと翻訳アプリ取り出す方向でリテラシーの高さ期待できるやつ これ欧米人は生身の英語でなんとかしようとして諦めの悪さでディスコミュニケーションしてるのを日本インバウンドでもよく見るんだよな、ここは東アジアだからテクノロジーとガジェットに頼れ

イーロンがRedditにも圧力をかけ始めた模様。たぶんブルスカも夏までに屈する。
これはいよいよ「アメリカ系」ってだけで見限るべき理由になるかもしれないね。
https://www.theverge.com/command-line-newsletter/637083/elon-musk-reddit-ceo-content-moderation

해커스펍 계정을 만들었습니다. 권유와 초청 주신 분들 감사합니다.

저는 게임 기획자로 일하고 있습니다만, 요즘 몇년은 js/react로 제품에 들어갈 코드를 짜는 일이 많습니다. 최근에는 https://guji.jjme.me/ 에서 블로그를 쓰는 데 많은 에너지를 쓰고 있습니다.

GN⁺: 대형 언어 모델의 사고 과정을 추적하기
------------------------------
- Claude 같은 언어 모델은 사람이 직접 프로그램한 것이 아니라 방대한 데이터로 학습됨
- 학습 과정에서 문제 해결 전략을 스스로 학습하며, 이 전략은 수십억 개의 연산에 암호화되어 있음
- 결과적으로 모델 개발자조차도 Claude가 대부분의 작업을 어떻게 수행하는지 완전히 이해하지 못함
- Claude 같은 모…
------------------------------
https://news.hada.io/topic?id=20002&utm_source=googlechat&utm_medium=bot&utm_campaign=1834

GN⁺: 에이전틱 코딩에서 개발자 역량의 역할
------------------------------
- 에이전트형 코딩 어시스턴트가 더 유능해짐에 따라 반응은 매우 다양하고, 일부는 "*1년 안에 개발자가 더 이상 필요하지 않을 것* "이라고 주장
- 다른 사람들은 AI가 생성한 *코드의 품질* 과 *주니어 개발자를 이러한 변화하는 환경에 대비시키는 방법* 에 대해 우려를 제기함
- 지난 몇달간 Cursor, Winds…
------------------------------
https://news.hada.io/topic?id=20006&utm_source=googlechat&utm_medium=bot&utm_campaign=1834