2011/2/24-4/20 [Computer/SW/Languages/Java] UID:54048 Activity:nil | 2/24 Go Programming Language. Anyone here use it? It kind of
reminds me of java-meets python, and well, that is fitting given it's
a GOOG product. What is so special about it?
\_ as I understand it, it's a suitable OOP-y systems language with more
structure than C, less complexity than C++, and less overhead than
Java/Python.
...
|
2011/2/5-19 [Computer/SW/Languages/C_Cplusplus] UID:54027 Activity:nil | 2/4 random C programming/linker fu question. If I have
int main() { printf("%s is at this adddr %p\n", "strlen", strlen); }
and soda's /proc/sys/kernel/randomize_va_space is 2 (eg; on)
why is strlen (or any other libc fn) at the same address every time?
\_ I don't pretend to actually know the right answer to this, but
could it have something to do with shared libraries?
...
|
2010/8/8-9/7 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Web] UID:53914 Activity:nil | 8/8 Trying to make a list of interesting features languages have
touted as this whole PL field comes around, trying to see if they
have basis in the culture of the time: feel free to add some/dispute
1970 C, "portability"
1980 C++, classes, oop, iterators, streams, functors, templates
expert systems
...
|
2010/3/7-30 [Computer/SW/Languages] UID:53743 Activity:nil | 3/7 My sister is graduating soon with a decree in information management.
She was orignally CS, but couldn't cut the math, so her GPA sucks.
However, she has had a couple of internships and did fine. She did
desktop support at RockYou and is currently doing web programming
at UC Santa Cruz, but they can't keep her on after graduation.
Anyone got any jobs? She wanted to be a network admin, but right now
...
|
2009/7/11-24 [Computer/Domains] UID:53129 Activity:nil | 7/9 is godaddy still the place for domain names? anything cheaper?
\_ I use <DEAD>nearlyfreespeech.net<DEAD> since they're really awesome. It's worth
paying for a decent registrar. Also, I use Sitelutions for the DNS for
the domain, since it lets you have an enormous amount of control over
your domain's DNS.
\_ listen buddy, tab is EIGHT spaces not FOUR ok?
...
|
2009/4/9-13 [Computer/Domains] UID:52827 Activity:kinda low | 4/9 dig txt http://domain.com only returns one TXT record even though domain
has more than one. How do I see them all? tnx MOTD!
\\_wow, I could not have picked a worse example.. "dig txt http://domain.com"
actually DOES show more than one. how come it doesn't work with
mydomain.
\_ Show us your zone file. You probably did something wrong.
...
|
2008/12/9-12 [Computer/Blog] UID:52213 Activity:nil | 12/9 Does anyone know of a good blogging software that can
handle blogging entries as well as photo albums?
Wordpress and the WP Gallery plugin is too tricky to
configure easily. And please don't mention Facebook!
\_ Why not just use Blogger and Flickr/Picasa or whatever? -tom
\_ I'd prefer a stand-alone platform/software that
...
|
2008/11/3 [Computer/SW/OS/OsX] UID:51794 Activity:nil | 11/3 Anyone point me to a solution for OSX mac printing to a windows domain\
based computer that requires authorising. All the syntax that I have seen in var\
ious posts does not work (e.g. smb://username:password@machine/queue ). I was wo\
ndering if I should just accept it and wait until smbpool is fixed? Connecting\
via smbclient works just fine.
...
|
2008/9/7-12 [Computer/SW/Unix, Computer/Domains] UID:51089 Activity:nil | 9/7 Dear Linux DNS experts, how do you find out if a domain has
published SPF records? Is there a magic command like hostname,
nslookup, etc that does this? I'm a UNIX noob. Thanks!
\_ host -t txt $DOMAINNAME -ERic
...
|
|