Edootjuh | 14 years ago | on: What's That Programming Language?
Edootjuh's comments
Edootjuh | 14 years ago | on: Microsoft creates Kinect-like system using your laptop speaker & microphone
Edootjuh | 14 years ago | on: The Dawn of Haiku OS
http://www.antigrain.com/research/font_rasterization/index.h...
Edootjuh | 14 years ago | on: Cube - A Game About Google Maps
Edootjuh | 14 years ago | on: Classic maths books reset with LaTeX on Project Gutenberg
Edootjuh | 14 years ago | on: Classic maths books reset with LaTeX on Project Gutenberg
"the server has crashed after having HackerNews pointed at it. Trying to get it rebooted now, and then we'll enable caching! #toosuccessful"
Also, no search engines seem to have cached it.
EDIT: Blog linked to http://www.gutenberg.org/wiki/Mathematics_%28Bookshelf%29 .
Edootjuh | 14 years ago | on: Play Tetris in a favicon
Edootjuh | 14 years ago | on: Can you build a startup on .Net?
Edootjuh | 14 years ago | on: Codestre.am: streaming your code to the masses
Edootjuh | 14 years ago | on: Poll: What are your prime hacking hours?
Edootjuh | 14 years ago | on: Wind Map
Should you be interested, here's data from the Netherlands: http://www.knmi.nl/samenw/hydra/cgi-bin/register.cgi
Edootjuh | 14 years ago | on: Show HN: Graph of wikipedia articles semantic similarity (LSI, Python, d3.js)
Edootjuh | 14 years ago | on: Body Hacking: Thoughts Regarding My Magnet Implant
Edootjuh | 14 years ago | on: A camera that can see around corners
Still very clever, though.
Edootjuh | 14 years ago | on: A camera that can see around corners
Edootjuh | 14 years ago | on: Ingo Molnar on what ails the Linux desktop
I admit that I do install about 90% of my programs as packages, but the problem of central authorities responsible for patching and distributing software and taking too long to do it isn't present in every distribution. I've used Arch Linux for years now, and it solves this problem by separating the packages into an 'official' channel of reliable maintainers testing and releasing new versions on the package system and a user repository where anyone can add packages.
To me, this seems like the optimal solution. Community-maintained packages can be promoted to official ones, from what I can see new versions are released from testing within days and if you're not satisfied with how others maintain the packages, building the packages from the newest versions yourself is almost as easy as installing binaries from the repository because anyone can use the build and packaging scripts used by the maintainers themselves.
Edootjuh | 14 years ago | on: Arch Linux turns 10
I also want to add that while people always seem to talk about Arch breaking, it has hardly broken more for me that Windows of Ubuntu have in the same period of time. The advantage is that when Arch breaks, you fix it because you just tend to really learn how your system works when you use Arch, while in Windows and Ubuntu, I'd just reinstall usually.
I use Arch as my only OS, for day-to-day use, and it's perfectly stable when I'm not actively experimenting etc.
Edootjuh | 14 years ago | on: Facebook uses bgsound to see if you have opened an email
Edootjuh | 14 years ago | on: The Revenge of the IE Box Model?
Personally, I find the padding inside the box more valuable so when I found the `* { box-sizing: border-box }` post I decided to use it, and it's also what I expected it to behave like when starting web design.
Edootjuh | 14 years ago | on: Redesigning the Windows Logo
I recall reading an article which talked about the kernel team assigning level numbers to every kernel component, giving the GUI a high level processor scheduling and such a low level, and trying to reduce the dependency between the different levels. Minwin was merely a Windows kernel that has none of the higher level components, but the problem with it is that they didn't manage to completely modularize the kernel so that if you would add some new components they would require a slew of other components.
Still, they've managed to make Internet Explorer optional, but I'm not sure what other benefits the modularization of Windows Vista's kernel has brought.