dataguy
|
15 years ago
|
on: Ask HN: Do things like WakeMate really work?
I got an Android phone. Anything existing for that?
dataguy
|
15 years ago
|
on: Challenge HN: Block YouTube, Facebook, Google, Flash, etc for a day
Nice idea, maybe we could make a list of more domains to block:
Your ideas:
* facbook.com
* twitter.com
* youtube.com
Mine:
* stackexchange.com (yes!)
* amazon.com (am I the only one using this so often?)
* nytimes.com
It really seems like a nice idea to see how much we got used to these things when only a few years ago we didn't even knew we might need it :D
dataguy
|
15 years ago
|
on: Processing for Android
You are so right. Seriosly, I would never, NEVER code on my Android phone. And why should I? It is a small device with a small display and small keys - I would not like to search for a specific line of code in a 2000 LOC document.. seriously.
I am a CS guy, so I have my laptop around me most of the time when I feel like I need to code something. That's far enough I think.
dataguy
|
15 years ago
|
on: Good, freely-available textbooks in machine learning
There I agree, without the academic qualifications, people will hardly listen to you talking about formal Hilbert spaces, Jaccard index, etc.
dataguy
|
15 years ago
|
on: Co-founder search
Awesome time frame :)
dataguy
|
15 years ago
|
on: Good, freely-available textbooks in machine learning
You think so? Well okay, it's not a topic for everybody, but with increasing data loads, it's about time people think more about machine learning technologies to use to get to know more about their data.
I do both Operations Research and Machine Learning and see many possibilities to improve a company's knowledge about the data they have - even if they don't know it (yet).
Especially as with unsupervised ML you can definitely find patterns in your data, groups of similar data and trends, you can do forecasts, imply relationships, and much more.
It's a hard topic, and you definitely need a lot of time to get into the really bloody details, but it is definitely worth it. And it makes a lot of fun if you like maths and statistics.
dataguy
|
15 years ago
|
on: Co-founder search
Okay, just tried the search function and it does not give me any results whatsoever... but I just flipped a few options.
oceanician, are you the founder/creator of this project? When did you start it? Could not find any information regarding that but it would be interesting to read.
dataguy
|
15 years ago
|
on: Native ZFS for Linux
... ZPL, so the Z POSIX Layer, is the really awesome thing. Virtual block device access is neat, though. I wonder when the first one starts building a high performance data base project based on virtual blocks in zfs for linux. Could be interesting.
dataguy
|
15 years ago
|
on: Don’t use “My” in UI elements.
Nice topic. Just talked to my co-founder about that. We are developing both web service and mobile app, so there are to different views on the problem.
We didn't really thought about the whole problem of calling the user "you" or "me" yet, so here is where we are today:
In the web service we use "you" everywhere. So far so good.
But for the mobile app (we just finished the first prototype - without beutification and such) we used "my" in almost every case... and we investigated why: For us it feels convenient that if I hold my cell in my hand, it is MY phone.. and such is the mobile apps that I use. They are MY apps, and as MY apps, they are a part of me (I take them with me everywhere I go - just like my keys). In the keys-example you would also say "my keys" and not just "the keys".. and you say "my phone" and not "the phone". I think it is just intuitive that it is "my app" and (inside of the app) "my posts" and "my messages"...
dataguy
|
15 years ago
|
on: It's time to build the Analytical Engine
Kickstarter for a $1m funding? Would be awesome to see if that works... What was the highest amount of money pledged on Kickstarter ever since?
dataguy
|
15 years ago
|
on: Octobot - A Low-Latency, Highly Parallel Distributed Task Queue Worker
Sounds like a nice tool. Will definitely give it a try for high work-load statistical data processing.
dataguy
|
15 years ago
|
on: Scribd Puts My Old Uploads Behind a Paywall and Goes Onto My Shitlist
The last part: Absolutely. They got it the wrong way. I mean - okay - they have the right to establish the paywall.
But they are scare off the wrong people: the readers. Why use a service to pay for reading something that the publishers WANT to give me for free? Not enough: Many publishers would pay for it, as it is convenient and absolutely user friendly.
This won't work. Well no, actually it will work - but not as a service that proclaims "show your work to the world for free".
dataguy
|
15 years ago
|
on: Terminal workflow automation with Terminitor
Sounds like a nice idea, although bash and GNU screen should also work. Or didn't I get the point?
dataguy
|
15 years ago
|
on: "We've read your code"
I like your last sentence. I am also sceptical if this is a good thing. And with reason: If you are working as a skilled software architect - and you work on projects under NDA or other laws/contracts for a long time, it could definitely come to the result that you do not have "current code" somewhere out there on github and such sites.
And not everybody has the time or the reason to contribute or start an open source project. That even becomes more critical if you want to do other things in your non-working time than coding.
If you have the chance to work for a company where you are allowed and instructed to work on open source projects and technology, then you are lucky. But I doubt that the major of software designers does so.
dataguy
|
15 years ago
|
on: JDK 7 Features
That's maybe the one most important problem arising with Java if you are using it in an environment you do not know or not know well (as it is, on client machines - especially using Java on the web).
As of it, using Java 7 features in Web pages - no way, maybe no way ever if you do not want to exclude a big mass of people out there on the market.