back
user profile

sigvef

409karma·148submissions·March 13, 2011
recent activity (148 total)
comment
Iframes sort-of do this already.
11y ago·view thread
comment
This is the same approach we're using at Wikipendium[1] for math-heavy article editing - Markdown with inline LaTeX math segments edited in a CodeMirror editor. It's cool to see others tackl…
11y ago·view thread
comment
Sigvehtml[1] kind of does this (disclaimer: I made it). [1]: https://github.com/sigvef/sigvehtml
12y ago·view thread
comment
Thanks for the feedback (I'm one of the summer interns that worked on this). We've added "buy now" links that go to http://www.semiconductorstore.com/cart/pc&#…
12y ago·view thread
comment
"We have run out of code to review. Come back later!"
12y ago·view thread
comment
Maybe it's a regional thing? Where I live, Python and Django is much bigger than Ruby and Rails.
12y ago·view thread
comment
How do you stop clients from cheating in a peer-to-peer game like Awesomenauts?
12y ago·view thread
comment
> Is there even a solution to prevent bad developers from harming companies? Help bad developers become good developers through peer-review, mentoring, internal workshop, and so on.
12y ago·view thread
comment
Is anyone else distracted by the fact that it is raining on the inside of the screen ?
12y ago·view thread
comment
It really depends on what the tool is going to do. Unless the tool is intimately related to Chrome in some way (tab manager, page screenshotter, or something else that needs to access Chrome in some w…
12y ago·view thread
comment
Although make does have a lot of weird quirks, its winning strength is that it is installed virtually everywhere.
12y ago·view thread
comment
WebSockets are more or less ubiquitously supported [1]. Still, for compatibility and ease of development, your best bet for real-time web is to use SockJS [2], which wraps WebSockets and other transpo…
12y ago·view thread
comment
Gary Kovacs stepped down last summer, does this mean that Mozilla has been without a CEO for almost a year?
12y ago·view thread
comment
This is why you should always use semicolons in JavaScript. Omitting semicolons here turns this: var angry = say('Garrrr!') // what should I say? (amIHappy ? happy : ang…
12y ago·view thread
comment
Seems like a cool initiative, but I'm having trouble understanding what it actually does.
12y ago·view thread
comment
I exclusively stream music on demand from the Internet these days, primarily from Spotify.
12y ago·view thread
comment
Getting into the game jam scene is a great way to find projects to work on. A game jam is a short game prototype festival/hackathon where developers and artists get together to create simple game…
12y ago·view thread
comment
Though the author is correct in advising to do exception handling like this[1] instead of this[2], they are not correct in the reasoning behind it. In method [2], if a writer cannot be instanciated, t…
12y ago·view thread
comment
I wish Android had more granular default app settings. I'd love to use Link Bubble for opening links in the twitter app, but I'm not ready to give up Chrome as the default browser for everyt…
12y ago·view thread
comment
> import Crypto.Random.random as rand Kudos for using an appropriate random number generator.
12y ago·view thread
comment
This is one of those ideas that seem so obvious in hindsight. Waiting for a web page to load on mobile is one of the most annoying things to do on a smart phone - much more so than on desktop because…
12y ago·view thread
comment
My favorite hacker koans are the vim koans: http://blog.sanctum.geek.nz/vim-koans/
12y ago·view thread
comment
> FREE BEER is a beer which is free in the sense of freedom, not in the sense of free beer. Now that is confusing!
12y ago·view thread