Rabid prototyping

  • Home
Uncategorized

Long time no see

I haven't forgotten this blog! It's just that I haven't felt the need to describe any smaller projects in detail, and the bigger ones seem to still take a while. Still, here's something:

  • Teemu Sarapisto
    Teemu Sarapisto
1 min read
About me

Plan for the year 2017

In no specific order: Chinese The goal here is to be able to read Chinese web pages and maybe newspapers. This year being able to read simple children's books seems like a reasonable

  • Teemu Sarapisto
    Teemu Sarapisto
2 min read
C++

Procedural Mesh Generation from Live Audio in Unreal Engine 4

Source: https://github.com/Tsarpf/UE4-Procedural-Audio Here are two example videos of it running live where at the beginning I just press play in Foobar on Windows, and the visualization begins. Spotify, Youtube,

  • Teemu Sarapisto
    Teemu Sarapisto
2 min read
35mm f1.8

Made a separate photography blog

I recently bought my first real camera, Sony a6000, and a fixed 35mm f1.8 lens for it. I've got some alright photos with it already, and more to come. Check them out

  • Teemu Sarapisto
    Teemu Sarapisto
1 min read
AngularJS

tsatter.com

tsatter.com is what resulted from me wanting to make a website, and take it far enough to call it finished. I learned a lot along the way. Here's a short description of

  • Teemu Sarapisto
    Teemu Sarapisto
1 min read
i3

Linux productivity

I used to install Linux on a whim, and when I couldn't reach the level of productivity I was used to in Windows (since I had been using it for so many years)

  • Teemu Sarapisto
    Teemu Sarapisto
2 min read
Hype

Free-time projects vs. university studies

Something I can't seem to decide on is whether to spend my spare time on studying or on churning out programming projects to get more actual programming experience, a richer CV, and "

  • Teemu Sarapisto
    Teemu Sarapisto
2 min read
Audio

Programmatically capture audio playing on Windows

I wanted to do real-time audio visualization and didn't want to fight with music streaming service libraries more than once (I'm looking at you, LibSpotify), so I thought I'd go with the most

  • Teemu Sarapisto
    Teemu Sarapisto
2 min read
Graphics

3D infinite terrain generation in JavaScript using Marching Cubes and PlayCanvas

Landscape kind of thing Arrow keys move, mouse looks. Try it out here Alien floating things and holes in the 'ground' Arrow keys move, mouse looks. Try this one out here. I've made

  • Teemu Sarapisto
    Teemu Sarapisto
7 min read
Food

Home delivery is the best. Sushi is alright

Proof I've ordered sushi home!   When me and my girlfriend visited Turkey we finally learned to like sushi. I've never had as good sushi as we had there. But to the main topic

  • Teemu Sarapisto
    Teemu Sarapisto
1 min read
Challenge

A short as possible FizzBuzz JS oneliner

After a few iterations this is what I came up with: Array.apply(null, {length: 100}).map((_, x) => {x++; return x % 15 ? x % 5 ? x % 3 ? x : 'Fizz' : 'Buzz' : 'FizzBuzz'}) Initialize

  • Teemu Sarapisto
    Teemu Sarapisto
1 min read
dk2

Virtual Reality will not flop -- traditional games might not work well, but you're missing the point

My DK2 What I'm responding to with this post are articles like this: http://www.rockpapershotgun.com/2015/06/17/editorial-why-vr-is-going-to-be-an-enormous-flop/ They go on and on about people wanting to just relax on

  • Teemu Sarapisto
    Teemu Sarapisto
5 min read
cluster

Download, minify & resize images on a different processor core in Node.JS

We'll explore how to use cluster (from the standard library), GraphicsMagick, and streams to efficiently process images without slowing down or blocking the Node.JS event loop Skip to the end if you

  • Teemu Sarapisto
    Teemu Sarapisto
8 min read
Blender

My first demo! My first rant! PlayCanvas is really good!

Okay demo only in the sense it's not interactive. Not very long either. Perhaps a little childish. Whatever, check it out here and it's source here. It should run on any modern browser,

  • Teemu Sarapisto
    Teemu Sarapisto
3 min read
Adventure

How computer experts (don’t) play music from their computers

It's 9AM and you've just woken up and drank some possibly expired pomegranate juice because it's the only drink you have. And you're so thirsty you don't even really taste it so it's

  • Teemu Sarapisto
    Teemu Sarapisto
1 min read
Rabid prototyping © 2023
Latest Posts Ghost