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
1

을지로는, 정말 여러가지의 다양성들이 공존하는 그런 공간이라고 생각해요.

시간여행을 하는듯한 기분도 들고

그 중심에는, 한국 최초의 주상복합식 건물이였던 세운상가가 있는데 철거한다는 이야기가 있어서... 철거가 되면 좀 많이 슬플 것 같네요

0
0

@hugh In addition to the concerns expressed here, I argue in my book that Mastodon's status as the single largest ActivityPub implementer back in 2017 is a factor -- after all, Mastodon had an API at that point. People making clients chose to make them compatible with Mastodon's API instead of redoing everything for the then-new C2S spec.

@rwgRobert W. Gehl @hugh Pragmatically speaking, that's true because people needed to build/show something. But there are gaps in the specs such that broad interop is technically not possible as it stands ( w3c.social/@csarven/1141784820 ). I'm not saying this to dismiss any work (especially one I was involved in since the days of Laconica/StatusNet). I'm coming from the perspective of how different classes of products can interoperate, regardless of the umbrella or spec "camp" they're part of on the web platform.

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

If you write code to make websites (HTML, CSS, JS, Web API, Media) and you get frustrated trying to wrangle your code to work in Safari, which bugs are blocking you? Which existing features would you most like to see improved? If you got a chance to order priorities which effort would you put first?

0

If you write code to make websites (HTML, CSS, JS, Web API, Media files, etc), and you get frustrated trying to wrangle your code to work in Safari, which bugs are blocking you? Which existing features would you most like to see improved? If you got a chance to order priorities, what bug fixing effort would you put at the top of the list?

0
1
0
0
0
1

又到了五月,各家廠商都開始為了母親節拼一波優惠,感覺從今年才開始出現「母檔」這種奇怪的用語,不知道是不是又是中國用語入侵?
但比起什麼母檔我更討厭那種奇怪的撰寫母親有多偉大的煽情文,譬如我買過的襪子廠商:
「早就習慣了,她會記得我們所有的小事,
我們的「沒空管」,她一一收拾好;
忘了的瑣碎日常,她從不漏接。

永遠知道襪子放哪、藥膏收哪、什麼該洗、什麼該曬,只靠幾乎是本能的母愛,無私的為我們打理生活。

但我們從沒想過,這世界上,有誰記得她的小事?」

………我真的沒有這種媽媽耶?那不知道是誰的媽媽?總不會只有我沒有這種媽媽吧…… :blackcat_11128:

0
0
0

Hey fedi, I need some help!

I am trying to connect an application I am making with the Fediverse. When I search for an actor I am successfully able to get to the profile (yay) but when I search for a post I cannot find it.

I am receiving the GET request and am sending the response with the content type ("application/activity+json") (for example):

{
"@context":"w3.org/ns/activitystreams",
"name":"New Note",
"type":"Note",
"id":"critters.jpleite.eu/posts/1",
"attributedTo":"critters.jpleite.eu/users/1",
"content":"Hello there!",
"to":[]
}

Why would Mastodon not display the post?
The on Mastodon’s side is returning 403 action not allowed.

Thank you

0

"Sinclair in his quest for miniaturisation, to produce a true pocket calculator, wanted to use button cells rather than normal batteries, but these would be drained in minutes by the chip and the LED display. However, Chris Curry and Jim Westwood...found that the power to the chip did not have to be on continuously, it could be pulsed and the internal capacitance of the chip would store enough electrical charge to keep it working till the next power pulse. Power pulses lasting 1.7 microseconds are used, at a frequency of 200 KHz during calculations and 15KHz between each operation, reducing the power consumption to 25 to 30 mW. Texas Instruments did not recommend operating in this way, but it allows the Executive to get about 20 hours continuous operation from 3 small mercury button cells."

vintagecalculators.com/html/si

0

@strypey@mastodon.nzoss.nz @naturzukunft @smallcirclesjust small circles 🕊 @skyfallerNelson @hugh @bob There are other servers that implement C2S support (ActivityPods, Vocata, onepage.pub, ...). Lack of servers implementing C2S is not the problem. See the many other issues described in this thread for examples of why one can't built an *interoperable* AP C2S client with features a typical user would expect.

0
0
0
0

@AnxiousBadgerDani(ela) :QueerCat_Lesbian:

PS. You can use browser.pub/ to debug your activitypub objects. It's a very useful tool developed by a community member. On a first glance your note looks fine through it. :)

Break a leg.

0

Just read a saucy article on dbushell.com by David Bushell, @dbDavid Bushell 🥐, about the decline of Deno, and found the "alternate version for non-hominids" quite entertaining. From there I found llmstxt.org, an ad-hoc standard for ... helping large language models read your website, and llmstxt.site, a list of sites which are ... trying to make things easier for LLMs. It seems that a human reviews submissions there, so I don't suppose the list is ... polluted by folks trying to gum things up. I doubt, for example, that that guy the other day who put zip bombs on his website would make it through such a review. But it's important to ... advance human knowledge ... by giving the LLMs plenty to read, isn't it?

0

Hey fedi, I need some help!

I am trying to connect an application I am making with the Fediverse. When I search for an actor I am successfully able to get to the profile (yay) but when I search for a post I cannot find it.

I am receiving the GET request and am sending the response with the content type ("application/activity+json") (for example):

{
"@context":"w3.org/ns/activitystreams",
"name":"New Note",
"type":"Note",
"id":"critters.jpleite.eu/posts/1",
"attributedTo":"critters.jpleite.eu/users/1",
"content":"Hello there!",
"to":[]
}

Why would Mastodon not display the post?
The on Mastodon’s side is returning 403 action not allowed.

Thank you

@AnxiousBadgerDani(ela) :QueerCat_Lesbian: on a first look I would skip encoding the properties which are null like InReplyTo, CC, Summary and Tag.

But I don't really know much about the mastodon code-base to be certain about that being the problem.

Another thing, which I had trouble with myself on my projects, is the date representation, Mastodon can't handle (or couldn't at some point) dates with below second precision. Try to use a more common date format, and also include a timezone.

0
0

🇩🇰 picks of the day:

➡️ @www.dr.dk🦜 Kort nyt | DR - News feed from Danmarks Radio (in Danish)

➡️ @cphpost.dk.rss-feed🦜 RSS Feed - The Copenhagen Post - News feed from English-language newspaper Copenhagen Post

➡️ @bornhack - Annual outdoor hacker camp in Funen

➡️ @labitat - Hackerspace in Copenhagen

➡️ @djangodenmark - Danish Django user community

➡️ @ScientistRebellionDKScientist Rebellion Denmark - Scientists & academics fighting climate crisis

➡️ @Ruth_Mottram - Climate scientist at Danish Meteorological Institute

🧵 1/3

0
0
0
0

@mariusormarius Having not been to Europe myself I assumed (as I'm guessing the artist did) that it would need a line through it to indicate forbidden. I have now looked this up and realized that white background, red circle = forbidden, while blue background, white circle = only this type allowed.

Guess the artist should have inverted the sign. Here, I fixed it.

photo of a round sign with a blue background and a white drawing of a bicycle in a white circleA black & white New Yorker style single-panel comic, showing two women riding bicycles along a dedicated bicycle path (corrected signage) over a canal that is bordered by trees and walking paths beside buildings.

The woman in front is looking back toward the woman behind, and the caption says "If anyone proposed this in my town I'd kill them."

signed by Gabrielle Drolet + Jack Haven (best guess)
0
0
0
1
0
1