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

There's a new Sidebearing tool! You can select multiple sidebearings with shift. Using the alt key provides additional useful behavior. Supports arrow keys for keyboard nudging. Tab key to go to next sidebearing.

0

まあでも、その頃もそういうのはパソコンとは呼ばれずワークステーションとか呼ばれるようなジャンルではあったと思う、UnixでSMTPが動いてるので…

PCって言葉はあんまりなかったような気もするが模造記憶かもしれない

0
4
0
0

たとえばオフィスの近くの誰かさんのコンピューターのIPアドレスが分かっていたとして,someone@12.34.56.78 みたいにして端末に直でSMTPでメールを送っていた時代があったとはおもえないんだけど,あったの?

0
0

If you are using on , then I've got good news for you.

I've added a new manual to FreeBSD. It's called d(7) and it is a short reference of the scripting language. Currently, it covers only a subset of all variables and functions, but we'll add more iteratively.

Here are some previews for you:

HTML: people.freebsd.org/~0mp/d.7.ht

MDOC (view with man(1)): people.freebsd.org/~0mp/d.7

Have fun tracing your systems!

0
0

There's a new Sidebearing tool! You can select multiple sidebearings with shift. Using the alt key provides additional useful behavior. Supports arrow keys for keyboard nudging. Tab key to go to next sidebearing.

0
1
1
2
1
0
0

MX record - Wikipedia
en.wikipedia.org/wiki/MX_record
MXがなかったらA等にフォールバックするなるほど。それで Null MX の話につながるわけか。

メールを受け取らないドメイン名に"Null MX"のリソースレコードを登録してみる - インフラエンジニアway - Powered by HEARTBEATS
heartbeats.jp/hbblog/2016/12/null-mx.html

0
0
1
0

LiquidGlass、見辛すぎるので流石にAppleも失敗だったと気づき始めてるんじゃないかと思うけど、もう大々的に発表しちゃったし引くに引けなくなってそう​:tanuki_daradara:

1
0

クーリエ・ジャポン有料記事より。引用機械翻訳。有料ですが無料登録会員で読めると思います。

イスラエルのカッツ国防相は先週、荒廃したガザ南部のラファに「人道都市」を建設する計画を打ち出した。まずは60万人、最終的にはガザのパレスチナ住民全員を移住させるための都市だという。さらに、一度そこに入ったパレスチナ人は、他国へ移住する以外は出ることが許されない。

オルメルト元首相
「悪いが、それは強制収容所だ」と指摘。「もし彼ら(パレスチナ人)がその『人道都市』とやらに強制送還されるのであれば、これは民族浄化の一環だと言うことができるだろう。それが当然の解釈だ」
「米国ではイスラエルに対する憎悪が拡大しているが、反ユダヤ主義者だけではないと思う。彼らの多くは反イスラエル主義者であり、テレビやSNSで(ガザや西岸で起きていることを)見た結果だ。私たちは彼らに『おい、お前たちはあらゆる一線を越えているぞ』と言われているのだ」
courrier.jp/news/archives/4069

0
4
0
0

How many parked (unused) domains do you own? I have an idea and want to know if my assumption is correct.

Boost generously, please.

0
0
0
0
0

たとえばオフィスの近くの誰かさんのコンピューターのIPアドレスが分かっていたとして,someone@12.34.56.78 みたいにして端末に直でSMTPでメールを送っていた時代があったとはおもえないんだけど,あったの?

0
0

Today's (what I think is a) neat web trick: when I populate the cache of files in a serviceworker for offline support, I always want the most recent version; I never want any version from the browser cache. Build tools do this by writing myfile.png as myfile.MD5.png, but I don't wanna (then I have to change the refs in the html). So instead, I don't use cache.addAll() in the SW; instead, fetch them all with ?cachebust URLs, but store in the cache with the original URL. Seems OK so far...?

self.addEventListener('install', function(e) {
  console.log(`Populating cache ${thisCacheName}`)
  self.skipWaiting();
  e.waitUntil(
    caches.open(thisCacheName).then(function(cache) {
      // we don't use cache.addAll(cacheList) here because we want to cachebust these fetches
      // we fetch with a cachebusting querystring and then store as the raw url
      const cachebust_qs = "?" + (new Date().getTime())
      return Promise.all(cacheList.map(url => {
        const cachebust_url = new URL(url, self.location.href);
        cachebust_url.search = cachebust_qs;
        return fetch(cachebust_url).then(response => {
          if (!response.ok) {
            throw new TypeError(`could not fetch ${cachebust_url}`);
          }
          //console.log(`Caching ${cachebust_url} as ${url}`);
          return cache.put(url, response);
        })
      }))
    })
  );
});
0
0
0
0
0
1
0
0
0
0

commons is a movement of people interested in exploring the more sides of decentralized environments and focuses on building solutions that serve people’s needs: social experiences. For this we explore a methodology called Social experience design ( ) tailored to cocreating Sustainable open social systems ( ) in order to deliver services for the . A fediverse that goes “beyond the app” towards a that serves our daily lives.

0

쌩 민간에서 요즘 현수막 다는건 그 게시대 말곤.... 아파트 분양 광고 정도나 있는거 같아요. 물론 그렇게 달면 불법이지만

현수막 제일 애용하는건 아이러니하게도 정당들이랑 기초자치단체들이죠

당장 길거리에서 봤던 현수막들이 뭔지 생각을 해보시면 답이 나와요.

부정선거 어쩌고 동성애 기독교 어쩌고 하는 현수막도 내OOOOO당이라는 정당 현수막이고.... 국회의원이니 당협위원장이니 하는 양반들이 다는 현수막이 대부분이고

그 다음에 많이 보이는게 무슨 사업 신청하니 축제를 하니 고향사랑기부제가 어쩌니 하는 지자체 홍보 현수막이잖아요?

0
0
1
0
0
0