• What are you working on? v7
    7,420 replies, posted
[QUOTE=swift and shift;36387423]the fact that every time you create an object you're recreating all the methods for it[/QUOTE] They only get created once since the function is being called immediately. How would you do it anyway?
I just compiled [URL="http://goo.gl/ezIY6"]a gallery[/URL] of all the 70 iterations of VOZE's torrent page. Enjoy.
[QUOTE=TerabyteS_;36387067] To further support my argument, can you identify which one of these two is the svg version of the logo and which one is the bitmap version? [IMG]http://gabrielecirulli.com/p/20120618-230548.png[/IMG][/QUOTE] Left is bitmap?
[QUOTE=Miljaker;36388832]Left is bitmap?[/QUOTE] Nope! The one on the left is the SVG version!
when are you releasing 70? can't wait
[QUOTE=TerabyteS_;36388836]Nope! The one on the left is the SVG version![/QUOTE] SVG is usually supposed to look better right? :v: Because the right one looks way better around the O.
[QUOTE=Miljaker;36388917]SVG is usually supposed to look better right? :v: Because the right one looks way better around the O.[/QUOTE] I disagree, I think the SVG version looks sharper.
SVG looks more pixelated along the edges of the V and Z and the center of the O.
[img]http://img1.uploadscreenshot.com/images/orig/6/1691022259-orig.png[/img] This is my work in progress wiki written in Python and [url=http://flask.pocoo.org]Flask[/url]. As of now, you use HTML, but I'll add my own wiki formatting soon enough. (Yes, I had to include some famous (in) Facepunch WAYWO folks).
[QUOTE=garry;36351457]The GMod main menu, recoded using AngularJS (only the top 2 links on the left work right now) [/QUOTE] Might be a long shot, but the ability to have a custom icon on each server's information would be very cool. (example being the server providers logo or a community icon)
[QUOTE=TerabyteS_;36389169]I disagree, I think the SVG version looks sharper.[/QUOTE] What are you rendering that on? It looks much sharper and clearer on the actual design. [editline]19th June 2012[/editline] In other news I wrote an SVG compressor that removes default properties, comments and whitespace. Reduces a 2KB file into a 1KB file, not much but in comparison to the original file size it's a big difference.
For my Garry's Mod server, I just wrote a web application that can start, stop and restart the server from any computer. As of now, it's pretty insecure but it works perfectly! It's really not that pretty, I don't even have valid HTML. When I get around to it, I'll make it pretty.
[QUOTE=TerabyteS_;36388759]I just compiled [URL="http://goo.gl/ezIY6"]a gallery[/URL] of all the 70 iterations of VOZE's torrent page. Enjoy.[/QUOTE] Oh wow, that's actually pretty neat.
[QUOTE=jaybuz;36387608]They only get created once since the function is being called immediately. How would you do it anyway?[/QUOTE] is this some pattern for writing classes or what i didn't read the code in the link because it was so poorly presented
[QUOTE=swift and shift;36394499]is this some pattern for writing classes or what i didn't read the code in the link because it was so poorly presented[/QUOTE] Pretty much. I think the presentation got messed up, oh well.
[QUOTE=jaybuz;36394587]Pretty much. I think the presentation got messed up, oh well.[/QUOTE] if it is a pattern for writing classes, it's retarded because unless you want your 'private variables' to be shared amongst all instances of the class, it'll still use a lot more memory than necessary per instance
[QUOTE=swift and shift;36394499]is this some pattern for writing classes or what i didn't read the code in the link because it was so poorly presented[/QUOTE] No need to be so arrogant.
[img]http://i.imgur.com/FkITB.png[/img] I was thinking about putting the project description and name in the lightbox.
[QUOTE=TerabyteS_;36388759]I just compiled [URL="http://goo.gl/ezIY6"]a gallery[/URL] of all the 70 iterations of VOZE's torrent page. Enjoy.[/QUOTE] Fascinating to see the design process like this. As usual, looking beautiful :)
[QUOTE=Asgard;36395770][img]http://i.imgur.com/FkITB.png[/img]I was thinking about putting the project description and name in the lightbox.[/QUOTE] To be picky some of the items listed under "languages" aren't actually languages. In regards to the design I quite enjoy its simplicity.
You mean XNA?
[QUOTE=Emz;36395961]To be picky some of the items listed under "languages" aren't actually languages. In regards to the design I quite enjoy its simplicity.[/QUOTE] They're all languages, whether they're programming or markup languages is debatable. [editline]a[/editline] Besides XNA.
You could just replace "languages" with "things" in there and it could work.
[QUOTE=Dotmister;36395608]No need to be so arrogant.[/QUOTE] i'm a rubyist
Here's my try at a WebM player: [url]http://www.novaember.com/main/news/[/url] Any suggestions/comments? (I'll optimize it later)
What is the best way to encrypt passwords? [editline]19th June 2012[/editline] Automerge, wtf?
[QUOTE=Darkwater124;36398079]What is the best way to encrypt passwords? [editline]19th June 2012[/editline] Automerge, wtf?[/QUOTE] You are not meant to encrypt passwords, but to hash them. Something like SHA2 should work.
[QUOTE=commander204;36398187]You are not meant to encrypt passwords, but to hash them. Something like SHA2 should work.[/QUOTE] Yeah, I meant hash. Fuck, my webhoster doesn't have mysqli..
[QUOTE=Darkwater124;36398079]What is the best way to encrypt passwords?[/QUOTE] bcrypt > SHA family: [url]http://throwingfire.com/storing-passwords-securely/#notpasswordhashes[/url]
[QUOTE=Darkwater124;36398451]Yeah, I meant hash. Fuck, my webhoster doesn't have mysqli..[/QUOTE] bcrypt go
Sorry, you need to Log In to post a reply to this thread.