syntaxgoonoo
|
1 year ago
|
on: Blackhouses of Scotland
Soil and Soul by Alastair McIntosh talks a lot about these types of dwellings, and the culture of the people who lived in them. It’s a must read if you are interested in learning about the history of that part of the world.
syntaxgoonoo
|
5 years ago
|
on: My Engineering Axioms
Designing, developing and maintaining software systems is most definitely a form of ‘real’ engineering, and should be referred to as such. Qualified software engineers have gained their qualifications in the field through various pathways including tertiary study and professional accreditation, which are rigorous. Not all forms of engineering are regulated, because they don’t need to be.
syntaxgoonoo
|
6 years ago
|
on: Researchers strapped video cameras on cats and let them do their thing
Seems like more of a cat adoration project than a scientific study. Unlike other cat cam projects there is no mention of domestic cats predatory behaviour, and how this impacts the environment. Seems like mostly POV for cat lovers.
syntaxgoonoo
|
8 years ago
|
on: Do You Trust This Computer? [video]
I agree. 10 min was all I could bare. It's just a big mix of sound bites.
syntaxgoonoo
|
8 years ago
|
on: Surviving 75 hours alone in the ocean
syntaxgoonoo
|
8 years ago
|
on: Managed SSL for Google App Engine
When will Azure do the same?
syntaxgoonoo
|
8 years ago
|
on: IBM z14 mainframe
How much do one of these things cost?
syntaxgoonoo
|
10 years ago
|
on: Friends don't let Friends install Used RAM
Correlation does not imply causation.
syntaxgoonoo
|
10 years ago
|
on: 23 Lessons Learned from Interviewing the World's Top Developers
Why are these people the "world's top developers"?
syntaxgoonoo
|
11 years ago
|
on: Stop Using LinkedIn
Errm no, a reply-to header is not the same as a sender envelope. Spam filters will flag emails that are faking the sender envelope. Spf is also only checking sender envelope. A reply-to can generally be what ever you want, same for from header... So linked sends email with from and reply-to headers set with your email, but sender envelop is from their server. So email appears to come from you, but was sent from linked in server, which is setup to pass spf test so does not get flagged by spam filter. Check the headers in the emails raw source, and you will see what i mean
syntaxgoonoo
|
11 years ago
|
on: Why Is Object-Oriented Programming Useful? With a Role-Playing Game Example
I think a lot of developer don't really understand OOP, and as a result they mess it up. In many ways functional programming is more straight forward, easier to get your head around it, but you can still mess it up just as much.
I feel your statement above is a little naive. You should read some Martin Fowler. Be less reactive and more informed. Find balance.
Software systems, regardless of methodology, need good experienced designers There is no silver bullet.
syntaxgoonoo
|
11 years ago
|
on: The case against time zones: They're impractical and outdated
Interesting article, but a bit far fetched. You can sync your clocks to GMT, nothing stopping you do that. But I doubt you will convince anyone else to. And what about daylight saving time? As much as I hate daylight saving, its still a custom that is used in many parts of the world. There was no mention of this in your article. In the end of the day, we are all quite used to syncing our clocks relative to sunrise. 9am means the same thing where ever you are in the world. So in some ways time zone keeps us all in reasonably in sync to sunrise
syntaxgoonoo
|
11 years ago
|
on: Ask HN: What are your favorite books? I'm bored
syntaxgoonoo
|
11 years ago
|
on: Ask HN: What non-Tech sites do you read daily?
syntaxgoonoo
|
11 years ago
|
on: $1.99 SSL certificates offered by Namecheap
Please explain?
syntaxgoonoo
|
12 years ago
|
on: Ask HN: After Google Apps and Outlook, which email provider for custom domain?
syntaxgoonoo
|
13 years ago
|
on: Ask HN: Did a search bar just appear?
Wtf, I never noticed that either, duh?
syntaxgoonoo
|
13 years ago
|
on: How Ink Is Made
Very cool. How is the ink used? I think I will go read about offset printing. I mean we see the result every day, but just take it granted. Interesting
syntaxgoonoo
|
13 years ago
|
on: How TaxCloud Stole My Code and How I'm Doing Something About It
I think you are creating a storm in a tea cup. I agree that there has been some copy pasting of code blocks. But that's life and the nature of writing.