lza
|
3 years ago
|
on: Is Rust Ready for the Web Yet? (2020)
I am a longtime django user my self(since v0.95) and rocket comes pretty close to it.
lza
|
3 years ago
|
on: Is Rust Ready for the Web Yet? (2020)
lza
|
4 years ago
|
on: Z80 Development Toolchain
I just recently grabbed a Z81 and Timex 1000 from eBay.Always wanted to own and write some games on it. My current setup more complex. I grew up learning to code on C64 good times.
lza
|
8 years ago
|
on: Ask HN: How to become a remote contractor?
Just a word of warning. I signed up and their signup process requires you to link your card or bank account with stripe. And then the nightmare starts when you want to have access to the account at stripe. Stripe says you need to contact moonlight, moonlight says you need to contact stripe. I asked both of them to cancel my account. Moonlight replied that they cancelled it but stripe says they still have it and I can't get it cancelled. So yeah once you sign up your payment account is at the will of moonlight website.
Reminds me of that friends episode when Chandler tries to quit the gym LOL.
lza
|
8 years ago
|
on: Stack Overflow Isn’t Very Welcoming – It’s Time for That to Change
I enjoy reading the problems and solutions but every time I am trying to answer a question I get the "You don't have enough karma" lol. I just smile and move on :)
lza
|
8 years ago
|
on: TDD did not live up to expectations
This!! x100, I am constantly working on features that are not even decided if they go into production. Using TDD for these would be a huge waste of time and energy.
Once a feature is accepted I write tests to cover it... after it's already being used and getting feedback from users.
lza
|
9 years ago
|
on: Ask HN: What is your favorite YouTube channel for developers?
Awesome channel!! I like the speed of it, keep them coming :)
lza
|
9 years ago
|
on: Ask HN: What's your favorite tech talk?
wow!!! So glad I watched it. Thanks for sharing it.
lza
|
9 years ago
|
on: How being alone may be the key to rest
Same here!!! I wake up at 5-5:30 every morning, even on the weekends. It gives the right amount of Me Time and I am much more focused all day.
lza
|
9 years ago
|
on: Making Humans a Multiplanetary Species [video]
" What me and other skeptics argue against is these kinds of overly futuristic announcements that have no ground in reality,"
I am pretty sure this is exactly the kind things people said about going to the moon, build a machine that can add numbers together faster than humans etc... lol
"This is such a grand and far reaching goal that were it to be achieved it would be by far, by very very far, the most important achievement of the human species so far. So far I've seen him put a rocket in orbit and land it again.* So excuse me if I tamper my enthusiasm."
What have people see NASA do when Kennedy announced landing a man on the moon? Would they be able to accomplish if people would tamper their enthusiasm? I don't think so. They had to invent technology that didn't exist to accomplish it and I believe this needs the same thing. Hence the reason I am stoked about it.
Someone who grew up admiring the achievements in space and technology(I was born the same year the Voyagers left earth) that kind of dreaming and willingness, set me on course as a child to study science and work in tech. I am very excited to see announcements like this. Because without dreaming it up and setting a direction we would stagnate. Just like NASA did with the space shuttle program.
Helping out and working on a CubeSat project that is going to be launched in June 2017, I see how much work it is to even communicate in leo never mind beyond that(I can't even begin).
Yet I can barely contain my excitement :)
lza
|
12 years ago
|
on: Sketch 3 released
Well I don't qualify for the free upgrade and I don't know if I want to pay for it. The fact is that Sketch 2 is a buggy mess!! I sent a bunch of bug reports to them and all they were saying I'll like the next major release and it will be fixed.
Don't waste your time with Sketch just download Inkscape and you'll be good to go. I am probably moving back to it as well.
lza
|
13 years ago
|
on: One Game A Month
Make this your New Year's resolution.
Visit the site and watch the keynote. Hope to see many of the HN readers there:)
lza
|
14 years ago
|
on: History of RaptorGL, my pet project Part 2
This is the final part of my journey of working on RaptorGL.
It also gives insight to where it's headed.
lza
|
14 years ago
|
on: History of RaptorGL, my pet project Part 1
This is a reflection on the project and how the events, and time shaped the development of the library.
lza
|
14 years ago
|
on: How I Program Stuff
Interesting to read this and other posts that talk about isolation. I am the total opposite. I like noise and people around me. I have an office at home and renting one too. But I get the most done when I am coding in one of the local coffee store. I guess I am just wired backwards:)
lza
|
14 years ago
|
on: ClojureDocs: Community-Powered Clojure Documentation and Examples
Very cool docs, Thanks for sharing the link. I guess I have no excuse now, I have to take a closer look at and start playing with clojure
lza
|
14 years ago
|
on: How to configure nginx and uWSGI to serve Django projects
Server configs like this is premature optimization IMO.
I mean when you get millions of hits and the server slows down sure go for it, but in most cases apache2 with mod_wsgi does the work nicely with practically no config(beside the vhost file)
lza
|
14 years ago
|
on: Generative 8-bit music for iOS: Glitch Machine
Very cool demo. Love the app. 8-bit music never gets old :)
I like how the UI matches the app.
lza
|
15 years ago
Not a bad list. I have read almost half of them, I guess it qualifies me as a geek.
But is misses one of the best book out there Coders at Work.
lza
|
15 years ago
|
on: Wield Python's super() like a Jedi
It's a super() good overview of super(). Nice to see a post that uses a real example.