HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gizmore

no profile record

Submissions

Ask HN: Is there a string which MD5 Sum is all 0xffffffffffff?

13 points·by gizmore·3 anni fa·16 comments

PHP-preprocessor – a PHP-Performance idea

github.com
1 points·by gizmore·3 anni fa·1 comments

Base64 Is Base65

4 points·by gizmore·3 anni fa·2 comments

Why is Heino so unpopular on YouTube?

youtube.com
1 points·by gizmore·4 anni fa·0 comments

Ask HN: Increase the Performance of (Fast)CGI Applications

1 points·by gizmore·4 anni fa·1 comments

Hexagonal Game of Life

youtube.com
1 points·by gizmore·4 anni fa·1 comments

Ask HN: What is the worst that ever happened when you slipped with a mouse?

14 points·by gizmore·4 anni fa·12 comments

Ultra fast Game-Of-Life implementation with hashing subfields

golly.sourceforge.net
1 points·by gizmore·4 anni fa·0 comments

Ask HN: Is Google That Bad?

1 points·by gizmore·4 anni fa·2 comments

Ask HN: Why must there be war?

8 points·by gizmore·4 anni fa·27 comments

Ask HN

1 points·by gizmore·5 anni fa·1 comments

Lock Free Threading

wechall.net
1 points·by gizmore·5 anni fa·0 comments

I Found a Great Sidplayer

deepsid.chordian.net
1 points·by gizmore·5 anni fa·0 comments

comments

gizmore
·3 anni fa·discuss
I had this idea to speed up my software. Very bad sample implementaion is tested in prod now.
gizmore
·4 anni fa·discuss
My intuition would be checking every move and disallow those (no claiming, transparent comparison on every move)

We can argue if a forced move ends the game, or just allows it.

This would (more) move the game forwards in the basic historical rule-set.

- giz
gizmore
·4 anni fa·discuss
Most of them are bullocks, made when i went crazy:

https://github.com/gizmore/anonymous-zen-book

1) If you don't know a world you can't talk about it
gizmore
·4 anni fa·discuss
I am happy to announce;

i wrote a GDOv7 module to ship this font and will use it in one of my projects.

Of course, this projekt uses only Latin characters. (The fonts are like 20kb, i doubt they feature something asian.)
gizmore
·4 anni fa·discuss
[OMNIA - "Earth Warrior" - sneak peek bootleg live recording](https://www.youtube.com/watch?v=DfN_ZMmiLQw) - bird nest edition
gizmore
·4 anni fa·discuss
Less is more :)
gizmore
·4 anni fa·discuss
Make breaking news once again for user privacy! Firefox once had problems with performance (and usability a bit) compared to chrome. They fixed that, i think.
gizmore
·5 anni fa·discuss
Only scrolled three times and read nothing. Looks well structured and an experience to read for a dev. Will def read it later!
gizmore
·5 anni fa·discuss
What are math or physic functions that include many magic constants.

Like e = m * c (1 constant c) Or A = r * PI * 2; (1 constant PI)

I know there are equations that contain more than 1 magic constant. what are they?
gizmore
·5 anni fa·discuss
I use copy,drop,create,restore to keep the db schema up to date.