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

Italy was wonderful. If you would tell me that I will fall in love with Italy, I would probably call a doctor and let you hospitalize in a mental asylum. Ferrara changed my mind and I spent probably the best week of my life here.

I

WILL

RETURN

!!!!!!!!!!!!!!!!!!!!!!!!!!

0
2
0
0
0
1
1

Idle thoughts about computer life. So in the last two days, I tried Safari, as opposed to Firefox, because it is more (memory) efficient.

Indeed it is.

But otherwise everything is worse for my particular experience.

And, ignoring the limitations, it feels like a foreign land with everything, including simple things, more difficult. To give a trivial example, if you hover over link in Firefox, you see its url, and this is not available in Safari. And many other things, including ad block, and more, are much worse in Safari, even after spending a lot of time trying to get them done by googling a lot.

So I will use more ram instead of more brain (and time!), and will continue to use Firefox on my Mac.

0
1
0

'통일교 1억 수수' 권성동 영장 발부… 현직 의원 첫 구속 m.hankookilbo.com/News/Read/A2... “서울중앙지법 영장전담 남세진 부장판사는 이날 권 의원에 대한 영장실질심사를 진행한 뒤 "증거인멸 우려가 있다"며 구속영장을 발부했다. 특검팀은 지난달 28일 권 의원에 대해 정치자금법 위반 혐의로 구속영장을 청구했다.“

'통일교 1억 수수' 권성동 영장 발부… 현직 의원 첫...

0

Sure, the Boomers got sex, drugs and rock-'n'-roll while we got abstinence, Nancy Reagan and the PMRC. But, we got to be out of our skulls in the basement of an abandoned building at three AM, surrounded by fog machines and strobe lights dancing to James Brown is Dead. So I'm going to call it a wash.

youtu.be/DYEk50203bI

0
0

this is fucked up and bullshit and one of my pet peeves: employers should not be demanding you use your personal communications equipment.

oldbytes.space/@feoh/115215401

if you do, you should be able to easily deduct that as a job expense, but that would entail for workers to know all the convoluted tax codes.

this sacking of his wife after 25 years and remotely disabling her phone is purely abusive ―the exact sort of sadism and stochastic violence that fascists have been encouraging at scale.

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

📢 Curious about Baseline, developer surveys, or the web platform's evolution? And how individual can get involved and make their voice heard?

The @w3cWorld Wide Web Consortium WebDX is hosting an on Reddit, on September 18 starting at 9:00am ET!

Post your questions at reddit.com/r/webdev/comments/1

AMA - Ask Me Anything
0

FYI local authorities say a National Gaurd training excersize will be taking place today and tomorrow 10am to 2pm in Seattle's White Center neighborhood.

The drill is claimed to be planned between WA National Guard and the Seattle Fire Department and local first responders say the low flying helicopters are NOT working in conjunction with any Trump immigration raids etc.

0
0
0
0
2
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1
1
0
0
1
0
0
1

I am working on a binary tree class for one of my algorithms class. I have gone a little off the rails and implemented generators for the different tree traversal techniques.

One thing I don't like though is all the redundancy. All of these generators are essentially the same but just the order in which nodes and trees are evaluated is changed. Is there anyway to simplify the code or reduce the redundancy?

Python snippet that shows the implementation of tree traversal algorithms for inorder, preorder, postorder, and level-order
0
1