Viewing profile — lza
lza
HN member- Joined
- Wed, Apr 13, 2011, 4:18 PM UTC
- HN karma
- 4
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About lza
Recent public activity
-
comment
Comment #33645387
I am a longtime django user my self(since v0.95) and rocket comes pretty close to it.
-
comment
Comment #33645359
Yes! Backend: https://rocket.rs/ Frontend: https://github.com/yewstack/yew I personally use lit on the frontend to talk to rocket backend.
-
comment
Comment #27315588
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.…
-
comment
Comment #17066737
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 …
-
comment
Comment #16998917
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 :)
-
comment
Comment #14692623
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 …
-
comment
Comment #12709393
Awesome channel!! I like the speed of it, keep them coming :)
-
comment
Comment #12662324
wow!!! So glad I watched it. Thanks for sharing it.
-
comment
Comment #12660972
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.
-
comment
Comment #12614182
" 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 peopl…
-
comment
Comment #7610199
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 w…
- story
-
comment
Comment #4991682
Make this your New Year's resolution. Visit the site and watch the keynote. Hope to see many of the HN readers there:)
- story
-
story
Battlefield for my 7DFPS game including video
This is my game I am writing for the 7DFPS. My first time making a 3D game and working with Unity.
-
comment
Comment #3841422
This is the final part of my journey of working on RaptorGL. It also gives insight to where it's headed.
- story
-
comment
Comment #3834573
This is a reflection on the project and how the events, and time shaped the development of the library.
- story
-
comment
Comment #3476972
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 …
-
comment
Comment #3476942
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
-
comment
Comment #3476910
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 …
-
comment
Comment #3325692
Very cool demo. Love the app. 8-bit music never gets old :) I like how the UI matches the app.
-
comment
Comment #2588358
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.
-
comment
Comment #2588310
It's a super() good overview of super(). Nice to see a post that uses a real example.