Viewing profile — ktosiek
ktosiek
HN member- Joined
- Sat, May 05, 2012, 5:16 PM UTC
- HN karma
- 15
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About ktosiek
No profile information was provided.
Recent public activity
-
comment
Comment #8827724
If you have multiple related projects that you release together, you might be interested in Google's repo[1]. That's the tool used in Android (where each app and piece of framework…
-
comment
Comment #6731407
Looks like the prices in FAQ and Pricing don't match
-
comment
Comment #6667570
It's not even accurate - Pringles is not owned by P&G anymore
-
comment
Comment #6664222
There's a continuation to GTA04 in the works: http://neo900.org/
-
comment
Comment #6494150
So, why exactly do I want my body to care about DNA of something I'm eating? It's not like I'm expecting a symbiont, I just want it broken to very small pieces for further processi…
-
comment
Comment #5388585
Sounds like it doesn't only let you try again, it actually only checks if last [password length] numbers match the password (that's why he can compress it into one long number)
-
comment
Comment #5236781
The tools he writes about make writing code easier, but don't help with reading it - they just generate the boilerplate. It's a bit like checking in code after macro expansion - if…
-
comment
Comment #4455421
Not with something high-profile like banks - they should be having their security check all the time, why should someone pentest them for free? And if clients don't know how secure…
-
comment
Comment #4424242
I don't think so - putting "WITH FIREWALL" and "SHIELDS YOU FROM EVIL" will cost manufacturers maybe a few cents and is almost guaranteed to boost sales. And for services running b…
-
comment
Comment #4117024
The more UI elements and DB integration you have the more you concentrate on business logic, yes. Of course, nothing is as reusable and generic as we would like but still having a …
-
comment
Comment #4094938
It concerns computers with Secure Boot - technology that checks if bootloader that you are loading is signed (which is supposed to mean it's safe). It will be needed for Windows 8 …
-
comment
Comment #4030659
Basically he went from "I don't know how to build Eclipse plugins" to "they are too hard to build". I don't know how hard they are to build, but it seems there are some steps missi…
-
comment
Comment #4029881
The history for every change in existing branches is recorded - if you remove a branch you either want to discard whatever changes where there or you merged it into another one and…
-
comment
Comment #4028093
You are talking about AGPL here - this is the only GPL version that makes you open almost everything that handled whatever AGPL program produced. I know of one project with that li…
-
comment
Comment #4028063
LGPL doesn't allow use in closed source projects, it allows use with them. So you can use LGPL dynamically linked library with a closed program (that's what LGPL was made for), but…
-
comment
Comment #4013554
Well, here the compiler won't help you with bounded access - you can easily read array[42], and it would compile (and maybe even work... but just a little bit funny ;-)). With depe…
-
comment
Comment #4010466
You can use a language with dependent types (types depending on values, so you can have arrays of type "array of 10 ints" etc.) - it adds some type-level work, but makes a lot of m…
-
comment
Comment #4007488
Moore's Law was about the amount of transistors you can put in a chip cheaply, so it may be coming to an end. But I don't think it will stop machines from getting faster - we are s…
-
comment
Comment #4007462
I hope reasoning with terrorists attacking research plants will give some results, but I'm afraid it still wont stop them - they are the same kind of people who blow up infidels or…
-
comment
Comment #4000561
No panic - it's still not something you would miss indoor. On the other hand I wonder how useful would something like that be for monitoring big events (or just keeping an eye on p…
-
comment
Comment #3933400
Looks nice for testing something, but I see no information about support (especially notifications about security patches). EDIT: looking at their scripts, it's using a client writ…
-
comment
Comment #3932680
Slightly off-topic, but this led me to discover whois spam: (please don't go there and feed the spammers, thank you :-)) $ whois facebook.com FACEBOOK.COM.ZZZZZ.GET.LAID.AT.WWW.SWI…