Viewing profile — tomlogic
tomlogic
HN member- Joined
- Sun, Dec 27, 2009, 5:16 AM UTC
- HN karma
- 31
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About tomlogic
No profile information was provided.
Recent public activity
-
comment
Comment #35764882
This is an important lesson. Anytime you're onboarding a new user/employee, your documentation will benefit by getting that person's feedback. What's incorrect? Where there any ste…
-
comment
Comment #32630465
So they have a financial incentive here to allow the domain to expire.
-
comment
Comment #32630453
I don't see anyone asking for that -- just for the ability for someone other than the domain owner to pay the annual renewal fee.
-
comment
Comment #32630433
It's not the case with GoDaddy. I just had a hosting client run into this a few weeks ago -- someone they know had registered their domain for them long ago, and they didn't have t…
-
comment
Comment #32630331
Because unlike other registrars, GoDaddy only allows the domain registrant/owner to pay for the renewal.
-
comment
Comment #24182708
Digi International embedded it into some of their XBee wireless radios (802.15.4-based and Cellular models) to allow customers to run an on-device application without compromising …
-
comment
Comment #22561310
There are limits. The article describes them waiting on a federal court order giving them authority to execute their plan.
-
comment
Comment #22548114
I thought the same thing. No one is going to buy a 5MB hard drive in 1979 that only stores the equivalent of 5 floppy disks.
-
comment
Comment #21561509
Check your math. It was 70,000 tapes over 30 years. At $5/tape that would be $11,666/year or just under $1000/month. The movie trailer mentioned the multiple homes she owned, so sh…
-
comment
Comment #20901169
I saw this in house rabbits allowed to roam the backyard supervised. When the crows alerted to raptors in the area, the rabbits would get low and head for cover.
-
story
Ask HN: Do you want 12 issues of Software Age mag (1968-1970)?
I'm cleaning my office, and found 12 issues of Software Age ("the magazine for programmers * mathematicians * analysts * edp * managers") spanning January 1968 to May 1970. They us…
-
comment
Comment #16422472
A real-world example of this technique shows up in ColorDMD, an LCD to replace DMD displays used in pinball machines from the early 90's until just recently. Most of the displays w…
-
comment
Comment #12868499
This. I recently worked on updating an embedded TLS implementation from TLS 1.0 to TLS 1.2. I was told that it didn't need to implement TLS 1.0 or TLS 1.1, but once deployed we fou…
-
comment
Comment #12868396
q starts out larger than len, but is decremented inside the inner for loop.
-
comment
Comment #11824413
Not odd to include the null terminator if you want to ensure another string is "equal to", not just "starts with" the string you're comparing it to.
-
comment
Comment #4395198
Must have been a limited time offer -- I got a sample sent to my Kindle, and now that I'm ready to buy it's jumped back up to US$22.79.
-
comment
Comment #4049820
If over 50% of the domains out there are in the .com namespace, why will creating more gTLDs change that? If the 14 gTLDs created in the past 28 years haven't gained traction, what…
-
comment
Comment #3758700
It's been interesting to see Daisey's position change over the course of this incident. It seems that he's slowly coming to terms with the fact that he lied in his story. Listening…
-
comment
Comment #2757225
Ah, after a closer look at the original article, I see that now. Curious that Apple would choose to unicast those requests.
-
comment
Comment #2756297
IIRC, their streaming costs were based on number of subscribers. With this plan, they ensure that only people who actually use unlimited streaming (and are therefore willing to pay…
-
comment
Comment #2756250
How can a lease be "unused" if it hasn't expired and the client that requested it never released it? Are you saying that the DHCP server pings (ICMP or ARP) each address and re-lea…
-
comment
Comment #2756245
Regarding your security statement, I didn't get that from the packet capture. The Mac is sending an ARP request for the IP addresses of the DHCP servers of networks it's been on re…
-
comment
Comment #2421582
Maybe not. If you're at that level, consider reading "The Standard C Library" by Plauger. I used it as a reference for updating a non-compliant library to be mostly compliant. I ga…
-
comment
Comment #1017621
The snprintf idea is a real-world example of something I worked on as part of a larger project. I took over maintenance of a poorly-written code base and cleaned up all sorts of pr…
-
comment
Comment #1016734
Pick an open source project that you like and use. Look for open bug reports (easy to do on SourceForge projects) and then dive into the code to fix the underlying problem. Or, tak…