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

Automobilka Škoda Auto v loňském roce zvýšila provozní zisk na 60,85 miliardy Kč z 56 miliard Kč v roce 2024. Tržby vzrostly na 732,7 miliardy Kč z 676,73 miliardy Kč předloni. V dnešní výsledkové zprávě to oznámil mateřský koncern Volkswagen.

0
0
0
1
0

I ran the tech for a hybrid community group AGM last night using Jitsi, and while it went well only two people joined online, and one of them was the person who proposed we used Jitsi in the first place. Last year when we used Zoom we had significantly more.

The point of doing these events in a hybrid format is to make them more accessible, but I'm a little worried that by suggesting something most people in the wider world have never heard of we may have put quite a few less tech savvy people off from even trying to join because they were intimidated by the idea of having to learn a new program.

I wondered whether anyone else had tried running community events with more ethical software and had any thoughts on this?

0
6
0

あー、前の高等教育局長の人なのか。なんも知らん民間人よりましだと思うけど、基本「人口縮小の規模の適正化」の音頭を取ってきた人ってことだからなあ...文化振興とか全然興味なさそうに見える。文化庁の次長になったのも去年だし(長官任命ありきだったんだろうけど)極端だなあ

0

あー、前の高等教育局長の人なのか。なんも知らん民間人よりましだと思うけど、基本「人口縮小の規模の適正化」の音頭を取ってきた人ってことだからなあ...文化振興とか全然興味なさそうに見える。文化庁の次長になったのも去年だし(長官任命ありきだったんだろうけど)極端だなあ

0
0
0
0
1

Story of loveliness for you all because you've been so well behaved recently.

I dated an Italian guy for about 3 months six years ago, and my mum decided it was time to start learning Italian.

The relationship didn't last but my mum never stopped learning Italian by herself in retirement. She's never had a teacher or been to a class; she's taught herself from apps and lots of books I've thrown at her.

She speaks Italian with the strongest English accent you've ever heard. There's no doubt to anyone that she is not a native speaker.

So last week she went to Turin for a couple of days, and she came back *buzzing*. She's been to Italy before and spoken Italian but this time was different.

She was having conversations in Italian with everyone about everything. Basic conversations but she was doing it and loving it.

In one restaurant the waiter couldn't possibly believe that she was an English person speaking this language. English?! English people only speak English! What the actual?! He was so overjoyed at her efforts that he kept bringing her all sorts of free food and limoncello until she asked him to stop.

When I spoke to her a couple of days ago she said it's so weird that you sit at home and learn this language but it doesn't mean anything. It's all nonsense. But then you go to a different country and say the nonsense words and people actually understand you!

I've always loved learning languages and this just warmed my cold, dead heart a wee bit.

0
14
0
0

https://news.yahoo.co.jp/articles/11b899e57c524ae8d53f5c6bd057b98e73b8a264 ファシズム云々のくだりは間違いな気がするけど、「内部にいる者の実感としては、政府は“閉館”という選択肢を十分に考えていると思います。別の新聞報道には、財務省幹部が“撤退”や“統合”を考えていると発言しているようです。こんなの事実上の“閉館”と同じですよ」というのはそうなんじゃないかな。財務官僚が報道に「閉館」を示唆するというのは、館に対する脅迫の意図だとしか思えない。

予算を減らすっていろいろ納得のうえなら構わないだろうけど、一方的な「予算を減らすぞ」という発言は、展示企画だけの話じゃなくて、そもそもさまざまな雇用状況にダイレクトに影響があるわけだから、現場にとっては脅迫以外のなにものでもない。閉館の示唆ともなるとなおさらだとおもう。というか財務省はわりとこの手段とってきているんだとおもう。

0
1
0
0
0
0
0
0
0
0
0
5

Curious which words (>3 letters) in your system dictionary have all the letters in alphabetical order? Sate your curiosity with a little :

$ awk 'length>3 && /^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$/' /usr/share/dict/words

Optionally sort they by length:

$ awk 'length>3 && /^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$/{print length, $0}' /usr/share/dict/words | sort -n

give me "billowy" and "beefily" as words of interest. If you don't like duplicates, use "?" instead of "*"

$ awk 'length>3 && /^a?b?c?d?e?f?g?h?i?j?k?l?m?n?o?p?q?r?s?t?u?v?w?x?y?z?$/{print length, $0}' /usr/share/dict/words | sort -n

which gives "almost", "biopsy", and "chintz" as nice long runs.

0

Current updates on my iOS apps:

- RetroForth: TestFlight betas are now available for my patrons, with wider testing coming. About 1/3 of the planned updates are done.
- Konilo: new TestFlight beta fr patrons is waiting for review, about 85% done planned work before release.
- Paipera: in internal testing, about 80% done.
- Gopher client: TestFlight build waiting for review, about 50% done.

All have been rewritten to use SwiftUI for interfaces, the hairy bits of low level networking code are gone, and they're all gaining new functionality. I am on track to publish releases for each of these by the end of April.

As part of this, I'm removing or rewriting bits in the code and assets that I couldn't publish previously, so the sources for each will be made available as the work completes.

Other, smaller apps: not yet started. I'm going to finish the bigger projects first.

Xcode is still very irritating to use, but I have everything working well enough to be productive again, so I'll hopefully be able to get all of them (including the old removed ones) back to a usable & current state again.

0

今週はメンタルきついから在宅にしてもらって、会議でも発言するつもりは無かったんだけど、アタマお花畑のアホが実現不可能なプラン通そうとしてたから、どうしても​:wakarase:​しなくちゃならなくなって​:tukareta:​​:blobcat_zehhutyou:

1
0