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.

Pop OS의 시스템 언어를 영어로 바꿔도 상단 패널의 시간이 계속 한국어로 표시되는데...
날짜/시간 포맷 바꾸는 확장 깔아서 바꿔보려고 했는데 아무래도 각 날짜와 시간 값 자체에 한글이 들어가있는 것 같음

0
0
0
0
0
0

피를 마시는 새, 눈물을 마시는 새, 독약을 마시는 새, 물을 마시는 새.
이렇게 모두 네 마리의 식성이 다른 형제 새가 있었다.

그 중 물을 마시는 새만이 건강했다.
왜냐하면 물을 마셨기 때문이다.
물드세용

3

Hello! I am a developer based in the Cleveland area once again on the job hunt.

I have worked on products included in Microsoft's Visual Studio like Dotfuscator.

Most recently, I was working on a native security tool on Linux (and Windows and macOS :P).

I am also passionate about contributing to Open Source products, including contributions to .NET / MSBuild.

I enjoy reverse engineering and solving deeply technical issues with a wide range of tools on any number of platforms.

Let's chat!

0
0
0
0
0
0
1
0
0
0
0

Really nice list of "today-I-learned" facts about HTML/CSS/JS from Manuel Matuzović:

matuzo.at/til

Among other things on the list it taught me about the existence of the "nullish coalescing operator" in JS, wild.

The list hasn't been updated since 2023 but just in case you want to track, here's the RSS feed of those posts: matuzo.at/feed_til.xml

0
1

Karlsruher Zoo hat neue Minischwein-Ferkel
ka-news.de/karlsruhe/freizeit-

Und neben dem Gehege gibt's dann fein Bratwurst von den größeren Artgenossen? Oder gehen wir im Anschluss lecker Schnitzel essen? Gulasch erfreut sich bei dem Wetter ja auch größerer Beliebtheit. Aber vielleicht tut's auch einfach ne Salamipizza.

Yummie!

0
0
0

The most common refactor I add to code is a guard clause.

Consider the following pseudo code.

if a:
do_a()
if not b:
do_other()

Compared to this clean up:

if not a:
do_other()

if b:
do_a()

Why? I've simplified this code for brevity. Generally, though, when I find 1 nested if, there's usually an intent to add more base cases, such as "if c".

It's a small thing, but it leads to more maintainable code.

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

Moziila didn’t have the resources to keep a "subscribe to RSS" button in Firefox but has the manpower to build a full AI inside your browser.

And that’s all you need to know about the end of the web and the IA bubble.

0
0
0
0
0
0
0
0