Viewing profile — theck01
theck01
HN member- Joined
- Fri, Feb 01, 2013, 10:07 PM UTC
- HN karma
- 102
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About theck01
No profile information was provided.
Recent public activity
-
comment
Comment #35960198
Currently working on a collection of pottery to sell in a new gallery. Cups, bowls, general tableware all in the kiln currently, hopefully no unexpected catastrophe awaits! I’ve al…
-
comment
Comment #33491923
Hi from the eastern half of the US! I too am working my way deeper into visual arts. I’m excited to go see the Edward Hopper exhibit at the Whitney in NYC soon. His ability to ligh…
-
comment
Comment #30887359
I don’t know how painless it actually is, but putting an animal to sleep is a quick and dignified death compared to what I have seen happen to most people. If I could choose I’d li…
-
comment
Comment #7411482
I've been running Ubuntu 13.10 on an 2012 XPS 13 for a while now. The only time I have noticed that the laptop runs hot is when I have it in my lap, because it's pretty easy to cov…
-
comment
Comment #5916370
If you're running a linux distro that requires compiling packages from source (Gentoo comes to mind), then you could conceivably be compiling a lot of things often.
-
comment
Comment #5890508
I am jealous that your university had such good classes. Classes that did more than emphasize solving artificial problems through rote memorization, rather than real ones however s…
-
comment
Comment #5885106
An incomplete type is a struct where the definition of the structure is hidden from the view of most of your source code. This makes it impossible to directly access struct element…
-
comment
Comment #5885103
I just graduated, so most of the data structures are still pretty fresh in my mind. I started after getting tired of implementing data structures in my many C based classes, hoping…
-
comment
Comment #5885096
Some bad habits from Java are the only reason. I thought about having obrelease and obgetCString. Putting ob at the beginning of every function seems like overkill, and I don't lik…
-
comment
Comment #5885090
Sadly some form of OBString is a necessity, any string object needs a reference count and some function pointers packaged in the struct to work. Converting OBString to have the sam…
-
comment
Comment #5885080
Shoot, if I had known someone was going to do this I would have made the prime number program a bit more efficient. Since it looks like you've ported the algorithm exactly it shoul…
- story
- story