hvm's comments

hvm | 10 years ago | on: The Silicon Valley of Transylvania

You don't need to defend it, you know. That was the point the poster was making - that just because he had a subpar experience he shouldn't judge the whole country by it.

hvm | 10 years ago | on: The Silicon Valley of Transylvania

> You learn about Dijkstra, Turing, Fermat and Leibniz, but not Popescu or Iliescu

Andrei Alexandrescu pops into my head and I'm sure I could find a few more if I thought about it.

> And within those that do use it, the vast majority are on Facebook and Youtube

As opposed to the west where everyone is using the Internet for maximizing their productivity.

> There is a lot of impostors in our universities and plagiarism is high. The dean of the Technical University of Cluj plagiarized courses from Berkeley and presents them as his own.

That is true, I've also been at UT, hehe.

Overall I kinda agree with you though. We are poor and the government won't or can't help us increase innovation rate. The talent is here though, anyone looking to create products does have a good opportunity if they choose to start a business here. In the process the native folk might learn a thing or two about what it takes to create a product and sell it.

hvm | 10 years ago | on: GitLab Pages

Static hosting for $5 a month seems too high. If it would be $1 I might use it. But for $10 a month you can get a good VPS that you can use for any hosting needs (including a gitlab/gogs/whatever instance and a demo of your project (if it's on the web)).

hvm | 10 years ago | on: Nelson Rules

I'm also thinking that in the case of rule 2 or 3 you could also have an oscillation that has a frequency close to or equal to the acquisition frequency.

hvm | 10 years ago | on: Catenary: concatenative programming for JavaScript

This looks interesting, I feel it has a lot of potential.

It will be useful with a standard library or a way to link easily to 'outside' functions without having to create (insert?) them in each cat that uses them.

hvm | 10 years ago | on: Approximating images with Voronoi diagrams

Lossy video compression currently does that - it creates key frames at regular intervals and all the frames between (i-frames) are based on the previous key frame. Some codecs have i-frames depend on multiple previous frames.

E.g. a 320x240 video has 3 seconds at 25fps, i.e. 75 frames and key frames are created each second. Frame sizes will then be something like:

  20kB 2kB 3kB 1kB 2kB [20 more frames] 22kB 2kB 1kB 2kB [...]
Now, this technique might be good when compressing images - have a large image that roughly approximates the original and then a smaller one reducing the errors. Or even better, multiple smaller images that correct local errors?

I suggest we create a startup immediately. Someone might already have a cool video explaining how their compression algorithm is going to change the web and the world.

edit: others already thought of this: https://sonnati.wordpress.com/2010/10/19/h-264-for-image-com...

hvm | 11 years ago | on: Kore: a fast web server for writing web apps in C

I think the idea still stands. PHP is a fake high level language in my opinion.

A high level language should reduce boilerplate and 'force' you to write concise and predictable code.

PHP does none of that especially in the context of error/exception handling.

hvm | 11 years ago | on: 8^8 – Find another you

Well to be honest after many attempts to try it out I started to get a bit frustrated and annoyed.

From the errors returned I'm pretty sure it's a PHP backend. Considering the expertise of the average PHP developer I don't think I need to say more (this might sound mean but it's not).

hvm | 11 years ago | on: 8^8 – Find another you

Yeah, the site is painfully slow. A site with a multiple choice test should handle thousands of users at a time with a tiny server. How is this thing made?

hvm | 11 years ago | on: A multiplayer Tron-like game with curves

OK, there are no errors now but I still get the error. Does it use some other port? Do I need to open one?

OK. I see it opens a websocket which I guess I need to also forward to my server.

hvm | 11 years ago | on: A multiplayer Tron-like game with curves

I followed the installation doc, everything seems fine and the server starts (node bin/curvytron.js).

When I access the server I get an error page. I looked at the browser log and it shows 404 for /js/dependencies.js.

I thought it was because I set it up behind apache but wget localhost:curvy_port/js/dependencies.js also yields 404.

I don't exactly know how to contact the team about this since I can't say it's a bug so I thought opening a github issue about it would be bad form.

hvm | 11 years ago | on: Death for stealing candles

Also, like I said in a previous comment, it's interesting to note the 'interview' given to the condemned: http://www.oldbaileyonline.org/browse.jsp?div=OA17160127

I also wonder what's up with those two names in the 'burnt in hand' section that are anonymized (V--- E--- and G--- C---). Public people not wanting others to know about it? Escapees? People with no public records?

hvm | 11 years ago | on: Death for stealing candles

I love this kind of historical information. It's difficult (to me) to empathise with past historical events when we (I) have no knowledge of those people and how they lived.

Reading about their daily struggles gives events from that time a whole new image.

BTW, I found extremely interesting that they gave the condemned an interview which they then wrote down ( http://www.oldbaileyonline.org/browse.jsp?div=OA17160127 ).

How many average people from that time have the luxury of their lives being recorded for future people to see? How many of us have that today?

page 2