General Programming Discussion

8707 readers
68 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 6 years ago
MODERATORS
351
352
 
 

Github sometimes returns a 500, but after reloading it often works

353
354
 
 

ok, venting time.

VMware workstation has 3 network types and of them only NAT supports ipv6.

VMware 17 can only have one NAT network at a time.

the one ipv6 address that doesn’t randomly drop is the link local address.

but certain traffic like http doesn’t transmit over that network.

but I might have found a janky workaround.

if I change the subnet range in the virtual network editor it refreshes all of the IPs through DHCP.

#endif //RANT

355
356
 
 

What are the cons of using Google analytics?

357
358
359
360
1
The Crypt (www.brendangregg.com)
submitted 2 years ago by overflow64@lemmy.ml to c/programming@lemmy.ml
361
0
Waterloo Style (theprogrammersparadox.blogspot.com)
submitted 2 years ago by yogthos@lemmy.ml to c/programming@lemmy.ml
362
363
364
365
366
367
368
369
370
371
372
373
 
 

Hey guys. I've been working on a calorie counter for mobile Linux.

For the Diary stack, I'd like to add both Beep and Meep widgets in the same row, instead of two different rows. It appears that this is possible, looking at the widget glossary for GTK3.

How do I do this?

374
375
view more: ‹ prev next ›