Live data from Hacker News

The FuqIt Web Framework

github.com

31–40 of 84 posts

Re: The FuqIt Web Framework

#31
This is one of those things that becomes immediately "obvious" the moment I see it... but I'd never have thought of.

If we could decrease the amount of understanding required (possibly a bad thing) to get python running on the server it would be great.

Why can't I just go "python app.py -port 80" and call it a day? What would we need to get to that point?

Re: The FuqIt Web Framework

#32
post #31

This is one of those things that becomes immediately "obvious" the moment I see it... but I'd never have thought of. If we could decrease the amount of understanding required (possibly a bad thing) to get python running on the server it would be great. Why can't I just go "python app.py -port 80" and call it a day? What would we need to get to that point?

What would we need to get to that point?

To be using PHP.

(runs away)

Re: The FuqIt Web Framework

#33
post #18
post #14

how the fuck is this the top link on HN right now?

It's almost like I'm famous and people are interested in what I do!

That aside, I've always been interested in the, as you put it, "shit files into a directory" approach with a language that's not PHP. Now if only we could get ubiquitous hosting for it once you work out the security issues (which I do hope you'll do)...

Re: The FuqIt Web Framework

#34
post #7
post #6

https://github.com/zedshaw/fuqit/blob/master/app/files/index... return "I Am KING!" https://github.com/zedshaw/fuqit/blob/master/app/files/test.... I am a test Jinja! So, which one is it?

Maybe I'm King of The Jinjas!

King of the shrines?

Re: The FuqIt Web Framework

#35
post #30

> FuqIt is Copyright (C) Zed A. Shaw All Rights Reserved . [emphasis mine] That's an interesting approach. I take that Zed doesn't want this to be actually used anywhere?

Good catch. Without an explicit license grant forking the repo is technically copyright infringement.

Re: The FuqIt Web Framework

#37
post #30

> FuqIt is Copyright (C) Zed A. Shaw All Rights Reserved . [emphasis mine] That's an interesting approach. I take that Zed doesn't want this to be actually used anywhere?

Yep, it's not safe to use, so nobody should use it. Edit: I should add, not yet anyway.

Re: The FuqIt Web Framework

#38
post #16

There's a niche for something that's as sloppy-easy-to-get-started as PHP, but with a more concise/consistent/powerful language. Perhaps, a "PYP" - Python with PHP characteristics. This is a little like that.

Something like Python Server Pages? Maybe check out Spyce or mod_python (or maybe set *.py to run as CGI)

Re: The FuqIt Web Framework

#39
post #15
post #12

[deleted]

Yep, works pretty well actually, but not secure yet. It's a hack to test out the idea.

You're my favorite. :)

Didn't you do a lua microframework? I'm more intrigued by that one but whatever gets your creative juices flowing, godspeed.

Post reply on HN