I have been wondering, since PWA are sandboxed and all, would it be possible to save a "snapshot" of it and be able to run it even if the original website/app went offline?
HN user
MegaLeon
I think Spyro is one of the best examples of Gouraud shading mastery on the system. The textures are there to add detail, in fact they had a basic LOD system for the environment where they swapped textured models with gouraud shaded models using the same tint for objects far away.
The skyboxes were rendered as well as meshes and then shaded, and they still hold up today from an artistic point of view: https://imgur.com/gallery/vocZw
This was an amazing experience - really well written too, kudos. Can anyone recommend games/simulators similar to this?
I thought the billions ways to sort out dependencies and environments Python were its messiest part. I've been using a custom little batch script on windows to streamline that a bit as I mainly use python for small utilities as opposed to big projects - https://gist.github.com/leoncvlt/10e67d9415e61eff0f5010ef6fe... - but interested in giving this a spin!
This is amazing, I can't believe it works as well as it does. Very well done! Reminds me a bit of mobirise.com.
I'm curious to hear about your future plans for monetization? Premium blocks? Concurrent sites creation limit?
I can also see that right now the project is cached in the browser session. Any plans to have import/export of project files in order to better manage several projects at once? Or a desktop version?
Bit off-topic, what what did you find is working well for you?
What makes you say this?
Last year I bought a Fire 7 for black friday, then rooted it and replaced the amazon OS with LineageOS and the Play Store. Made for an excellent cheap tablet gift which is still being used today.
- I have a self-published book at http://discover-haxeflixel.com/. Makes around 70£ per month.
- I've got several android apps at https://play.google.com/store/apps/developer?id=leoncvlt. together they bring in about £80 a month. One of them, however, was recently picked as 'editor's choice' by google and this month alone brought in £600, hopefully it keeps some of that steam.
- Built https://cosflowy.com/ in the last year, my biggest project to date which ironically brings in the least, just enough to pay for server costs. Need to do more marketing work, but I find it twice as tiring than actual development itself.
Lots of small things but no golden bullets yet. I'll keep trying!
Here's a chart I found useful for translating the precepts of the book into a more actionable form: https://labs.thesocietea.org/carnegie-chart/
Surprised to see Plumbers don't wear ties on the list. For those unaware of this masterpiece, I recommend watching this AVGN video: https://www.youtube.com/watch?v=DyaF_gCKWsI
Funny to see this, I made more or less the same thing in Processing for the google devart interactive competition a few years ago: https://www.youtube.com/watch?v=YaA3dAJz6sI&feature=youtu.be
Has a few extra features like being able to see different visualisation methods and how basic colour correction influences those - also animates the visualisation while going through the image
Realluy caught me off-guard because I used both the starry sky and the monalisa painting back in the days as well!
Gotta say, I love this and I almost spent 20 minutes on it already.
The only nitpick I have is that when the story is a text post without a url, the story link links to itself. Can we have it linking to the correct HN thread?
I have a few [1] Android Apps that bring home around £90 a month. Ironically, the ads from one app (I don't like ads as a business model that much) make as much as the other 4 combined.
I also wrote a book [2] about game development in Haxe, and self-published it on gumroad. That brings anything from £40 to £150 a month.
[1]https://play.google.com/store/apps/developer?id=leoncvlt&hl=... [2] http://discover-haxeflixel.com/
Workflowy fan here: http://www.workflowy.com
I start with a set of bullets for general to dos, personal projects, work projects, backlog (books, movies and games to catch up) and notes.
Then I have sub-pages for each category with individual to-do for projects, features to implements and such.
Thanks! I was thinking of starting practising with tools like typing.com every day, slowly upping practice time and taking weekly tests to gauge progress.
Then, once able to type regular sentences without banging my head on the desk, switch to touch type for short tasks, then side projects and then non-urgent work stuff.
Might track this and see how long it takes me to get comfortable with it.
Little weekend project from last week - I wanted to make a personal project related to web scraping, so I put together this database of Amazon products recommended by the guests of the Tim Ferris show, one of my favourite podcasts to listen to on my long walks to work.
By no means an original idea, but I reckon a good excuse to get into scraping. Used the amazingly user-friendly Beautiful Soup.
There's also Telescope http://www.telescopeapp.org/ if you want to build something more like a reddit-style community
Thanks! It's quite simple actually - what I do is monitoring the current app in the foreground with a background service and when the package name (unique to each app) matches the one in the app database, StepLock fires up.
Dev here - I had this idea while commuting some time ago and decided to code a little app around it: StepLock works like your standard app blocker, except that to unlock apps you have to walk a set amount of steps.
Just add any of your apps to the block list and set the number of steps you need to walk that day. StepLock will monitor your usage and won't let you use the app until you walked that specific amount.
The only thing is that the app use the "new" generation step detection sensors which are designed to be low power and have a minimal impact of battery, and are only present on newer-ish phones. Sorry in advance if the app is not compatible with your device.
I think episode 150 is mispelled as "Episode 501"
Thanks! I've used Game Maker and Unity in the past, but with HaxeFlixel something just clicked. The fact that it's open source and free to use as well is really the cherry on the cake.
Author here, this is a book I've been writing in the past few months about my favourite game-making framework of yet - a port of the excellent flixel framework for Haxe.
I used it to make https://play.google.com/store/apps/details?id=com.leongame.p... and found the development process very rewarding.
HaxeFlixel 4.0.0 came out just a few weeks ago and it's a massive update with lots of improvements - great time to start making games if you ever wanted to experiment with this field.
This is amazing! Well done. Blues flows beautifully. My colleague wanted to know if this uses d3.js?
I use Workflowy - I have an "ideas" bullet which collapses into individual ideas. Then I shift-enter it and write a small description. I can later go back at it and collapse the idea into sub-points and expand into it.
If the idea is worth it, I can drag its bullet into "production" or another section like that.
Sad to hear that. If you're looking for a library that does that check out the excellent cal-heatmap, based on d3.js - it's the one I'm using on the site.
Thanks! Yeah, technically the single is either a value, or no data at all - I can see why it could be seen as two values.
Thanks! Data export is my next step on the feature list in case the interest was high enough. Your use case example makes total sense, very good suggestion. Cheers!
Author here - just a simple tool to record stuff / track habits in a github-commit kind of heatmap.
I wanted to go through the process of developing a deploying a decent web application - all new subjects for me.
I picked Meteor as a framework, and after going through the excellent "discover meteor" book decided to dedicate roughly a month to a project that could be considered useful to other human beings. Feedback appreciated!
Saved, will go through them in upcoming programming sessions :)
I recently discovered pulse emitter and I find it really improves my flow: https://www.youtube.com/watch?v=0c_RBU-h2Uo