Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
surki
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
surki
9y ago
Another related tool I found interesting: perf c2c This will let us find the false sharing cost (cache contention etc). https://joemario.github.io/blog/2016/09/01/c2c-blog/
2.
▲
by
surki
10y ago
I do something like find $PWD -type f -ls | awk '{gsub("/", ";", $11); print $11" "$7}' | flamegraph.pl --title "Disk usage" --countname "bytes" --nametype "file"
3.
▲
by
surki
12y ago
I have been using Global for about 6 years now. Mostly I use it in emacs (though at times I use the CLI version). I use it in Linux and Windows. I mostly work on C/C++ (Linux kernel, Windows drivers etc) and also have used it for few C
4.
▲
by
surki
15y ago
What you describe is implemented in these libraries: libduma ( http://duma.sourceforge.net/ ) and efence ( http://linux.die.net/man/3/efence ) They also have buffer underflow protection (either overflow or underflow at a time). But in 32 bi
5.
▲
by
surki
15y ago
Doing it in C with mixed assembly [surki@linux-vrse tt]$ cat | gcc -nostdlib -x c - -o helloworld #define SYS_exit 1 #define SYS_write 4 #define stdout 1 int strlen(const char *str) { long len = 0; while (str &#
6.
▲
Texas Instruments unveils quad-core OMAP 5 SoC
(thinq.co.uk)
2 points
by
surki
16y ago
|
0 comments
7.
▲
by
surki
16y ago
For moving or persisting X applications you would need something like http://en.wikipedia.org/wiki/Xmove
8.
▲
by
surki
16y ago
Probably you are using x selection buffer for copy/paste. But if you want to pick up stuff from X "clipboard" buffer, you would need xsel or something like that. Wanderlust is quite usable now. I use it everyday(I have my gmail and exchange
9.
▲
by
surki
16y ago
I use a similar setup with urxvt and stumpwm. In stumpwm I have ;; Launch emacs (defcommand emacs () () (run-or-raise "urxvt -title emacs -e screen -U -dRR -S emacs -c ~/.screenrc.emacs" '(:title "emacs" :inst
10.
▲
GNU Emacs Theme Generator (beta)
(elpa.gnu.org)
62 points
by
surki
16y ago
|
22 comments
11.
▲
When the Suicide Bomber Is a Woman
(marieclaire.com)
19 points
by
surki
16y ago
|
2 comments
12.
▲
by
surki
16y ago
I think "The Man from Earth" was also partially distributed through torrents. At least that's what the wikipedia claims - http://en.wikipedia.org/wiki/The_Man_from_Earth
13.
▲
by
surki
16y ago
I use something like this to watch the processes that are running or waiting for IO watch -n 1 ps -eo pid,ppid,wchan=WIDE-WCHAN-COLUMN,stat,command r
14.
▲
by
surki
16y ago
You probably want to use tsocks. It LD_PRELOADs the socket related functions and does the necessary work. http://tsocks.sourceforge.net/faq.php
15.
▲
by
surki
16y ago
I starting using magit recently, but I am still to get used to it. Here is a link discussing about git support in Emacs that I found useful: http://alexott.net/en/writings/emacs-vcs/EmacsGit.html
16.
▲
by
surki
16y ago
How about doing something with imagemagick or mencoder? I think video encoding/decoding gives a nice balance between disk and cpu usage.
17.
▲
by
surki
16y ago
Well, the example(at least the first one) in that video is bit skewed. First, he runs gzip and then immediately runs 'parallel gzip' without dropping disk caches. So in the later case the bottleneck would be CPU rather than disk IO(everythi
18.
▲
by
surki
16y ago
I strongly recommend having a look at the Gnu Screen customization in Ubuntu Server. http://blog.dustinkirkland.com/2008/12/ubuntu-server-include...
19.
▲
by
surki
16y ago
I see, thanks for the update. It would have helped if the title was Fennec 2.0 Alpha, not just Fennec Alpha. I would give it a try sometime this weekend.
20.
▲
by
surki
16y ago
Am I missing something? I remember trying this on a Nokia N810 about 1.5 years back, was quite slow, I gave up. Looks like they are still working on it. http://talk.maemo.org/showthread.php?t=21428 http://www.mozilla.org/projects/fennec
21.
▲
by
surki
16y ago
autossh http://www.debianadmin.com/autossh-automatically-restart-ssh...
22.
▲
Xbox Live on Windows Phone 7 Hands On: Mobile Levels Up
(gizmodo.com)
1 points
by
surki
16y ago
|
0 comments
23.
▲
E Ink touts e-readers with color, capacitive touch
(linuxfordevices.com)
22 points
by
surki
16y ago
|
3 comments
24.
▲
by
surki
16y ago
> Not perfect, but I find it's more natural to write in org-mode Do you have any specifics on the problems you faced? I produced my master thesis entirely using orgmode without any problem. (defined custom latex class, with dif
25.
▲
by
surki
16y ago
Check EmacsWiki as well: http://www.emacswiki.org/emacs/ArtistMode Especially integration with Ido mode.
26.
▲
Solving Different Problems (Flash video, HTML5 video...)
(blogs.adobe.com)
1 points
by
surki
16y ago
|
0 comments
27.
▲
by
surki
16y ago
Checkout hs-minor-mode as well. Great for sifting through code (or xml, html etc)
28.
▲
by
surki
16y ago
Got a computer behind a firewall whose configuration you don’t have access to? It’s pretty easy to get the computer behind the firewall to poke out to another server. (step 1, from the computer you wish to access) derwiki
29.
▲
by
surki
16y ago
OK, didn't see that one. But technically it should be possible to do that(i.e., pure web rendering through JS) for TS as well. What I meant to ask was - how does it compare using VNC against RDP. Probably you have through and rejected RDP,
30.
▲
by
surki
16y ago
That's pretty neat. If you are going to support Windows, how does stackvm compare against "Terminal Services Web Access (TS Web Access)" [1] [1] http://technet.microsoft.com/en-us/library/cc771908(WS.10).a...
More ›