techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#common

5 posts5 participants0 posts today

Fortnight Friday Music gives us a chance to punt with the theme "Kick".

We get to the 2000's, things are getting political, and Common tells the story of Assata Olugbala Shakur (that surname ring a bell? But Tupac's mom was Afeni Shakur Davis, and Assata was called his godmother).

"Police questioned, but shot before she answered
One Panther lost his life, the other ran for his
Scandalous, the police were as they kicked and beat her …"

Hosts: @MarkIngs @bborn
Theme: Kick
Song: "A song for Assata (feat. Cee-Lo)" (2000)
By: Common
Link: youtube.com/watch?v=HaqXrT9bU1

boston, massachusetts
october 1970

candid, boston common

https://www.flickr.com/photos/dboo/52077719367
https://www.flickr.com/photos/dboo/242664003/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #massachusetts #boston #common #people #woman #youngwoman #headband #clothing #1970s
cambridge, massachusetts
october 1970

young woman dancing
cambridge common

https://www.flickr.com/photos/dboo/52078769788
https://www.flickr.com/photos/dboo/236326663/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #cambridge #massachusetts #boston #common #people #woman #youngwoman #dancing #1970s
cambridge, massachusetts
october 1970

cambridge common

https://www.flickr.com/photos/dboo/52071502447
https://www.flickr.com/photos/dboo/233942662/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #streetphotography #candid #cambridge #boston #massachusetts #common #people #musicians #music #jamsession #1970s
cambridge, massachusetts
october 1970

cambridge common

https://www.flickr.com/photos/dboo/52070371117
https://www.flickr.com/photos/dboo/235097321/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #streetphotography #candid #cambridge #boston #massachusetts #common #people #youngpeople #crowd #drums #drummers #drumcircle #1970s

🌗 Mezzano:一款以 Common Lisp 編寫的作業系統
➤ 深入探究 Mezzano 作業系統的 Common Lisp 技術實現與發展軌跡
github.com/froggey/Mezzano
Mezzano 是一個以 Common Lisp 編寫的作業系統專案,旨在提供一個功能齊全的現代化作業系統。本文介紹了 Mezzano 的開發歷程、主要功能更新以及技術實現細節。開發團隊透過不斷的迭代,引入了多項重要改進,包括強化檔案系統支援(如 EXT2/3/4、FAT32)、支援硬體加速 3D 圖形、提升多核心處理器效能、以及完善的網路功能(如 DHCP、TCP 重傳)。此外,還強調了其對 Common Lisp 特性的深度應用,如 CLOS 和 MOP 的高度相容性,以及優化的記憶體管理和垃圾回收機制,使其能在不同硬體和模擬器上運行。
+ 看到用 Lisp 寫作業系統,真的讓人興奮!這顯示了 Lisp 的強大生命力。
+ 雖然有提到一些硬體相容性問題,但整體進展令人印象深刻,尤其是在檔案系統
#作業系統 #Common Lisp #開源軟體 #系統開發

An operating system written in Common Lisp. Contribute to froggey/Mezzano development by creating an account on GitHub.
GitHubGitHub - froggey/Mezzano: An operating system written in Common LispAn operating system written in Common Lisp. Contribute to froggey/Mezzano development by creating an account on GitHub.
cambridge, massachusetts
october 1970

cambridge common

https://www.flickr.com/photos/dboo/52071646819
https://www.flickr.com/photos/dboo/233162889/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #streetphotography #candid #cambridge #boston #massachusetts #common #people #youngpeople #longhair #clothing #denim #1970s

🌘 偽代碼:關於電腦科學與程式設計的非主流觀點
➤ 將 LLM 嵌入程式語言的實驗性嘗試:透過 Lisp 巨集實現自然語言程式碼生成
funcall.blogspot.com/2025/07/p
本文探討了一種將大型語言模型(LLM)深度整合至程式語言的創新概念,透過 Common Lisp 的巨集機制,允許開發者以自然語言描述程式邏輯,再由 LLM 將其轉換為可執行的 s-expression。此方法利用 Lisp 的元程式設計能力,能有效地捕捉程式碼的上下文資訊,進而提升 LLM 生成程式碼的準確性與可預測性。作者強調此技術的實驗性質,並列舉了實作上所需的依賴及潛在的挑戰,同時也分享了與其他開發者關於類似概念的交流。
+ 這真是個有趣的實驗!將 LLM 的理解能力與 Lisp 的強大元程式設計結合,聽起來像是未來程式開發的一種可能性。我很想知道在實際專案中,這種方法的效能和穩定性如何。
+ 很高興看到有人在探討這種深度整合 LLM 的方式,而不
#AI 程式設計 #Common Lisp #語言設計 #大型語言模型 (LLM) #程式碼生成

funcall.blogspot.comPseudoA blog about computers, functional languages, Lisp, and Scheme.

🌘 Clojure 集合與序列 API 實作於 Common Lisp,支援可選的 Clojure 集合語法
➤ 讓 Clojure 開發者在 Common Lisp 中,享受熟悉的 API 體驗
github.com/dtenny/clj-coll
本文介紹了一個名為 CLJ-COLL 的 Common Lisp 函式庫,它將 Clojure 的集合(collections)與序列(sequences)API 移植到 Common Lisp 環境中,並可選擇支援 Clojure 風格的集合語法。此專案旨在提供 Clojure 開發者在 Common Lisp 中更直覺的 Clojure API 使用體驗,並實現不可變(immutable)的資料結構,如 Cons、Queue、PersistentList、Vector、Set 和 Map。雖然它不包含 Clojure 的核心語言特性(如 def、defn、fn),但提供了 Clojure 相符的 `doseq` 和 `map`/`r
#Common Lisp #Clojure #程式庫 #API 實作 #函式庫

Clojure collection and sequence APIs in Common Lisp, with optional Clojure collection syntax - dtenny/clj-coll
GitHubGitHub - dtenny/clj-coll: Clojure collection and sequence APIs in Common Lisp, with optional Clojure collection syntaxClojure collection and sequence APIs in Common Lisp, with optional Clojure collection syntax - dtenny/clj-coll
boston, massachusetts
february 1969

caped figure in the snow, boston common

https://www.flickr.com/photos/dboo/52067824517
https://www.flickr.com/photos/dboo/10297937266/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #boston #massachusetts #common #park #winter #snow #trees #people #cape #1960s
cambridge, massachusetts
october 1970

young couple, cambridge common

https://www.flickr.com/photos/dboo/52067162691
https://www.flickr.com/photos/dboo/234292239/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #cambridge #boston #massachusetts #common #people #youngpeople #couple #hair #longhair #1970s
boston, massachusetts
august 6, 1969

hiroshima day
eric mann, speaking

https://www.flickr.com/photos/dboo/52067175593
https://www.flickr.com/photos/dboo/2833949560/

part of an archival project, featuring the photographs of nick dewolf

© the Nick DeWolf Foundation
Image-use requests are welcome via nickdewolfphotoarchive [at] gmail [dot] com

#photography #film #blackandwhite #bw #blackandwhite #boston #massachusetts #common #steps #people #crowd #rally #hiroshima #speaker #erikmann #1960s