Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
udoprog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
udoprog
14y ago
It is not far fetched given that "big boobs" is interpreted in a societal context which is dominated by male gaze. That is, big boobs is "artsy" and "funny" for a man, since he is the target audience of the joke. Someone at the other end of
2.
▲
The Youtube Collection
(youtube.com)
1 points
by
udoprog
14y ago
|
0 comments
3.
▲
by
udoprog
15y ago
No, the main point is to show how simple client verification actually is. This implementation is one step up on the application stack into a comfort zone which seems to be more acceptable by devs. I believe in design in depth, and by allowi
4.
▲
by
udoprog
15y ago
Not so different in theory. This just displays how little fuzz client certification can be on a higher level which is more easily approachable by web developers.
5.
▲
Show HN: My POC of user auth using HTTP and public key crypto
(toolchain.eu)
1 points
by
udoprog
15y ago
|
0 comments
6.
▲
by
udoprog
15y ago
Side note: Firefox extensions aren't native code, they're written in JS. EDIT: I do however agree that chrome is more well designed. Firefox has been through a lot of iterations through the years.
7.
▲
by
udoprog
15y ago
This is an epic introduction into virtual machines for the brave C coder. Very neat and clean, thank you.
8.
▲
by
udoprog
15y ago
I haven't perceived that people think C is significantly scary (or evil). There are however many compelling reasons not too choose C in the present RAD/Web/Cloud/Solution Business world.
9.
▲
by
udoprog
15y ago
Got it. I wouldn't however say that the complexities of C is it's syntax (unless you're playing around with macros : ) ). But I guess the concept can be applied broadly, like remembering functions, headers and other language specifics.
10.
▲
by
udoprog
15y ago
Moving from Python to C is a very good move. It allows you to go from programming to inner workings, everyone should have a solid knowledge of C since it give you the tools to identify and correlate aspects of other languages to reality. I
11.
▲
by
udoprog
15y ago
Indeed, I currently get turned off by most books I pick up, simply because they start out on a too basic general level. If you however dig a little deeper you can usually find stuff that isn't too tutorialish. Like http://www.c-faq.com/top
12.
▲
by
udoprog
15y ago
It seems like the real solution would be to introduce low level guarantees and memory access (similar to Java) and the option to disable the GIL and C API extensions in CPython (until a new API is introduced?). Also, give the developers acc
13.
▲
Show HN: My weekend project, App deployment with Pusher
(github.com)
1 points
by
udoprog
15y ago
|
0 comments
14.
▲
by
udoprog
15y ago
I voted for displaying comment points, but I do agree that they might create something of an echo chamber where the "highest rated" comment is the one that decided where the topic is going. If this _was_ the case prior to removing comment p
15.
▲
by
udoprog
15y ago
Added "Java Portlet" to specify, thanks for the heads up.
16.
▲
Ask HN: What do you think of Portlets?
1 points
by
udoprog
15y ago
|
3 comments
17.
▲
by
udoprog
15y ago
"Awesome! Do you have any stats on how many people have installed Chrome Frame?" I found this question interesting, does anyone know of any viable source for this kind statistics? Is the user-agent for chrome frame distinguishable? Edit: Fo
18.
▲
by
udoprog
15y ago
Yes it does, however it doesn't provide granularity for multiple users of the same server, and unless you go for vanilla could be troublesome to customize through something like pam. I simply commented on the non-issue with creating private
19.
▲
by
udoprog
15y ago
Which in turn, incidentally leads back to DDG : ). Crazy good stuff has been going on with DDG the latest couple of months, I'm just glad I've finally found a search provider who takes these issues seriously!
20.
▲
by
udoprog
15y ago
I currently store all my passwords in a KeePass[0] database distributed using SpiderOak[1] (hassling, but only once for each device). [0] http://www.keepassx.org/ [1] https://spideroak.com/ All my services have gotten 50 char (nice
21.
▲
by
udoprog
15y ago
I don't get it, why is setting up a private git repository on your own server a hassle? Assuming you have ssh access (compacted for clarity): ssh server "git init --bare repo/project.git" git clone server:repo/project.git Am I miss
22.
▲
by
udoprog
15y ago
otoh, this also leads to more peer review, which in turn could contribute to all of parents points.
23.
▲
by
udoprog
15y ago
There are so many instances where non-mathematical variables play an important role in authoring security conscious code. Yes, most security issues arise from not checking edge cases, but you have to know what they are. Mathematics will sur
24.
▲
by
udoprog
15y ago
The last modified file is from 2008-07-17 02:14 (config.xml) This seem to be a copy of an svn tag from tech.scedev.net/source/scedev_source/tags/20080616-33/scedev It appears to be a snapshot of a smarty installation, so the most interestin
25.
▲
by
udoprog
15y ago
Just had to have a look, love the following tidbit from FILE.C char cryptkey[]={'M'-4,'i'-8,'n'-12,'d'-16,'y'-20,0}; LONG Encrypt(char far *data,char *key) { LONG i=0,keypos=0; while(data[i]!=0){ data[i++
26.
▲
by
udoprog
15y ago
The point is being up front and to the point, in spirit with "don't ask to ask, just ask". Most of these meta-answers are founded in the belief that the asker doesn't know what they are asking. And by supplying another set of questions inst
27.
▲
by
udoprog
15y ago
I personally loath meta answers like "why are you doing X and asking Y" instead of wasting the equivalent typing of explaining why X and Y is a bad idea. With that said, I usually find the most serious experts just quietly ignoring silly qu
28.
▲
by
udoprog
15y ago
i gathered the opposite from the conclusion, unless it somehow leaves a window for another patch
29.
▲
by
udoprog
15y ago
The hackers solution. A media server running mpd or XMMS2, with the proper metadata organizing utility for your medialib. Plus running mplayer and possibly some ffmpeg tweaking for when you're out in the deep end. Plays anything, anywhere,
30.
▲
by
udoprog
15y ago
people need to stop attaching themselves to what they do, this way its easier to both have fun just doing, no matter skill level or adherence. I've seen bizarre cases of very skilled people tearing themselves up just because whatever they d
More ›